m4-patches
[Top][All Lists]
Advanced

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

FYI: 23-gary-remove-aclocal.m4t-after-bootstrap.patch


From: Gary V. Vaughan
Subject: FYI: 23-gary-remove-aclocal.m4t-after-bootstrap.patch
Date: Fri, 5 Oct 2001 19:48:52 +0100
User-agent: Mutt/1.3.16i

Index: ChangeLog
from  Gary Vaughan  <address@hidden>

        * bootstrap: Remove aclocal.m4t when it is no longer required.

Index: bootstrap
===================================================================
RCS file: /cvsroot/m4/m4/bootstrap,v
retrieving revision 1.12
diff -u -r1.12 bootstrap
--- bootstrap 2001/09/04 00:15:34 1.12
+++ bootstrap 2001/10/05 18:42:32
@@ -3,12 +3,14 @@
 # helps bootstrapping M4, when checked out from CVS
 # requires GNU autoconf, GNU automake and GNU libtool
 
-find . -name autom4te.cache | xargs rm -r
+find . -name autom4te.cache | xargs rm -rf
 
 auxdir=`grep '^AC_CONFIG_AUX_DIR' configure.in | sed 's/^.*(\([^)]*\)).*$/\1/'`
 
 rm -f config.cache
 rm aclocal.m4
+
+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`

-- 
  ())_. 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]