summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-04-15 01:28:59 +0200
committerKevin Ryde <user42@zip.com.au>2001-04-15 01:28:59 +0200
commitffd871117b3f5c370864374b4f348d54695e759f (patch)
treef0eccd831fc445b180a86e6296c90b7c8e836474 /config.in
parent4fa8706ff93ee2743536200609f0e934dbfe580d (diff)
downloadgmp-ffd871117b3f5c370864374b4f348d54695e759f.tar.gz
* ltmain.sh, aclocal.m4, configure, config.in: Update to libtool 1.3d.
* configure.in (AC_CHECK_HEADERS): Check for sys/processor.h. * acconfig.h: Add dummy templates for _LONG_LONG_LIMB and HAVE_MPFR. Without this acconfig.h fix, autoheader was silently not updating config.in (neither via an maintainer build nor when run explicitly).
Diffstat (limited to 'config.in')
-rw-r--r--config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.in b/config.in
index 837ef56ee..67fcf13d6 100644
--- a/config.in
+++ b/config.in
@@ -137,6 +137,12 @@ MA 02111-1307, USA.
/* a dummy to make autoheader happy */
#undef HAVE_NATIVE_
+/* dummies to make autoheader happy, the real ones are in gmp.h */
+#if 0
+#undef _LONG_LONG_LIMB
+#undef HAVE_MPFR
+#endif
+
/* bits per mp_limb_t, if not in gmp-mparam.h */
#undef BITS_PER_MP_LIMB
@@ -165,6 +171,9 @@ MA 02111-1307, USA.
*/
#undef HAVE_DECL_OPTARG
+/* Define if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
/* Define if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
@@ -216,6 +225,9 @@ MA 02111-1307, USA.
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define if you have the <sys/processor.h> header file. */
+#undef HAVE_SYS_PROCESSOR_H
+
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H