[xml] [patch] autogen.sh: pass the autoreconf options as separate options
- From: Adrian Bunk <bunk stusta de>
- To: xml gnome org
- Subject: [xml] [patch] autogen.sh: pass the autoreconf options as separate options
- Date: Mon, 22 Mar 2010 21:28:57 +0200
Something in Scratchbox' machinery barfed on "-if":
autoconf-wrapper: unrecognized option -if
and I'm not seeing any reason against using "-i -f" instead.
---
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index da732be..5632f18 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -51,7 +51,7 @@ fi
#aclocal $ACLOCAL_FLAGS
#automake --force-missing --add-missing --copy --foreign
#autoconf
-autoreconf -if
+autoreconf -i -f
cd $THEDIR
--
1.5.6.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]