summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-03-12 17:26:38 -0700
committerSage Weil <sage@newdream.net>2008-03-12 17:26:38 -0700
commit3c38bb6bdddf860b0553e83b99da74796b34cbae (patch)
tree795ff2283b8553621709294f7ee9180dcd03a76e /autogen.sh
parent2585407bb98cde5aa046d338fda0c759f8723932 (diff)
downloadceph-3c38bb6bdddf860b0553e83b99da74796b34cbae.tar.gz
getting closer to building swig stuff
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c5d47c5e8b5..669a365acdf 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,7 @@
#!/bin/sh
rm -f config.cache
-aclocal
+libtoolize --force --copy
+aclocal -I m4
autoconf
autoheader
automake -a --add-missing