summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMateusz Kaduk <mateusz.kaduk@gmail.com>2005-04-10 12:11:49 +0000
committerMateusz Kaduk <mateusz.kaduk@gmail.com>2005-04-10 12:11:49 +0000
commit7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4 (patch)
tree22d584cba391e68058c6a182fad94c8b87b99339 /autogen.sh
parent74c3b49c1242ef7449fe17198270e1b99b9289e2 (diff)
downloadmana-client-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.gz
mana-client-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.bz2
mana-client-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.tar.xz
mana-client-7eeb04e1a8bf103e3f8717af1e3ec09f58441bd4.zip
Added inventory transparency
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 8f047c99..21ae79e8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,9 +4,9 @@ echo "Generating build information using aclocal, autoheader, automake and autoc
echo
# Regerate configuration files
-aclocal
+aclocal-1.7
autoheader
-automake --gnu --add-missing --copy
+automake-1.7 --gnu --add-missing --copy
autoconf
echo