OSDN Git Service

2000-05-14 Loren J. Rittle <ljrittle@acm.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / aclocal.m4
1 dnl aclocal.m4 generated automatically by aclocal 1.4
2
3 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7
8 dnl This program is distributed in the hope that it will be useful,
9 dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 dnl PARTICULAR PURPOSE.
12
13 dnl
14 dnl Initialize configure bits.
15 dnl
16 dnl Define OPTLEVEL='-O2' if new inlining code present.
17 dnl
18 dnl GLIBCPP_CONFIGURE
19 AC_DEFUN(GLIBCPP_CONFIGURE, [
20   dnl Default to --enable-multilib
21   AC_ARG_ENABLE(multilib,
22   [  --enable-multilib       build hella library versions (default)],
23   [case "${enableval}" in
24     yes) multilib=yes ;;
25     no)  multilib=no ;;
26     *)   AC_MSG_ERROR(bad value ${enableval} for multilib option) ;;
27    esac], [multilib=yes])dnl
28
29   dnl We may get other options which we dont document:
30   dnl --with-target-subdir, --with-multisrctop, --with-multisubdir
31   if test "[$]{srcdir}" = "."; then
32     if test "[$]{with_target_subdir}" != "."; then
33       glibcpp_basedir="[$]{srcdir}/[$]{with_multisrctop}../$1"
34     else
35       glibcpp_basedir="[$]{srcdir}/[$]{with_multisrctop}$1"
36     fi
37   else
38     glibcpp_basedir="[$]{srcdir}/$1"
39   fi
40   AC_SUBST(glibcpp_basedir)
41
42   AC_CANONICAL_HOST
43
44   AM_INIT_AUTOMAKE(libstdc++, 2.90.8)
45
46 # FIXME: We temporarily define our own version of AC_PROG_CC.  This is
47 # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
48 # are probably using a cross compiler, which will not be able to fully
49 # link an executable.  This should really be fixed in autoconf
50 # itself.
51
52 AC_DEFUN(LIB_AC_PROG_CC,
53 [AC_BEFORE([$0], [AC_PROG_CPP])dnl
54 dnl Fool anybody using AC_PROG_CC.
55 AC_PROVIDE([AC_PROG_CC])
56 AC_CHECK_PROG(CC, gcc, gcc)
57 if test -z "$CC"; then
58   AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
59   test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
60 fi
61
62 AC_PROG_CC_GNU
63
64 if test $ac_cv_prog_gcc = yes; then
65   GCC=yes
66 dnl Check whether -g works, even if CFLAGS is set, in case the package
67 dnl plays around with CFLAGS (such as to build both debugging and
68 dnl normal versions of a library), tasteless as that idea is.
69   ac_test_CFLAGS="${CFLAGS+set}"
70   ac_save_CFLAGS="$CFLAGS"
71   CFLAGS=
72   AC_PROG_CC_G
73   if test "$ac_test_CFLAGS" = set; then
74     CFLAGS="$ac_save_CFLAGS"
75   elif test $ac_cv_prog_cc_g = yes; then
76     CFLAGS="-g -O2"
77   else
78     CFLAGS="-O2"
79   fi
80 else
81   GCC=
82   test "${CFLAGS+set}" = set || CFLAGS="-g"
83 fi
84 ])
85
86 LIB_AC_PROG_CC
87
88 # Likewise for AC_PROG_CXX.
89 AC_DEFUN(LIB_AC_PROG_CXX,
90 [AC_BEFORE([$0], [AC_PROG_CXXCPP])dnl
91 dnl Fool anybody using AC_PROG_CXX.
92 AC_PROVIDE([AC_PROG_CXX])
93 AC_CHECK_PROGS(CXX, $CCC c++ g++ gcc CC cxx cc++, gcc)
94 test -z "$CXX" && AC_MSG_ERROR([no acceptable c++ found in \$PATH])
95
96 AC_PROG_CXX_GNU
97
98 if test $ac_cv_prog_gxx = yes; then
99   GXX=yes
100 dnl Check whether -g works, even if CXXFLAGS is set, in case the package
101 dnl plays around with CXXFLAGS (such as to build both debugging and
102 dnl normal versions of a library), tasteless as that idea is.
103   ac_test_CXXFLAGS="${CXXFLAGS+set}"
104   ac_save_CXXFLAGS="$CXXFLAGS"
105   CXXFLAGS=
106   AC_PROG_CXX_G
107   if test "$ac_test_CXXFLAGS" = set; then
108     CXXFLAGS="$ac_save_CXXFLAGS"
109   elif test $ac_cv_prog_cxx_g = yes; then
110     CXXFLAGS="-g -O2"
111   else
112     CXXFLAGS="-O2"
113   fi
114 else
115   GXX=
116   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
117 fi
118 ])
119
120 LIB_AC_PROG_CXX
121
122 # AC_CHECK_TOOL does AC_REQUIRE (AC_CANONICAL_BUILD).  If we dont
123 # run it explicitly here, it will be run implicitly before
124 # LIBGCJ_CONFIGURE, which doesn't work because that means that it will
125 # be run before AC_CANONICAL_HOST.
126 AC_CANONICAL_BUILD
127
128 AC_CHECK_TOOL(AS, as)
129 AC_CHECK_TOOL(AR, ar)
130 AC_CHECK_TOOL(RANLIB, ranlib, :)
131
132 AC_PROG_INSTALL
133
134 AM_MAINTAINER_MODE
135
136 # We need AC_EXEEXT to keep automake happy in cygnus mode.  However,
137 # at least currently, we never actually build a program, so we never
138 # need to use $(EXEEXT).  Moreover, the test for EXEEXT normally
139 # fails, because we are probably configuring with a cross compiler
140 # which cant create executables.  So we include AC_EXEEXT to keep
141 # automake happy, but we dont execute it, since we dont care about
142 # the result.
143 if false; then
144   AC_EXEEXT
145 fi
146
147 # configure.host sets the following important variables
148 #       glibcpp_cflags    - host specific C compiler flags
149 #       glibcpp_cxxflags  - host specific C++ compiler flags
150
151 glibcpp_cflags=
152 glibcpp_cxxflags=
153
154 . [$]{glibcpp_basedir}/configure.host
155
156 case [$]{glibcpp_basedir} in
157 /* | [A-Za-z]:[/\\]*) libgcj_flagbasedir=[$]{glibcpp_basedir} ;;
158 *) glibcpp_flagbasedir='[$](top_builddir)/'[$]{glibcpp_basedir} ;;
159 esac
160
161 GLIBCPP_CFLAGS="[$]{glibcpp_cflags}"
162 GLIBCPP_CXXFLAGS="[$]{glibcpp_cxxflags}"
163 AC_SUBST(GLIBCPP_CFLAGS)
164 AC_SUBST(GLIBCPP_CXXFLAGS)
165 ])
166
167
168 dnl
169 dnl Check to see if g++ can compile this library. 
170 dnl
171 dnl Define OPTLEVEL='-O2' if new inlining code present.
172 dnl
173 dnl GLIBCPP_CHECK_COMPILER_VERSION
174 AC_DEFUN(GLIBCPP_CHECK_COMPILER_VERSION, [
175   AC_MSG_CHECKING([for g++ that will successfullly compile this code])
176   AC_EGREP_CPP([ok], [
177   #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) 
178     ok
179   #endif
180   ], gpp_satisfactory=yes, AC_MSG_ERROR("please upgrade to gcc-2.95 or above"))
181   AC_MSG_RESULT($gpp_satisfactory)
182
183   AC_MSG_CHECKING([for g++ that supports new inlining mechanism])
184   AC_EGREP_CPP([ok], [
185   #if  __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 95)
186     ok
187   #endif
188   ], [OPTLEVEL='-O2'
189       WERRORSUPPRESS=
190   ], [OPTLEVEL=
191       WERRORSUPPRESS=-Wno-error
192   ])
193   if test "$OPTLEVEL" = ""; then
194     AC_MSG_RESULT(no)
195   else
196     AC_MSG_RESULT(yes)
197   fi
198   AC_SUBST(OPTLEVEL)
199   AC_SUBST(WERRORSUPPRESS)
200 ])
201
202
203 dnl
204 dnl Check to see what builtin math functions are supported
205 dnl
206 dnl Define _GLIBCPP_HAS_BUILTIN_SINF if __builtin_sinf
207 dnl Define _GLIBCPP_HAS_BUILTIN_COSF if __builtin_cosf
208 dnl Define _GLIBCPP_HAS_BUILTIN_FABSF if __builtin_fabsf
209 dnl Define _GLIBCPP_HAS_BUILTIN_SQRTF if __builtin_sqrtf
210 dnl
211 dnl GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT
212 AC_DEFUN(GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT, [
213   dnl Test for builtin math functions.
214   AC_MSG_CHECKING([for __builtin_sinf])
215   AC_TRY_COMPILE([#include <math.h>], 
216   [float foo(void) { __builtin_sinf(0.0); }], 
217   use_builtin_sinf=yes, use_builtin_sinf=no)
218   AC_MSG_RESULT($use_builtin_sinf)
219   if test $use_builtin_sinf = "yes"; then
220     AC_DEFINE(_GLIBCPP_HAS_BUILTIN_SINF)
221   fi
222
223   AC_MSG_CHECKING([for __builtin_cosf])
224   AC_TRY_COMPILE([#include <math.h>], 
225   [float foo(void) { __builtin_cosf(0.0); }], 
226   use_builtin_cosf=yes, use_builtin_cosf=no)
227   AC_MSG_RESULT($use_builtin_cosf)
228   if test $use_builtin_cosf = "yes"; then
229     AC_DEFINE(_GLIBCPP_HAS_BUILTIN_COSF)
230   fi
231
232   AC_MSG_CHECKING([for __builtin_fabsf])
233   AC_TRY_COMPILE([#include <math.h>], 
234   [float foo(void) { __builtin_fabsf(0.0); }], 
235   use_builtin_fabsf=yes, use_builtin_fabsf=no)
236   AC_MSG_RESULT($use_builtin_fabsf)
237   if test $use_builtin_fabsf = "yes"; then
238     AC_DEFINE(_GLIBCPP_HAS_BUILTIN_FABSF)
239   fi
240
241   AC_MSG_CHECKING([for __builtin_sqrtf])
242   AC_TRY_COMPILE([#include <math.h>], 
243   [float foo(void) { __builtin_sqrtf(0.0); }], 
244   use_builtin_sqrtf=yes, use_builtin_sqrtf=no)
245   AC_MSG_RESULT($use_builtin_sqrtf)
246   if test $use_builtin_sqrtf = "yes"; then
247     AC_DEFINE(_GLIBCPP_HAS_BUILTIN_SQRTF)
248   fi
249 ])
250
251
252 dnl
253
254 dnl Check to see what architecture we are compiling for. If it's
255 dnl supported, use special hand-crafted routines to provide thread
256 dnl primitives. Also, if architecture-specific flags are required for 
257 dnl compilation, add them here.
258 dnl 
259 dnl Depending on what is found, select configure/cpu/*/bits/atomicity.h 
260 dnl If not found, select configure/cpu/generic/bits/atomicity.h
261 dnl
262 dnl GLIBCPP_CHECK_CPU
263 AC_DEFUN(GLIBCPP_CHECK_CPU, [
264     AC_MSG_CHECKING([for cpu primitives directory])
265     CPUFLAGS=                   
266     case "$target_cpu" in
267       alpha*)
268         cpu_include_dir="config/cpu/alpha"
269         ;;
270       arm*)
271         cpu_include_dir="config/cpu/arm"
272         ;;
273       i486 | i586 | i686 | i786)
274         cpu_include_dir="config/cpu/i386"
275         ;;
276       powerpc | rs6000)
277         cpu_include_dir="config/cpu/powerpc"
278         CPUFLAGS='-mcpu=powerpc'
279         ;;
280       sparc64 | ultrasparc)
281         cpu_include_dir="config/cpu/sparc/sparc64"
282         ;;
283       sparc*)
284         cpu_include_dir="config/cpu/sparc/sparc32"
285         ;;
286       *)
287         cpu_include_dir="config/cpu/generic"
288         ;;
289     esac
290     AC_MSG_RESULT($cpu_include_dir)
291     AC_SUBST(cpu_include_dir)
292     AC_SUBST(CPUFLAGS)
293 ])
294
295  
296 dnl
297 dnl Check to see what the underlying c library's interface to ctype looks
298 dnl like. Bits of locale rely on things like isspace, toupper, etc. This
299 dnl stuff makes sure the right bits from the clibrary get called.
300 dnl 
301 dnl Depending on what is found, select various configure/*/bits/ctype_base.h 
302 dnl Depending on what is found, select various configure/*/ctype.cc
303 dnl
304 dnl GLIBCPP_CHECK_CTYPE
305 AC_DEFUN(GLIBCPP_CHECK_CTYPE, [
306   AC_CHECK_HEADER(ctype.h, [
307     
308     dnl If doesn't match any specified, go with defaults.
309     ctype_default=yes
310
311     dnl Test for <ctype> functionality -- gnu-linux
312     AC_MSG_CHECKING([<ctype> for gnu-linux ])
313     AC_TRY_COMPILE([#include <ctype.h>],
314     [int
315     foo (int a)
316     { return _ISspace + _ISprint + _IScntrl + _ISupper + _ISlower + _ISalpha \
317         + _ISdigit + _ISpunct + _ISxdigit + _ISalnum + _ISgraph \
318         + __ctype_tolower[a] + __ctype_toupper[a] + __ctype_b[a];}], \
319     ctype_linux=yes, ctype_linux=no)
320     AC_MSG_RESULT($ctype_linux)
321     if test $ctype_linux = "yes"; then
322       ctype_include_dir="config/gnu-linux"
323       ctype_default=no
324     fi
325
326     dnl Test for <ctype> functionality -- FreeBSD 4.0
327     if test $ctype_default = "yes"; then
328     AC_MSG_CHECKING([<ctype> for freebsd 4.0 ])
329     AC_TRY_COMPILE([#include <ctype.h>],
330     [int
331     foo (int a)
332     { return _CTYPE_S + _CTYPE_R + _CTYPE_C + _CTYPE_U + _CTYPE_L + _CTYPE_A \
333         + _CTYPE_D + _CTYPE_P + _CTYPE_X + _CTYPE_G ;}], \
334     ctype_bsd=yes, ctype_bsd=no)
335     AC_MSG_RESULT($ctype_bsd)
336     if test $ctype_bsd = "yes"; then
337       ctype_include_dir="config/bsd"
338       ctype_default=no
339     fi
340     fi
341
342     dnl Test for <ctype> functionality -- FreeBSD 3.4
343     if test $ctype_default = "yes"; then
344     AC_MSG_CHECKING([<ctype> for freebsd 3.4 ])
345     AC_TRY_COMPILE([#include <ctype.h>],
346     [int
347     foo (int a)
348     { return _S + _R + _C + _U + _L + _A \
349       + _D + _P + _X + _G + __istype (a, 0);}], \
350     ctype_freebsd34=yes, ctype_freebsd34=no)
351     AC_MSG_RESULT($ctype_freebsd34)
352     if test $ctype_freebsd34 = "yes"; then
353       ctype_include_dir="config/bsd"
354       ctype_default=no
355     fi
356     fi
357
358     dnl Test for <ctype> functionality -- solaris 2.6 and 2.7
359     if test $ctype_default = "yes"; then
360     AC_MSG_CHECKING([<ctype> for solaris 2.[6,7,8] ])
361     AC_TRY_COMPILE([#include <ctype.h>],
362     [int
363     foo (int a)
364     { return _ISSPACE + _ISPRINT + _ISCNTRL + _ISUPPER + _ISLOWER + _ISALPHA \
365         + _ISDIGIT + _ISPUNCT + _ISXDIGIT + _ISALNUM + _ISGRAPH \
366         + __trans_lower[a] + __trans_upper[a] + __ctype_mask[a];}], \
367     ctype_solaris=yes, ctype_solaris=no)
368     AC_MSG_RESULT($ctype_solaris)
369
370     if test $ctype_solaris = "yes"; then
371       AC_MSG_CHECKING([  for version])
372       AC_LANG_CPLUSPLUS 
373       AC_TRY_COMPILE([#include <ctype.h>],
374       [typedef long* __to_type; __to_type const& _M_toupper = __trans_upper;],\
375       ctype_solaris26=yes, ctype_solaris26=no)
376       AC_LANG_C
377       if test $ctype_solaris26 = "yes"; then
378         ctype_include_dir="config/solaris/solaris2.6"
379         AC_MSG_RESULT("solaris2.6")
380         ctype_default=no
381       else
382         ctype_include_dir="config/solaris/solaris2.7"
383         AC_MSG_RESULT("solaris2.[7,8]")
384         ctype_default=no
385       fi
386     fi
387     fi  
388
389     dnl Test for <ctype> functionality -- solaris 2.5.1
390     if test $ctype_default = "yes"; then
391     AC_MSG_CHECKING([<ctype> for solaris 2.5.1 ])
392     AC_TRY_COMPILE([#include <ctype.h>],
393     [int
394     foo (int a)
395     { return _U + _L + _N + _S + _P + _C + _X + _B \
396         + __ctype[a];}], \
397     ctype_solaris25=yes, ctype_solaris25=no)
398     AC_MSG_RESULT($ctype_solaris25)
399     if test $ctype_solaris25 = "yes"; then
400       ctype_include_dir="config/solaris/solaris2.5"
401       ctype_default=no
402     fi
403     fi
404
405     dnl Test for <ctype> functionality -- aix
406     if test $ctype_default = "yes"; then
407     AC_MSG_CHECKING([<ctype> for aix ])
408     AC_TRY_COMPILE([#include <ctype.h>],
409     [int
410     foo (int a)
411     { return _ISSPACE + _ISPRINT + _ISCNTRL + _ISUPPER + _ISLOWER + _ISALPHA \
412         + _ISDIGIT + _ISPUNCT + _ISXDIGIT + _ISALNUM + _ISGRAPH \
413         + _VALC('a') + _IS('c', 0);}], \
414     ctype_aix=yes, ctype_aix=no)
415     AC_MSG_RESULT($ctype_aix)
416     if test $ctype_aix = "yes"; then
417       ctype_include_dir="config/aix"
418       ctype_default=no
419     fi
420     fi
421
422     dnl Test for <ctype> functionality -- newlib
423     if test $ctype_default = "yes"; then
424     AC_MSG_CHECKING([<ctype> for newlib ])
425     AC_TRY_COMPILE([#include <ctype.h>],
426     [int
427     foo (int a)
428     { return _U + _L + _N + _S + _P + _C + _X + _B \
429         + _ctype_[a];}], \
430     ctype_newlib=yes, ctype_newlib=no)
431     AC_MSG_RESULT($ctype_newlib)
432     if test $ctype_newlib = "yes"; then
433       ctype_include_dir="config/newlib"
434       ctype_default=no
435     fi
436     fi
437
438     if test $ctype_default = "yes"; then
439       ctype_include_dir="config/generic"
440       AC_MSG_WARN("Using default ctype headers.")
441     fi
442     AC_SUBST(ctype_include_dir)
443   ])
444 ])
445
446
447 dnl
448 dnl Check to see what the underlying c library or math library is like.
449 dnl
450 dnl Define HAVE_CARGF etc if "cargf" is found.
451 dnl
452 dnl GLIBCPP_CHECK_MATH_SUPPORT
453 AC_DEFUN(GLIBCPP_CHECK_MATH_SUPPORT, [
454   AC_CHECK_LIB(m, sin, libm="-lm")
455   save_LIBS="$LIBS"
456   LIBS="$LIBS $libm"
457
458   dnl Check for complex versions of math functions of platform.
459   AC_CHECK_HEADERS([complex.h])
460   AC_REPLACE_MATHFUNCS(ccos ccosf ccosh ccoshf cexp cexpf c_log c_logf \
461   clog10 clog10f cpow cpowf csin csinf csinh csinhf csqrt csqrtf \
462   ctan ctanf ctanh ctanhf \
463   carg cargf nan hypot hypotf atan2f expf copysignf)
464
465   dnl We compile the long double complex functions only if the function 
466   dnl provides the non-complex long double functions.
467   USE_LONG_DOUBLE=no
468   AC_CHECK_FUNC(copysignl,
469   USE_LONG_DOUBLE=yes
470   AC_REPLACE_MATHFUNCS(ccoshl ccosl cexpl cpowl csinhl csinl \
471   csqrtl ctanhl ctanl cargl hypotl signbitl c_logl clog10l))
472   AC_SUBST(USE_LONG_DOUBLE)
473
474   dnl Check to see if basic C math functions have faster float versions.
475   AC_CHECK_FUNCS(modf isnan isnanf isnanl isinf isinff isinfl copysign \
476   copysignl cosf coshf logf log10f powf sinf sinhf sqrtf tanf tanhf \
477   strtof strtold fabsf sincos sincosf sincosl finite finite fqfinite \
478   fpclass qfpclass)
479
480 #Some runtimes have these functions with a preceding underscore. Please
481 # keep this sync'd with the one above. And if you add any new symbol,
482 # please add the corresponding block in the @BOTTOM@ section of
483 # acconfig.h.
484 AC_CHECK_FUNCS(_modf _isnan _isnanf _isnanl _isinf _isinff _isinfl _copysign \
485 _copysignl _cosf _coshf _logf _log10f _powf _sinf _sinhf _sqrtf _tanf _tanhf \
486 _strtof _strtold _fabsf _sincos _sincosf _sincosl _finite _finitef _qfinite \
487 _fpclass _qfpclass)
488
489 LIBS="$save_LIBS"
490 ])
491
492
493 dnl
494 dnl Check to see if this target can enable the wchar_t parts of libstdc++.
495 dnl
496 dnl Define _GLIBCPP_USE_WCHAR_T if all the bits are found 
497 dnl Define _GLIBCPP_NEED_MBSTATE_T if mbstate_t is not in wchar.h
498 dnl Define _GLIBCPP_HAS_WCHAR_MIN_MAX if WCHAR_MIN, WCHAR_MAX in wchar.h
499 dnl
500 dnl GLIBCPP_CHECK_WCHAR_T_SUPPORT
501 AC_DEFUN(GLIBCPP_CHECK_WCHAR_T_SUPPORT, [
502   AC_CHECK_HEADER(wchar.h,[
503   dnl Test wchar.h for mbstate_t, which is needed for char_traits and others.
504   AC_MSG_CHECKING([for native mbstate_t])
505   AC_TRY_COMPILE([#include <wchar.h>],
506   [mbstate_t teststate;], 
507   use_native_mbstatet=yes, use_native_mbstatet=no)
508   AC_MSG_RESULT($use_native_mbstatet)
509   if test $use_native_mbstatet = "no"; then
510     AC_DEFINE(_GLIBCPP_NEED_MBSTATE_T)
511   fi
512   
513   dnl Test wchar.h for WCHAR_MIN, WCHAR_MAX, which is needed before
514   dnl numeric_limits can instantiate type_traits<wchar_t>
515   AC_MSG_CHECKING([for WCHAR_MIN and WCHAR_MAX])
516   AC_TRY_COMPILE([#include <wchar.h>],
517   [int i = WCHAR_MIN; int j = WCHAR_MAX;], 
518   has_wchar_minmax=yes, has_wchar_minmax=no)
519   AC_MSG_RESULT($has_wchar_minmax)
520   if test $has_wchar_minmax = "yes"; then
521     AC_DEFINE(_GLIBCPP_HAS_WCHAR_MIN_MAX)
522   fi
523   
524   # Test wchar.h for WEOF, which is what we use to determine whether
525   # to specialize for wchar_t or not.
526   AC_MSG_CHECKING([for WEOF])
527   AC_TRY_COMPILE([
528     #include <wchar.h>
529     #include <stddef.h>],
530   [wint_t i = WEOF;],
531   has_weof=yes, has_weof=no)
532   AC_MSG_RESULT($has_weof)
533
534   dnl Tests for wide character functions.
535   AC_REPLACE_STRINGFUNCS(wcslen wmemchr wmemcmp wmemcpy wmemmove wmemset)
536   AC_SUBST(libinst_wstring_la)
537
538   AC_MSG_CHECKING([for wide character support])
539   if test $has_weof = "yes" && test $has_wchar_minmax = "yes"; then
540     libinst_wstring_la="libinst-wstring.la"
541     AC_DEFINE(_GLIBCPP_USE_WCHAR_T)
542     AC_MSG_RESULT(ok)
543   else
544     libinst_wstring_la=""
545     AC_MSG_RESULT("not specializing for wchar_t")
546   fi
547   ],[
548   AC_MSG_WARN([<wchar.h> not found])
549   AC_DEFINE(_GLIBCPP_NEED_MBSTATE_T)
550   ])
551 ])
552
553
554 dnl
555 dnl Check to see if this version of GNU C++ is afflicted by bugs in
556 dnl __complex__ float support.
557 dnl
558 dnl Define _GLIBCPP_BUGGY_FLOAT_COMPLEX if buggy.
559 dnl
560 dnl GLIBCPP_CHECK_COMPLEX_FLOAT_SUPPORT
561 AC_DEFUN(GLIBCPP_CHECK_COMPLEX_FLOAT_SUPPORT, [
562   AC_REQUIRE([AC_PROG_CXX])
563   AC_MSG_CHECKING([for GNU C++ __complex__ float support])
564   AC_CACHE_VAL(glibcpp_cv_float_complex, [
565     AC_LANG_SAVE
566     AC_LANG_CPLUSPLUS
567     rm -f conftest.h
568     cat > conftest.h <<EOB
569       //
570       // Check for buggy __complex__ that causes ICE in most versions of egcs
571       // and gcc-2.95.x on certain platforms (eg., x86-win32).
572       //
573       // See http://egcs.cygnus.com/ml/gcc-bugs/1999-07/msg00845.html for
574       // more info on the bug itself.
575       //
576       struct
577       float_complex
578       {
579        __complex__ float m_value;
580        float_complex (float = 0.0f, float = 0.0f);
581        float_complex (__complex__ float val) : m_value (val) {}
582        float_complex foo (const float_complex &val)
583          { return float_complex (~val.m_value); }
584       };
585 EOB
586     AC_TRY_COMPILE([#include "conftest.h"], ,
587       glibcpp_cv_float_complex=ok,
588       glibcpp_cv_float_complex=buggy
589     )
590     AC_LANG_RESTORE
591   ])
592   AC_MSG_RESULT($glibcpp_cv_float_complex)
593   if test $glibcpp_cv_float_complex = buggy; then
594     AC_DEFINE(_GLIBCPP_BUGGY_FLOAT_COMPLEX)
595   fi
596 ])
597
598
599 dnl
600 dnl 
601 dnl Check to see if this version of GNU C++ is afflicted by bugs in 
602 dnl __complex__ support.Check for buggy __complex__ that will cause ICE in
603 dnl gcc-2.95.x when using the library, unless we define the default copy
604 dnl ctor in the specializations of complex<>. 
605 dnl 
606 dnl Define _GLIBCPP_BUGGY_COMPLEX if buggy.
607 dnl
608 dnl GLIBCPP_CHECK_COMPLEX_SUPPORT
609 AC_DEFUN(GLIBCPP_CHECK_COMPLEX_SUPPORT, [
610   AC_REQUIRE([AC_PROG_CXX])
611   AC_MSG_CHECKING([for GNU C++ __complex__ support])
612   AC_CACHE_VAL(glibcpp_cv_complex, [
613     AC_LANG_SAVE
614     AC_LANG_CPLUSPLUS
615     AC_TRY_COMPILE([struct dcomplex { __complex__ double x; }; \
616                     dcomplex f(const dcomplex& x) { return dcomplex(x); }], \
617                     [ dcomplex x; f(x); ],
618       glibcpp_cv_complex=ok,
619       glibcpp_cv_complex=buggy
620     )
621     AC_LANG_RESTORE
622   ])
623   AC_MSG_RESULT($glibcpp_cv_complex)
624   if test $glibcpp_cv_complex = buggy; then
625     AC_DEFINE(_GLIBCPP_BUGGY_COMPLEX)
626   fi
627 ])
628
629
630 dnl
631 dnl Check for certain special build configurations.
632 dnl
633 dnl GLIBCPP_ENABLE_DEBUG
634 dnl --enable-debug sets '-ggdb -O0'.
635 dnl --disable-debug sets '-g' and whatever optimization options the
636 dnl     compiler can handle.
637 dnl  +  Perhaps --enable-maintainer-mode should automatically turn this on?
638 dnl  +  Perhaps -D/-U of NDEBUG, DEBUG, DEBUG_ASSERT, ...?
639 dnl  +  Usage:  GLIBCPP_ENABLE_DEBUG[(DEFAULT)]
640 dnl       Where DEFAULT is either `yes' or `no'.  If ommitted, it
641 dnl       defaults to `no'.
642 AC_DEFUN(GLIBCPP_ENABLE_DEBUG, [dnl
643 define([GLIBCPP_ENABLE_DEBUG_DEFAULT], ifelse($1, yes, yes, no))dnl
644 AC_ARG_ENABLE(debug,
645 changequote(<<, >>)dnl
646 <<  --enable-debug          extra debugging, turn off optimization [default=>>GLIBCPP_ENABLE_DEBUG_DEFAULT],
647 changequote([, ])dnl
648 [case "$enableval" in
649  yes) enable_debug=yes ;;
650  no)  enable_debug=no ;;
651  *)   AC_MSG_ERROR([Unknown argument to enable/disable extra debugging]) ;;
652  esac],
653 enable_debug=GLIBCPP_ENABLE_DEBUG_DEFAULT)dnl
654 dnl Option parsed, now set things appropriately
655 case "$enable_debug" in
656     yes) 
657         DEBUGFLAGS='-O0 -ggdb'                  
658         ;;
659     no)   
660         DEBUGFLAGS='-g'
661         ;;
662 esac
663 AC_SUBST(DEBUGFLAGS)
664 ])
665
666
667 dnl
668 dnl Check for "unusual" flags to pass to the compiler while building.
669 dnl
670 dnl GLIBCPP_ENABLE_CXX_FLAGS
671 dnl --enable-cxx-flags='-foo -bar -baz' is a general method for passing
672 dnl     experimental flags such as -fhonor-std, -fsquangle, -Dfloat=char, etc.
673 dnl     Somehow this same set of flags must be passed when [re]building
674 dnl     libgcc.
675 dnl --disable-cxx-flags passes nothing.
676 dnl  +  See http://sourceware.cygnus.com/ml/libstdc++/2000-q2/msg00131.html
677 dnl         http://sourceware.cygnus.com/ml/libstdc++/2000-q2/msg00284.html
678 dnl         http://sourceware.cygnus.com/ml/libstdc++/2000-q1/msg00035.html
679 dnl  +  Usage:  GLIBCPP_ENABLE_CXX_FLAGS(default flags)
680 dnl       If "default flags" is an empty string (or "none"), the effect is
681 dnl       the same as --disable or --enable=no.
682 AC_DEFUN(GLIBCPP_ENABLE_CXX_FLAGS, [dnl
683 define([GLIBCPP_ENABLE_CXX_FLAGS_DEFAULT], ifelse($1,,, $1))dnl
684 AC_ARG_ENABLE(cxx-flags,
685 changequote(<<, >>)dnl
686 <<  --enable-cxx-flags=FLAGS      pass compiler FLAGS when building library;
687                                 [default=>>GLIBCPP_ENABLE_CXX_FLAGS_DEFAULT],
688 changequote([, ])dnl
689 [case "x$enableval" in
690  xyes)   AC_MSG_ERROR([--enable-cxx-flags needs compiler flags as arguments]) ;;
691  xno|x)  enable_cxx_flags='' ;;
692  *)      enable_cxx_flags="$enableval" ;;
693  esac],
694 enable_cxx_flags='GLIBCPP_ENABLE_CXX_FLAGS_DEFAULT')dnl
695 dnl Thinko on my part during design.  This kludge is the workaround.
696 if test "$enable_cxx_flags" = "none"; then enable_cxx_flags=''; fi
697 dnl Run through flags (either default or command-line) and set anything
698 dnl extra (e.g., #defines) that must accompany particular g++ options.
699 if test -n "$enable_cxx_flags"; then
700     for f in $enable_cxx_flags; do
701         case "$f" in
702             -fhonor-std)  ;;
703             -*)  ;;
704             *)   # and we're trying to pass /what/ exactly?
705                  AC_MSG_ERROR([compiler flags start with a -]) ;;
706         esac
707     done
708 fi
709 EXTRA_CXX_FLAGS="$enable_cxx_flags"
710 AC_SUBST(EXTRA_CXX_FLAGS)
711 ])
712
713
714 dnl
715 dnl Check for instructions to automatically rebuild libgcc.a.  Requires,
716 dnl of course, the location of the gcc objdir.  Note that if --disable-
717 dnl namespaces is in effect, rebuilding libgcc.a is an expensive no-op.
718 dnl
719 dnl GLIBCPP_ENABLE_RELIBGCC
720 dnl --enable-libgcc-rebuild=/absolute/path/to/gcc/objdir sets GCC_OBJDIR
721 dnl     (presumably in the top-level Makefile) to /absol.../objdir
722 dnl --disable-libgcc-rebuild will not touch libgcc.a at all (maybe print
723 dnl     a warning if this is given along with --enable-namespaces), by
724 dnl     setting GCC_OBJDIR to `no'.
725 dnl  +  Doing this by default is going to be interesting.  What default
726 dnl     "on" value can there be?
727 dnl  +  Usage:  GLIBCPP_ENABLE_RELIBGCC[(DEFAULT)]
728 dnl       The default path should be ../.. if bundled with GCC source.
729 dnl       If ommitted, it defaults to `no'.
730 dnl
731 AC_DEFUN(GLIBCPP_ENABLE_RELIBGCC, [dnl
732 define([GLIBCPP_ENABLE_RELIBGCC_DEFAULT], ifelse($1,, no, $1))dnl
733 AC_ARG_ENABLE(libgcc-rebuild,
734 changequote(<<, >>)dnl
735 <<  --enable-libgcc-rebuild=DIR     also rebuild libgcc.a; DIR is
736                                   the GCC objdir; see install.html>>,
737 changequote([, ])dnl
738 [case "$enableval" in
739  yes) AC_MSG_ERROR([--enable-libgcc-rebuild needs a pathname]) ;;
740  no)  enable_libgcc_rebuild=no ;;
741  *)   if test -d "$enableval" && test -d "${enableval}/gcc" && \
742          test -d "${enableval}/libiberty"
743       then
744          enable_libgcc_rebuild="$enableval"
745       else
746          AC_MSG_ERROR(["$enableval" does not appear to be the GCC objdir])
747       fi
748       ;;
749  esac],
750 enable_libgcc_rebuild=GLIBCPP_ENABLE_RELIBGCC_DEFAULT)dnl
751 GCC_OBJDIR="$enable_libgcc_rebuild"
752 AC_SUBST(GCC_OBJDIR)
753 ])
754
755
756 dnl
757 dnl Check for certain special build configurations.
758 dnl
759 dnl GLIBCPP_ENABLE_CSTDIO
760 dnl --enable-cstdio=libio sets config/c_io_libio.h and friends
761 dnl 
762 dnl default is libio
763 dnl
764 AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [
765   AC_MSG_CHECKING([for cstdio to use])
766   AC_ARG_ENABLE(cstdio,
767   [  --enable-cstdio         enable GNU libio for target io package. (default)
768   --enable-cstdio=LIB     use LIB target-speific io package.], 
769   if test x$enable_cstdio = xno; then
770     enable_cstdio=libio
771   fi,
772      enable_cstdio=libio)
773
774   enable_cstdio_flag=$enable_cstdio
775
776   dnl Check if a valid thread package
777   case x${enable_cstdio_flag} in
778         xlibio | x | xno | xnone | xyes)
779                 # default
780                 CSTDIO_H=c_io_libio.h
781                 CSTDIO_CC=c_io_libio.cc
782                 AC_MSG_RESULT(libio)
783
784                 # see if we are on a system with libio native (ie, linux)
785                 AC_CHECK_HEADER(libio.h,  has_libio=yes, has_libio=no)
786                 if test $has_libio = "yes"; then
787                   BUILD_LIBIO_INCLUDE=
788                   need_libio=no
789                 else
790                   BUILD_LIBIO_INCLUDE='-I../libio'
791                   need_libio=yes
792                 fi
793                 AC_SUBST(BUILD_LIBIO_INCLUDE)
794
795                 # see if the _G_config.h header needs to be built. 
796                 # NB: This replaces the _G_CONFIG_H machinery in libio-v2
797                 AC_CHECK_HEADER(_G_config.h,  has_gconf_h=yes, has_gconf_h=no)
798                 AM_CONDITIONAL(GLIBCPP_NEED_LIBIO_CONFIG_H, test "$has_gconf_h" = no)
799                 ;;
800         xwince)
801                 CSTDIO_H=c_io_wince.h
802                 CSTDIO_CC=c_io_wince.cc
803                 AC_MSG_RESULT(wince)
804
805                 need_libio=no
806                 BUILD_LIBIO_INCLUDE=
807                 AC_SUBST(BUILD_LIBIO_INCLUDE)
808                 ;;
809         *)
810                 echo "$enable_cstdio is an unknown io package" 1>&2
811                 exit 1
812                 ;;
813   esac
814   AC_SUBST(CSTDIO_H)
815   AC_SUBST(CSTDIO_CC)
816   AM_CONDITIONAL(GLIBCPP_NEED_LIBIO, test "$need_libio" = yes)
817 ])
818
819
820 dnl
821 dnl Check for certain special build configurations.
822 dnl
823 dnl GLIBCPP_ENABLE_THREADS
824 dnl --enable-threads=posix sets config/threads-posix.h et. al.
825 dnl 
826 dnl default is no threads
827 dnl
828 AC_DEFUN(GLIBCPP_ENABLE_THREADS, [
829   dnl Note this comes from the gcc/config.in and libjava/config.in
830   dnl Efforts should be made to keep this in sync.
831   AC_MSG_CHECKING([for threads package to use])
832   AC_ARG_ENABLE(threads,
833   [  --enable-threads        enable thread usage for target GCC.
834   --enable-threads=LIB    use LIB thread package for target GCC.],
835   if test x$enable_threads = xno; then
836     enable_threads=''
837   fi,
838     enable_threads='')
839
840   enable_threads_flag=$enable_threads
841
842   dnl Check if a valid thread package
843   case x${enable_threads_flag} in
844         x | xno | xnone)
845                 # No threads
846                 target_thread_file='single'
847                 ;;
848         xyes)
849                 # default
850                 target_thread_file=''
851                 ;;
852         xdecosf1 | xirix | xmach | xos2 | xposix | xpthreads | xsingle | \
853         xsolaris | xwin32 | xdce | xvxworks)
854                 target_thread_file=$enable_threads_flag
855                 ;;
856         *)
857                 echo "$enable_threads is an unknown thread package" 1>&2
858                 exit 1
859                 ;;
860   esac
861
862   dnl Check for thread package actually supported in libstdc++ 
863   case "$target_thread_file" in
864     no | none | single)
865       THREADS=none
866       ;;
867     posix | pthreads)
868       THREADS=posix
869       case "$host" in
870         *-*-linux*)
871         ;;
872       esac
873       ;;
874     decosf1 | irix | mach | os2 | solaris | win32 | dce | vxworks)
875       AC_MSG_ERROR(thread package $THREADS not yet supported)
876       ;;
877     *)
878       AC_MSG_ERROR($THREADS is an unknown thread package)
879       ;;
880   esac
881   AC_MSG_RESULT($THREADS)
882
883   THREADLIBS=
884   THREADINCS=
885   THREADDEPS=
886   THREADOBJS=
887   THREADH=
888   THREADSPEC=
889   case "$THREADS" in
890     posix)
891       AC_CHECK_HEADER(pthread.h, [have_pthread_h=yes], [have_pthread_h=])
892       THREADLIBS=-lpthread
893       THREADSPEC=-lpthread
894       dnl Not presently used
895       dnl THREADOBJS=threads-posix.lo
896       THREADH=threads-posix.h
897       ;;
898     none)
899       dnl Not presently used
900       dnl THREADOBJS=threads-no.lo
901       THREADH=threads-no.h
902       ;;
903   esac
904   AC_SUBST(THREADLIBS)
905   AC_SUBST(THREADINCS)
906   AC_SUBST(THREADDEPS)
907   AC_SUBST(THREADOBJS)
908   AC_SUBST(THREADSPEC)
909 ])
910
911
912 dnl
913 dnl Check for certain special build configurations.
914 dnl
915 dnl GLIBCPP_ENABLE_LONG_LONG
916 dnl --enable-long-long defines _GLIBCPP_USE_LONG_LONG
917 dnl --disable-long-long leaves _GLIBCPP_USE_LONG_LONG undefined
918 dnl  +  Usage:  GLIBCPP_ENABLE_LONG_LONG[(DEFAULT)]
919 dnl       Where DEFAULT is either `yes' or `no'.  If ommitted, it
920 dnl       defaults to `no'.
921 dnl
922 dnl GLIBCPP_ENABLE_LONG_LONG
923 AC_DEFUN(GLIBCPP_ENABLE_LONG_LONG, [dnl
924   define([GLIBCPP_ENABLE_LONG_LONG_DEFAULT], ifelse($1, yes, yes, no))dnl
925   AC_ARG_ENABLE(long-long,
926   changequote(<<, >>)dnl
927   <<--enable-long_long      turns on 'long long' [default=>>GLIBCPP_ENABLE_LONG_LONG_DEFAULT],
928   changequote([, ])dnl
929   [case "$enableval" in
930    yes) enable_long_long=yes ;;
931    no)  enable_long_long=no ;;
932    *)   AC_MSG_ERROR([Unknown argument to enable/disable long long]) ;;
933    esac],
934   enable_long_long=GLIBCPP_ENABLE_LONG_LONG_DEFAULT)dnl
935   dnl Option parsed, now set things appropriately
936   case "$enable_long_long" in
937     yes)  AC_DEFINE(_GLIBCPP_USE_LONG_LONG)
938           ;;
939   esac
940 ])
941
942
943
944
945
946
947
948
949
950
951
952
953
954 # Do all the work for Automake.  This macro actually does too much --
955 # some checks are only needed if your package does certain things.
956 # But this isn't really a big deal.
957
958 # serial 1
959
960 dnl Usage:
961 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
962
963 AC_DEFUN(AM_INIT_AUTOMAKE,
964 [AC_REQUIRE([AC_PROG_INSTALL])
965 PACKAGE=[$1]
966 AC_SUBST(PACKAGE)
967 VERSION=[$2]
968 AC_SUBST(VERSION)
969 dnl test to see if srcdir already configured
970 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
971   AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
972 fi
973 ifelse([$3],,
974 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
975 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
976 AC_REQUIRE([AM_SANITY_CHECK])
977 AC_REQUIRE([AC_ARG_PROGRAM])
978 dnl FIXME This is truly gross.
979 missing_dir=`cd $ac_aux_dir && pwd`
980 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
981 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
982 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
983 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
984 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
985 AC_REQUIRE([AC_PROG_MAKE_SET])])
986
987 #
988 # Check to make sure that the build environment is sane.
989 #
990
991 AC_DEFUN(AM_SANITY_CHECK,
992 [AC_MSG_CHECKING([whether build environment is sane])
993 # Just in case
994 sleep 1
995 echo timestamp > conftestfile
996 # Do `set' in a subshell so we don't clobber the current shell's
997 # arguments.  Must try -L first in case configure is actually a
998 # symlink; some systems play weird games with the mod time of symlinks
999 # (eg FreeBSD returns the mod time of the symlink's containing
1000 # directory).
1001 if (
1002    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1003    if test "[$]*" = "X"; then
1004       # -L didn't work.
1005       set X `ls -t $srcdir/configure conftestfile`
1006    fi
1007    if test "[$]*" != "X $srcdir/configure conftestfile" \
1008       && test "[$]*" != "X conftestfile $srcdir/configure"; then
1009
1010       # If neither matched, then we have a broken ls.  This can happen
1011       # if, for instance, CONFIG_SHELL is bash and it inherits a
1012       # broken ls alias from the environment.  This has actually
1013       # happened.  Such a system could not be considered "sane".
1014       AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1015 alias in your environment])
1016    fi
1017
1018    test "[$]2" = conftestfile
1019    )
1020 then
1021    # Ok.
1022    :
1023 else
1024    AC_MSG_ERROR([newly created file is older than distributed files!
1025 Check your system clock])
1026 fi
1027 rm -f conftest*
1028 AC_MSG_RESULT(yes)])
1029
1030 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
1031 dnl The program must properly implement --version.
1032 AC_DEFUN(AM_MISSING_PROG,
1033 [AC_MSG_CHECKING(for working $2)
1034 # Run test in a subshell; some versions of sh will print an error if
1035 # an executable is not found, even if stderr is redirected.
1036 # Redirect stdin to placate older versions of autoconf.  Sigh.
1037 if ($2 --version) < /dev/null > /dev/null 2>&1; then
1038    $1=$2
1039    AC_MSG_RESULT(found)
1040 else
1041    $1="$3/missing $2"
1042    AC_MSG_RESULT(missing)
1043 fi
1044 AC_SUBST($1)])
1045
1046 # Add --enable-maintainer-mode option to configure.
1047 # From Jim Meyering
1048
1049 # serial 1
1050
1051 AC_DEFUN(AM_MAINTAINER_MODE,
1052 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1053   dnl maintainer-mode is disabled by default
1054   AC_ARG_ENABLE(maintainer-mode,
1055 [  --enable-maintainer-mode enable make rules and dependencies not useful
1056                           (and sometimes confusing) to the casual installer],
1057       USE_MAINTAINER_MODE=$enableval,
1058       USE_MAINTAINER_MODE=no)
1059   AC_MSG_RESULT($USE_MAINTAINER_MODE)
1060   AM_CONDITIONAL(MAINTAINER_MODE, test $USE_MAINTAINER_MODE = yes)
1061   MAINT=$MAINTAINER_MODE_TRUE
1062   AC_SUBST(MAINT)dnl
1063 ]
1064 )
1065
1066 # Define a conditional.
1067
1068 AC_DEFUN(AM_CONDITIONAL,
1069 [AC_SUBST($1_TRUE)
1070 AC_SUBST($1_FALSE)
1071 if $2; then
1072   $1_TRUE=
1073   $1_FALSE='#'
1074 else
1075   $1_TRUE='#'
1076   $1_FALSE=
1077 fi])
1078
1079 # Check for functions in math library.
1080 # Ulrich Drepper <drepper@cygnus.com>, 1998.
1081 #
1082 # This file can be copied and used freely without restrictions.  It can
1083 # be used in projects which are not available under the GNU Public License
1084 # but which still want to provide support for the GNU gettext functionality.
1085 # Please note that the actual code is *not* freely available.
1086
1087 # serial 1
1088
1089 dnl AC_REPLACE_MATHFUNCS(FUNCTION...)
1090 AC_DEFUN(AC_REPLACE_MATHFUNCS,
1091 [AC_CHECK_FUNCS([$1], , [LIBMATHOBJS="$LIBMATHOBJS ${ac_func}.lo"])
1092 AC_SUBST(LIBMATHOBJS)dnl
1093 ])
1094
1095 # Check for string functions.
1096 # Ulrich Drepper <drepper@cygnus.com>, 1998.
1097 #
1098 # This file can be copied and used freely without restrictions.  It can
1099 # be used in projects which are not available under the GNU Public License
1100 # but which still want to provide support for the GNU gettext functionality.
1101 # Please note that the actual code is *not* freely available.
1102
1103 # serial 1
1104
1105 dnl AC_REPLACE_STRINGFUNCS(FUNCTION...)
1106 AC_DEFUN(AC_REPLACE_STRINGFUNCS,
1107 [AC_CHECK_FUNCS([$1], , [LIBSTRINGOBJS="$LIBSTRINGOBJS ${ac_func}.lo"])
1108 AC_SUBST(LIBSTRINGOBJS)dnl
1109 ])
1110
1111
1112 # serial 40 AC_PROG_LIBTOOL
1113 AC_DEFUN(AC_PROG_LIBTOOL,
1114 [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
1115
1116 # Save cache, so that ltconfig can load it
1117 AC_CACHE_SAVE
1118
1119 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
1120 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1121 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1122 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
1123 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
1124 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
1125 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
1126 || AC_MSG_ERROR([libtool configure failed])
1127
1128 # Reload cache, that may have been modified by ltconfig
1129 AC_CACHE_LOAD
1130
1131 # This can be used to rebuild libtool when needed
1132 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
1133
1134 # Always use our own libtool.
1135 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1136 AC_SUBST(LIBTOOL)dnl
1137
1138 # Redirect the config.log output again, so that the ltconfig log is not
1139 # clobbered by the next message.
1140 exec 5>>./config.log
1141 ])
1142
1143 AC_DEFUN(AC_LIBTOOL_SETUP,
1144 [AC_PREREQ(2.13)dnl
1145 AC_REQUIRE([AC_ENABLE_SHARED])dnl
1146 AC_REQUIRE([AC_ENABLE_STATIC])dnl
1147 AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
1148 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1149 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1150 AC_REQUIRE([AC_PROG_RANLIB])dnl
1151 AC_REQUIRE([AC_PROG_CC])dnl
1152 AC_REQUIRE([AC_PROG_LD])dnl
1153 AC_REQUIRE([AC_PROG_NM])dnl
1154 AC_REQUIRE([AC_PROG_LN_S])dnl
1155 dnl
1156
1157 case "$target" in
1158 NONE) lt_target="$host" ;;
1159 *) lt_target="$target" ;;
1160 esac
1161
1162 # Check for any special flags to pass to ltconfig.
1163 libtool_flags="--cache-file=$cache_file"
1164 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1165 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1166 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
1167 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1168 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1169 ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN],
1170 [libtool_flags="$libtool_flags --enable-dlopen"])
1171 ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
1172 [libtool_flags="$libtool_flags --enable-win32-dll"])
1173 AC_ARG_ENABLE(libtool-lock,
1174   [  --disable-libtool-lock  avoid locking (might break parallel builds)])
1175 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
1176 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
1177
1178 # Some flags need to be propagated to the compiler or linker for good
1179 # libtool support.
1180 case "$lt_target" in
1181 *-*-irix6*)
1182   # Find out which ABI we are using.
1183   echo '[#]line __oline__ "configure"' > conftest.$ac_ext
1184   if AC_TRY_EVAL(ac_compile); then
1185     case "`/usr/bin/file conftest.o`" in
1186     *32-bit*)
1187       LD="${LD-ld} -32"
1188       ;;
1189     *N32*)
1190       LD="${LD-ld} -n32"
1191       ;;
1192     *64-bit*)
1193       LD="${LD-ld} -64"
1194       ;;
1195     esac
1196   fi
1197   rm -rf conftest*
1198   ;;
1199
1200 *-*-sco3.2v5*)
1201   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1202   SAVE_CFLAGS="$CFLAGS"
1203   CFLAGS="$CFLAGS -belf"
1204   AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
1205     [AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])])
1206   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1207     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1208     CFLAGS="$SAVE_CFLAGS"
1209   fi
1210   ;;
1211
1212 ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
1213 [*-*-cygwin* | *-*-mingw*)
1214   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
1215   AC_CHECK_TOOL(AS, as, false)
1216   AC_CHECK_TOOL(OBJDUMP, objdump, false)
1217   ;;
1218 ])
1219 esac
1220 ])
1221
1222 # AC_LIBTOOL_DLOPEN - enable checks for dlopen support
1223 AC_DEFUN(AC_LIBTOOL_DLOPEN, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])
1224
1225 # AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's
1226 AC_DEFUN(AC_LIBTOOL_WIN32_DLL, [AC_BEFORE([$0], [AC_LIBTOOL_SETUP])])
1227
1228 # AC_ENABLE_SHARED - implement the --enable-shared flag
1229 # Usage: AC_ENABLE_SHARED[(DEFAULT)]
1230 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
1231 #   `yes'.
1232 AC_DEFUN(AC_ENABLE_SHARED, [dnl
1233 define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
1234 AC_ARG_ENABLE(shared,
1235 changequote(<<, >>)dnl
1236 <<  --enable-shared[=PKGS]  build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
1237 changequote([, ])dnl
1238 [p=${PACKAGE-default}
1239 case "$enableval" in
1240 yes) enable_shared=yes ;;
1241 no) enable_shared=no ;;
1242 *)
1243   enable_shared=no
1244   # Look at the argument we got.  We use all the common list separators.
1245   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1246   for pkg in $enableval; do
1247     if test "X$pkg" = "X$p"; then
1248       enable_shared=yes
1249     fi
1250   done
1251   IFS="$ac_save_ifs"
1252   ;;
1253 esac],
1254 enable_shared=AC_ENABLE_SHARED_DEFAULT)dnl
1255 ])
1256
1257 # AC_DISABLE_SHARED - set the default shared flag to --disable-shared
1258 AC_DEFUN(AC_DISABLE_SHARED, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1259 AC_ENABLE_SHARED(no)])
1260
1261 # AC_ENABLE_STATIC - implement the --enable-static flag
1262 # Usage: AC_ENABLE_STATIC[(DEFAULT)]
1263 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
1264 #   `yes'.
1265 AC_DEFUN(AC_ENABLE_STATIC, [dnl
1266 define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
1267 AC_ARG_ENABLE(static,
1268 changequote(<<, >>)dnl
1269 <<  --enable-static[=PKGS]  build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
1270 changequote([, ])dnl
1271 [p=${PACKAGE-default}
1272 case "$enableval" in
1273 yes) enable_static=yes ;;
1274 no) enable_static=no ;;
1275 *)
1276   enable_static=no
1277   # Look at the argument we got.  We use all the common list separators.
1278   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1279   for pkg in $enableval; do
1280     if test "X$pkg" = "X$p"; then
1281       enable_static=yes
1282     fi
1283   done
1284   IFS="$ac_save_ifs"
1285   ;;
1286 esac],
1287 enable_static=AC_ENABLE_STATIC_DEFAULT)dnl
1288 ])
1289
1290 # AC_DISABLE_STATIC - set the default static flag to --disable-static
1291 AC_DEFUN(AC_DISABLE_STATIC, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1292 AC_ENABLE_STATIC(no)])
1293
1294
1295 # AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
1296 # Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
1297 #   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
1298 #   `yes'.
1299 AC_DEFUN(AC_ENABLE_FAST_INSTALL, [dnl
1300 define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
1301 AC_ARG_ENABLE(fast-install,
1302 changequote(<<, >>)dnl
1303 <<  --enable-fast-install[=PKGS]  optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
1304 changequote([, ])dnl
1305 [p=${PACKAGE-default}
1306 case "$enableval" in
1307 yes) enable_fast_install=yes ;;
1308 no) enable_fast_install=no ;;
1309 *)
1310   enable_fast_install=no
1311   # Look at the argument we got.  We use all the common list separators.
1312   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1313   for pkg in $enableval; do
1314     if test "X$pkg" = "X$p"; then
1315       enable_fast_install=yes
1316     fi
1317   done
1318   IFS="$ac_save_ifs"
1319   ;;
1320 esac],
1321 enable_fast_install=AC_ENABLE_FAST_INSTALL_DEFAULT)dnl
1322 ])
1323
1324 # AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install
1325 AC_DEFUN(AC_DISABLE_FAST_INSTALL, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1326 AC_ENABLE_FAST_INSTALL(no)])
1327
1328 # AC_PROG_LD - find the path to the GNU or non-GNU linker
1329 AC_DEFUN(AC_PROG_LD,
1330 [AC_ARG_WITH(gnu-ld,
1331 [  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
1332 test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
1333 AC_REQUIRE([AC_PROG_CC])dnl
1334 AC_REQUIRE([AC_CANONICAL_HOST])dnl
1335 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
1336 ac_prog=ld
1337 if test "$ac_cv_prog_gcc" = yes; then
1338   # Check if gcc -print-prog-name=ld gives a path.
1339   AC_MSG_CHECKING([for ld used by GCC])
1340   ac_prog=`($CC -print-prog-name=ld) 2>&5`
1341   case "$ac_prog" in
1342     # Accept absolute paths.
1343 changequote(,)dnl
1344     [\\/]* | [A-Za-z]:[\\/]*)
1345       re_direlt='/[^/][^/]*/\.\./'
1346 changequote([,])dnl
1347       # Canonicalize the path of ld
1348       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1349       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1350         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1351       done
1352       test -z "$LD" && LD="$ac_prog"
1353       ;;
1354   "")
1355     # If it fails, then pretend we aren't using GCC.
1356     ac_prog=ld
1357     ;;
1358   *)
1359     # If it is relative, then search for the first ld in PATH.
1360     with_gnu_ld=unknown
1361     ;;
1362   esac
1363 elif test "$with_gnu_ld" = yes; then
1364   AC_MSG_CHECKING([for GNU ld])
1365 else
1366   AC_MSG_CHECKING([for non-GNU ld])
1367 fi
1368 AC_CACHE_VAL(ac_cv_path_LD,
1369 [if test -z "$LD"; then
1370   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1371   for ac_dir in $PATH; do
1372     test -z "$ac_dir" && ac_dir=.
1373     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1374       ac_cv_path_LD="$ac_dir/$ac_prog"
1375       # Check to see if the program is GNU ld.  I'd rather use --version,
1376       # but apparently some GNU ld's only accept -v.
1377       # Break only if it was the GNU/non-GNU ld that we prefer.
1378       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1379         test "$with_gnu_ld" != no && break
1380       else
1381         test "$with_gnu_ld" != yes && break
1382       fi
1383     fi
1384   done
1385   IFS="$ac_save_ifs"
1386 else
1387   ac_cv_path_LD="$LD" # Let the user override the test with a path.
1388 fi])
1389 LD="$ac_cv_path_LD"
1390 if test -n "$LD"; then
1391   AC_MSG_RESULT($LD)
1392 else
1393   AC_MSG_RESULT(no)
1394 fi
1395 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
1396 AC_PROG_LD_GNU
1397 ])
1398
1399 AC_DEFUN(AC_PROG_LD_GNU,
1400 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], ac_cv_prog_gnu_ld,
1401 [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
1402 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1403   ac_cv_prog_gnu_ld=yes
1404 else
1405   ac_cv_prog_gnu_ld=no
1406 fi])
1407 ])
1408
1409 # AC_PROG_NM - find the path to a BSD-compatible name lister
1410 AC_DEFUN(AC_PROG_NM,
1411 [AC_MSG_CHECKING([for BSD-compatible nm])
1412 AC_CACHE_VAL(ac_cv_path_NM,
1413 [if test -n "$NM"; then
1414   # Let the user override the test.
1415   ac_cv_path_NM="$NM"
1416 else
1417   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1418   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1419     test -z "$ac_dir" && ac_dir=.
1420     if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
1421       # Check to see if the nm accepts a BSD-compat flag.
1422       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1423       #   nm: unknown option "B" ignored
1424       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1425         ac_cv_path_NM="$ac_dir/nm -B"
1426         break
1427       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1428         ac_cv_path_NM="$ac_dir/nm -p"
1429         break
1430       else
1431         ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
1432         continue # so that we can try to find one that supports BSD flags
1433       fi
1434     fi
1435   done
1436   IFS="$ac_save_ifs"
1437   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1438 fi])
1439 NM="$ac_cv_path_NM"
1440 AC_MSG_RESULT([$NM])
1441 ])
1442
1443 # AC_CHECK_LIBM - check for math library
1444 AC_DEFUN(AC_CHECK_LIBM,
1445 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1446 LIBM=
1447 case "$lt_target" in
1448 *-*-beos* | *-*-cygwin*)
1449   # These system don't have libm
1450   ;;
1451 *-ncr-sysv4.3*)
1452   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
1453   AC_CHECK_LIB(m, main, LIBM="$LIBM -lm")
1454   ;;
1455 *)
1456   AC_CHECK_LIB(m, main, LIBM="-lm")
1457   ;;
1458 esac
1459 ])
1460
1461 # AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
1462 # the libltdl convenience library, adds --enable-ltdl-convenience to
1463 # the configure arguments.  Note that LIBLTDL is not AC_SUBSTed, nor
1464 # is AC_CONFIG_SUBDIRS called.  If DIR is not provided, it is assumed
1465 # to be `${top_builddir}/libltdl'.  Make sure you start DIR with
1466 # '${top_builddir}/' (note the single quotes!) if your package is not
1467 # flat, and, if you're not using automake, define top_builddir as
1468 # appropriate in the Makefiles.
1469 AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1470   case "$enable_ltdl_convenience" in
1471   no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
1472   "") enable_ltdl_convenience=yes
1473       ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
1474   esac
1475   LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdlc.la
1476   INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
1477 ])
1478
1479 # AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
1480 # the libltdl installable library, and adds --enable-ltdl-install to
1481 # the configure arguments.  Note that LIBLTDL is not AC_SUBSTed, nor
1482 # is AC_CONFIG_SUBDIRS called.  If DIR is not provided, it is assumed
1483 # to be `${top_builddir}/libltdl'.  Make sure you start DIR with
1484 # '${top_builddir}/' (note the single quotes!) if your package is not
1485 # flat, and, if you're not using automake, define top_builddir as
1486 # appropriate in the Makefiles.
1487 # In the future, this macro may have to be called after AC_PROG_LIBTOOL.
1488 AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
1489   AC_CHECK_LIB(ltdl, main,
1490   [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
1491   [if test x"$enable_ltdl_install" = xno; then
1492      AC_MSG_WARN([libltdl not installed, but installation disabled])
1493    else
1494      enable_ltdl_install=yes
1495    fi
1496   ])
1497   if test x"$enable_ltdl_install" = x"yes"; then
1498     ac_configure_args="$ac_configure_args --enable-ltdl-install"
1499     LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdl.la
1500     INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
1501   else
1502     ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
1503     LIBLTDL="-lltdl"
1504     INCLTDL=
1505   fi
1506 ])
1507
1508 dnl old names
1509 AC_DEFUN(AM_PROG_LIBTOOL, [indir([AC_PROG_LIBTOOL])])dnl
1510 AC_DEFUN(AM_ENABLE_SHARED, [indir([AC_ENABLE_SHARED], $@)])dnl
1511 AC_DEFUN(AM_ENABLE_STATIC, [indir([AC_ENABLE_STATIC], $@)])dnl
1512 AC_DEFUN(AM_DISABLE_SHARED, [indir([AC_DISABLE_SHARED], $@)])dnl
1513 AC_DEFUN(AM_DISABLE_STATIC, [indir([AC_DISABLE_STATIC], $@)])dnl
1514 AC_DEFUN(AM_PROG_LD, [indir([AC_PROG_LD])])dnl
1515 AC_DEFUN(AM_PROG_NM, [indir([AC_PROG_NM])])dnl
1516
1517 dnl This is just to silence aclocal about the macro not being used
1518 ifelse([AC_DISABLE_FAST_INSTALL])dnl
1519
1520 # Like AC_CONFIG_HEADER, but automatically create stamp file.
1521
1522 AC_DEFUN(AM_CONFIG_HEADER,
1523 [AC_PREREQ([2.12])
1524 AC_CONFIG_HEADER([$1])
1525 dnl When config.status generates a header, we must update the stamp-h file.
1526 dnl This file resides in the same directory as the config header
1527 dnl that is generated.  We must strip everything past the first ":",
1528 dnl and everything past the last "/".
1529 AC_OUTPUT_COMMANDS(changequote(<<,>>)dnl
1530 ifelse(patsubst(<<$1>>, <<[^ ]>>, <<>>), <<>>,
1531 <<test -z "<<$>>CONFIG_HEADERS" || echo timestamp > patsubst(<<$1>>, <<^\([^:]*/\)?.*>>, <<\1>>)stamp-h<<>>dnl>>,
1532 <<am_indx=1
1533 for am_file in <<$1>>; do
1534   case " <<$>>CONFIG_HEADERS " in
1535   *" <<$>>am_file "*<<)>>
1536     echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
1537     ;;
1538   esac
1539   am_indx=`expr "<<$>>am_indx" + 1`
1540 done<<>>dnl>>)
1541 changequote([,]))])
1542
1543 # Check whether LC_MESSAGES is available in <locale.h>.
1544 # Ulrich Drepper <drepper@cygnus.com>, 1995.
1545 #
1546 # This file file be copied and used freely without restrictions.  It can
1547 # be used in projects which are not available under the GNU Public License
1548 # but which still want to provide support for the GNU gettext functionality.
1549 # Please note that the actual code is *not* freely available.
1550
1551 # serial 1
1552
1553 AC_DEFUN(AC_LC_MESSAGES,
1554   [if test $ac_cv_header_locale_h = yes; then
1555     AC_CACHE_CHECK([for LC_MESSAGES], ac_cv_val_LC_MESSAGES,
1556       [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
1557        ac_cv_val_LC_MESSAGES=yes, ac_cv_val_LC_MESSAGES=no)])
1558     if test $ac_cv_val_LC_MESSAGES = yes; then
1559       AC_DEFINE(HAVE_LC_MESSAGES)
1560     fi
1561   fi])
1562