From: Alexandre Duret-Lutz Date: Mon, 12 Jan 2004 21:58:24 +0000 (+0000) Subject: * tests/txinfo29.test: Remove autom4te.cache. X-Git-Tag: Release-1-8b~85 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3b79df37176ca556a3445b2e4a44c5f15c47d71d;p=automake.git * tests/txinfo29.test: Remove autom4te.cache. Report from Greg Schafer. --- diff --git a/ChangeLog b/ChangeLog index c0cc848e..b3943c37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-01-12 Alexandre Duret-Lutz + * 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 dc532706..2c5d4679 100644 --- 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 diff --git a/tests/txinfo29.test b/tests/txinfo29.test index 7eae48bc..e39447f5 100755 --- a/tests/txinfo29.test +++ b/tests/txinfo29.test @@ -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