Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df92767
)
Allow override of automake name for testing with other versions.
author
shaver
<shaver>
Tue, 2 Dec 2003 19:59:51 +0000
(19:59 +0000)
committer
shaver
<shaver>
Tue, 2 Dec 2003 19:59:51 +0000
(19:59 +0000)
lustre/autogen.sh
patch
|
blob
|
history
diff --git
a/lustre/autogen.sh
b/lustre/autogen.sh
index
9deed73
..
be0d42d
100644
(file)
--- a/
lustre/autogen.sh
+++ b/
lustre/autogen.sh
@@
-1,5
+1,5
@@
#!/bin/sh
aclocal &&
-
automake
--add-missing &&
+
${AUTOMAKE:-automake}
--add-missing &&
${AUTOCONF:-autoconf}