X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tools%2Fsetup;h=6da3f674837f6b7fd787a09560e64a4b725d5845;hb=74da141e618ef99959d509cb2e7be35a348a39db;hp=7fdb980da6ba05d10c8680c275f89bd9d8fec4d7;hpb=fe856aa957978504137c1d425815d4ed8a22be40;p=nagiosplug.git diff --git a/tools/setup b/tools/setup index 7fdb980..6da3f67 100755 --- a/tools/setup +++ b/tools/setup @@ -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 @@ -47,5 +50,5 @@ else fi if [ $docbook = 1 ] ; then - cd doc && make + ( cd doc && make ) fi