Commit Graph

307 Commits

Author SHA1 Message Date
Pavel Roskin 29d948d3fa * configure.in: Remove the argument from --with-gpm-mouse. The
directories for include files and libraries can be specified
using LDFLAGS and CPPFLAGS, as documented in the output of
"configure --help".
2002-09-30 01:25:58 +00:00
Pavel Roskin 89fb039e0f * configure.in: Complete rewrite of the screen library support.
Add new option --with-screen instead on --with-slang,
--with-included-slang and --with-ncurses.  Only allow
--with-termcap is using the included S-Lang library.
* aclocal.m4: Corresponding changes.
2002-09-30 01:02:02 +00:00
Pavel Roskin e30ec8eff1 * configure.in: Remove support for HSC proxy - it's obsolete.
Remove all references to HSC proxy everywhere.
2002-09-22 06:23:56 +00:00
Pavel Roskin aee2962a24 * configure.in: Bump version to 4.6.0-pre1b. 2002-09-22 01:19:34 +00:00
Pavel Roskin d792494ee9 * doc/hu/mc.hlp.hu: Rename to ...
* doc/hu/mc.hlp.hu.in: ... this.  Adjust paths.
* configure.in: Substitute doc/hu/mc.hlp.hu.
* doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
2002-09-22 00:58:55 +00:00
Pavel Roskin cfcf9a76df * Makefile.am: Add m4 to SUBDIRS. Set ACLOCAL_AMFLAGS so that
m4 directory is used by aclocal.
* m4/Makefile.am: New file.
* configure.in: Substitute m4/Makefile.
* autogen.sh: Don't copy any macro files, use m4 directory.
2002-09-17 16:13:25 +00:00
Pavel Roskin 7dee44f41a * configure.in: Add support for glib 2.x. Right now, it has to
be explicitly enabled by `--with-glib2'.
From Ali Akcaagac <ali.akcaagac@stud.fh-wilhelmshaven.de>
2002-09-17 13:47:19 +00:00
Pavel Roskin 965a9d6b16 * configure.in: Add AM_GNU_GETTEXT_VERSION for autopoint.
Remove "potfiles" command.
* acinclude.m4: Add empty AM_GNU_GETTEXT_VERSION definition for
compatibility with gettext 0.10.x.
2002-09-13 23:09:22 +00:00
Pavel Roskin 5ae7ee9ae2 * configure.in: Remove "Debugger code" message. 2002-09-13 15:34:03 +00:00
Pavel Roskin 6d53415313 * acinclude.m4: Replace undelfs_o with use_undelfs.
* configure.in: Likewise.  Don't substitute it.
2002-09-13 06:55:24 +00:00
Pavel Roskin 99a5d433f0 * configure.in: Simplify processing of without-edit. Replace
several variables with use_edit.
* acinclude.m4: Remove AC_WITH_EDIT.
2002-09-13 06:39:06 +00:00
Pavel Roskin 8578a75476 * acinclude.m4: Replace smbfs and SAMBAFILES variables with
use_smbfs.
* configure.in: Likewise.
* INSTALL: Document --with-samba.
2002-09-13 06:21:54 +00:00
Pavel Roskin f17e11bc9f * configure.in: Roll --enable-mcserv-install into ...
* acinclude.m4: ... --with-mcfs.  Adjust makefiles.
* INSTALL: Document --with-mcfs.
2002-09-13 06:01:41 +00:00
Pavel Roskin 11861f090b * configure.in: Don't check if crypt() prototype is needed to
avoid warnings - the whole code is not worth avoiding one
legitimate warning.
* acinclude.m4: Remove AC_TRY_WARNINGS.
2002-09-12 22:27:52 +00:00
Pavel Roskin 70b9c3783b * configure.in: ALL_LINGUAS should be defined unconditionally. 2002-09-12 21:40:50 +00:00
Pavel Roskin bc77fff113 * acinclude.m4: Clarify some help texts, add defaults in square
brackets, use more consistent spacing.
* configure.in: Likewise.
2002-09-12 21:03:04 +00:00
Pavel Roskin 15098a5cd1 * configure.in: Eliminate --with-terminfo option, which was
essentially equivalent to --with-included-slang and didn't force
anything.
* acinclude.m4 (AC_USE_TERMINFO): Remove.
* INSTALL: Adjust to match.
* FAQ: Likewise.
2002-09-07 07:52:23 +00:00
Pavel Roskin 3b1339707a * configure.in: Fix USE_VFS_NET conditional. Don't substitute
NETFILES - it's unused.
2002-09-06 01:19:02 +00:00
Pavel Roskin 35908dbd71 * configure.in: Check for arpa/inet.h. 2002-09-06 00:58:28 +00:00
Pavel Roskin ed9d61551d * mcfn_install: Remove. Also remove all references to it.
* INSTALL.FAST: Update information about ncurses.
From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
2002-09-05 06:14:07 +00:00
Pavel Roskin 529cba289f * acinclude.m4 (AC_USE_TERMCAP): Add -ltermcap to MCLIBS, not LIBS.
* configure.in: Eliminate MCCFLAGS, use CPPFLAGS instead.  Add
"-L" options to LDFLAGS, not to LIBS or MCLIBS - this should fix
test for ncurses in non-standard directories.
2002-09-05 05:43:10 +00:00
Pavel Roskin 4a08acf9d8 * configure.in: Fix interpretation of the iconv test result.
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-08-25 22:17:07 +00:00
Pavel Roskin 86b707cc6d * doc/pl/*: Add Polish translation.
* doc/Makefile.am: Adjust for the above.
* configure.in: Likewise.
2002-08-25 07:52:17 +00:00
Pavel Roskin 214358fb02 * configure.in: Make GLIB_LIBS a separate AC_SUBST'ed variable,
use only for the programs that need it (mc and mcserv).
2002-08-23 21:02:42 +00:00
Pavel Roskin b42a87f315 * configure.in: Fix help text for gpm and ncurses. Properly
handle --without-ncurses.
Reported by Moritz Barsnick <moritz@barsnick.net>
2002-08-23 20:03:30 +00:00
Pavel Roskin fa57ac87d4 * configure.in: Work around a bug in Autoconf-2.53 that prevents
splitting of user-specified path in AC_PATH_PROGS.
2002-08-23 19:44:50 +00:00
Pavel Roskin 479d96a2ef * configure.in: Move glib test earlier, as it tends to fail for
many users.  Make GLIB_CONFIG a precious variable.  Check for
glib12-config - that's how it's called on FreeBSD.
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-08-23 15:56:51 +00:00
Pavel Roskin 6a30513830 * configure.in: Remove old-style Linux-only support for shadow
passwords.
2002-08-22 18:45:27 +00:00
Pavel Roskin e3319c5e37 * configure.in: Restore AM_INIT_AUTOMAKE with two arguments for
now, otherwise Automake 1.5 breaks.  Remove version number from
AC_INIT, the version from AM_INIT_AUTOMAKE takes preference.
Substiture RH_VERSION, which is VERSION without dashes, needed
for RedHat specfile.
2002-08-21 15:22:06 +00:00
Pavel Roskin 1ddb5ffe82 * configure.in: Bump version to 4.6.0-pre1a. Don't use
arguments in AM_INIT_AUTOMAKE to avoid defining the version in
two places.
2002-08-21 08:30:38 +00:00
Pavel Roskin c6a6860c86 Release mc-4.6.0-pre1.
* configure.in: Bump version to 4.6.0-pre1.
* po/*.po: Regenerate.
2002-08-21 07:30:05 +00:00
Pavel Roskin 685c693859 * configure.in: Add Italian documentation.
* doc/Makefile.am: Likewise.
2002-08-20 01:58:41 +00:00
Pavel Roskin 7c9b06dd4c * configure.in: Enable subshell support on all operating systems
by default.  Old issues are most likely solved by now.
2002-08-19 05:17:34 +00:00
Pavel Roskin 5a52a8bc85 * configure.in: Remove check for SIGTSTP, it's not needed for
the subshell support.
2002-08-15 21:23:33 +00:00
Pavel Roskin 0dbf2d1caf * acinclude.m4 (AC_SHORT_D_NAME_LEN): Remove, this test is now
done at runtime.
* configure.in: Don't use AC_SHORT_D_NAME_LEN.
2002-08-15 21:19:52 +00:00
Pavel Roskin 62a7a04fe5 * lib/mc.hlp.hu: Move ...
* doc/hu/mc.hlp.hu: ... here.  Make all necessary adjustments.
2002-08-14 06:18:48 +00:00
Pavel Roskin a44252f864 * configure.in: Add Spanish documentation.
* doc/Makefile.am: Likewise.
* doc/es: Spanish documentation.
From David Martin <dmartina@excite.com>
2002-08-09 21:09:51 +00:00
Pavel Roskin 23e56a01e1 * configure.in: Check for SIGTSTP and SIGCONT signals. Disable
subshell if this test fails.
2002-08-04 06:49:03 +00:00
Pavel Roskin d9ab116149 * configure.in: No longer need to define REGEX_MALLOC. 2002-08-02 17:00:12 +00:00
Pavel Roskin 5a7d67be72 * configure.in: Remove support for MAD and Electric Fence.
Developers should use modern memory debuggers (e.g. Valgrind).
* INSTALL: Remove references to MAD.
2002-08-01 19:19:51 +00:00
Pavel Roskin 0129bcc1ca * configure.in: Don't check for strcasecmp(), strncasecmp() and
strdup() - test results are not used except in gettext, which
provides its own tests.
2002-07-15 05:48:25 +00:00
Pavel Roskin 7db8a05550 * configure.in: When checking for ncurses, check for
has_colors(), not curses_version() - the later is missing in
older version of ncurses.
2002-07-15 05:16:51 +00:00
Pavel Roskin 81db2df680 * acinclude.m4 (AC_EXT2_UNDEL): Add ext2fs libraries to MC_LIBS,
not to LIBS.
* configure.in: Fix breakage in ncurses headers check from the
previous commit.  Simplify other instances of AC_CHECK_HEADERS.
Define REGEX_MALLOC here.
2002-07-13 19:09:10 +00:00
Pavel Roskin 05364f344b * acinclude.m4 (AC_NCURSES): Remove.
* configure.in: Use AC_CHECK_HEADERS to find ncurses headers and
AC_CHECK_LIB to check existance of ncurses library.  Eliminate
variables force_ncurses and search_ncurses.
2002-07-13 05:10:41 +00:00
Pavel Roskin cf5046a920 * configure.in: Remove --with-netrc, it is now default and can
be disabled at the runtime.
2002-07-10 21:31:53 +00:00
Pavel Roskin e262f0a0dc * configure.in: Fix logic for gettext 0.10.x. 2002-05-14 23:28:17 +00:00
Andrew V. Samoilov 75693b126e * configure.in: Don't generate po/Makefile if
there is 'top_builddir' in po/Makefile.in.
* autogen.sh: More fixes for gettext 0.11+.
2002-05-14 14:16:47 +00:00
Andrew V. Samoilov f48d3bd620 * configure.in (ALL_LINGUAS): Added "be" for Belarusian. 2002-05-08 10:06:48 +00:00
Andrew V. Samoilov 20154c6f50 * configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
or newer is not used.
2002-03-26 13:55:42 +00:00
Andrew V. Samoilov 582e7d4eaa * configure.in (AC_CONFIG_FILES): Add doc/ru/Makefile.
* doc/ru/Makefile.am: New file.
* doc/ru/.cvsignore: Add Makefile and Makefile.in.
2002-03-12 11:25:33 +00:00