From: Ralf Wildenhues Date: Mon, 27 Mar 2006 08:52:52 +0000 (+0000) Subject: * bootstrap: Actually use the correct version of the last patch. X-Git-Tag: release-2-1b~304 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0988e912bb73a34b8e952964c48f7297a5fc2437;p=thirdparty%2Flibtool.git * bootstrap: Actually use the correct version of the last patch. --- diff --git a/ChangeLog b/ChangeLog index ed3a0f3cd..c9f06ac34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-27 Ralf Wildenhues + + * bootstrap: Actually use the correct version of the last patch. + 2006-03-25 Ralf Wildenhues * bootstrap: Enable `WORKING_LIBOBJ_SUPPORT' if we detect diff --git a/bootstrap b/bootstrap index 1299683a6..2814bb07e 100755 --- a/bootstrap +++ b/bootstrap @@ -92,9 +92,9 @@ rm -f acinclude.m4 libltdl/config.h # Have symlinks of the libobj files in top source dir. # Set WORKING_LIBOBJ_SUPPORT=: when calling bootstrap if you have fixed tools. case `($AUTOCONF --version) 2>/dev/null` in - *\ 2.[5-9][0-9]* | *\ [3-9].[0-9]*) + *\ 2.59[c-z]* | *\ 2.[6-9][0-9]* | *\ [3-9].[0-9]*) case `($AUTOMAKE --version) 2>/dev/null` in - *\ 1.1[0-9]* | *\ [2-9].[0-9]*) + *\ 1.9[a-z]* | *\ 1.1[0-9]* | *\ 1.[2-9][0-9]* | *\ [2-9].[0-9]*) WORKING_LIBOBJ_SUPPORT=: ;; esac ;; esac