From f1101d5f8fe68fae2060ffc1839ac554199bf8ae Mon Sep 17 00:00:00 2001 From: arai Date: Sun, 19 May 2002 12:17:57 +0000 Subject: [PATCH] * configure.in, configure.ac: added AM_C_PROTOTYPES, AC_C_CONST. no use AM_C_PROTOTYPES for the present. * config.h.in: ditto. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@71 6a8cc165-1e22-0410-a132-eb4e3f353aba --- config.h.in | 6 ++++++ configure.ac | 4 +--- configure.in | 5 +---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config.h.in b/config.h.in index f3ff199..3e843bc 100644 --- a/config.h.in +++ b/config.h.in @@ -152,6 +152,9 @@ /* the type of system on which the package will run. */ #undef PLATFORM +/* Define if compiler has function prototypes */ +#undef PROTOTYPES + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE @@ -179,3 +182,6 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE + +/* Define to empty if `const' does not conform to ANSI C. */ +#undef const diff --git a/configure.ac b/configure.ac index a8f12a9..0b8bd9c 100644 --- a/configure.ac +++ b/configure.ac @@ -12,12 +12,10 @@ AC_PROG_CC AC_PROG_GCC_TRADITIONAL AC_PROG_INSTALL AC_PROG_MAKE_SET +AC_MINIX AM_C_PROTOTYPES AC_C_CONST -dnl on MINIX, define _MINIX and _POSIX_SOURCE -AC_MINIX - dnl Checks for libraries. dnl Checks for header files. diff --git a/configure.in b/configure.in index 22f4600..21ef487 100644 --- a/configure.in +++ b/configure.in @@ -13,12 +13,9 @@ AC_PROG_CC AC_PROG_GCC_TRADITIONAL AC_PROG_INSTALL AC_PROG_MAKE_SET +AC_MINIX AM_C_PROTOTYPES AC_C_CONST - -dnl on MINIX, define _MINIX and _POSIX_SOURCE -AC_MINIX - AC_EXEEXT AC_OBJEXT -- 2.11.0