Code

Removing CVS/SVN tags and replacing with git-based versioning
[nagiosplug.git] / tools / setup
index 7fdb980da6ba05d10c8680c275f89bd9d8fec4d7..cdaa9c9254f0b7790252978733f43063766a3b3f 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
 # autogen.sh glue from CMU Cyrus IMAP
-# $Id$
 #
 # Requires: automake, autoconf, dpkg-dev
 # set -e
@@ -47,5 +46,8 @@ else
 fi
 
 if [ $docbook = 1 ] ; then
-       cd doc && make
+       ( cd doc && make )
 fi
+
+# Untar libtap
+( cd external && gunzip -c tap-1.01-nagios-plugins.tar.gz | tar -xf - )