Daniel Narvaez | 18 Aug 2012 11:06
Picon

[PATCH gst-plugins-espeak] Pass autogen.sh args to configure

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
 <at>  <at>  -6,4 +6,4  <at>  <at>  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 "$ <at> "
--

-- 
1.7.10.4

Gmane