summaryrefslogtreecommitdiffstats
path: root/tools/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tools/setup')
-rwxr-xr-xtools/setup13
1 files changed, 2 insertions, 11 deletions
diff --git a/tools/setup b/tools/setup
index 6f3fdee..a90d48a 100755
--- a/tools/setup
+++ b/tools/setup
@@ -18,20 +18,11 @@ else
18 echo Found GNU Make at $MAKE ... good. 18 echo Found GNU Make at $MAKE ... good.
19fi 19fi
20 20
21# Refresh GNU autotools toolchain. 21autopoint --force
22for i in config.guess config.sub missing install-sh mkinstalldirs ; do
23 test -r /usr/share/automake/${i} && {
24 rm -f ${i}
25 cp /usr/share/automake/${i} .
26 }
27 chmod 755 ${i}
28done
29
30aclocal -I lib 22aclocal -I lib
31autoheader 23autoheader
32automake --add-missing --copy 24automake --add-missing --force-missing
33autoconf 25autoconf
34autopoint --force
35 26
36if [ -f debian/rules ] ; then 27if [ -f debian/rules ] ; then
37 chmod +x debian/rules 28 chmod +x debian/rules