Code

Fixed tests (Mathew Ericson - 738604)
[nagiosplug.git] / autogen.sh
index 0357d93af9e2642944f9a3d9d76689951a915c3e..b833a3083e3463108240b7f81905e03e37745df5 100755 (executable)
@@ -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 && {