[Sugar-devel] [PATCH gst-plugins-espeak] Pass autogen.sh args to configure
Daniel Narvaez
dwnarvaez at gmail.com
Sat Aug 18 05:06:13 EDT 2012
From: Daniel Narvaez <dwnarvaez at gmail.com>
This is customary in autogen.sh scripts and allows to build
the plugin with jhbuild.
---
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autogen.sh b/autogen.sh
index e85bfec..dacf40e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,4 +6,4 @@ autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
-[ "$NOCONFIGURE" ] || ./configure CFLAGS="$CFLAGS -Wall" --enable-maintainer-mode
+[ "$NOCONFIGURE" ] || ./configure CFLAGS="$CFLAGS -Wall" --enable-maintainer-mode "$@"
--
1.7.10.4
More information about the Sugar-devel
mailing list