Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv5184

Modified Files:
        autogen.sh 
Log Message:
Add support for Automake 1.12.

Index: autogen.sh
===================================================================
RCS file: /cvsroot/ufraw/ufraw/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- autogen.sh  8 Jul 2009 03:35:03 -0000       1.4
+++ autogen.sh  20 Oct 2012 15:00:22 -0000      1.5
@@ -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.11
-ACLOCAL=aclocal-1.11
+AUTOMAKE=automake-1.12
+ACLOCAL=aclocal-1.12
+($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
+    AUTOMAKE=automake-1.11
+    ACLOCAL=aclocal-1.11
+}
 ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
     AUTOMAKE=automake-1.10
     ACLOCAL=aclocal-1.10


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to