--- embedaddon/smartmontools/autogen.sh 2012/10/09 09:36:45 1.1.1.2 +++ embedaddon/smartmontools/autogen.sh 2013/07/22 01:17:35 1.1.1.3 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: autogen.sh,v 1.1.1.2 2012/10/09 09:36:45 misho Exp $ +# $Id: autogen.sh,v 1.1.1.3 2013/07/22 01:17:35 misho Exp $ # # Generate ./configure from config.in and Makefile.in from Makefile.am. # This also adds files like missing,depcomp,install-sh to the source @@ -32,7 +32,8 @@ typep() return 1 } -test -x "$AUTOMAKE" || AUTOMAKE=`typep automake-1.11` || AUTOMAKE=`typep automake-1.10` || +test -x "$AUTOMAKE" || AUTOMAKE=`typep automake-1.12` || + AUTOMAKE=`typep automake-1.11` || AUTOMAKE=`typep automake-1.10` || AUTOMAKE=`typep automake-1.9` || AUTOMAKE=`typep automake-1.8` || AUTOMAKE=`typep automake-1.7` || AUTOMAKE=`typep automake17` || { @@ -83,7 +84,7 @@ case "$ver" in rm -f casetest.tmp ;; - 1.9.[1-6]|1.10|1.10.[12]|1.11|1.11.[1-5]) + 1.9.[1-6]|1.10|1.10.[12]|1.11|1.11.[1-6]|1.12.[3-5]) # OK ;;