Code

Sync with gnulib - lots of extraneous code removed in preference to GNU code
[nagiosplug.git] / tools / setup
index be625abdf63fc4f631c099abf0abb8a84f099fd0..7fdb980da6ba05d10c8680c275f89bd9d8fec4d7 100755 (executable)
@@ -18,9 +18,14 @@ else
        echo Found GNU Make at $MAKE ... good.
 fi
 
-autopoint --force
-aclocal -I m4
-libtoolize --force --copy
+# This bit is to fix SF's compile server as libtool not installed by default
+extra=""
+if test -d $HOME/share/aclocal ; then
+       extra="-I $HOME/share/aclocal"
+fi
+
+aclocal -I gl/m4 -I m4 $extra
+#libtoolize --force --copy
 autoheader
 automake --add-missing --force-missing --copy
 autoconf