mirror of https://github.com/MidnightCommander/mc
* configure.in: Version 4.6.0-pre3 released.
This commit is contained in:
parent
2a0b5a3af4
commit
e9ac1f3c3a
|
@ -1,5 +1,7 @@
|
|||
2003-01-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Version 4.6.0-pre3 released.
|
||||
|
||||
* acinclude.m4 (_MC_WITH_XSLANG): Drop support for old S-Lang
|
||||
versions that required the native curses library on some OSes.
|
||||
|
||||
|
|
|
@ -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-pre2a)
|
||||
AM_INIT_AUTOMAKE(mc, 4.6.0-pre3)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
Loading…
Reference in New Issue