summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-08-26 00:53:11 +0200
committerKevin Ryde <user42@zip.com.au>2001-08-26 00:53:11 +0200
commit1c8c4ce5551a0e0353c71ecff686837892bd489d (patch)
tree8d1f87db47b7c71d66fad3cebca5c684d2f3b826
parent3bc05946dea121bccbb7ff582e7fec8bd764a120 (diff)
downloadgmp-1c8c4ce5551a0e0353c71ecff686837892bd489d.tar.gz
* configure, config.in, INSTALL.autoconf: Update to autoconf 2.52.
-rw-r--r--INSTALL.autoconf7
-rw-r--r--config.in6
2 files changed, 10 insertions, 3 deletions
diff --git a/INSTALL.autoconf b/INSTALL.autoconf
index 8ac237171..666ffd9f8 100644
--- a/INSTALL.autoconf
+++ b/INSTALL.autoconf
@@ -25,9 +25,10 @@ be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.
- The file `configure.in' is used to create `configure' by a program
-called `autoconf'. You only need `configure.in' if you want to change
-it or regenerate `configure' using a newer version of `autoconf'.
+ The file `configure.ac' (or `configure.in') is used to create
+`configure' by a program called `autoconf'. You only need
+`configure.ac' if you want to change it or regenerate `configure' using
+a newer version of `autoconf'.
The simplest way to compile this package is:
diff --git a/config.in b/config.in
index bc900984d..d94dcf562 100644
--- a/config.in
+++ b/config.in
@@ -237,6 +237,9 @@ MA 02111-1307, USA.
/* Define if <stdarg.h> exists and works */
#undef HAVE_STDARG
+/* Define if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -276,6 +279,9 @@ MA 02111-1307, USA.
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
+/* Define if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
/* Define if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H