Magellan Linux

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

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

revision 2006 by niro, Tue Sep 11 13:49:11 2012 UTC revision 2007 by niro, Tue Jan 1 14:52:35 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.12)  # - defaults to newest version available (hopefully automake-1.13)
12    # - runs automake-1.13 if:
13    #   - envvar WANT_AUTOMAKE is set to `1.13'
14    #     -or-
15    #   - `Makefile.in' was generated by automake-1.13
16    #     -or-
17    #   - 'aclocal.m4' contain AM_AUTOMAKE_VERSION, specifying the use of 1.13
18  # - runs automake-1.12 if:  # - runs automake-1.12 if:
19  #   - envvar WANT_AUTOMAKE is set to `1.12'  #   - envvar WANT_AUTOMAKE is set to `1.12'
20  #     -or-  #     -or-
# Line 69  if [ "${0##*/}" = "am-wrapper.sh" ] ; th Line 75  if [ "${0##*/}" = "am-wrapper.sh" ] ; th
75   exit 1   exit 1
76  fi  fi
77    
78  vers="1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4"  vers="1.13 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.5 1.4"
79    
80  #  #
81  # 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.2006  
changed lines
  Added in v.2007