by CFLAGS=-MD.
+2000-12-05 Bob Wilson <bwilson@tensilica.com>
+
+ * acspecific.m4 (_AC_OBJEXT, _AC_EXEEXT): Ignore .d files produced
+ by CFLAGS=-MD.
+
2000-12-05 Akim Demaille <akim@epita.fr>
* aclang.m4 (AC_PROG_F77): Temporarily set ac_ext to F to run
Ben Elliston bje@redhat.com
Bill Sommerfeld sommerfeld@apollo.hp.com
Bob Friesenhahn bfriesen@simple.dallas.tx.us
+Bob Wilson bwilson@tensilica.com
Bruno Haible haible@ilog.fr
Carl Edman cedman@princeton.edu
Chad R. Larson chad@anasazi.com
# executable. If this is called, the executable extensions will be
# automatically used by link commands run by the configure script.
#
+# Ignore .d files produced by CFLAGS=-MD.
+#
# This macro is called by AC_LANG_COMPILER, the latter being required
# by the AC_COMPILE_IFELSE macros, so use AC_TRY_EVAL.
m4_define([_AC_EXEEXT],
# `rm'.
for ac_file in `ls conftest.exe conftest conftest.* 2>/dev/null`; do
case $ac_file in
- *.$ac_ext | *.o | *.obj | *.xcoff | *.tds) ;;
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d) ;;
*) ac_cv_exeext=`expr "$ac_file" : 'conftest\(.*\)'`
break;;
esac
# (conftest.exe), it also produces a file named `conftest.tds' in
# addition to `conftest.obj'
#
+# Ignore .d files produced by CFLAGS=-MD.
+#
# This macro is called by AC_LANG_COMPILER, the latter being required
# by the AC_COMPILE_IFELSE macros, so use AC_TRY_EVAL.
m4_define([_AC_OBJEXT],
if AC_TRY_EVAL(ac_compile); then
for ac_file in `ls conftest.o conftest.obj conftest.* 2>/dev/null`; do
case $ac_file in
- *.$ac_ext | *.tds ) ;;
+ *.$ac_ext | *.tds | *.d ) ;;
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
break;;
esac
# executable. If this is called, the executable extensions will be
# automatically used by link commands run by the configure script.
#
+# Ignore .d files produced by CFLAGS=-MD.
+#
# This macro is called by AC_LANG_COMPILER, the latter being required
# by the AC_COMPILE_IFELSE macros, so use AC_TRY_EVAL.
m4_define([_AC_EXEEXT],
# `rm'.
for ac_file in `ls conftest.exe conftest conftest.* 2>/dev/null`; do
case $ac_file in
- *.$ac_ext | *.o | *.obj | *.xcoff | *.tds) ;;
+ *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d) ;;
*) ac_cv_exeext=`expr "$ac_file" : 'conftest\(.*\)'`
break;;
esac
# (conftest.exe), it also produces a file named `conftest.tds' in
# addition to `conftest.obj'
#
+# Ignore .d files produced by CFLAGS=-MD.
+#
# This macro is called by AC_LANG_COMPILER, the latter being required
# by the AC_COMPILE_IFELSE macros, so use AC_TRY_EVAL.
m4_define([_AC_OBJEXT],
if AC_TRY_EVAL(ac_compile); then
for ac_file in `ls conftest.o conftest.obj conftest.* 2>/dev/null`; do
case $ac_file in
- *.$ac_ext | *.tds ) ;;
+ *.$ac_ext | *.tds | *.d ) ;;
*) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
break;;
esac
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
-.TH AUTOUPDATE "1" "November 2000" "GNU autoconf 2.49b" FSF
+.TH AUTOUPDATE "1" "December 2000" "GNU autoconf 2.49b" FSF
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS