From ce36dd0994ffa833ff0ce18e57a8776ff1103d8d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 20 Oct 2003 21:53:46 +0000 Subject: commit release 0.3 git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@41 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- bootstrap.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 203f27b..a520e21 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -24,8 +24,6 @@ if [ "x$1" = "xam" ] ; then else set -ex - #make maintainer-clean || true - rm -rf autom4te.cache rm -f config.cache @@ -35,6 +33,6 @@ else automake -a -c autoconf -Wall - ./configure "$@" + ./configure --sysconfdir=/etc "$@" fi -- cgit