OSDN Git Service

2001-02-05 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / configure.in
1 # Process this file with autoconf to produce a configure script, like so:
2 # aclocal, autoconf, autoheader, automake
3
4 AC_PREREQ(2.13)
5 AC_INIT(src/ios.cc)
6
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
11 # source directory.
12 if test "${srcdir}" = "."; then
13   if test -z "${with_target_subdir}"; then
14     toplevel_srcdir="\${top_srcdir}/.."
15     auxdir="${srcdir}/.."
16   else
17     if test "${with_target_subdir}" != "."; then
18       toplevel_srcdir="\${top_srcdir}/${with_multisrctop}../.."
19       auxdir="${srcdir}/${with_multisrctop}../.."
20     else
21       toplevel_srcdir="\${top_srcdir}/${with_multisrctop}.."
22       auxdir="${srcdir}/${with_multisrctop}.."
23     fi
24   fi
25 else
26   toplevel_srcdir="\${top_srcdir}/.."
27   auxdir="${srcdir}/.."
28 fi
29 AC_CONFIG_AUX_DIR($auxdir)
30 AC_SUBST(toplevel_srcdir)
31
32 dnl This is here just to satisfy automake.
33 ifelse(not,equal,[AC_CONFIG_AUX_DIR(..)])
34
35 # Gets and sets build, host, target, *_vendor, *_cpu, *_os, etc.
36 AC_CANONICAL_SYSTEM
37
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])
44
45 # Runs configure.host and configure.target. Have to run this before
46 # the GLIBCPP_ENABLE_* macros below.
47 GLIBCPP_CONFIGURE(.)
48
49 AC_LIBTOOL_DLOPEN
50 AM_PROG_LIBTOOL
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.])
56   fi
57 AM_CONFIG_HEADER(config.h)
58
59 # Check for c++ or library specific bits that don't require linking.
60 GLIBCPP_CHECK_COMPILER_VERSION
61
62 # Enable all the crazy c++ stuff.  C_MBCHAR must come early.
63 GLIBCPP_ENABLE_DEBUG($USE_MAINTAINER_MODE)
64 GLIBCPP_ENABLE_CSTDIO
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])
71
72 if test -n "$with_cross_host"; then
73
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
76   # link executables.
77   xcompiling=1
78   NATIVE=no
79
80   # If Canadian cross, then don't pick up tools from the build
81   # directory.
82   if test x"$build" != x"$with_cross_host" && x"$build" != x"$target"; then
83     CANADIAN=yes
84     NULL_TARGET=yes
85   else
86     CANADIAN=no
87     NULL_TARGET=no
88   fi
89
90   case "$target_alias" in
91     *-linux*)
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 \
96         float.h inttypes.h])
97
98         # GLIBCPP_CHECK_COMPILER_FEATURES
99         WFMT_FLAGS='-fdiagnostics-show-location=once'
100         SECTION_FLAGS='-ffunction-sections -fdata-sections'
101         AC_SUBST(WFMT_FLAGS)
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)
113         AC_DEFINE(HAVE_COSF)
114         AC_DEFINE(HAVE_COSHF)
115         AC_DEFINE(HAVE_EXPF)
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)
128         AC_DEFINE(HAVE_LOGF)
129         AC_DEFINE(HAVE_MODFF)
130         AC_DEFINE(HAVE_POWF)
131         AC_DEFINE(HAVE_SINCOS)
132         AC_DEFINE(HAVE_SINCOSF)
133         AC_DEFINE(HAVE_SINF)
134         AC_DEFINE(HAVE_SINHF)
135         AC_DEFINE(HAVE_SQRTF)
136         AC_DEFINE(HAVE_TANF)
137         AC_DEFINE(HAVE_TANHF)
138
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)
149           AC_DEFINE(HAVE_COSL)
150           AC_DEFINE(HAVE_COSHL)
151           AC_DEFINE(HAVE_EXPL)
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)
161           AC_DEFINE(HAVE_LOGL)
162           AC_DEFINE(HAVE_MODFL)
163           AC_DEFINE(HAVE_POWL)
164           AC_DEFINE(HAVE_SINCOSL)
165           AC_DEFINE(HAVE_SINL)
166           AC_DEFINE(HAVE_SINHL)
167           AC_DEFINE(HAVE_SQRTL)
168           AC_DEFINE(HAVE_TANL)
169           AC_DEFINE(HAVE_TANHL)
170         fi
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)        
178         # AC_FUNC_MMAP
179         AC_DEFINE(HAVE_MMAP)
180         ;;
181     *)
182         # We assume newlib.  This lets us hard-code the functions we know
183         # we'll have.
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)
189
190         os_include_dir="config/os/newlib"
191
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?
195         ;;
196   esac
197 else
198
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
201   # working.
202   xcompiling=0
203   NATIVE=yes
204   CANADIAN=no
205   NULL_TARGET=no
206
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])
210
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
219
220   AC_FUNC_MMAP
221 fi
222
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)
231
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)
236  
237 AC_CACHE_SAVE
238 AC_LC_MESSAGES
239
240 if test "${multilib}" = "yes"; then
241   multilib_arg="--enable-multilib"
242 else
243   multilib_arg=
244 fi
245
246
247 # Generate the various Makefiles, include files, and scripts.
248
249 # Needed so that g++ can find the correct include subdir automatically.
250 INTERFACE=v3
251
252 # Export all the install information
253 GLIBCPP_EXPORT_INSTALL_INFO
254
255 # Export all the include and flag information to makefiles.
256 GLIBCPP_EXPORT_INCLUDES
257 GLIBCPP_EXPORT_FLAGS
258
259 # This should be done by mkincludedir, but hack around it now.
260 blddir=`pwd`
261 echo "checking for $blddir/include"
262
263 if test ! -d "$blddir/include"; then
264   mkdir "$blddir/include"
265 fi
266
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
277 fi
278 chmod +x tests_flags
279 chmod +x mkcheck
280 ],
281 srcdir=${srcdir}
282 host=${host}
283 target=${target}
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}
288 CC="${CC}"
289 CXX="${CXX}"
290 )
291
292
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
296
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"
302     exit 1
303   else
304     touch stamp-limits 
305   fi
306 fi
307
308
309 # Sanity checking & User-visible messages.
310 # Checks down here, otherwise they get scrolled off before
311 # the user will notice.
312
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
316 # is given.
317 if test ! -f stamp-sanity-warned; then
318   touch stamp-sanity-warned
319   echo ""
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>"
323   echo ""
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>"
327   echo ""
328   echo "before proceeding with ${_cv_gnu_make_command}."
329   echo ""
330 fi