1 Index: xsplash-build/autogen.sh
2 ===================================================================
3 --- xsplash-build.orig/autogen.sh
4 +++ xsplash-build/autogen.sh
5 @@ -7,7 +7,7 @@ srcdir=${srcdir:-.}
7 # default version requirements ...
8 REQUIRED_AUTOCONF_VERSION=${REQUIRED_AUTOCONF_VERSION:-2.53}
9 -REQUIRED_AUTOMAKE_VERSION=${REQUIRED_AUTOMAKE_VERSION:-1.9}
10 +REQUIRED_AUTOMAKE_VERSION=${REQUIRED_AUTOMAKE_VERSION:-1.11}
11 REQUIRED_LIBTOOL_VERSION=${REQUIRED_LIBTOOL_VERSION:-1.5}
12 REQUIRED_GETTEXT_VERSION=${REQUIRED_GETTEXT_VERSION:-0.12}
13 REQUIRED_GLIB_GETTEXT_VERSION=${REQUIRED_GLIB_GETTEXT_VERSION:-2.2.0}
14 @@ -317,6 +317,7 @@ case $REQUIRED_AUTOMAKE_VERSION in
15 1.8*) automake_progs="automake-1.10 automake-1.9 automake-1.8" ;;
16 1.9*) automake_progs="automake-1.10 automake-1.9" ;;
17 1.10*) automake_progs="automake-1.10" ;;
18 + 1.11*) automake_progs="automake-1.11" ;;
20 version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
21 "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz" || DIE=1