mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
1999-01-29 Ben Elliston <bje@cygnus.com>
* acspecific.m4 (AC_EXEEXT): Ignore C++ source files.
This commit is contained in:
parent
3aa89b2e61
commit
376c50b1fb
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user