aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 0357d93a..b833a308 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,18 +19,13 @@ else
fi
# Refresh GNU autotools toolchain.
-for i in config.guess config.sub missing install-sh mkinstalldirs ; do
+for i in config.guess config.sub missing install-sh mkinstalldirs depcomp; do
test -r /usr/share/automake/${i} && {
rm -f ${i}
- cp /usr/share/automake/${i} .
}
- chmod 755 ${i}
done
-aclocal -I lib
-autoheader
-automake -c -a
-autoconf
+tools/setup
# For the Debian build
test -d debian && {