Author: shadzik Date: Thu Feb 22 04:54:40 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - automake 1.10 support for SIM
---- Files affected: SOURCES: sim-am110.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/sim-am110.patch diff -u /dev/null SOURCES/sim-am110.patch:1.1 --- /dev/null Thu Feb 22 05:54:41 2007 +++ SOURCES/sim-am110.patch Thu Feb 22 05:54:35 2007 @@ -0,0 +1,11 @@ +--- admin/cvs.sh 2006-07-09 12:39:25.000000000 +0200 ++++ admin/cvs.sh-new 2007-02-22 05:52:44.000000000 +0100 +@@ -66,7 +66,7 @@ + echo "*** SIM requires automake $required_automake_version" + exit 1 + ;; +- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*) : ;; ++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) : ;; + "" ) + echo "*** AUTOMAKE NOT FOUND!." + echo "*** SIM requires automake $required_automake_version" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
