]> sourceware.org Git - automake.git/commitdiff
* tests/alpha.test (configure.in): Create, don't append. A single
authorAkim Demaille <akim@epita.fr>
Sat, 20 Oct 2001 11:17:32 +0000 (11:17 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 20 Oct 2001 11:17:32 +0000 (11:17 +0000)
AC_INIT is enough.

ChangeLog
tests/alpha.test

index 9c801d131e5b689e0f24722a98701720c4dbc43d..011b950b2dbe7f34a6bb414951d424830f141485 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-20  Akim Demaille  <akim@epita.fr>
+
+       * tests/alpha.test (configure.in): Create, don't append.  A single
+       AC_INIT is enough.
+
+       
 2001-10-20  Akim Demaille  <akim@epita.fr>
 
        * tests/acoutnoq.test, tests/acoutput.test, tests/acoutput2.test,
index 923e0b8b6bc11fc1a228ccf54e698e841d2f6d4c..d24ada47e99892cbe4c0cedde9be166fcfb8c141 100755 (executable)
@@ -4,7 +4,7 @@
 # Jim Meyering.
 . $srcdir/defs || exit 1
 
-cat >> configure.in << 'END'
+cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(zardoz, 1.5e)
 END
This page took 0.033298 seconds and 5 git commands to generate.