aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-05 22:03:19 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-05 22:03:19 +0000
commitdd76f7b5231918e9c42d0d33377180ab8fbe52f5 (patch)
tree4759977a5940d27af5299321d58b338adb9eb2b4 /libstdc++-v3/configure.in
parent34c8a8c19df0515223face51ee3a516843b6f2a1 (diff)
2000-12-05 Benjamin Kosnik <bkoz@haight.redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Check for lldiv_t. Allow the use of os-specific defines while checking for long-long functions by the inclusion of os_defines.h. * aclocal.m4: Regenerate. * configure.in: Add comments. * configure: Regenerate. * acconfig.h: Add _GLIBCPP_HAVE_LLDIV_T. * config.h.in: Regenerate. * config/os/gnu-linux/bits/os_defines.h: Fix typos and duplications in comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r--libstdc++-v3/configure.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in
index b54450a23e9..1326b6cc1c7 100644
--- a/libstdc++-v3/configure.in
+++ b/libstdc++-v3/configure.in
@@ -15,7 +15,10 @@ AC_ARG_WITH(target-subdir,
AC_ARG_WITH(cross-host,
[ --with-cross-host=HOST configuring with a cross compiler])
+# Runs configure.host and configure.target. Have to run this before
+# the GLIBCPP_ENABLE_* macros below.
GLIBCPP_CONFIGURE(.)
+
AC_LIBTOOL_DLOPEN
AM_PROG_LIBTOOL
AC_SUBST(enable_shared)
@@ -279,9 +282,3 @@ if test ! -f stamp-sanity-warned; then
echo "before proceeding with ${_cv_gnu_make_command}."
echo ""
fi
-
-
-
-
-
-