diff options
author | asami <asami@FreeBSD.org> | 1995-10-12 15:11:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-12 15:11:56 +0800 |
commit | 20a65b519d26ae01558df4daf8560954922f1043 (patch) | |
tree | 35435c0c09a2278047761e12b678618e34f45752 /devel/autoconf268/files | |
parent | 548a47f5e07749c15f1aa77904ce0e5e6e6ec0ec (diff) | |
download | freebsd-ports-gnome-20a65b519d26ae01558df4daf8560954922f1043.tar.gz freebsd-ports-gnome-20a65b519d26ae01558df4daf8560954922f1043.tar.zst freebsd-ports-gnome-20a65b519d26ae01558df4daf8560954922f1043.zip |
GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by: torstenb
Diffstat (limited to 'devel/autoconf268/files')
-rw-r--r-- | devel/autoconf268/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/autoconf268/files/patch-aa b/devel/autoconf268/files/patch-aa new file mode 100644 index 000000000000..82781c318f04 --- /dev/null +++ b/devel/autoconf268/files/patch-aa @@ -0,0 +1,19 @@ +*** Makefile.in.orig Sat Jul 1 18:18:43 1995 +--- Makefile.in Sat Jul 1 18:19:38 1995 +*************** +*** 138,144 **** + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi +--- 138,144 ---- + -if test -f autoscan; then \ + $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ + for i in acfunctions acheaders acidentifiers acprograms \ +! acmakevars config.guess config.sub; do \ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + done; \ + else :; fi |