mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
* autogen.sh: Add "-I macros" to the aclocal flags. * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC so that aclocal will not complain about an obsolete macro. * configure.in: Use MC_HPUX_PROG_CC_STDC * ChangeLog: There was no ChangeLog here, so I added one.
This commit is contained in:
parent
0cd03f0e0c
commit
69952de7c5
@ -8,7 +8,7 @@ test -z "$srcdir" && srcdir=.
|
||||
cd $srcdir
|
||||
if test -d macros; then
|
||||
test -f mc-aclocal.m4 && test -f gettext.m4 && cat mc-aclocal.m4 gettext.m4 > acinclude.m4
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
aclocal -I macros $ACLOCAL_FLAGS
|
||||
else
|
||||
echo macros directory not found, skipping generation of aclocal.m4
|
||||
fi
|
||||
|
27
config.h.in
27
config.h.in
@ -239,15 +239,9 @@
|
||||
/* Define if you want to turn on SCO-specific code */
|
||||
#undef SCO_FLAVOR
|
||||
|
||||
/* Define if your system has struct linger */
|
||||
#undef HAVE_STRUCT_LINGER
|
||||
|
||||
/* Define if your curses has this one (AIX, OSF/1) */
|
||||
#undef USE_SETUPTERM
|
||||
|
||||
/* Link in ext2fs code for delfs experimental file system */
|
||||
#undef USE_EXT2FSLIB
|
||||
|
||||
/* Define if you want to use the HSC firewall */
|
||||
#undef HSC_PROXY
|
||||
|
||||
@ -324,15 +318,6 @@
|
||||
/* Define if you have the munmap function. */
|
||||
#undef HAVE_MUNMAP
|
||||
|
||||
/* Define if you have the pmap_getmaps function. */
|
||||
#undef HAVE_PMAP_GETMAPS
|
||||
|
||||
/* Define if you have the pmap_getport function. */
|
||||
#undef HAVE_PMAP_GETPORT
|
||||
|
||||
/* Define if you have the pmap_set function. */
|
||||
#undef HAVE_PMAP_SET
|
||||
|
||||
/* Define if you have the putenv function. */
|
||||
#undef HAVE_PUTENV
|
||||
|
||||
@ -342,9 +327,6 @@
|
||||
/* Define if you have the resizeterm function. */
|
||||
#undef HAVE_RESIZETERM
|
||||
|
||||
/* Define if you have the rresvport function. */
|
||||
#undef HAVE_RRESVPORT
|
||||
|
||||
/* Define if you have the setenv function. */
|
||||
#undef HAVE_SETENV
|
||||
|
||||
@ -417,9 +399,6 @@
|
||||
/* Define if you have the <dirent.h> header file. */
|
||||
#undef HAVE_DIRENT_H
|
||||
|
||||
/* Define if you have the <ext2fs/ext2fs.h> header file. */
|
||||
#undef HAVE_EXT2FS_EXT2FS_H
|
||||
|
||||
/* Define if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
@ -429,9 +408,6 @@
|
||||
/* Define if you have the <limits.h> header file. */
|
||||
#undef HAVE_LIMITS_H
|
||||
|
||||
/* Define if you have the <linux/ext2_fs.h> header file. */
|
||||
#undef HAVE_LINUX_EXT2_FS_H
|
||||
|
||||
/* Define if you have the <locale.h> header file. */
|
||||
#undef HAVE_LOCALE_H
|
||||
|
||||
@ -453,9 +429,6 @@
|
||||
/* Define if you have the <nl_types.h> header file. */
|
||||
#undef HAVE_NL_TYPES_H
|
||||
|
||||
/* Define if you have the <rpc/pmap_clnt.h> header file. */
|
||||
#undef HAVE_RPC_PMAP_CLNT_H
|
||||
|
||||
/* Define if you have the <shadow.h> header file. */
|
||||
#undef HAVE_SHADOW_H
|
||||
|
||||
|
@ -53,7 +53,7 @@ AC_PROG_GNU_MAKE
|
||||
AC_AIX
|
||||
AC_MINIX
|
||||
AC_ISC_POSIX
|
||||
fp_PROG_CC_STDC
|
||||
MC_HPUX_PROG_CC_STDC
|
||||
AC_HEADER_MAJOR
|
||||
AC_C_CONST
|
||||
AC_PATH_PROG(MV, mv, mv)
|
||||
|
@ -1117,7 +1117,7 @@ dnl is not defined. -- Norbert
|
||||
dnl Below all tests but the one for HP-UX are removed. They caused more
|
||||
dnl problems than they soved, sigh. -- Norbert
|
||||
|
||||
AC_DEFUN(fp_PROG_CC_STDC,
|
||||
AC_DEFUN(MC_HPUX_PROG_CC_STDC,
|
||||
[AC_MSG_CHECKING(for ${CC-cc} option to accept ANSI C)
|
||||
AC_CACHE_VAL(ac_cv_prog_cc_stdc,
|
||||
[ac_cv_prog_cc_stdc=no
|
||||
|
Loading…
Reference in New Issue
Block a user