From: Gunnar Beutner Date: Wed, 30 Jan 2013 07:42:13 +0000 (+0100) Subject: Get rid of the 'rm -r' stuff in autogen.sh X-Git-Tag: v0.0.2~621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6721f681e284310c248be2e23fcb9b293499320d;p=icinga2 Get rid of the 'rm -r' stuff in autogen.sh --- diff --git a/autogen.sh b/autogen.sh index de58ca4c5..47b423630 100755 --- a/autogen.sh +++ b/autogen.sh @@ -127,25 +127,17 @@ esac # verify that libtool-ltdl-devel is installed echo "Running libtoolize dry-run..." -#create third-party/ltdl from configure.ac and cleanup afterwards -tmp1=`grep "^LT_CONFIG_LTDL_DIR" configure.ac` -tmp2=${tmp1##*\[} ltdldir=${tmp2%\]*} -mkdir -p $ltdldir if ! libtoolize --quiet --copy --force ; then echo "" echo "**Error**: libtoolize cannot detect necessary files." echo "" - echo "Make sure libtool-ltdl-devel (rpm) / libltdl-dev (deb) or an" + echo "Make sure libtool-ltdl-devel (RHEL) / libltdl-dev (Debian) or an" echo "appropriate package for your distribution is installed." - rm -r $ltdldir exit 1 fi -#cleanup -rm -r $ltdldir - for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.ac -print` do dr=`dirname $coin` diff --git a/third-party/ltdl/README.icinga b/third-party/ltdl/README.icinga new file mode 100644 index 000000000..e3e49d5fc --- /dev/null +++ b/third-party/ltdl/README.icinga @@ -0,0 +1,2 @@ +This directory will automatically be populated by libtoolize when you run the +autogen.sh script.