From 385d3e53254fcd390c3596f2ccdcc65cd9310757 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 Aug 2003 16:19:06 +0000 Subject: build fixes remove fprintfs git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@5 022f378f-78c4-0310-b860-d162c87e6274 --- bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index c998385..19c60c1 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -34,6 +34,5 @@ else automake -a -c autoconf -Wall - ./configure --enabled-maintainer-mode --sysconfdir=/etc "$@" + ./configure --sysconfdir=/etc "$@" fi - -- cgit