Magellan Linux

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

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

revision 3075 by niro, Tue Jan 27 15:26:28 2015 UTC revision 3076 by niro, Mon May 14 10:39:53 2018 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.15)  # - defaults to newest version available (hopefully automake-1.16)
12    # - runs automake-1.16 if:
13    #   - envvar WANT_AUTOMAKE is set to `1.16'
14    #     -or-
15    #   - `Makefile.in' was generated by automake-1.16
16    #     -or-
17    #   - 'aclocal.m4' contain AM_AUTOMAKE_VERSION, specifying the use of 1.16
18  # - runs automake-1.15 if:  # - runs automake-1.15 if:
19  #   - envvar WANT_AUTOMAKE is set to `1.15'  #   - envvar WANT_AUTOMAKE is set to `1.15'
20  #     -or-  #     -or-
# Line 87  if [ "${0##*/}" = "am-wrapper.sh" ] ; th Line 93  if [ "${0##*/}" = "am-wrapper.sh" ] ; th
93   exit 1   exit 1
94  fi  fi
95    
96  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"  vers="1.16 1.15 1.14 1.13 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4"
97    
98  #  #
99  # 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.3075  
changed lines
  Added in v.3076