1999-01-29 Ben Elliston <bje@cygnus.com>

* acspecific.m4 (AC_EXEEXT): Ignore C++ source files.
This commit is contained in:
Ben Elliston 1999-01-29 05:22:29 +00:00
parent 3aa89b2e61
commit 376c50b1fb
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-01-29 Ben Elliston <bje@cygnus.com>
* acspecific.m4 (AC_EXEEXT): Ignore C++ source files.
1999-01-25 Ben Elliston <bje@cygnus.com>
* install-sh: Use $mkdirprog, not `mkdir' directly. Contributed by

View File

@ -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

View File

@ -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