mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
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:
parent
861872d328
commit
a46d446b9c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user