Code

Added option to invert search results
[nagiosplug.git] / tools / setup
index 6db4c6c5d79e8f61de990b860af125fa33b71c2f..6da3f674837f6b7fd787a09560e64a4b725d5845 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
 # autogen.sh glue from CMU Cyrus IMAP
-# $Id$
 #
 # Requires: automake, autoconf, dpkg-dev
 # set -e
@@ -24,6 +23,10 @@ if test -d $HOME/share/aclocal ; then
        extra="-I $HOME/share/aclocal"
 fi
 
+# This file will be automagically re-generated of present - still looks
+# better than having a versioned file change based on automake version
+touch build-aux/mkinstalldirs
+
 aclocal -I gl/m4 -I m4 $extra
 #libtoolize --force --copy
 autoheader
@@ -49,6 +52,3 @@ fi
 if [ $docbook = 1 ] ; then
        ( cd doc && make )
 fi
-
-# Untar libtap
-( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - )