From: Ben Elliston Date: Fri, 29 Jan 1999 05:22:29 +0000 (+0000) Subject: 1999-01-29 Ben Elliston X-Git-Tag: experimental-branchpoint~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376c50b1fb90c442d698386a27470b3efcb74acf;p=thirdparty%2Fautoconf.git 1999-01-29 Ben Elliston * acspecific.m4 (AC_EXEEXT): Ignore C++ source files. --- diff --git a/ChangeLog b/ChangeLog index 0a00e8fa..680ad4c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-01-29 Ben Elliston + + * acspecific.m4 (AC_EXEEXT): Ignore C++ source files. + 1999-01-25 Ben Elliston * install-sh: Use $mkdirprog, not `mkdir' directly. Contributed by diff --git a/acspecific.m4 b/acspecific.m4 index 1fa16c30..423bc39d 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -2660,7 +2660,7 @@ else if AC_TRY_EVAL(ac_link); then for file in conftest.*; do case $file in - *.c | *.o | *.obj) ;; + *.c | *.C | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 1fa16c30..423bc39d 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -2660,7 +2660,7 @@ else if AC_TRY_EVAL(ac_link); then for file in conftest.*; do case $file in - *.c | *.o | *.obj) ;; + *.c | *.C | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done