From: shaver Date: Tue, 2 Dec 2003 19:59:51 +0000 (+0000) Subject: Allow override of automake name for testing with other versions. X-Git-Tag: v1_7_100~1^368~34 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=638ec0b38be69f5c4f6e0bdcf32c19cb201c92e1;p=fs%2Flustre-release.git Allow override of automake name for testing with other versions. --- diff --git a/lustre/autogen.sh b/lustre/autogen.sh index 9deed73..be0d42d 100644 --- a/lustre/autogen.sh +++ b/lustre/autogen.sh @@ -1,5 +1,5 @@ #!/bin/sh aclocal && -automake --add-missing && +${AUTOMAKE:-automake} --add-missing && ${AUTOCONF:-autoconf}