From 2ee7757c61d3cad0b7974b882990a2402bab173a Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 4 Dec 2002 20:02:30 +0000 Subject: [PATCH] * tests/ansi10.test (liblib_a_LIBADD): Set ac_cv_prog_cc_stdc not am_cv_prog_cc_stdc. --- ChangeLog | 3 +++ tests/ansi10.test | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.2