Many bug fixes
[platform/upstream/automake.git] / tests / error.test
index 9e63091..a5a9117 100755 (executable)
@@ -5,13 +5,14 @@
 . $srcdir/defs || exit 1
 
 cat > configure.in << 'END'
-fp_C_PROTOTYPES
+AM_C_PROTOTYPES
 END
 
-# Set up a strange environment, where fp_C_PROTOTYPES exists but its
+# Set up a strange environment, where AM_C_PROTOTYPES exists but its
 # dependency does not.
-cat > fp_C_PROTOTYPES.m4 << 'END'
-AC_REQUIRE([fp_PROG_CC_STDC])
+cat > AM_C_PROTOTYPES.m4 << 'END'
+AC_DEFUN(AM_C_PROTOTYPES,
+AC_REQUIRE([AM_PROG_CC_STDC]))
 END
 
 # Our --acdir overrides the one in $ACLOCAL.