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:
09a9c46
)
Allow caller to specify autoconf program to use, in order to support systems
author
shaver
<shaver>
Wed, 18 Sep 2002 14:39:12 +0000
(14:39 +0000)
committer
shaver
<shaver>
Wed, 18 Sep 2002 14:39:12 +0000
(14:39 +0000)
with both 2.13 and 2.53.
lustre/autogen.sh
patch
|
blob
|
history
diff --git
a/lustre/autogen.sh
b/lustre/autogen.sh
index
24dd8bb
..
9accad4
100644
(file)
--- a/
lustre/autogen.sh
+++ b/
lustre/autogen.sh
@@
-3,4
+3,4
@@
find . -type d -name .deps | xargs rm -rf
aclocal &&
automake --add-missing &&
-autoconf
+${AUTOCONF:-autoconf}