From bc8fa270bfa5b31d38b6250ae8e94c181e861170 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 12 Jan 2004 21:58:26 +0000 Subject: [PATCH] * tests/txinfo29.test: Remove autom4te.cache. Report from Greg Schafer. --- ChangeLog | 3 +++ THANKS | 1 + tests/txinfo29.test | 1 + 3 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c0cc848e1..b3943c37a 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 dc5327068..2c5d46798 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 7eae48bc1..e39447f5d 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 -- 2.47.2