+2006-03-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * bootstrap: Actually use the correct version of the last patch.
+
2006-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* bootstrap: Enable `WORKING_LIBOBJ_SUPPORT' if we detect
# 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