From f124555536ce4b815ff160312c094545c36ec440 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 10 Aug 2002 04:35:28 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'. --- editors/AbiWord2/files/patch-autogen.sh | 54 --------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 editors/AbiWord2/files/patch-autogen.sh (limited to 'editors/AbiWord2/files/patch-autogen.sh') diff --git a/editors/AbiWord2/files/patch-autogen.sh b/editors/AbiWord2/files/patch-autogen.sh deleted file mode 100644 index 57a58a879794..000000000000 --- a/editors/AbiWord2/files/patch-autogen.sh +++ /dev/null @@ -1,54 +0,0 @@ - -$FreeBSD$ - ---- 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 - --automake --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' -+automake14 --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' - - if [ $? -ne 0 ]; then - echo "Error: you need automake 1.4 or later. Please upgrade." - exit 1 - fi - --if test ! -d `aclocal --print-ac-dir`; then -+if test ! -d `aclocal14 --print-ac-dir`; then - echo "Bad aclocal (automake) installation" - exit 1 - fi - - for script in `cd ac-helpers/fallback; echo *.m4`; do -- if test -r `aclocal --print-ac-dir`/$script; then -+ if test -r `aclocal14 --print-ac-dir`/$script; then - # Perhaps it was installed recently - rm -f ac-helpers/$script - else -@@ -34,13 +34,13 @@ - - # Produce aclocal.m4, so autoconf gets the automake macros it needs - echo "Creating aclocal.m4..." --aclocal -I ac-helpers -+aclocal14 -I ac-helpers - - # autoheader - - # 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. -@@ -50,7 +50,7 @@ - - # Produce ./configure - echo "Creating configure..." --autoconf -+autoconf213 - - echo "" - echo "You can run ./configure now." -- cgit v1.2.3