1
1
mc/autogen.sh
Miguel de Icaza d6fcd9c2b7 VFS source code cleanup.
MC now depends on glib (currently only the assertions are used).
VFS structure declaration fixes.
Uses the new icon list (it is dog slow, need to fix this tonight at home).
1998-10-14 02:56:18 +00:00

17 строки
339 B
Bash
Исполняемый файл

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
(
cd $srcdir
if test -d macros; then
cat macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 \
macros/linger.m4 mc-aclocal.m4 gettext.m4 glib.m4 > aclocal.m4
else
echo macros directory not found, skipping generation of aclocal.m4
fi
autoheader
autoconf
)
$srcdir/configure $*