]> sourceware.org Git - automake.git/commitdiff
* suffix2.test: Create config.guess and config.sub so user doesn't
authorTom Tromey <tromey@redhat.com>
Sat, 25 Dec 1999 18:35:28 +0000 (18:35 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 25 Dec 1999 18:35:28 +0000 (18:35 +0000)
need libtoolize.  From Klaus Reichl.

THANKS
tests/ChangeLog
tests/suffix2.test

diff --git a/THANKS b/THANKS
index bc222ef325e080dbdf706f5d76a715777f320237..0459613261bc5d9cf6ec0c507d4fde5a07501b54 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -60,6 +60,7 @@ Karl Berry            kb@cs.umb.edu
 Karl Heuer             kwzh@gnu.org
 Kevin Dalley           kevin@aimnet.com
 Kevin Street           street@iname.com
+Klaus Reichl           Klaus.Reichl@alcatel.at
 L. Peter Deutsch       ghost@aladdin.com
 Lars Hecking           lhecking@nmrc.ucc.ie
 Maciej Stachowiak      mstachow@mit.edu
index a60b95ce3ca150c989ecfa034369714d4ebd90b5..5dda58ec317c8fa2fb84ea3c61d1194777622cdd 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-25  Tom Tromey  <tromey@cygnus.com>
+
+       * suffix2.test: Create config.guess and config.sub so user doesn't
+       need libtoolize.  From Klaus Reichl.
+
 1999-12-19  Tom Tromey  <tromey@cygnus.com>
 
        Test for PR automake/9:
index ebc55a99d560a4d28759200ba4fbd0fcdbd6588d..b2f144ee57c9af58f1bba36ae0b2bf312653d758 100755 (executable)
@@ -18,8 +18,12 @@ END
 : > ltdl.c
 : > ltdl.h
 
+# Create all the files created libtoolize so we don't run libtoolize.
+# We don't want the user to need libtool to run this test.
 : > ltconfig
 : > ltmain.sh
+: > config.guess
+: > config.sub
 
 $AUTOMAKE -a || exit 1
 
This page took 0.030042 seconds and 5 git commands to generate.