Add configure to autogen.sh

Use ./autogen.sh --<options> to run autogen with configure in one call.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-01-01 23:27:13 +01:00
parent 32db4b53ed
commit 80e9b79f3e

View File

@ -1,3 +1,4 @@
#!/bin/sh
mkdir -p m4/
autoreconf -i
./configure --enable-debug --enable-pango $*