plymouth/autogen.sh
Charlie Brej 020bec1ac8 [configure] Make maintainer mode default to on but not explicit in autogen
Maintainer mode is assumed on when executing configure, and thus is not needed
within autogen.
2009-11-30 22:17:14 +00:00

5 lines
82 B
Bash
Executable file

#!/bin/sh
(cd $(dirname $0);
autoreconf --install --symlink &&
./configure $@)