diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -19,18 +19,13 @@ else | |||
19 | fi | 19 | fi |
20 | 20 | ||
21 | # Refresh GNU autotools toolchain. | 21 | # Refresh GNU autotools toolchain. |
22 | for i in config.guess config.sub missing install-sh mkinstalldirs ; do | 22 | for 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} | ||
28 | done | 26 | done |
29 | 27 | ||
30 | aclocal -I lib | 28 | tools/setup |
31 | autoheader | ||
32 | automake -c -a | ||
33 | autoconf | ||
34 | 29 | ||
35 | # For the Debian build | 30 | # For the Debian build |
36 | test -d debian && { | 31 | test -d debian && { |