]> sourceware.org Git - automake.git/commitdiff
* tests/txinfo29.test: Remove autom4te.cache.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 12 Jan 2004 21:58:24 +0000 (21:58 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 12 Jan 2004 21:58:24 +0000 (21:58 +0000)
Report from Greg Schafer.

ChangeLog
THANKS
tests/txinfo29.test

index c0cc848e162ca23b72723922e7755d86cecc1336..b3943c37aafa079add001131f9ef25e7df2931a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-01-12  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/txinfo29.test: Remove autom4te.cache.
+       Report from Greg Schafer.
+
        * lib/install-sh: Do not use "$@" in a context where it may be empty,
        for the sake of OSF1/Tru64's shell.
        Report from He Li.
diff --git a/THANKS b/THANKS
index dc53270688f4cef05ea715a3da3ec6307a0202d7..2c5d467983f403815e09198fdef6fd610c6549b2 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -76,6 +76,7 @@ Glenn Amerine         glenn@pie.mhsc.org
 Gord Matzigkeit                gord@gnu.ai.mit.edu
 Gordon Sadler          gbsadler1@lcisp.com
 Greg A. Woods          woods@most.weird.com
+Greg Schafer           gschafer@zip.com.au
 Guido Draheim          guidod@gmx.de
 Gustavo Carneiro       gjc@inescporto.pt
 Gwenole Beauchesne      gbeauchesne@mandrakesoft.com
index 7eae48bc1f4d9c19c89e792495f5393b1a01342d..e39447f5d6f9ac0878c2d30e0ec921815cc3f233 100755 (executable)
@@ -51,6 +51,7 @@ cat > Makefile.am << 'END'
 info_TEXINFOS = bar.texi
 END
 echo 'AC_SUBST([INFO_DEPS])' >>configure.in
+rm -rf autom4te.cache # Make sure autoconf sees the configure.in update.
 AUTOMAKE_fails
 
 grep '^configure.in:4:.*user variable.*INFO_DEPS' stderr
This page took 0.039078 seconds and 5 git commands to generate.