OSDN Git Service

* configure.in, configure.ac: added AM_C_PROTOTYPES, AC_C_CONST.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 19 May 2002 12:17:57 +0000 (12:17 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 19 May 2002 12:17:57 +0000 (12:17 +0000)
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
configure.ac
configure.in

index f3ff199..3e843bc 100644 (file)
 /* 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
 
 
 /* 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
index a8f12a9..0b8bd9c 100644 (file)
@@ -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.
index 22f4600..21ef487 100644 (file)
@@ -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