summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-19 17:09:25 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-19 17:09:25 +0000
commit0475f97120b781ead9d6bec9c0d4f482c2b64000 (patch)
tree081c55b4ac91a7a9fd8e8bb1dfd3205ac4312b28 /bootstrap.sh
parent5df7002d1d0b8a0f58f3b976c2afd7ece9afc900 (diff)
some build system updates and warning removals
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@61 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 4cdd30f..b3b326e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -27,7 +27,7 @@ run_versioned() {
if [ "x$1" = "xam" ] ; then
set -ex
- run_versioned automake 1.7 -a -c
+ run_versioned automake 1.7 -a -c --foreign
./config.status
else
set -ex
@@ -39,7 +39,7 @@ else
run_versioned automake 1.7 -a -c
autoconf -Wall
- ./configure --sysconfdir=/etc "$@"
+ CFLAGS="-g -O0" ./configure --sysconfdir=/etc "$@"
make clean
fi