diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-10 15:17:38 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-10 15:17:38 +0000 |
commit | 7689150657ca2fadc8a2b195c8174df8b3d6fc91 (patch) | |
tree | b22ccfb04bae78c1d6e310d81452e9ae704488c4 /editors/abiword/files | |
parent | e8fab299c4b5c11e911db12cebaa3840d7cf99b7 (diff) | |
download | FreeBSD-ports-7689150657ca2fadc8a2b195c8174df8b3d6fc91.zip FreeBSD-ports-7689150657ca2fadc8a2b195c8174df8b3d6fc91.tar.gz |
Update to 0.99.5.
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'editors/abiword/files')
-rw-r--r-- | editors/abiword/files/patch-autogen.sh | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/editors/abiword/files/patch-autogen.sh b/editors/abiword/files/patch-autogen.sh index b7766ed..57a58a8 100644 --- a/editors/abiword/files/patch-autogen.sh +++ b/editors/abiword/files/patch-autogen.sh @@ -1,8 +1,8 @@ $FreeBSD$ ---- autogen.sh.orig Fri Sep 28 12:06:00 2001 -+++ autogen.sh Fri Nov 23 16:33:29 2001 +--- autogen.sh.orig Mon Mar 25 07:41:49 2002 ++++ autogen.sh Tue Apr 9 12:35:41 2002 @@ -10,20 +10,20 @@ set -e @@ -34,13 +34,12 @@ $FreeBSD$ -aclocal -I ac-helpers +aclocal14 -I ac-helpers --# autoheader -+# autoheader14 + # autoheader - # Produce all the `Makefile.in's, verbosely, and create neat missing things - # like `libtool', `install-sh', etc. --automake --add-missing --verbose --foreign -+automake14 --add-missing --verbose --foreign + # Produce all the `GNUmakefile.in's and create neat missing things + # like `install-sh', etc. +-automake --add-missing --copy --foreign ++automake14 --add-missing --copy --foreign # If there's a config.cache file, we may need to delete it. # If we have an existing configure script, save a copy for comparison. |