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

* acspecific.m4 (AC_EXEEXT): Do not consider `.xcoff' as a
	possible executable filename extension. Contributed by Robert
	S. Maier <rsm@math.arizona.edu>.
This commit is contained in:
Ben Elliston 1999-03-31 08:42:11 +00:00
parent 861872d328
commit a46d446b9c
3 changed files with 5 additions and 2 deletions

View File

@ -6,6 +6,9 @@
script belonging to HP `pwplus' when running the install
program. Contributed by Steven G. Johnson <stevenj@alum.mit.edu>
and Dave Adams <adams@hpesdwa.fc.hp.com>.
(AC_EXEEXT): Do not consider `.xcoff' as a possible executable
filename extension. Contributed by Robert S. Maier
<rsm@math.arizona.edu>.
1999-03-28 Tom Tromey <tromey@cygnus.com>

View File

@ -2664,7 +2664,7 @@ else
if AC_TRY_EVAL(ac_link); then
for file in conftest.*; do
case $file in
*.c | *.C | *.o | *.obj) ;;
*.c | *.C | *.o | *.obj | *.xcoff) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done

View File

@ -2664,7 +2664,7 @@ else
if AC_TRY_EVAL(ac_link); then
for file in conftest.*; do
case $file in
*.c | *.C | *.o | *.obj) ;;
*.c | *.C | *.o | *.obj | *.xcoff) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done