summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-07-11 12:04:59 -0700
committerSage Weil <sage@newdream.net>2008-07-11 12:04:59 -0700
commit33c6a6b7712066385b4a47bd87c4389602bcd411 (patch)
tree6d796aeedca43fd1af600dde01f852d460750ab8 /autogen.sh
parenta1c3ea1d69c22d96a92ebba36eb19320c084997f (diff)
downloadceph-33c6a6b7712066385b4a47bd87c4389602bcd411.tar.gz
no more m4 dir
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e2debd9a6e2..b299eb0ff97 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#!/bin/sh
rm -f config.cache
-aclocal -I m4
+aclocal #-I m4
autoconf
autoheader
automake -a --add-missing