mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
aclocal.m4 should not be deleted by autogen.sh if "macros" directory is
missing
This commit is contained in:
parent
367e8389cd
commit
340fe60801
@ -3,7 +3,12 @@ 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
|
||||
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 > aclocal.m4
|
||||
else
|
||||
echo macros directory not found, skipping generation of aclocal.m4
|
||||
fi
|
||||
autoheader
|
||||
autoconf
|
||||
)
|
||||
|
@ -1,5 +1,8 @@
|
||||
Tue Sep 8 13:10:32 1998 Pavel Roskin <pavel_roskin@geocities.com>
|
||||
|
||||
* autogen.sh: Don't destroy aclocal.m4 if "macros" directory
|
||||
is missing
|
||||
|
||||
* layout.c: Use stdout instead of stderr in set_hintbar()
|
||||
|
||||
Mon Aug 31 12:40:29 1998 Pavel Machek <pavel@ucw.cz>
|
||||
|
Loading…
Reference in New Issue
Block a user