reactos/rosapps/mc/autogen.sh

12 lines
166 B
Bash
Raw Normal View History

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