diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-12 23:27:58 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-12 23:27:58 +0000 |
commit | af98f686b0a39f37e6918c942cb82ad7eb586ac7 (patch) | |
tree | 7603b4eebdce6bff64627a9fd6af2a0ffd41a0da /devel/autoconf213/files/patch-acspecific.m4 | |
parent | Update to 0.12. (diff) |
Renamed patch files so I can tell what they do.
Changed $(INSTALL) to $(INSTALL_SCRIPT) in Makefile.in for the scripts.
Notes
Notes:
svn path=/head/; revision=67914
Diffstat (limited to 'devel/autoconf213/files/patch-acspecific.m4')
-rw-r--r-- | devel/autoconf213/files/patch-acspecific.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/autoconf213/files/patch-acspecific.m4 b/devel/autoconf213/files/patch-acspecific.m4 new file mode 100644 index 000000000000..0ab4f683e3de --- /dev/null +++ b/devel/autoconf213/files/patch-acspecific.m4 @@ -0,0 +1,11 @@ +--- 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 |