18 Aug 2012 11:06
[PATCH gst-plugins-espeak] Pass autogen.sh args to configure
Daniel Narvaez <dwnarvaez <at> gmail.com>
2012-08-18 09:06:13 GMT
2012-08-18 09:06:13 GMT
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
RSS Feed