[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Autoconf update
From: |
Akim Demaille |
Subject: |
Autoconf update |
Date: |
Wed, 12 Nov 2003 18:14:35 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
acinclude is not useful, as you are already requiring a version of
Autoconf providing that feature.
FYI, it results in:
--- /tmp/config.h 2003-11-12 18:08:52.000000000 +0100
+++ config.h 2003-11-12 18:11:48.000000000 +0100
@@ -37,16 +37,20 @@
*/
#define HAVE_DECL_GETENV 1
-/* Define if this function is declared. */
+/* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
+ don't. */
#define HAVE_DECL_STRCASECMP 1
-/* Define if this function is declared. */
+/* Define to 1 if you have the declaration of `strcoll', and to 0 if you
+ don't. */
#define HAVE_DECL_STRCOLL 1
-/* Define if this function is declared. */
+/* Define to 1 if you have the declaration of `strerror', and to 0 if you
+ don't. */
#define HAVE_DECL_STRERROR 1
-/* Define if this function is declared. */
+/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
+ don't. */
#define HAVE_DECL_STRNCASECMP 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
@@ -265,7 +269,7 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
-/* Define if you have the unsigned long long type. */
+/* Define if you have the 'unsigned long long' type. */
#define HAVE_UNSIGNED_LONG_LONG 1
/* Define to 1 if you have the `vprintf' function. */
NB: Don't forget to rm acinclude.m4!
diffs.patch
Description: Text Data
- Autoconf update,
Akim Demaille <=