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:
Miguel de Icaza 1998-11-24 17:42:49 +00:00
parent 0cd03f0e0c
commit 69952de7c5
5 changed files with 3 additions and 2229 deletions

2199
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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