* configure.in: Fix non-portable operator. Bump version to

4.6.0-pre2.
This commit is contained in:
Pavel Roskin 2002-12-26 20:05:58 +00:00
parent 4cec4a2058
commit 05bb51964b
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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"