summaryrefslogtreecommitdiff
path: root/tests/subdir8.test
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-09-10 20:03:28 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-09-10 20:03:28 +0000
commitb8df76249da5f4d584cab9947f501d469f912a5f (patch)
tree8981f66f7aec4bc4ad8336bef0a989900833bc12 /tests/subdir8.test
parent353530b09915ab79cc6b16aad5633b97e0b3019e (diff)
downloadautomake-b8df76249da5f4d584cab9947f501d469f912a5f.tar.gz
* m4/minuso.m4 (AM_PROG_CC_C_O): Make sure AC_PROG_CC is never
called after this macro. * tests/distname.test, tests/subdir5.test, tests/subdir8.test, tests/subobj.test, tests/subobj4.test, tests/subobj5.test, tests/subobj6.test: Adjust. Report from Ralf Wildenhues.
Diffstat (limited to 'tests/subdir8.test')
-rwxr-xr-xtests/subdir8.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/subdir8.test b/tests/subdir8.test
index ed8610d04..66367a51e 100755
--- a/tests/subdir8.test
+++ b/tests/subdir8.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -33,8 +33,8 @@ set -e
echo 'AC_CONFIG_FILES([sub/Makefile])' >confiles.m4
cat >> configure.in << 'END'
-AM_PROG_CC_C_O
AC_PROG_CC
+AM_PROG_CC_C_O
m4_include([confiles.m4])
MORE_DEFS
AC_OUTPUT