mc/autogen.sh

11 lines
144 B
Bash
Raw Normal View History

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
(
cd $srcdir
cat macros/gnome.m4 mc-aclocal.m4 > aclocal.m4
autoconf
)
$srcdir/configure $*