diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 09:54:53 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 09:54:53 +0800 |
commit | 713ab3faac50c3d97e1e6027fe4a0d8194963b98 (patch) | |
tree | 611aa156f4fe653b9ec799d22a5be945d7693171 /devel/autoconf257/files/patch-aa | |
parent | a3cf5780cca3dec996b32b27039048d07245faa6 (diff) | |
download | freebsd-ports-graphics-713ab3faac50c3d97e1e6027fe4a0d8194963b98.tar.gz freebsd-ports-graphics-713ab3faac50c3d97e1e6027fe4a0d8194963b98.tar.zst freebsd-ports-graphics-713ab3faac50c3d97e1e6027fe4a0d8194963b98.zip |
Update to version 2.13.
PR: 9656
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Diffstat (limited to 'devel/autoconf257/files/patch-aa')
-rw-r--r-- | devel/autoconf257/files/patch-aa | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/devel/autoconf257/files/patch-aa b/devel/autoconf257/files/patch-aa index 6acf3b44da7..eefb2438ca5 100644 --- a/devel/autoconf257/files/patch-aa +++ b/devel/autoconf257/files/patch-aa @@ -1,14 +1,16 @@ ---- ./Makefile.in.org Wed Nov 22 10:09:44 1995 -+++ ./Makefile.in Thu Mar 28 23:02:49 1996 -@@ -131,15 +131,15 @@ - *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \ - esac +--- Makefile.in.orig Tue Jan 5 08:27:16 1999 ++++ Makefile.in Sat Jan 23 23:29:33 1999 +@@ -141,7 +141,7 @@ + + install: all $(M4FILES) acconfig.h installdirs install-info for p in $(ASCRIPTS); do \ - $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ + $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ done - for i in $(M4FILES) acconfig.h; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + for i in $(M4FROZEN); do \ + $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ +@@ -150,9 +150,9 @@ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ done -if test -f autoscan; then \ - $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ |