automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: use ac_cv_prog_cc_stdc in ansi10.test


From: Alexandre Duret-Lutz
Subject: FYI: use ac_cv_prog_cc_stdc in ansi10.test
Date: Wed, 04 Dec 2002 21:03:31 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-debian-linux-gnu)

I've committed this on HEAD.
I forgot to update this test case when I ported it form branch-1-7.

2002-12-04  Alexandre Duret-Lutz  <address@hidden>

        * tests/ansi10.test (liblib_a_LIBADD): Set ac_cv_prog_cc_stdc
        not am_cv_prog_cc_stdc.

Index: tests/ansi10.test
===================================================================
RCS file: /cvs/automake/automake/tests/ansi10.test,v
retrieving revision 1.1
diff -u -r1.1 ansi10.test
--- tests/ansi10.test   1 Dec 2002 18:16:34 -0000       1.1
+++ tests/ansi10.test   4 Dec 2002 20:01:53 -0000
@@ -61,7 +61,10 @@
 $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

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]