Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31059
Modified Files: autogen.sh Log Message: Add support for Automake 1.13. Index: autogen.sh =================================================================== RCS file: /cvsroot/ufraw/ufraw/autogen.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- autogen.sh 20 Oct 2012 15:00:22 -0000 1.5 +++ autogen.sh 8 Jan 2013 17:00:08 -0000 1.6 @@ -15,8 +15,12 @@ # minimum version in Makefile.am and assuming that in 2006 the program # automake will be a modern version. -AUTOMAKE=automake-1.12 -ACLOCAL=aclocal-1.12 +AUTOMAKE=automake-1.13 +ACLOCAL=aclocal-1.13 +($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || { + AUTOMAKE=automake-1.12 + ACLOCAL=aclocal-1.12 +} ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || { AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs