1 # Process this file with autoconf to produce a configure script, like so:
2 # aclocal, autoconf, autoheader, automake
7 # When building with srcdir == objdir, links to the source files will
8 # be created in directories within the target_subdir. We have to
9 # adjust toplevel_srcdir accordingly, so that configure finds
10 # install-sh and other auxiliary files that live in the top-level
12 if test "${srcdir}" = "."; then
13 if test -z "${with_target_subdir}"; then
14 toplevel_srcdir="\${top_srcdir}/.."
17 if test "${with_target_subdir}" != "."; then
18 toplevel_srcdir="\${top_srcdir}/${with_multisrctop}../.."
19 auxdir="${srcdir}/${with_multisrctop}../.."
21 toplevel_srcdir="\${top_srcdir}/${with_multisrctop}.."
22 auxdir="${srcdir}/${with_multisrctop}.."
26 toplevel_srcdir="\${top_srcdir}/.."
29 AC_CONFIG_AUX_DIR($auxdir)
30 AC_SUBST(toplevel_srcdir)
32 dnl This is here just to satisfy automake.
33 ifelse(not,equal,[AC_CONFIG_AUX_DIR(..)])
35 # Gets and sets build, host, target, *_vendor, *_cpu, *_os, etc.
38 # We use these options to decide which functions to include.
39 AC_ARG_WITH(target-subdir,
40 [ --with-target-subdir=SUBDIR
41 configuring in a subdirectory])
42 AC_ARG_WITH(cross-host,
43 [ --with-cross-host=HOST configuring with a cross compiler])
45 # Runs configure.host and configure.target. Have to run this before
46 # the GLIBCPP_ENABLE_* macros below.
51 AC_SUBST(enable_shared)
52 AC_SUBST(enable_static)
53 GLIBCPP_CHECK_GNU_MAKE
54 if test "x$_cv_gnu_make_command" = "x"; then
55 AC_MSG_ERROR([GNU make not found. Please install it or correct your path.])
57 AM_CONFIG_HEADER(config.h)
59 # Check for c++ or library specific bits that don't require linking.
60 GLIBCPP_CHECK_COMPILER_VERSION
62 # Enable all the crazy c++ stuff. C_MBCHAR must come early.
63 GLIBCPP_ENABLE_DEBUG($USE_MAINTAINER_MODE)
65 GLIBCPP_ENABLE_CLOCALE
66 GLIBCPP_ENABLE_C_MBCHAR([yes])
67 GLIBCPP_ENABLE_LONG_LONG([no])
68 GLIBCPP_ENABLE_CHEADERS([c_std])
69 GLIBCPP_ENABLE_THREADS
70 GLIBCPP_ENABLE_CXX_FLAGS([none])
72 if test -n "$with_cross_host"; then
74 # We are being configured with a cross compiler. AC_REPLACE_FUNCS
75 # may not work correctly, because the compiler may not be able to
80 # If Canadian cross, then don't pick up tools from the build
82 if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
90 case "$target_alias" in
92 # Construct linux crosses by hand, eliminating bits that need ld...
93 # Check for available headers.
94 AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h \
95 machine/endian.h machine/param.h sys/machine.h fp.h locale.h \
98 # GLIBCPP_CHECK_COMPILER_FEATURES
99 WFMT_FLAGS='-fdiagnostics-show-location=once'
100 SECTION_FLAGS='-ffunction-sections -fdata-sections'
102 AC_SUBST(SECTION_FLAGS)
103 GLIBCPP_CHECK_LINKER_FEATURES
104 # GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT
105 # GLIBCPP_CHECK_MATH_SUPPORT
106 AC_DEFINE(HAVE_ACOSF)
107 AC_DEFINE(HAVE_ASINF)
108 AC_DEFINE(HAVE_ATAN2F)
109 AC_DEFINE(HAVE_ATANF)
110 AC_DEFINE(HAVE_CEILF)
111 AC_DEFINE(HAVE_COPYSIGN)
112 AC_DEFINE(HAVE_COPYSIGNF)
114 AC_DEFINE(HAVE_COSHF)
116 AC_DEFINE(HAVE_FABSF)
117 AC_DEFINE(HAVE_FINITE)
118 AC_DEFINE(HAVE_FINITEF)
119 AC_DEFINE(HAVE_FLOORF)
120 AC_DEFINE(HAVE_FMODF)
121 AC_DEFINE(HAVE_FREXPF)
122 AC_DEFINE(HAVE_ISINF)
123 AC_DEFINE(HAVE_ISINFF)
124 AC_DEFINE(HAVE_ISNAN)
125 AC_DEFINE(HAVE_ISNANF)
126 AC_DEFINE(HAVE_LDEXPF)
127 AC_DEFINE(HAVE_LOG10F)
129 AC_DEFINE(HAVE_MODFF)
131 AC_DEFINE(HAVE_SINCOS)
132 AC_DEFINE(HAVE_SINCOSF)
134 AC_DEFINE(HAVE_SINHF)
135 AC_DEFINE(HAVE_SQRTF)
137 AC_DEFINE(HAVE_TANHF)
139 # At some point, we should differentiate between architectures
140 # like x86, which have long double versions, and alpha/powerpc/etc.,
141 # which don't. For the time being, punt.
142 if test x"long_double_math_on_this_cpu" = x"yes"; then
143 AC_DEFINE(HAVE_ACOSL)
144 AC_DEFINE(HAVE_ASINL)
145 AC_DEFINE(HAVE_ATAN2L)
146 AC_DEFINE(HAVE_ATANL)
147 AC_DEFINE(HAVE_CEILL)
148 AC_DEFINE(HAVE_COPYSIGNL)
150 AC_DEFINE(HAVE_COSHL)
152 AC_DEFINE(HAVE_FABSL)
153 AC_DEFINE(HAVE_FINITEL)
154 AC_DEFINE(HAVE_FLOORL)
155 AC_DEFINE(HAVE_FMODL)
156 AC_DEFINE(HAVE_FREXPL)
157 AC_DEFINE(HAVE_ISINFL)
158 AC_DEFINE(HAVE_ISNANL)
159 AC_DEFINE(HAVE_LDEXPL)
160 AC_DEFINE(HAVE_LOG10L)
162 AC_DEFINE(HAVE_MODFL)
164 AC_DEFINE(HAVE_SINCOSL)
166 AC_DEFINE(HAVE_SINHL)
167 AC_DEFINE(HAVE_SQRTL)
169 AC_DEFINE(HAVE_TANHL)
171 GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT
172 GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT
173 GLIBCPP_CHECK_WCHAR_T_SUPPORT
174 os_include_dir="config/os/gnu-linux"
175 # GLIBCPP_CHECK_STDLIB_SUPPORT
176 AC_DEFINE(HAVE_STRTOF)
177 AC_DEFINE(HAVE_STRTOLD)
182 # We assume newlib. This lets us hard-code the functions we know
184 AC_DEFINE(HAVE_FINITE)
185 AC_DEFINE(HAVE_ISNAN)
186 AC_DEFINE(HAVE_ISNANF)
187 AC_DEFINE(HAVE_ISINF)
188 AC_DEFINE(HAVE_ISINFF)
190 os_include_dir="config/os/newlib"
192 AC_DEFINE(_GLIBCPP_BUGGY_FLOAT_COMPLEX)
193 AC_DEFINE(_GLIBCPP_BUGGY_COMPLEX)
194 # need to check for faster f versions of math functions, ie sinf?
199 # We are being configured natively. We can do more elaborate tests
200 # that include AC_TRY_COMPILE now, as the linker is assumed to be
207 # Check for available headers.
208 AC_CHECK_HEADERS([nan.h ieeefp.h endian.h sys/isa_defs.h machine/endian.h \
209 machine/param.h sys/machine.h fp.h locale.h float.h inttypes.h gconv.h])
211 GLIBCPP_CHECK_COMPILER_FEATURES
212 GLIBCPP_CHECK_LINKER_FEATURES
213 GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT
214 GLIBCPP_CHECK_MATH_SUPPORT
215 GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT
216 GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT
217 GLIBCPP_CHECK_WCHAR_T_SUPPORT
218 GLIBCPP_CHECK_STDLIB_SUPPORT
223 # Now that ctype is determined for all possible targets, we can do this...
224 AC_LINK_FILES($os_include_dir/bits/ctype_base.h, \
225 include/bits/ctype_base.h)
226 AC_LINK_FILES($os_include_dir/bits/ctype_inline.h, \
227 include/bits/ctype_inline.h)
228 AC_LINK_FILES($os_include_dir/bits/ctype_noninline.h, \
229 include/bits/ctype_noninline.h)
230 AC_LINK_FILES($ATOMICITYH/bits/atomicity.h, include/bits/atomicity.h)
232 AM_CONDITIONAL(NULL_TARGET, test "$NULL_TARGET" = yes)
233 AM_CONDITIONAL(NATIVE, test "$NATIVE" = yes || test "$NULL_TARGET" = yes)
234 AM_CONDITIONAL(USE_LIBDIR, test -z "$with_cross_host")
235 AM_CONDITIONAL(CANADIAN, test "$CANADIAN" = yes)
240 if test "${multilib}" = "yes"; then
241 multilib_arg="--enable-multilib"
247 # Generate the various Makefiles, include files, and scripts.
249 # Needed so that g++ can find the correct include subdir automatically.
252 # Export all the install information
253 GLIBCPP_EXPORT_INSTALL_INFO
255 # Export all the include and flag information to makefiles.
256 GLIBCPP_EXPORT_INCLUDES
259 # This should be done by mkincludedir, but hack around it now.
261 echo "checking for $blddir/include"
263 if test ! -d "$blddir/include"; then
264 mkdir "$blddir/include"
267 # NB: Multilibs need MULTISUBDIR defined correctly in src/Makefile.am
268 # and libsupc++/Makefile.am so that multilib installs will end up
269 # installed in the correct place. To work around this not being passed
270 # down from config-ml.in -> top_srcdir/Makefile.am ->
271 # top_srcdir/{src,libsupc++}/Makefile.am, manually append it here.
272 AC_OUTPUT(tests_flags mkcheck Makefile src/Makefile libmath/Makefile libio/Makefile libsupc++/Makefile,
273 [if test -n "$CONFIG_FILES"; then
274 ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
275 grep '^MULTISUBDIR =' Makefile >> src/Makefile
276 grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
284 with_multisubdir=${with_multisubdir}
285 ac_configure_args="${multilib_arg} ${ac_configure_args}"
286 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
287 glibcpp_basedir=${glibcpp_basedir}
293 # Generate bits/c++config.h
294 # NB: This must be the first generated file as others include it. . .
295 $srcdir/mkc++config $blddir $srcdir
297 # Generate bits/std_limits.h and src/limitsMEMBERS.cc
298 if test ! -f stamp-limits; then
299 $srcdir/mknumeric_limits $blddir $srcdir $xcompiling
300 if test ! -f include/bits/std_limits.h; then
301 echo "mknumeric_limits failed to execute properly: exiting"
309 # Sanity checking & User-visible messages.
310 # Checks down here, otherwise they get scrolled off before
311 # the user will notice.
313 # Trying to get more people to read documentation. Possibly remove
314 # check and warn all the time. There is no "informational" AC_MSG_
315 # macro, so these are going to be printed even when --quiet/--silent
317 if test ! -f stamp-sanity-warned; then
318 touch stamp-sanity-warned
320 echo "Please make certain that you read the installation information here:"
321 echo " faster => ${srcdir}/docs/install.html"
322 echo " slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/install.html>"
324 echo "and the configuration information here:"
325 echo " faster => ${srcdir}/docs/configopts.html"
326 echo " slower => <URL:http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html>"
328 echo "before proceeding with ${_cv_gnu_make_command}."