Magellan Linux

Diff of /trunk/am-wrapper/am-wrapper.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2167 by niro, Tue Jan 1 14:52:35 2013 UTC revision 2168 by niro, Thu Aug 15 06:55:37 2013 UTC
# Line 8  Line 8 
8  #  #
9  # Executes the correct automake version.  # Executes the correct automake version.
10  #  #
11  # - defaults to newest version available (hopefully automake-1.13)  # - defaults to newest version available (hopefully automake-1.14)
12    # - runs automake-1.14 if:
13    #   - envvar WANT_AUTOMAKE is set to `1.14'
14    #     -or-
15    #   - `Makefile.in' was generated by automake-1.14
16    #     -or-
17    #   - 'aclocal.m4' contain AM_AUTOMAKE_VERSION, specifying the use of 1.14
18  # - runs automake-1.13 if:  # - runs automake-1.13 if:
19  #   - envvar WANT_AUTOMAKE is set to `1.13'  #   - envvar WANT_AUTOMAKE is set to `1.13'
20  #     -or-  #     -or-
# Line 75  if [ "${0##*/}" = "am-wrapper.sh" ] ; th Line 81  if [ "${0##*/}" = "am-wrapper.sh" ] ; th
81   exit 1   exit 1
82  fi  fi
83    
84  vers="1.13 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4"  vers="1.14 1.13 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4"
85    
86  #  #
87  # Export the proper variable/versions and try to locate a usuable  # Export the proper variable/versions and try to locate a usuable

Legend:
Removed from v.2167  
changed lines
  Added in v.2168