Commit Graph

28 Commits

Author SHA1 Message Date
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 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
Andrew V. Samoilov ffd87714d2 * acinclude.m4: New option --with-mcfs and macro WITH_MCFS. 2002-03-26 13:40:14 +00:00
Pavel Roskin 727898de19 * configure.in: Introduce a new variable screen_type that is
either "slang" or "ncurses" without additional text.  Use it
instead of screen_manager whenever possible.  Fix text in
AC_NCURSES call, use m4 quotes and move shell quotes into the
macro.
* acinclude.m4: Likewise.
Reported by Thomas Dickey <dickey@herndon4.his.com>
2002-02-06 04:38:38 +00:00
Andrew V. Samoilov 1fd13c4732 * acinclude.m4: New options for smbfs:
--with-configdir=DIR    Where the Samba configuration files are (/etc)
--with-codepagedir=DIR  Where the Samba codepage files are
2002-01-11 07:45:11 +00:00
Pavel Roskin 274cef3b46 * configure.in: Make help about --with-subshell easier to
understand.  Minor alignment fixes for the help.
* acinclude.m4: Minor alignment fixes for the help.
2002-01-02 17:12:46 +00:00
Pavel Roskin 0b2051a0c3 * acinclude.m4 (AC_WITH_SLANG): Don't add ../slang to includes.
Don't remove slang/slang.h - it's never created.
2001-12-21 22:17:08 +00:00
Pavel Roskin d043f7eee6 * acinclude.m4 (AC_WITH_SLANG): Don't make symlink from
slang-mc.h to slang.h.  Remove fastdepslang variable, it's
unused.
2001-12-21 20:21:17 +00:00
Pavel Roskin d85bffa7b2 * acinclude.m4 (MC_UNDELFS_CHECKS): Check for ext2_ino_t,
fallback to ino_t for e2fsprogs version 1.19 and older.
2001-11-14 17:54:44 +00:00
Pavel Roskin 462e063ce4 * configure.in: Fix some cases of overquoting and underquoting.
* acinclude.m4: Likewise.
2001-09-13 19:40:40 +00:00
Pavel Roskin 94ad49d237 * autogen.sh: Add a workaround to ensure that "depcomp" is
distributed.
* configure.in: Replace obsolete macros.  Use AC_MSG_NOTICE
where appropriate.
* acinclude.m4: Likewise.  Fix check whether S-Lang uses
terminfo.
2001-09-12 20:45:46 +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 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 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 d0c022f0ca * acinclude.m4: Include all used macros from the macros
directory.
* autogen.sh: Remove all references to "macros".
* Makefile.am: Likewise.
2001-08-24 20:30:05 +00:00
Pavel Roskin c6a0eeb4ff * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
for sys/mount.h.
2001-08-20 08:11:21 +00:00
Pavel Roskin 18dac21c0d * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
in struct statfs.
Reported by Libor Motyèka <libor.motycka@ortex.cz>.
2001-06-22 18:51:55 +00:00
Pavel Roskin e193fccf96 * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
Define HAVE_INFOMOUNT_LIST if a any suitable function has been
found.
* extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
2001-06-22 16:47:39 +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 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 59666a33ef * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
* configure.in: Use AC_PROG_CC_STDC instead.
2001-03-02 17:09:08 +00:00
Pavel Roskin 0d690ce961 * configure.in: All macros from configure.in moved to
acinclude.m4. Added missing quotes in several places.
* acinclude.m4: Likewise.
2001-01-11 18:57:44 +00:00
Pavel Roskin 8800ca2bbf * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
to avoid a warning
* acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
AC_LIB_XPM, AC_X_SHAPE_EXTENSION
2000-09-01 17:57:22 +00:00
Pavel Roskin 57aed41219 * mc-aclocal.m4: renamed to ...
* acinclude.m4: ... this
* autogen.sh: simplified - no more tricks with mc-aclocal.m4
* Makefile.am: aclocal should scan "." for gettext.m4
2000-08-29 20:00:37 +00:00