File lxtask-automake-1.12.diff of Package lxtask
Index: lxtask-0.1.4/autogen.sh
===================================================================
--- lxtask-0.1.4.orig/autogen.sh
+++ lxtask-0.1.4/autogen.sh
@@ -5,9 +5,10 @@ AUTOMAKE=${AUTOMAKE:-automake}
AM_INSTALLED_VERSION=$($AUTOMAKE --version | sed -e '2,$ d' -e 's/.* \([0-9]*\.[0-9]*\).*/\1/')
if [ "$AM_INSTALLED_VERSION" != "1.10" \
- -a "$AM_INSTALLED_VERSION" != "1.11" ];then
+ -a "$AM_INSTALLED_VERSION" != "1.11" \
+ -a "$AM_INSTALLED_VERSION" != "1.12" ];then
echo
- echo "You must have automake > 1.10 or 1.11 installed to compile lxtask."
+ echo "You must have automake 1.10, 1.11 or 1.12 installed to compile lxtask."
echo "Install the appropriate package for your distribution,"
echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
exit 1