1998-03-23 10:12:13 +03:00
|
|
|
srcdir=`dirname $0`
|
|
|
|
test -z "$srcdir" && srcdir=.
|
|
|
|
|
|
|
|
(
|
|
|
|
cd $srcdir
|
1998-09-08 16:21:59 +04:00
|
|
|
if test -d macros; then
|
|
|
|
cat macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 \
|
1998-10-14 06:56:18 +04:00
|
|
|
macros/linger.m4 mc-aclocal.m4 gettext.m4 glib.m4 > aclocal.m4
|
1998-09-08 16:21:59 +04:00
|
|
|
else
|
|
|
|
echo macros directory not found, skipping generation of aclocal.m4
|
|
|
|
fi
|
1998-03-25 08:16:00 +03:00
|
|
|
autoheader
|
1998-03-20 05:54:06 +03:00
|
|
|
autoconf
|
1998-03-23 10:12:13 +03:00
|
|
|
)
|
|
|
|
|
1998-11-04 22:03:44 +03:00
|
|
|
$srcdir/configure --enable-maintainer-mode $*
|