mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
12 lines
166 B
Bash
12 lines
166 B
Bash
|
srcdir=`dirname $0`
|
||
|
test -z "$srcdir" && srcdir=.
|
||
|
|
||
|
(
|
||
|
cd $srcdir
|
||
|
cat macros/gnome.m4 mc-aclocal.m4 gettext.m4 > aclocal.m4
|
||
|
autoheader
|
||
|
autoconf
|
||
|
)
|
||
|
|
||
|
$srcdir/configure $*
|