ports/devel/autoconf213/files/patch-ag
David E. O'Brien d985ac3089 Upgrade to the Cygnus "000227" (27-Feb-2000) version. This is a later
version than 2.13.

I could find no ports that broke with this update.

Approved by:	portmgr
                Message-ID: <20011024214950.W25747@squall.waterspout.com>
2001-10-25 15:22:14 +00:00

11 lines
378 B
Text

--- acspecific.m4.orig Sun Aug 13 19:42:57 2000
+++ acspecific.m4 Sun Aug 13 19:43:24 2000
@@ -2659,7 +2659,7 @@
if AC_TRY_EVAL(ac_link); then
for file in conftest.*; do
case $file in
- *.c | *.o | *.obj | *.ilk | *.pdb) ;;
+ *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done