From: Alexandre Duret-Lutz Date: Wed, 4 Dec 2002 20:02:30 +0000 (+0000) Subject: * tests/ansi10.test (liblib_a_LIBADD): Set ac_cv_prog_cc_stdc X-Git-Tag: Release-1-7-2b~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ee7757c61d3cad0b7974b882990a2402bab173a;p=thirdparty%2Fautomake.git * tests/ansi10.test (liblib_a_LIBADD): Set ac_cv_prog_cc_stdc not am_cv_prog_cc_stdc. --- diff --git a/ChangeLog b/ChangeLog index e2cadaae3..ef3bf03f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-12-04 Alexandre Duret-Lutz + * 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. diff --git a/tests/ansi10.test b/tests/ansi10.test index 6d662e498..9fa530713 100755 --- a/tests/ansi10.test +++ b/tests/ansi10.test @@ -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