summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 1 insertions, 3 deletions
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