mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
0f93ec20cd
* Makefile.in (aclocal.m4): Depend on all source files. Include gnome-vfs.m4 and gnome-undelfs.m4. (GNOME_M4_FILES): New macro. * autogen.sh: Include gnome-vfs.m4 and gnome-undelfs.m4 in aclocal.m4. * configure.in: Use GNOME_VFS_CHECKS and GNOME_UNDELFS_CHECKS macros instead of in-line checks. Create vfs/Makefile from vfs/Make-mc.in.
12 lines
210 B
Bash
Executable File
12 lines
210 B
Bash
Executable File
srcdir=`dirname $0`
|
|
test -z "$srcdir" && srcdir=.
|
|
|
|
(
|
|
cd $srcdir
|
|
cat macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 mc-aclocal.m4 gettext.m4 > aclocal.m4
|
|
autoheader
|
|
autoconf
|
|
)
|
|
|
|
$srcdir/configure $*
|