Magellan Linux

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

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

revision 2850 by niro, Thu Aug 15 06:55:37 2013 UTC revision 2851 by niro, Tue Jan 27 15:26:28 2015 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.14)  # - defaults to newest version available (hopefully automake-1.15)
12    # - runs automake-1.15 if:
13    #   - envvar WANT_AUTOMAKE is set to `1.15'
14    #     -or-
15    #   - `Makefile.in' was generated by automake-1.15
16    #     -or-
17    #   - 'aclocal.m4' contain AM_AUTOMAKE_VERSION, specifying the use of 1.15
18  # - runs automake-1.14 if:  # - runs automake-1.14 if:
19  #   - envvar WANT_AUTOMAKE is set to `1.14'  #   - envvar WANT_AUTOMAKE is set to `1.14'
20  #     -or-  #     -or-
# Line 81  if [ "${0##*/}" = "am-wrapper.sh" ] ; th Line 87  if [ "${0##*/}" = "am-wrapper.sh" ] ; th
87   exit 1   exit 1
88  fi  fi
89    
90  vers="1.14 1.13 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4"  vers="1.15 1.14 1.13 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4"
91    
92  #  #
93  # 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.2850  
changed lines
  Added in v.2851