Add configure to autogen.sh
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jan 2012 22:27:13 +0000 (23:27 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 1 Jan 2012 22:27:13 +0000 (23:27 +0100)
Use ./autogen.sh --<options> to run autogen with configure in one call.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
autogen.sh

index 53b02ce..791a1a8 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 mkdir -p m4/
 autoreconf -i
+./configure --enable-debug --enable-pango $*