Magellan Linux

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

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

revision 2168 by niro, Thu Aug 15 06:55:37 2013 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.14)  # - 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:
19    #   - envvar WANT_AUTOMAKE is set to `1.15'
20    #     -or-
21    #   - `Makefile.in' was generated by automake-1.15
22    #     -or-
23    #   - 'aclocal.m4' contain AM_AUTOMAKE_VERSION, specifying the use of 1.15
24  # - runs automake-1.14 if:  # - runs automake-1.14 if:
25  #   - envvar WANT_AUTOMAKE is set to `1.14'  #   - envvar WANT_AUTOMAKE is set to `1.14'
26  #     -or-  #     -or-
# Line 81  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.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.2168  
changed lines
  Added in v.3076