mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
0768855871
* mc-local.m4 (AC_STRUCT_LINGER): Moved into macros/linger.m4. * autogen.sh: Include linger.m4 in aclocal.m4. * Makefile.in (GNOME_M4_FILES): Include linger.m4.
12 lines
227 B
Bash
Executable File
12 lines
227 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 macros/linger.m4 mc-aclocal.m4 gettext.m4 > aclocal.m4
|
|
autoheader
|
|
autoconf
|
|
)
|
|
|
|
$srcdir/configure $*
|