kmscon/autogen.sh
David Herrmann 80e9b79f3e 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>
2012-01-01 23:27:13 +01:00

5 lines
82 B
Bash
Executable File

#!/bin/sh
mkdir -p m4/
autoreconf -i
./configure --enable-debug --enable-pango $*