freebsd-ports/devel/autoconf213/files/patch-acspecific.m4
Alan Eldridge af98f686b0 Renamed patch files so I can tell what they do.
Changed $(INSTALL) to $(INSTALL_SCRIPT) in Makefile.in for the scripts.
2002-10-12 23:27:58 +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