m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 33-gary-automake-1.6.1-apiversion.patch


From: Gary V. Vaughan
Subject: FYI: 33-gary-automake-1.6.1-apiversion.patch
Date: Wed, 29 May 2002 05:11:07 +0000
User-agent: Mutt/1.2.5i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * bootstrap (aclocal_apiversion): The aclocal apiversion is
        distinct from the automake release number (in that the apiversion
        apparently has no micro-version-component).
        (aclocal_apilibdir): Use it.

Index: bootstrap
===================================================================
RCS file: /cvsroot/m4/m4/bootstrap,v
retrieving revision 1.15
diff -u -p -u -r1.15 bootstrap
--- bootstrap 22 Jan 2002 16:24:26 -0000 1.15
+++ bootstrap 29 May 2002 03:08:25 -0000
@@ -15,7 +15,8 @@ trap 'rm -f aclocal.m4t' 0 1 9 15
 # Make a copy of each Automake/Gettext m4 file we need.
 aclocal_libdir=`aclocal --print-ac-dir`
 aclocal_version=`aclocal --version | sed 's/^.* //;q'`
-aclocal_apilibdir=$aclocal_libdir-$aclocal_version
+aclocal_apiversion=`echo $aclocal_version | sed 's/\([0-9]*\.[0-9]*\).*$/\1/'`
+aclocal_apilibdir=$aclocal_libdir-$aclocal_apiversion
 for i in `make -f config/Makefile.am spy SPIED=ACLOCAL_MACROS`
 do
   cp $aclocal_apilibdir/$i config 2>/dev/null ||

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]