Code

Removed libtap configuration for the moment, as tinderbox builds
[nagiosplug.git] / tools / setup
index 17eed516eca5b0e068586e97bb711fd266a5fe43..518b65201b5117473ed78638992a001d81780cf4 100755 (executable)
@@ -24,9 +24,8 @@ if test -d $HOME/share/aclocal ; then
        extra="-I $HOME/share/aclocal"
 fi
 
-autopoint --force
-aclocal -I m4 $extra
-libtoolize --force --copy
+aclocal -I gl/m4 -I m4 $extra
+#libtoolize --force --copy
 autoheader
 automake --add-missing --force-missing --copy
 autoconf
@@ -48,5 +47,8 @@ else
 fi
 
 if [ $docbook = 1 ] ; then
-       cd doc && make
+       ( cd doc && make )
 fi
+
+# Untar libtap
+( cd external && tar --gzip -xf tap-1.01-altinity.tar.gz )