Whamcloud - gitweb
Allow override of automake name for testing with other versions.
authorshaver <shaver>
Tue, 2 Dec 2003 19:59:51 +0000 (19:59 +0000)
committershaver <shaver>
Tue, 2 Dec 2003 19:59:51 +0000 (19:59 +0000)
lustre/autogen.sh

index 9deed73..be0d42d 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 aclocal &&
-automake --add-missing &&
+${AUTOMAKE:-automake} --add-missing &&
 ${AUTOCONF:-autoconf}