From 11007e88452973a82c79b3f0f516fd1a8ac3019e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 25 Aug 2005 13:15:27 +0000 Subject: small bootstrap improvement git-svn-id: file:///home/lennart/svn/public/avahi/trunk@438 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- bootstrap.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 4d8d545..7eb0d14 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -28,13 +28,12 @@ run_versioned() { "$P" "$@" } +set -ex + if [ "x$1" = "xam" ] ; then - set -ex run_versioned automake "$VERSION" -a -c --foreign ./config.status else - set -ex - rm -rf autom4te.cache rm -f config.cache -- cgit