Pavel Roskin
28cd178099
* configure.in: Add check for sys/ioctl.h.
2001-09-11 02:03:19 +00:00
Pavel Roskin
61b18a0643
* configure.in: Use AC_FUNC_STRCOLL instead of generic test.
2001-09-11 01:42:08 +00:00
Pavel Roskin
eb67c01aef
* acinclude.m4: Put -lncurses to MCLIBS, not LIBS.
...
* configure.in: Likewise. Add MCLIBS to LIBS temporarily when
testing for functions in ncurses.
2001-09-11 01:29:29 +00:00
Pavel Roskin
5452cf366a
* acinclude.m4: Provide descriptions in all AC_DEFINE macros.
...
* configure.in: Likewise. Use AH_BOTTOM to include extraconf.h.
* acconfig.h: Remove.
2001-09-11 00:27:03 +00:00
Pavel Roskin
b55e0f0e18
* configure.in: Eliminate LIBSLANG and LSLANG.
...
* acinclude.m4: Likewise. Use MCLIBS for -lslang.
resizeterm() and keyok() only if configuring with ncurses.
2001-09-10 21:54:05 +00:00
Pavel Roskin
c0ddf2c09a
* configure.in: Use MCLIBS for -lgpm. Remove LGPM. Check for
...
resizeterm() and keyok() only if configuring with ncurses.
2001-09-10 21:16:40 +00:00
Pavel Roskin
36ec0ba15b
* configure.in: Remove now unused variables LIBVFS and LVFS.
2001-09-10 20:31:35 +00:00
Pavel Roskin
fea1e1867e
* configure.in: Remove unused variables LINTL and INTLDEPS.
2001-09-10 20:10:43 +00:00
Pavel Roskin
35ef57ca76
* configure.in: Add -I\$(top_builddir)/intl to CPPFLAGS when
...
building with included gettext, because libintl.h is copied
there.
2001-09-10 19:31:14 +00:00
Pavel Roskin
4e09ec3e27
* configure.in: Remove a hack for Unixware. AC_FUNC_GETMNTENT
...
checks -lgen for getmntent as of Autoconf 2.52.
2001-09-09 04:05:14 +00:00
Pavel Roskin
b9d389a8fd
* configure.in: Check for pwd.h.
2001-09-07 17:23:49 +00:00
Pavel Roskin
22543072c8
* Make.common.in: Remove.
...
* configure.in: Remove all references to Make.common.in and
MCCPPFLAGS.
* aclocal.m4: Likewise.
2001-09-07 15:29:46 +00:00
Pavel Roskin
d5e1314c5d
* configure.in: Require Autoconf 2.52. Remove hacks for
...
Autoconf 2.13.
* Makefile.am: Require Automake 1.5.
2001-09-07 04:25:02 +00:00
Abel Cheung
aee005a154
Rename zh_TW.Big5 -> zh_TW, to prevent future encoding naming problem.
2001-09-01 19:56:19 +00:00
Pavel Roskin
b1fa0ba49d
* configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
...
CONS_SAVER. Put all conditionals together.
2001-08-26 17:15:02 +00:00
Pavel Roskin
ea271edd88
* configure.in: Remove XCURSES variable - it's unused.
2001-08-26 08:58:02 +00:00
Pavel Roskin
6feb479c7d
* configure.in: New conditional USE_EDIT.
2001-08-26 08:40:11 +00:00
Pavel Roskin
8ae0cebc22
* configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2001-08-25 05:05:51 +00:00
Pavel Roskin
09d9b11859
* extraconf.h: Remove all references to HAVE_X.
...
* acinclude.m4: s/GNOME_/MC_/
* configure.in: Likewise. Remove or clarify all references to
the "text edition". Minor fixes.
2001-08-25 03:14:20 +00:00
Pavel Roskin
8176f16111
* configure.in: Remove support for curses libraries other than
...
ncurses.
* acinclude.m4: Likewise.
* FAQ: Remove everything about UNIX curses.
* INSTALL: Likewise.
2001-08-24 22:46:57 +00:00
Pavel Roskin
a85dc7c5f9
* configure.in: Enable large file support by default.
...
* NEWS: Mention it.
* INSTALL: Document it. Minor fixes.
2001-08-24 22:11:42 +00:00
Pavel Roskin
621a8f2391
* configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
...
* Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2001-08-24 18:48:19 +00:00
Pavel Roskin
3f5590f72b
* configure.in: Bump version to 4.5.99a.
2001-08-24 08:28:34 +00:00
Pavel Roskin
8a404f4cb0
* configure.in: Bump version to 4.5.55. Release mc-4.5.55.
...
* po/*.po: Regenerate.
2001-08-24 08:19:47 +00:00
Pavel Roskin
1ef3477bf5
* configure.in: Add check for stropts.h.
2001-08-24 04:49:22 +00:00
Pavel Roskin
afe79160ef
* configure.in: Don't check for getwd, it's completely
...
eliminated.
* INSTALL: Remove reference to HAVE_GETWD.
2001-07-20 03:41:50 +00:00
Pavel Roskin
fbdfb3285c
* configure.in: Bump version to 4.5.54a.
2001-07-14 21:16:32 +00:00
Pavel Roskin
c67f0a6bc9
* configure.in: Don't check for iconv, it's already checked for
...
in AM_GNU_GETTEXT.
2001-07-12 15:28:58 +00:00
Pavel Roskin
e477609511
* configure.in: Remove all references to SEDCMD and SEDCMD2 -
...
they are usused.
* Make.common.in: Likewise.
2001-07-06 20:49:46 +00:00
Pavel Roskin
45d7dee152
* Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
...
now done in configure. Move -I.. to the beginning.
* Makefile.am (SUBDIRS): Move intl po to the beginning, since
libintl.a may be required to link mc.
(ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
* configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
Move all i18n code to one place. Don't substitute INTLSUB - it's
unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
2001-06-29 08:09:37 +00:00
Pavel Roskin
11715780a8
* configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
...
It should be enabled explicitly by giving `--enable-largefile'
to configure.
* INSTALL: Document it.
2001-06-25 23:52:47 +00:00
Pavel Roskin
a714cef98e
* configure.in: Check for telldir and seekdir. Join adjacent
...
calls to AC_CHECK_FUNCS.
2001-06-19 19:26:29 +00:00
Pavel Roskin
b33943d789
* acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
...
the test code.
* configure.in: Fix compiler warnings in the arguments to
AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
around `=' in the `test' command.
2001-06-13 21:33:44 +00:00
Pavel Roskin
1ddcc8951c
* configure.in: Add check for iconv() and the necessary code
...
to support the charset selection patch.
2001-05-31 00:53:06 +00:00
Pavel Roskin
2990245111
* configure.in: Add check for ESCDELAY variable in ncurses.
2001-05-30 15:01:12 +00:00
Pavel Roskin
8f851eea17
* acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
...
and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
* configure.in: ... here.
2001-05-29 03:00:02 +00:00
Pavel Roskin
bfa6fb6d12
* configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
...
* acconfig.h: Likewise.
* src/layout.c: Likewise.
2001-05-27 06:19:21 +00:00
Pavel Roskin
d2134469e8
* Make.common.in: Remove all percent rules.
...
* acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
* configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
AM_INIT_AUTOMAKE.
2001-05-27 05:53:50 +00:00
Pavel Roskin
b0593ec1e2
* Make.common.in: Remove obsolete dependency tracking system.
...
* configure.in: Likewise.
* edit/Makefile.in: Likewise.
* gnome/Makefile.in: Likewise.
* gtkedit/Makefile.in: Likewise.
* slang/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* vfs/Make-mc.in: Likewise.
* src/depend.awk: Remove.
2001-05-27 04:34:12 +00:00
Pavel Roskin
0152dda957
* configure.in: Fix incorrect test for stdin support in grep -
...
it would always fail when configuring in an empty directory.
Portability fixes - unset, backslashed space in here-documents.
Eliminate all instances of "changeqoute".
2001-05-26 21:30:08 +00:00
Pavel Roskin
f71979d546
* configure.in: Define SCO_FLAVOR based on $host_os, not on the
...
user choice.
* acconfig.h: Changes for the above.
* INSTALL: Don't document --with-sco - it's now defunct.
* INSTALL.FAST: Likewise.
2001-05-26 20:36:24 +00:00
Pavel Roskin
133919b119
* configure.in: Use src/main.c in AC_INIT.
2001-05-19 04:20:33 +00:00
Andraz Tori
d1d5ee602d
ALL_LINGUA now in alphabetical order
2001-05-08 18:08:14 +00:00
Pavel Roskin
30dc7621d4
* configure.in: Don't install mcserv unless
...
"--enable-mcserv-install" has heen specified.
Don't quote the first argument in all calls to AM_CONDITIONAL
to work around a bug in Automake 1.4.
* doc/Makefile.am: Use MCSERV_INSTALL conditional.
* vfs/Make-mc.in: Likewise.
2001-04-19 23:20:06 +00:00
Miguel de Icaza
900d78c30a
fix rpm script problem
2001-04-16 17:54:48 +00:00
Pavel Roskin
edfaa23c77
* configure.in: Bump version to 4.5.53a.
2001-04-13 21:53:46 +00:00
Pavel Roskin
84ae247979
* configure.in: Bump version to 4.5.52a.
2001-04-06 05:28:51 +00:00
Gediminas Paulauskas
eb5c7aefcc
added Latvian translations by Peteris Krisjanis <peterisk@apollo.lv>.
2001-03-26 19:57:02 +00:00
Pavel Roskin
0ff4756f11
* configure.in: Use AC_CHECK_TOOL for finding AR. Define
...
Automake conditional USE_SAMBA_FS if Samba is to be supported
in VFS.
2001-03-15 01:18:14 +00:00
Pavel Roskin
102d0fde0e
* configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
...
defined.
Reported by Norbert Warmuth.
2001-03-08 02:07:06 +00:00