From ec2524f5e63f42e84becac797bd9256b0d13319e Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 18 Aug 2012 09:01:01 +0000 Subject: Pass autogen.sh args to configure This is customary in autogen.sh scripts and allows to build the plugin with jhbuild. --- 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 "$@" -- cgit v0.9.1