]> sourceware.org Git - automake.git/commitdiff
* tests/asm.test: s/AC_PROG_AS/AM_PROG_AS/.
authorAkim Demaille <akim@epita.fr>
Sun, 21 Oct 2001 18:09:50 +0000 (18:09 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 21 Oct 2001 18:09:50 +0000 (18:09 +0000)
AC_OUTPUT a Makefile.

ChangeLog
tests/asm.test

index 4bde2cfedb584199052b1701216927b25fd5e504..5d3913e83d0b4dbea76467dd6f439027e0a2e0bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-21  Akim Demaille  <akim@epita.fr>
+
+       * tests/asm.test: s/AC_PROG_AS/AM_PROG_AS/.
+       AC_OUTPUT a Makefile.
+
 2001-10-21  Akim Demaille  <akim@epita.fr>
 
        * automake.in (%var_line): Rename as...
index 0022310a444ada1c842cd3798622afd5832988ee..538c95c0494874ef0ea10e8165f63b60a57de6f4 100755 (executable)
@@ -71,7 +71,8 @@ echo 5
 cat > configure.in << 'END'
 AC_INIT
 AM_INIT_AUTOMAKE(nonesuch, nonesuch)
-AC_PROG_AS
+AM_PROG_AS
+AC_OUTPUT(Makefile)
 END
 
 $ACLOCAL  || exit 1
This page took 0.028831 seconds and 5 git commands to generate.