]> sourceware.org Git - automake.git/commitdiff
* tests/ansi10.test (liblib_a_LIBADD): Set ac_cv_prog_cc_stdc
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 4 Dec 2002 20:02:30 +0000 (20:02 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 4 Dec 2002 20:02:30 +0000 (20:02 +0000)
not am_cv_prog_cc_stdc.

ChangeLog
tests/ansi10.test

index e2cadaae33f00fe3eddaab040236ec69cde78c3d..ef3bf03f2cc9922d42e24d1ad45a54863fe0c7c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-12-04  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * tests/ansi10.test (liblib_a_LIBADD): Set ac_cv_prog_cc_stdc
+       not am_cv_prog_cc_stdc.
+
        * automake.texi (Options): Some English nits from Eric Siegerman.
        (Sources): Rewrite the introduction and move the example to ...
        (Built sources example): ... this separate node.
index 6d662e498858e4f936211efbbaa83164d614eb04..9fa5307137494cd8d6b245d083dd175eca6d2d16 100755 (executable)
@@ -61,7 +61,10 @@ $ACLOCAL
 $AUTOCONF
 $AUTOMAKE -a
 
-./configure am_cv_prog_cc_stdc=no
+# Sanity check: make sure it's ok to set ac_cv_prog_cc_stdc as we do.
+grep ac_cv_prog_cc_stdc configure
+
+./configure ac_cv_prog_cc_stdc=no
 $MAKE
 test -f dir/hello_.c
 $MAKE distclean
This page took 0.034487 seconds and 5 git commands to generate.