summaryrefslogtreecommitdiffstats
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 0357d93..b833a30 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,18 +19,13 @@ else
19fi 19fi
20 20
21# Refresh GNU autotools toolchain. 21# Refresh GNU autotools toolchain.
22for i in config.guess config.sub missing install-sh mkinstalldirs ; do 22for i in config.guess config.sub missing install-sh mkinstalldirs depcomp; do
23 test -r /usr/share/automake/${i} && { 23 test -r /usr/share/automake/${i} && {
24 rm -f ${i} 24 rm -f ${i}
25 cp /usr/share/automake/${i} .
26 } 25 }
27 chmod 755 ${i}
28done 26done
29 27
30aclocal -I lib 28tools/setup
31autoheader
32automake -c -a
33autoconf
34 29
35# For the Debian build 30# For the Debian build
36test -d debian && { 31test -d debian && {