mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.in: Fix non-portable operator. Bump version to
4.6.0-pre2.
This commit is contained in:
parent
4cec4a2058
commit
05bb51964b
@ -1,3 +1,8 @@
|
||||
2002-12-26 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Fix non-portable operator. Bump version to
|
||||
4.6.0-pre2.
|
||||
|
||||
2002-12-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* lib/mc.ext.in: Use --nosignature with rpm to avoid a message
|
||||
|
@ -6,7 +6,7 @@ AC_INIT([GNU Midnight Commander], [], [mc-devel@gnome.org])
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_SRCDIR(src/main.c)
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AM_INIT_AUTOMAKE(mc, 4.6.0-pre1b)
|
||||
AM_INIT_AUTOMAKE(mc, 4.6.0-pre2)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_MAINTAINER_MODE
|
||||
@ -211,7 +211,7 @@ dnl Used to read keyboard modifiers when running under X11.
|
||||
dnl
|
||||
|
||||
AC_PATH_XTRA
|
||||
if test "x$no_x" == xyes; then
|
||||
if test "x$no_x" = xyes; then
|
||||
textmode_x11_support="no"
|
||||
else
|
||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user