diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-25 15:22:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-25 15:22:14 +0000 |
commit | d985ac3089354a1aaba5dc37a6b7565f6c13c8f8 (patch) | |
tree | 02d73310f7d6dfacd572709d4797871e4ff8c401 /devel/autoconf257/files | |
parent | Update to 0.5.13. (diff) |
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>
Diffstat (limited to 'devel/autoconf257/files')
-rw-r--r-- | devel/autoconf257/files/patch-ag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf257/files/patch-ag b/devel/autoconf257/files/patch-ag index 0792661a7c7d..0ab4f683e3de 100644 --- a/devel/autoconf257/files/patch-ag +++ b/devel/autoconf257/files/patch-ag @@ -4,8 +4,8 @@ if AC_TRY_EVAL(ac_link); then for file in conftest.*; do case $file in -- *.c | *.o | *.obj) ;; -+ *.c | *.C | *.o | *.obj) ;; +- *.c | *.o | *.obj | *.ilk | *.pdb) ;; ++ *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done |