Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28144

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

Index: autogen.sh
===================================================================
RCS file: /cvsroot/ufraw/ufraw/autogen.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- autogen.sh  8 Jan 2013 17:00:08 -0000       1.6
+++ autogen.sh  13 Aug 2013 13:00:08 -0000      1.7
@@ -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.13
-ACLOCAL=aclocal-1.13
+AUTOMAKE=automake-1.14
+ACLOCAL=aclocal-1.14
+($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
+    AUTOMAKE=automake-1.13
+    ACLOCAL=aclocal-1.13
+}
 ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
     AUTOMAKE=automake-1.12
     ACLOCAL=aclocal-1.12


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to