This simple patch just adds support for automake 1.10.
- Martin -
Index: bootstrap =================================================================== RCS file: /cvsroot/mbuni/mbuni/bootstrap,v retrieving revision 1.1 diff -u -r1.1 bootstrap --- bootstrap 20 Oct 2005 11:02:32 -0000 1.1 +++ bootstrap 15 Aug 2008 10:36:31 -0000 @@ -4,7 +4,9 @@ # Check for automake amvers="no" -if automake-1.9 --version >/dev/null 2>&1; then +if automake-1.10 --version >/dev/null 2>&1; then + amvers="-1.10" +elif automake-1.9 --version >/dev/null 2>&1; then amvers="-1.9" elif automake-1.8 --version >/dev/null 2>&1; then amvers="-1.8"
_______________________________________________ Devel mailing list Devel@mbuni.org http://lists.mbuni.org/mailman/listinfo/devel