]> www.ginac.de Git - ginac.git/blob - configure
dad5f3fed980b2b63cc4e6d9732f57e3de3f1398
[ginac.git] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15   --enable-maintainer-mode enable make rules and dependencies not useful
16                           (and sometimes confusing) to the casual installer"
17 ac_help="$ac_help
18   --enable-shared[=PKGS]  build shared libraries [default=yes]"
19 ac_help="$ac_help
20   --enable-static[=PKGS]  build static libraries [default=yes]"
21 ac_help="$ac_help
22   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
23 ac_help="$ac_help
24   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
25 ac_help="$ac_help
26   --disable-libtool-lock  avoid locking (might break parallel builds)"
27 ac_help="$ac_help
28   --enable-html-doc       build HTML documentation [default=yes]"
29 ac_help="$ac_help
30   --enable-ps-doc         build PostScript documentation [default=yes]"
31 ac_help="$ac_help
32   --with-cint=CINTSYSDIR  build GiNaC-cint C++ interpreter [default=no]"
33
34 # Initialize some variables set by options.
35 # The variables have the same names as the options, with
36 # dashes changed to underlines.
37 build=NONE
38 cache_file=./config.cache
39 exec_prefix=NONE
40 host=NONE
41 no_create=
42 nonopt=NONE
43 no_recursion=
44 prefix=NONE
45 program_prefix=NONE
46 program_suffix=NONE
47 program_transform_name=s,x,x,
48 silent=
49 site=
50 srcdir=
51 target=NONE
52 verbose=
53 x_includes=NONE
54 x_libraries=NONE
55 bindir='${exec_prefix}/bin'
56 sbindir='${exec_prefix}/sbin'
57 libexecdir='${exec_prefix}/libexec'
58 datadir='${prefix}/share'
59 sysconfdir='${prefix}/etc'
60 sharedstatedir='${prefix}/com'
61 localstatedir='${prefix}/var'
62 libdir='${exec_prefix}/lib'
63 includedir='${prefix}/include'
64 oldincludedir='/usr/include'
65 infodir='${prefix}/info'
66 mandir='${prefix}/man'
67
68 # Initialize some other variables.
69 subdirs=
70 MFLAGS= MAKEFLAGS=
71 SHELL=${CONFIG_SHELL-/bin/sh}
72 # Maximum number of lines to put in a shell here document.
73 ac_max_here_lines=12
74
75 ac_prev=
76 for ac_option
77 do
78
79   # If the previous option needs an argument, assign it.
80   if test -n "$ac_prev"; then
81     eval "$ac_prev=\$ac_option"
82     ac_prev=
83     continue
84   fi
85
86   case "$ac_option" in
87   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
88   *) ac_optarg= ;;
89   esac
90
91   # Accept the important Cygnus configure options, so we can diagnose typos.
92
93   case "$ac_option" in
94
95   -bindir | --bindir | --bindi | --bind | --bin | --bi)
96     ac_prev=bindir ;;
97   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
98     bindir="$ac_optarg" ;;
99
100   -build | --build | --buil | --bui | --bu)
101     ac_prev=build ;;
102   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
103     build="$ac_optarg" ;;
104
105   -cache-file | --cache-file | --cache-fil | --cache-fi \
106   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
107     ac_prev=cache_file ;;
108   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
109   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
110     cache_file="$ac_optarg" ;;
111
112   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
113     ac_prev=datadir ;;
114   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
115   | --da=*)
116     datadir="$ac_optarg" ;;
117
118   -disable-* | --disable-*)
119     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
120     # Reject names that are not valid shell variable names.
121     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
122       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
123     fi
124     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
125     eval "enable_${ac_feature}=no" ;;
126
127   -enable-* | --enable-*)
128     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
129     # Reject names that are not valid shell variable names.
130     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
131       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
132     fi
133     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
134     case "$ac_option" in
135       *=*) ;;
136       *) ac_optarg=yes ;;
137     esac
138     eval "enable_${ac_feature}='$ac_optarg'" ;;
139
140   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
141   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
142   | --exec | --exe | --ex)
143     ac_prev=exec_prefix ;;
144   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
145   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
146   | --exec=* | --exe=* | --ex=*)
147     exec_prefix="$ac_optarg" ;;
148
149   -gas | --gas | --ga | --g)
150     # Obsolete; use --with-gas.
151     with_gas=yes ;;
152
153   -help | --help | --hel | --he)
154     # Omit some internal or obsolete options to make the list less imposing.
155     # This message is too long to be a string in the A/UX 3.1 sh.
156     cat << EOF
157 Usage: configure [options] [host]
158 Options: [defaults in brackets after descriptions]
159 Configuration:
160   --cache-file=FILE       cache test results in FILE
161   --help                  print this message
162   --no-create             do not create output files
163   --quiet, --silent       do not print \`checking...' messages
164   --version               print the version of autoconf that created configure
165 Directory and file names:
166   --prefix=PREFIX         install architecture-independent files in PREFIX
167                           [$ac_default_prefix]
168   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
169                           [same as prefix]
170   --bindir=DIR            user executables in DIR [EPREFIX/bin]
171   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
172   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
173   --datadir=DIR           read-only architecture-independent data in DIR
174                           [PREFIX/share]
175   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
176   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
177                           [PREFIX/com]
178   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
179   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
180   --includedir=DIR        C header files in DIR [PREFIX/include]
181   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
182   --infodir=DIR           info documentation in DIR [PREFIX/info]
183   --mandir=DIR            man documentation in DIR [PREFIX/man]
184   --srcdir=DIR            find the sources in DIR [configure dir or ..]
185   --program-prefix=PREFIX prepend PREFIX to installed program names
186   --program-suffix=SUFFIX append SUFFIX to installed program names
187   --program-transform-name=PROGRAM
188                           run sed PROGRAM on installed program names
189 EOF
190     cat << EOF
191 Host type:
192   --build=BUILD           configure for building on BUILD [BUILD=HOST]
193   --host=HOST             configure for HOST [guessed]
194   --target=TARGET         configure for TARGET [TARGET=HOST]
195 Features and packages:
196   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
197   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
198   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
199   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
200   --x-includes=DIR        X include files are in DIR
201   --x-libraries=DIR       X library files are in DIR
202 EOF
203     if test -n "$ac_help"; then
204       echo "--enable and --with options recognized:$ac_help"
205     fi
206     exit 0 ;;
207
208   -host | --host | --hos | --ho)
209     ac_prev=host ;;
210   -host=* | --host=* | --hos=* | --ho=*)
211     host="$ac_optarg" ;;
212
213   -includedir | --includedir | --includedi | --included | --include \
214   | --includ | --inclu | --incl | --inc)
215     ac_prev=includedir ;;
216   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
217   | --includ=* | --inclu=* | --incl=* | --inc=*)
218     includedir="$ac_optarg" ;;
219
220   -infodir | --infodir | --infodi | --infod | --info | --inf)
221     ac_prev=infodir ;;
222   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
223     infodir="$ac_optarg" ;;
224
225   -libdir | --libdir | --libdi | --libd)
226     ac_prev=libdir ;;
227   -libdir=* | --libdir=* | --libdi=* | --libd=*)
228     libdir="$ac_optarg" ;;
229
230   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
231   | --libexe | --libex | --libe)
232     ac_prev=libexecdir ;;
233   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
234   | --libexe=* | --libex=* | --libe=*)
235     libexecdir="$ac_optarg" ;;
236
237   -localstatedir | --localstatedir | --localstatedi | --localstated \
238   | --localstate | --localstat | --localsta | --localst \
239   | --locals | --local | --loca | --loc | --lo)
240     ac_prev=localstatedir ;;
241   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
242   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
243   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
244     localstatedir="$ac_optarg" ;;
245
246   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
247     ac_prev=mandir ;;
248   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
249     mandir="$ac_optarg" ;;
250
251   -nfp | --nfp | --nf)
252     # Obsolete; use --without-fp.
253     with_fp=no ;;
254
255   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
256   | --no-cr | --no-c)
257     no_create=yes ;;
258
259   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
260   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
261     no_recursion=yes ;;
262
263   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
264   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
265   | --oldin | --oldi | --old | --ol | --o)
266     ac_prev=oldincludedir ;;
267   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
268   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
269   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
270     oldincludedir="$ac_optarg" ;;
271
272   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
273     ac_prev=prefix ;;
274   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
275     prefix="$ac_optarg" ;;
276
277   -program-prefix | --program-prefix | --program-prefi | --program-pref \
278   | --program-pre | --program-pr | --program-p)
279     ac_prev=program_prefix ;;
280   -program-prefix=* | --program-prefix=* | --program-prefi=* \
281   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
282     program_prefix="$ac_optarg" ;;
283
284   -program-suffix | --program-suffix | --program-suffi | --program-suff \
285   | --program-suf | --program-su | --program-s)
286     ac_prev=program_suffix ;;
287   -program-suffix=* | --program-suffix=* | --program-suffi=* \
288   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
289     program_suffix="$ac_optarg" ;;
290
291   -program-transform-name | --program-transform-name \
292   | --program-transform-nam | --program-transform-na \
293   | --program-transform-n | --program-transform- \
294   | --program-transform | --program-transfor \
295   | --program-transfo | --program-transf \
296   | --program-trans | --program-tran \
297   | --progr-tra | --program-tr | --program-t)
298     ac_prev=program_transform_name ;;
299   -program-transform-name=* | --program-transform-name=* \
300   | --program-transform-nam=* | --program-transform-na=* \
301   | --program-transform-n=* | --program-transform-=* \
302   | --program-transform=* | --program-transfor=* \
303   | --program-transfo=* | --program-transf=* \
304   | --program-trans=* | --program-tran=* \
305   | --progr-tra=* | --program-tr=* | --program-t=*)
306     program_transform_name="$ac_optarg" ;;
307
308   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
309   | -silent | --silent | --silen | --sile | --sil)
310     silent=yes ;;
311
312   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
313     ac_prev=sbindir ;;
314   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
315   | --sbi=* | --sb=*)
316     sbindir="$ac_optarg" ;;
317
318   -sharedstatedir | --sharedstatedir | --sharedstatedi \
319   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
320   | --sharedst | --shareds | --shared | --share | --shar \
321   | --sha | --sh)
322     ac_prev=sharedstatedir ;;
323   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
324   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
325   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
326   | --sha=* | --sh=*)
327     sharedstatedir="$ac_optarg" ;;
328
329   -site | --site | --sit)
330     ac_prev=site ;;
331   -site=* | --site=* | --sit=*)
332     site="$ac_optarg" ;;
333
334   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
335     ac_prev=srcdir ;;
336   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
337     srcdir="$ac_optarg" ;;
338
339   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
340   | --syscon | --sysco | --sysc | --sys | --sy)
341     ac_prev=sysconfdir ;;
342   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
343   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
344     sysconfdir="$ac_optarg" ;;
345
346   -target | --target | --targe | --targ | --tar | --ta | --t)
347     ac_prev=target ;;
348   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
349     target="$ac_optarg" ;;
350
351   -v | -verbose | --verbose | --verbos | --verbo | --verb)
352     verbose=yes ;;
353
354   -version | --version | --versio | --versi | --vers)
355     echo "configure generated by autoconf version 2.13"
356     exit 0 ;;
357
358   -with-* | --with-*)
359     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
360     # Reject names that are not valid shell variable names.
361     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
362       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
363     fi
364     ac_package=`echo $ac_package| sed 's/-/_/g'`
365     case "$ac_option" in
366       *=*) ;;
367       *) ac_optarg=yes ;;
368     esac
369     eval "with_${ac_package}='$ac_optarg'" ;;
370
371   -without-* | --without-*)
372     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
373     # Reject names that are not valid shell variable names.
374     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
375       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
376     fi
377     ac_package=`echo $ac_package| sed 's/-/_/g'`
378     eval "with_${ac_package}=no" ;;
379
380   --x)
381     # Obsolete; use --with-x.
382     with_x=yes ;;
383
384   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
385   | --x-incl | --x-inc | --x-in | --x-i)
386     ac_prev=x_includes ;;
387   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
388   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
389     x_includes="$ac_optarg" ;;
390
391   -x-libraries | --x-libraries | --x-librarie | --x-librari \
392   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
393     ac_prev=x_libraries ;;
394   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
395   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
396     x_libraries="$ac_optarg" ;;
397
398   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
399     ;;
400
401   *)
402     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
403       echo "configure: warning: $ac_option: invalid host type" 1>&2
404     fi
405     if test "x$nonopt" != xNONE; then
406       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
407     fi
408     nonopt="$ac_option"
409     ;;
410
411   esac
412 done
413
414 if test -n "$ac_prev"; then
415   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
416 fi
417
418 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
419
420 # File descriptor usage:
421 # 0 standard input
422 # 1 file creation
423 # 2 errors and warnings
424 # 3 some systems may open it to /dev/tty
425 # 4 used on the Kubota Titan
426 # 6 checking for... messages and results
427 # 5 compiler messages saved in config.log
428 if test "$silent" = yes; then
429   exec 6>/dev/null
430 else
431   exec 6>&1
432 fi
433 exec 5>./config.log
434
435 echo "\
436 This file contains any messages produced by compilers while
437 running configure, to aid debugging if configure makes a mistake.
438 " 1>&5
439
440 # Strip out --no-create and --no-recursion so they do not pile up.
441 # Also quote any args containing shell metacharacters.
442 ac_configure_args=
443 for ac_arg
444 do
445   case "$ac_arg" in
446   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
447   | --no-cr | --no-c) ;;
448   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
449   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
450   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
451   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
452   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
453   esac
454 done
455
456 # NLS nuisances.
457 # Only set these to C if already set.  These must not be set unconditionally
458 # because not all systems understand e.g. LANG=C (notably SCO).
459 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
460 # Non-C LC_CTYPE values break the ctype check.
461 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
462 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
463 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
464 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
465
466 # confdefs.h avoids OS command line length limits that DEFS can exceed.
467 rm -rf conftest* confdefs.h
468 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
469 echo > confdefs.h
470
471 # A filename unique to this package, relative to the directory that
472 # configure is in, which we can look for to find out if srcdir is correct.
473 ac_unique_file=ginac/basic.cpp
474
475 # Find the source files, if location was not specified.
476 if test -z "$srcdir"; then
477   ac_srcdir_defaulted=yes
478   # Try the directory containing this script, then its parent.
479   ac_prog=$0
480   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
481   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
482   srcdir=$ac_confdir
483   if test ! -r $srcdir/$ac_unique_file; then
484     srcdir=..
485   fi
486 else
487   ac_srcdir_defaulted=no
488 fi
489 if test ! -r $srcdir/$ac_unique_file; then
490   if test "$ac_srcdir_defaulted" = yes; then
491     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
492   else
493     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
494   fi
495 fi
496 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
497
498 # Prefer explicitly selected file to automatically selected ones.
499 if test -z "$CONFIG_SITE"; then
500   if test "x$prefix" != xNONE; then
501     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
502   else
503     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
504   fi
505 fi
506 for ac_site_file in $CONFIG_SITE; do
507   if test -r "$ac_site_file"; then
508     echo "loading site script $ac_site_file"
509     . "$ac_site_file"
510   fi
511 done
512
513 if test -r "$cache_file"; then
514   echo "loading cache $cache_file"
515   . $cache_file
516 else
517   echo "creating cache $cache_file"
518   > $cache_file
519 fi
520
521 ac_ext=c
522 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
523 ac_cpp='$CPP $CPPFLAGS'
524 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
525 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
526 cross_compiling=$ac_cv_prog_cc_cross
527
528 ac_exeext=
529 ac_objext=o
530 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
531   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
532   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
533     ac_n= ac_c='
534 ' ac_t='        '
535   else
536     ac_n=-n ac_c= ac_t=
537   fi
538 else
539   ac_n= ac_c='\c' ac_t=
540 fi
541
542
543
544
545
546 GINACLIB_MAJOR_VERSION=0
547 GINACLIB_MINOR_VERSION=5
548 GINACLIB_MICRO_VERSION=3
549 GINACLIB_INTERFACE_AGE=3
550 GINACLIB_BINARY_AGE=3
551 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
552
553
554
555
556
557
558
559
560
561 ARCHIVE_VERSION=0
562 ARCHIVE_AGE=0
563
564
565
566 cat >> confdefs.h <<EOF
567 #define ARCHIVE_VERSION $ARCHIVE_VERSION
568 EOF
569
570 cat >> confdefs.h <<EOF
571 #define ARCHIVE_AGE $ARCHIVE_AGE
572 EOF
573
574
575 LT_RELEASE=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION
576 LT_CURRENT=`expr $GINACLIB_MICRO_VERSION - $GINACLIB_INTERFACE_AGE`
577 LT_REVISION=$GINACLIB_INTERFACE_AGE
578 LT_AGE=`expr $GINACLIB_BINARY_AGE - $GINACLIB_INTERFACE_AGE`
579
580
581
582
583
584
585
586
587
588 ac_aux_dir=
589 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
590   if test -f $ac_dir/install-sh; then
591     ac_aux_dir=$ac_dir
592     ac_install_sh="$ac_aux_dir/install-sh -c"
593     break
594   elif test -f $ac_dir/install.sh; then
595     ac_aux_dir=$ac_dir
596     ac_install_sh="$ac_aux_dir/install.sh -c"
597     break
598   fi
599 done
600 if test -z "$ac_aux_dir"; then
601   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
602 fi
603 ac_config_guess=$ac_aux_dir/config.guess
604 ac_config_sub=$ac_aux_dir/config.sub
605 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
606
607 # Find a good install program.  We prefer a C program (faster),
608 # so one script is as good as another.  But avoid the broken or
609 # incompatible versions:
610 # SysV /etc/install, /usr/sbin/install
611 # SunOS /usr/etc/install
612 # IRIX /sbin/install
613 # AIX /bin/install
614 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
615 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
616 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
617 # ./install, which can be erroneously created by make from ./install.sh.
618 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
619 echo "configure:620: checking for a BSD compatible install" >&5
620 if test -z "$INSTALL"; then
621 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
622   echo $ac_n "(cached) $ac_c" 1>&6
623 else
624     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
625   for ac_dir in $PATH; do
626     # Account for people who put trailing slashes in PATH elements.
627     case "$ac_dir/" in
628     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
629     *)
630       # OSF1 and SCO ODT 3.0 have their own names for install.
631       # Don't use installbsd from OSF since it installs stuff as root
632       # by default.
633       for ac_prog in ginstall scoinst install; do
634         if test -f $ac_dir/$ac_prog; then
635           if test $ac_prog = install &&
636             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
637             # AIX install.  It has an incompatible calling convention.
638             :
639           else
640             ac_cv_path_install="$ac_dir/$ac_prog -c"
641             break 2
642           fi
643         fi
644       done
645       ;;
646     esac
647   done
648   IFS="$ac_save_IFS"
649
650 fi
651   if test "${ac_cv_path_install+set}" = set; then
652     INSTALL="$ac_cv_path_install"
653   else
654     # As a last resort, use the slow shell script.  We don't cache a
655     # path for INSTALL within a source directory, because that will
656     # break other packages using the cache if that directory is
657     # removed, or if the path is relative.
658     INSTALL="$ac_install_sh"
659   fi
660 fi
661 echo "$ac_t""$INSTALL" 1>&6
662
663 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
664 # It thinks the first close brace ends the variable substitution.
665 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
666
667 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
668
669 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
670
671 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
672 echo "configure:673: checking whether build environment is sane" >&5
673 # Just in case
674 sleep 1
675 echo timestamp > conftestfile
676 # Do `set' in a subshell so we don't clobber the current shell's
677 # arguments.  Must try -L first in case configure is actually a
678 # symlink; some systems play weird games with the mod time of symlinks
679 # (eg FreeBSD returns the mod time of the symlink's containing
680 # directory).
681 if (
682    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
683    if test "$*" = "X"; then
684       # -L didn't work.
685       set X `ls -t $srcdir/configure conftestfile`
686    fi
687    if test "$*" != "X $srcdir/configure conftestfile" \
688       && test "$*" != "X conftestfile $srcdir/configure"; then
689
690       # If neither matched, then we have a broken ls.  This can happen
691       # if, for instance, CONFIG_SHELL is bash and it inherits a
692       # broken ls alias from the environment.  This has actually
693       # happened.  Such a system could not be considered "sane".
694       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
695 alias in your environment" 1>&2; exit 1; }
696    fi
697
698    test "$2" = conftestfile
699    )
700 then
701    # Ok.
702    :
703 else
704    { echo "configure: error: newly created file is older than distributed files!
705 Check your system clock" 1>&2; exit 1; }
706 fi
707 rm -f conftest*
708 echo "$ac_t""yes" 1>&6
709 if test "$program_transform_name" = s,x,x,; then
710   program_transform_name=
711 else
712   # Double any \ or $.  echo might interpret backslashes.
713   cat <<\EOF_SED > conftestsed
714 s,\\,\\\\,g; s,\$,$$,g
715 EOF_SED
716   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
717   rm -f conftestsed
718 fi
719 test "$program_prefix" != NONE &&
720   program_transform_name="s,^,${program_prefix},; $program_transform_name"
721 # Use a double $ so make ignores it.
722 test "$program_suffix" != NONE &&
723   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
724
725 # sed with no file args requires a program.
726 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
727
728 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
729 echo "configure:730: checking whether ${MAKE-make} sets \${MAKE}" >&5
730 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
731 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
732   echo $ac_n "(cached) $ac_c" 1>&6
733 else
734   cat > conftestmake <<\EOF
735 all:
736         @echo 'ac_maketemp="${MAKE}"'
737 EOF
738 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
739 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
740 if test -n "$ac_maketemp"; then
741   eval ac_cv_prog_make_${ac_make}_set=yes
742 else
743   eval ac_cv_prog_make_${ac_make}_set=no
744 fi
745 rm -f conftestmake
746 fi
747 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
748   echo "$ac_t""yes" 1>&6
749   SET_MAKE=
750 else
751   echo "$ac_t""no" 1>&6
752   SET_MAKE="MAKE=${MAKE-make}"
753 fi
754
755
756 PACKAGE=GiNaC
757
758 VERSION=$GINACLIB_VERSION
759
760 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
761   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
762 fi
763 cat >> confdefs.h <<EOF
764 #define PACKAGE "$PACKAGE"
765 EOF
766
767 cat >> confdefs.h <<EOF
768 #define VERSION "$VERSION"
769 EOF
770
771
772
773 missing_dir=`cd $ac_aux_dir && pwd`
774 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
775 echo "configure:776: checking for working aclocal" >&5
776 # Run test in a subshell; some versions of sh will print an error if
777 # an executable is not found, even if stderr is redirected.
778 # Redirect stdin to placate older versions of autoconf.  Sigh.
779 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
780    ACLOCAL=aclocal
781    echo "$ac_t""found" 1>&6
782 else
783    ACLOCAL="$missing_dir/missing aclocal"
784    echo "$ac_t""missing" 1>&6
785 fi
786
787 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
788 echo "configure:789: checking for working autoconf" >&5
789 # Run test in a subshell; some versions of sh will print an error if
790 # an executable is not found, even if stderr is redirected.
791 # Redirect stdin to placate older versions of autoconf.  Sigh.
792 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
793    AUTOCONF=autoconf
794    echo "$ac_t""found" 1>&6
795 else
796    AUTOCONF="$missing_dir/missing autoconf"
797    echo "$ac_t""missing" 1>&6
798 fi
799
800 echo $ac_n "checking for working automake""... $ac_c" 1>&6
801 echo "configure:802: checking for working automake" >&5
802 # Run test in a subshell; some versions of sh will print an error if
803 # an executable is not found, even if stderr is redirected.
804 # Redirect stdin to placate older versions of autoconf.  Sigh.
805 if (automake --version) < /dev/null > /dev/null 2>&1; then
806    AUTOMAKE=automake
807    echo "$ac_t""found" 1>&6
808 else
809    AUTOMAKE="$missing_dir/missing automake"
810    echo "$ac_t""missing" 1>&6
811 fi
812
813 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
814 echo "configure:815: checking for working autoheader" >&5
815 # Run test in a subshell; some versions of sh will print an error if
816 # an executable is not found, even if stderr is redirected.
817 # Redirect stdin to placate older versions of autoconf.  Sigh.
818 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
819    AUTOHEADER=autoheader
820    echo "$ac_t""found" 1>&6
821 else
822    AUTOHEADER="$missing_dir/missing autoheader"
823    echo "$ac_t""missing" 1>&6
824 fi
825
826 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
827 echo "configure:828: checking for working makeinfo" >&5
828 # Run test in a subshell; some versions of sh will print an error if
829 # an executable is not found, even if stderr is redirected.
830 # Redirect stdin to placate older versions of autoconf.  Sigh.
831 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
832    MAKEINFO=makeinfo
833    echo "$ac_t""found" 1>&6
834 else
835    MAKEINFO="$missing_dir/missing makeinfo"
836    echo "$ac_t""missing" 1>&6
837 fi
838
839
840 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
841 echo "configure:842: checking whether to enable maintainer-specific portions of Makefiles" >&5
842     # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
843 if test "${enable_maintainer_mode+set}" = set; then
844   enableval="$enable_maintainer_mode"
845   USE_MAINTAINER_MODE=$enableval
846 else
847   USE_MAINTAINER_MODE=no
848 fi
849
850   echo "$ac_t""$USE_MAINTAINER_MODE" 1>&6
851   
852
853 if test $USE_MAINTAINER_MODE = yes; then
854   MAINTAINER_MODE_TRUE=
855   MAINTAINER_MODE_FALSE='#'
856 else
857   MAINTAINER_MODE_TRUE='#'
858   MAINTAINER_MODE_FALSE=
859 fi
860   MAINT=$MAINTAINER_MODE_TRUE
861   
862
863
864 for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
865 do
866 # Extract the first word of "$ac_prog", so it can be a program name with args.
867 set dummy $ac_prog; ac_word=$2
868 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
869 echo "configure:870: checking for $ac_word" >&5
870 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
871   echo $ac_n "(cached) $ac_c" 1>&6
872 else
873   if test -n "$CXX"; then
874   ac_cv_prog_CXX="$CXX" # Let the user override the test.
875 else
876   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
877   ac_dummy="$PATH"
878   for ac_dir in $ac_dummy; do
879     test -z "$ac_dir" && ac_dir=.
880     if test -f $ac_dir/$ac_word; then
881       ac_cv_prog_CXX="$ac_prog"
882       break
883     fi
884   done
885   IFS="$ac_save_ifs"
886 fi
887 fi
888 CXX="$ac_cv_prog_CXX"
889 if test -n "$CXX"; then
890   echo "$ac_t""$CXX" 1>&6
891 else
892   echo "$ac_t""no" 1>&6
893 fi
894
895 test -n "$CXX" && break
896 done
897 test -n "$CXX" || CXX="gcc"
898
899
900 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
901 echo "configure:902: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
902
903 ac_ext=C
904 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
905 ac_cpp='$CXXCPP $CPPFLAGS'
906 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
907 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
908 cross_compiling=$ac_cv_prog_cxx_cross
909
910 cat > conftest.$ac_ext << EOF
911
912 #line 913 "configure"
913 #include "confdefs.h"
914
915 int main(){return(0);}
916 EOF
917 if { (eval echo configure:918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
918   ac_cv_prog_cxx_works=yes
919   # If we can't run a trivial program, we are probably using a cross compiler.
920   if (./conftest; exit) 2>/dev/null; then
921     ac_cv_prog_cxx_cross=no
922   else
923     ac_cv_prog_cxx_cross=yes
924   fi
925 else
926   echo "configure: failed program was:" >&5
927   cat conftest.$ac_ext >&5
928   ac_cv_prog_cxx_works=no
929 fi
930 rm -fr conftest*
931 ac_ext=c
932 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
933 ac_cpp='$CPP $CPPFLAGS'
934 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
935 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
936 cross_compiling=$ac_cv_prog_cc_cross
937
938 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
939 if test $ac_cv_prog_cxx_works = no; then
940   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
941 fi
942 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
943 echo "configure:944: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
944 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
945 cross_compiling=$ac_cv_prog_cxx_cross
946
947 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
948 echo "configure:949: checking whether we are using GNU C++" >&5
949 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
950   echo $ac_n "(cached) $ac_c" 1>&6
951 else
952   cat > conftest.C <<EOF
953 #ifdef __GNUC__
954   yes;
955 #endif
956 EOF
957 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:958: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
958   ac_cv_prog_gxx=yes
959 else
960   ac_cv_prog_gxx=no
961 fi
962 fi
963
964 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
965
966 if test $ac_cv_prog_gxx = yes; then
967   GXX=yes
968 else
969   GXX=
970 fi
971
972 ac_test_CXXFLAGS="${CXXFLAGS+set}"
973 ac_save_CXXFLAGS="$CXXFLAGS"
974 CXXFLAGS=
975 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
976 echo "configure:977: checking whether ${CXX-g++} accepts -g" >&5
977 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
978   echo $ac_n "(cached) $ac_c" 1>&6
979 else
980   echo 'void f(){}' > conftest.cc
981 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
982   ac_cv_prog_cxx_g=yes
983 else
984   ac_cv_prog_cxx_g=no
985 fi
986 rm -f conftest*
987
988 fi
989
990 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
991 if test "$ac_test_CXXFLAGS" = set; then
992   CXXFLAGS="$ac_save_CXXFLAGS"
993 elif test $ac_cv_prog_cxx_g = yes; then
994   if test "$GXX" = yes; then
995     CXXFLAGS="-g -O2"
996   else
997     CXXFLAGS="-g"
998   fi
999 else
1000   if test "$GXX" = yes; then
1001     CXXFLAGS="-O2"
1002   else
1003     CXXFLAGS=
1004   fi
1005 fi
1006
1007 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
1008 echo "configure:1009: checking how to run the C++ preprocessor" >&5
1009 if test -z "$CXXCPP"; then
1010 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
1011   echo $ac_n "(cached) $ac_c" 1>&6
1012 else
1013   ac_ext=C
1014 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1015 ac_cpp='$CXXCPP $CPPFLAGS'
1016 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1017 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1018 cross_compiling=$ac_cv_prog_cxx_cross
1019   CXXCPP="${CXX-g++} -E"
1020   cat > conftest.$ac_ext <<EOF
1021 #line 1022 "configure"
1022 #include "confdefs.h"
1023 #include <stdlib.h>
1024 EOF
1025 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1026 { (eval echo configure:1027: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1027 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1028 if test -z "$ac_err"; then
1029   :
1030 else
1031   echo "$ac_err" >&5
1032   echo "configure: failed program was:" >&5
1033   cat conftest.$ac_ext >&5
1034   rm -rf conftest*
1035   CXXCPP=/lib/cpp
1036 fi
1037 rm -f conftest*
1038   ac_cv_prog_CXXCPP="$CXXCPP"
1039 ac_ext=c
1040 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1041 ac_cpp='$CPP $CPPFLAGS'
1042 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1043 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1044 cross_compiling=$ac_cv_prog_cc_cross
1045 fi
1046 fi
1047 CXXCPP="$ac_cv_prog_CXXCPP"
1048 echo "$ac_t""$CXXCPP" 1>&6
1049
1050 # Find a good install program.  We prefer a C program (faster),
1051 # so one script is as good as another.  But avoid the broken or
1052 # incompatible versions:
1053 # SysV /etc/install, /usr/sbin/install
1054 # SunOS /usr/etc/install
1055 # IRIX /sbin/install
1056 # AIX /bin/install
1057 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1058 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1059 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1060 # ./install, which can be erroneously created by make from ./install.sh.
1061 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1062 echo "configure:1063: checking for a BSD compatible install" >&5
1063 if test -z "$INSTALL"; then
1064 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1065   echo $ac_n "(cached) $ac_c" 1>&6
1066 else
1067     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
1068   for ac_dir in $PATH; do
1069     # Account for people who put trailing slashes in PATH elements.
1070     case "$ac_dir/" in
1071     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1072     *)
1073       # OSF1 and SCO ODT 3.0 have their own names for install.
1074       # Don't use installbsd from OSF since it installs stuff as root
1075       # by default.
1076       for ac_prog in ginstall scoinst install; do
1077         if test -f $ac_dir/$ac_prog; then
1078           if test $ac_prog = install &&
1079             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1080             # AIX install.  It has an incompatible calling convention.
1081             :
1082           else
1083             ac_cv_path_install="$ac_dir/$ac_prog -c"
1084             break 2
1085           fi
1086         fi
1087       done
1088       ;;
1089     esac
1090   done
1091   IFS="$ac_save_IFS"
1092
1093 fi
1094   if test "${ac_cv_path_install+set}" = set; then
1095     INSTALL="$ac_cv_path_install"
1096   else
1097     # As a last resort, use the slow shell script.  We don't cache a
1098     # path for INSTALL within a source directory, because that will
1099     # break other packages using the cache if that directory is
1100     # removed, or if the path is relative.
1101     INSTALL="$ac_install_sh"
1102   fi
1103 fi
1104 echo "$ac_t""$INSTALL" 1>&6
1105
1106 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1107 # It thinks the first close brace ends the variable substitution.
1108 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1109
1110 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
1111
1112 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1113
1114 # Check whether --enable-shared or --disable-shared was given.
1115 if test "${enable_shared+set}" = set; then
1116   enableval="$enable_shared"
1117   p=${PACKAGE-default}
1118 case "$enableval" in
1119 yes) enable_shared=yes ;;
1120 no) enable_shared=no ;;
1121 *)
1122   enable_shared=no
1123   # Look at the argument we got.  We use all the common list separators.
1124   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1125   for pkg in $enableval; do
1126     if test "X$pkg" = "X$p"; then
1127       enable_shared=yes
1128     fi
1129   done
1130   IFS="$ac_save_ifs"
1131   ;;
1132 esac
1133 else
1134   enable_shared=yes
1135 fi
1136
1137 # Check whether --enable-static or --disable-static was given.
1138 if test "${enable_static+set}" = set; then
1139   enableval="$enable_static"
1140   p=${PACKAGE-default}
1141 case "$enableval" in
1142 yes) enable_static=yes ;;
1143 no) enable_static=no ;;
1144 *)
1145   enable_static=no
1146   # Look at the argument we got.  We use all the common list separators.
1147   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1148   for pkg in $enableval; do
1149     if test "X$pkg" = "X$p"; then
1150       enable_static=yes
1151     fi
1152   done
1153   IFS="$ac_save_ifs"
1154   ;;
1155 esac
1156 else
1157   enable_static=yes
1158 fi
1159
1160 # Check whether --enable-fast-install or --disable-fast-install was given.
1161 if test "${enable_fast_install+set}" = set; then
1162   enableval="$enable_fast_install"
1163   p=${PACKAGE-default}
1164 case "$enableval" in
1165 yes) enable_fast_install=yes ;;
1166 no) enable_fast_install=no ;;
1167 *)
1168   enable_fast_install=no
1169   # Look at the argument we got.  We use all the common list separators.
1170   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1171   for pkg in $enableval; do
1172     if test "X$pkg" = "X$p"; then
1173       enable_fast_install=yes
1174     fi
1175   done
1176   IFS="$ac_save_ifs"
1177   ;;
1178 esac
1179 else
1180   enable_fast_install=yes
1181 fi
1182
1183
1184 # Make sure we can run config.sub.
1185 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1186 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1187 fi
1188
1189 echo $ac_n "checking host system type""... $ac_c" 1>&6
1190 echo "configure:1191: checking host system type" >&5
1191
1192 host_alias=$host
1193 case "$host_alias" in
1194 NONE)
1195   case $nonopt in
1196   NONE)
1197     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1198     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1199     fi ;;
1200   *) host_alias=$nonopt ;;
1201   esac ;;
1202 esac
1203
1204 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1205 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1206 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1207 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1208 echo "$ac_t""$host" 1>&6
1209
1210 echo $ac_n "checking build system type""... $ac_c" 1>&6
1211 echo "configure:1212: checking build system type" >&5
1212
1213 build_alias=$build
1214 case "$build_alias" in
1215 NONE)
1216   case $nonopt in
1217   NONE) build_alias=$host_alias ;;
1218   *) build_alias=$nonopt ;;
1219   esac ;;
1220 esac
1221
1222 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1223 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1224 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1225 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1226 echo "$ac_t""$build" 1>&6
1227
1228 # Extract the first word of "ranlib", so it can be a program name with args.
1229 set dummy ranlib; ac_word=$2
1230 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1231 echo "configure:1232: checking for $ac_word" >&5
1232 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1233   echo $ac_n "(cached) $ac_c" 1>&6
1234 else
1235   if test -n "$RANLIB"; then
1236   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1237 else
1238   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1239   ac_dummy="$PATH"
1240   for ac_dir in $ac_dummy; do
1241     test -z "$ac_dir" && ac_dir=.
1242     if test -f $ac_dir/$ac_word; then
1243       ac_cv_prog_RANLIB="ranlib"
1244       break
1245     fi
1246   done
1247   IFS="$ac_save_ifs"
1248   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1249 fi
1250 fi
1251 RANLIB="$ac_cv_prog_RANLIB"
1252 if test -n "$RANLIB"; then
1253   echo "$ac_t""$RANLIB" 1>&6
1254 else
1255   echo "$ac_t""no" 1>&6
1256 fi
1257
1258 # Extract the first word of "gcc", so it can be a program name with args.
1259 set dummy gcc; ac_word=$2
1260 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1261 echo "configure:1262: checking for $ac_word" >&5
1262 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1263   echo $ac_n "(cached) $ac_c" 1>&6
1264 else
1265   if test -n "$CC"; then
1266   ac_cv_prog_CC="$CC" # Let the user override the test.
1267 else
1268   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1269   ac_dummy="$PATH"
1270   for ac_dir in $ac_dummy; do
1271     test -z "$ac_dir" && ac_dir=.
1272     if test -f $ac_dir/$ac_word; then
1273       ac_cv_prog_CC="gcc"
1274       break
1275     fi
1276   done
1277   IFS="$ac_save_ifs"
1278 fi
1279 fi
1280 CC="$ac_cv_prog_CC"
1281 if test -n "$CC"; then
1282   echo "$ac_t""$CC" 1>&6
1283 else
1284   echo "$ac_t""no" 1>&6
1285 fi
1286
1287 if test -z "$CC"; then
1288   # Extract the first word of "cc", so it can be a program name with args.
1289 set dummy cc; ac_word=$2
1290 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1291 echo "configure:1292: checking for $ac_word" >&5
1292 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1293   echo $ac_n "(cached) $ac_c" 1>&6
1294 else
1295   if test -n "$CC"; then
1296   ac_cv_prog_CC="$CC" # Let the user override the test.
1297 else
1298   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1299   ac_prog_rejected=no
1300   ac_dummy="$PATH"
1301   for ac_dir in $ac_dummy; do
1302     test -z "$ac_dir" && ac_dir=.
1303     if test -f $ac_dir/$ac_word; then
1304       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1305         ac_prog_rejected=yes
1306         continue
1307       fi
1308       ac_cv_prog_CC="cc"
1309       break
1310     fi
1311   done
1312   IFS="$ac_save_ifs"
1313 if test $ac_prog_rejected = yes; then
1314   # We found a bogon in the path, so make sure we never use it.
1315   set dummy $ac_cv_prog_CC
1316   shift
1317   if test $# -gt 0; then
1318     # We chose a different compiler from the bogus one.
1319     # However, it has the same basename, so the bogon will be chosen
1320     # first if we set CC to just the basename; use the full file name.
1321     shift
1322     set dummy "$ac_dir/$ac_word" "$@"
1323     shift
1324     ac_cv_prog_CC="$@"
1325   fi
1326 fi
1327 fi
1328 fi
1329 CC="$ac_cv_prog_CC"
1330 if test -n "$CC"; then
1331   echo "$ac_t""$CC" 1>&6
1332 else
1333   echo "$ac_t""no" 1>&6
1334 fi
1335
1336   if test -z "$CC"; then
1337     case "`uname -s`" in
1338     *win32* | *WIN32*)
1339       # Extract the first word of "cl", so it can be a program name with args.
1340 set dummy cl; ac_word=$2
1341 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1342 echo "configure:1343: checking for $ac_word" >&5
1343 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1344   echo $ac_n "(cached) $ac_c" 1>&6
1345 else
1346   if test -n "$CC"; then
1347   ac_cv_prog_CC="$CC" # Let the user override the test.
1348 else
1349   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1350   ac_dummy="$PATH"
1351   for ac_dir in $ac_dummy; do
1352     test -z "$ac_dir" && ac_dir=.
1353     if test -f $ac_dir/$ac_word; then
1354       ac_cv_prog_CC="cl"
1355       break
1356     fi
1357   done
1358   IFS="$ac_save_ifs"
1359 fi
1360 fi
1361 CC="$ac_cv_prog_CC"
1362 if test -n "$CC"; then
1363   echo "$ac_t""$CC" 1>&6
1364 else
1365   echo "$ac_t""no" 1>&6
1366 fi
1367  ;;
1368     esac
1369   fi
1370   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1371 fi
1372
1373 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1374 echo "configure:1375: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1375
1376 ac_ext=c
1377 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1378 ac_cpp='$CPP $CPPFLAGS'
1379 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1380 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1381 cross_compiling=$ac_cv_prog_cc_cross
1382
1383 cat > conftest.$ac_ext << EOF
1384
1385 #line 1386 "configure"
1386 #include "confdefs.h"
1387
1388 main(){return(0);}
1389 EOF
1390 if { (eval echo configure:1391: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1391   ac_cv_prog_cc_works=yes
1392   # If we can't run a trivial program, we are probably using a cross compiler.
1393   if (./conftest; exit) 2>/dev/null; then
1394     ac_cv_prog_cc_cross=no
1395   else
1396     ac_cv_prog_cc_cross=yes
1397   fi
1398 else
1399   echo "configure: failed program was:" >&5
1400   cat conftest.$ac_ext >&5
1401   ac_cv_prog_cc_works=no
1402 fi
1403 rm -fr conftest*
1404 ac_ext=c
1405 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1406 ac_cpp='$CPP $CPPFLAGS'
1407 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1408 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1409 cross_compiling=$ac_cv_prog_cc_cross
1410
1411 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1412 if test $ac_cv_prog_cc_works = no; then
1413   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1414 fi
1415 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1416 echo "configure:1417: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1417 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1418 cross_compiling=$ac_cv_prog_cc_cross
1419
1420 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1421 echo "configure:1422: checking whether we are using GNU C" >&5
1422 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1423   echo $ac_n "(cached) $ac_c" 1>&6
1424 else
1425   cat > conftest.c <<EOF
1426 #ifdef __GNUC__
1427   yes;
1428 #endif
1429 EOF
1430 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1431: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1431   ac_cv_prog_gcc=yes
1432 else
1433   ac_cv_prog_gcc=no
1434 fi
1435 fi
1436
1437 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1438
1439 if test $ac_cv_prog_gcc = yes; then
1440   GCC=yes
1441 else
1442   GCC=
1443 fi
1444
1445 ac_test_CFLAGS="${CFLAGS+set}"
1446 ac_save_CFLAGS="$CFLAGS"
1447 CFLAGS=
1448 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1449 echo "configure:1450: checking whether ${CC-cc} accepts -g" >&5
1450 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1451   echo $ac_n "(cached) $ac_c" 1>&6
1452 else
1453   echo 'void f(){}' > conftest.c
1454 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1455   ac_cv_prog_cc_g=yes
1456 else
1457   ac_cv_prog_cc_g=no
1458 fi
1459 rm -f conftest*
1460
1461 fi
1462
1463 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1464 if test "$ac_test_CFLAGS" = set; then
1465   CFLAGS="$ac_save_CFLAGS"
1466 elif test $ac_cv_prog_cc_g = yes; then
1467   if test "$GCC" = yes; then
1468     CFLAGS="-g -O2"
1469   else
1470     CFLAGS="-g"
1471   fi
1472 else
1473   if test "$GCC" = yes; then
1474     CFLAGS="-O2"
1475   else
1476     CFLAGS=
1477   fi
1478 fi
1479
1480 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1481 if test "${with_gnu_ld+set}" = set; then
1482   withval="$with_gnu_ld"
1483   test "$withval" = no || with_gnu_ld=yes
1484 else
1485   with_gnu_ld=no
1486 fi
1487
1488 ac_prog=ld
1489 if test "$ac_cv_prog_gcc" = yes; then
1490   # Check if gcc -print-prog-name=ld gives a path.
1491   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1492 echo "configure:1493: checking for ld used by GCC" >&5
1493   ac_prog=`($CC -print-prog-name=ld) 2>&5`
1494   case "$ac_prog" in
1495     # Accept absolute paths.
1496     [\\/]* | [A-Za-z]:[\\/]*)
1497       re_direlt='/[^/][^/]*/\.\./'
1498       # Canonicalize the path of ld
1499       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1500       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1501         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1502       done
1503       test -z "$LD" && LD="$ac_prog"
1504       ;;
1505   "")
1506     # If it fails, then pretend we aren't using GCC.
1507     ac_prog=ld
1508     ;;
1509   *)
1510     # If it is relative, then search for the first ld in PATH.
1511     with_gnu_ld=unknown
1512     ;;
1513   esac
1514 elif test "$with_gnu_ld" = yes; then
1515   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1516 echo "configure:1517: checking for GNU ld" >&5
1517 else
1518   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1519 echo "configure:1520: checking for non-GNU ld" >&5
1520 fi
1521 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1522   echo $ac_n "(cached) $ac_c" 1>&6
1523 else
1524   if test -z "$LD"; then
1525   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1526   for ac_dir in $PATH; do
1527     test -z "$ac_dir" && ac_dir=.
1528     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1529       ac_cv_path_LD="$ac_dir/$ac_prog"
1530       # Check to see if the program is GNU ld.  I'd rather use --version,
1531       # but apparently some GNU ld's only accept -v.
1532       # Break only if it was the GNU/non-GNU ld that we prefer.
1533       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1534         test "$with_gnu_ld" != no && break
1535       else
1536         test "$with_gnu_ld" != yes && break
1537       fi
1538     fi
1539   done
1540   IFS="$ac_save_ifs"
1541 else
1542   ac_cv_path_LD="$LD" # Let the user override the test with a path.
1543 fi
1544 fi
1545
1546 LD="$ac_cv_path_LD"
1547 if test -n "$LD"; then
1548   echo "$ac_t""$LD" 1>&6
1549 else
1550   echo "$ac_t""no" 1>&6
1551 fi
1552 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1553 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1554 echo "configure:1555: checking if the linker ($LD) is GNU ld" >&5
1555 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1556   echo $ac_n "(cached) $ac_c" 1>&6
1557 else
1558   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1559 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1560   ac_cv_prog_gnu_ld=yes
1561 else
1562   ac_cv_prog_gnu_ld=no
1563 fi
1564 fi
1565
1566 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1567
1568
1569 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1570 echo "configure:1571: checking for BSD-compatible nm" >&5
1571 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1572   echo $ac_n "(cached) $ac_c" 1>&6
1573 else
1574   if test -n "$NM"; then
1575   # Let the user override the test.
1576   ac_cv_path_NM="$NM"
1577 else
1578   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1579   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1580     test -z "$ac_dir" && ac_dir=.
1581     if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
1582       # Check to see if the nm accepts a BSD-compat flag.
1583       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1584       #   nm: unknown option "B" ignored
1585       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1586         ac_cv_path_NM="$ac_dir/nm -B"
1587         break
1588       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1589         ac_cv_path_NM="$ac_dir/nm -p"
1590         break
1591       else
1592         ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
1593         continue # so that we can try to find one that supports BSD flags
1594       fi
1595     fi
1596   done
1597   IFS="$ac_save_ifs"
1598   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1599 fi
1600 fi
1601
1602 NM="$ac_cv_path_NM"
1603 echo "$ac_t""$NM" 1>&6
1604
1605 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1606 echo "configure:1607: checking whether ln -s works" >&5
1607 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1608   echo $ac_n "(cached) $ac_c" 1>&6
1609 else
1610   rm -f conftestdata
1611 if ln -s X conftestdata 2>/dev/null
1612 then
1613   rm -f conftestdata
1614   ac_cv_prog_LN_S="ln -s"
1615 else
1616   ac_cv_prog_LN_S=ln
1617 fi
1618 fi
1619 LN_S="$ac_cv_prog_LN_S"
1620 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1621   echo "$ac_t""yes" 1>&6
1622 else
1623   echo "$ac_t""no" 1>&6
1624 fi
1625
1626
1627 case "$target" in
1628 NONE) lt_target="$host" ;;
1629 *) lt_target="$target" ;;
1630 esac
1631
1632 # Check for any special flags to pass to ltconfig.
1633 libtool_flags="--cache-file=$cache_file"
1634 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1635 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1636 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
1637 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1638 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1639
1640
1641 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
1642 if test "${enable_libtool_lock+set}" = set; then
1643   enableval="$enable_libtool_lock"
1644   :
1645 fi
1646
1647 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
1648 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
1649
1650 # Some flags need to be propagated to the compiler or linker for good
1651 # libtool support.
1652 case "$lt_target" in
1653 *-*-irix6*)
1654   # Find out which ABI we are using.
1655   echo '#line 1656 "configure"' > conftest.$ac_ext
1656   if { (eval echo configure:1657: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1657     case "`/usr/bin/file conftest.o`" in
1658     *32-bit*)
1659       LD="${LD-ld} -32"
1660       ;;
1661     *N32*)
1662       LD="${LD-ld} -n32"
1663       ;;
1664     *64-bit*)
1665       LD="${LD-ld} -64"
1666       ;;
1667     esac
1668   fi
1669   rm -rf conftest*
1670   ;;
1671
1672 *-*-sco3.2v5*)
1673   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1674   SAVE_CFLAGS="$CFLAGS"
1675   CFLAGS="$CFLAGS -belf"
1676   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
1677 echo "configure:1678: checking whether the C compiler needs -belf" >&5
1678 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
1679   echo $ac_n "(cached) $ac_c" 1>&6
1680 else
1681   cat > conftest.$ac_ext <<EOF
1682 #line 1683 "configure"
1683 #include "confdefs.h"
1684
1685 int main() {
1686
1687 ; return 0; }
1688 EOF
1689 if { (eval echo configure:1690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1690   rm -rf conftest*
1691   lt_cv_cc_needs_belf=yes
1692 else
1693   echo "configure: failed program was:" >&5
1694   cat conftest.$ac_ext >&5
1695   rm -rf conftest*
1696   lt_cv_cc_needs_belf=no
1697 fi
1698 rm -f conftest*
1699 fi
1700
1701 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
1702   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1703     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1704     CFLAGS="$SAVE_CFLAGS"
1705   fi
1706   ;;
1707
1708
1709 esac
1710
1711
1712 # Save cache, so that ltconfig can load it
1713 cat > confcache <<\EOF
1714 # This file is a shell script that caches the results of configure
1715 # tests run on this system so they can be shared between configure
1716 # scripts and configure runs.  It is not useful on other systems.
1717 # If it contains results you don't want to keep, you may remove or edit it.
1718 #
1719 # By default, configure uses ./config.cache as the cache file,
1720 # creating it if it does not exist already.  You can give configure
1721 # the --cache-file=FILE option to use a different cache file; that is
1722 # what configure does when it calls configure scripts in
1723 # subdirectories, so they share the cache.
1724 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1725 # config.status only pays attention to the cache file if you give it the
1726 # --recheck option to rerun configure.
1727 #
1728 EOF
1729 # The following way of writing the cache mishandles newlines in values,
1730 # but we know of no workaround that is simple, portable, and efficient.
1731 # So, don't put newlines in cache variables' values.
1732 # Ultrix sh set writes to stderr and can't be redirected directly,
1733 # and sets the high bit in the cache file unless we assign to the vars.
1734 (set) 2>&1 |
1735   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1736   *ac_space=\ *)
1737     # `set' does not quote correctly, so add quotes (double-quote substitution
1738     # turns \\\\ into \\, and sed turns \\ into \).
1739     sed -n \
1740       -e "s/'/'\\\\''/g" \
1741       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1742     ;;
1743   *)
1744     # `set' quotes correctly as required by POSIX, so do not add quotes.
1745     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1746     ;;
1747   esac >> confcache
1748 if cmp -s $cache_file confcache; then
1749   :
1750 else
1751   if test -w $cache_file; then
1752     echo "updating cache $cache_file"
1753     cat confcache > $cache_file
1754   else
1755     echo "not updating unwritable cache $cache_file"
1756   fi
1757 fi
1758 rm -f confcache
1759
1760
1761 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
1762 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1763 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1764 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
1765 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
1766 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
1767 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
1768 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1769
1770 # Reload cache, that may have been modified by ltconfig
1771 if test -r "$cache_file"; then
1772   echo "loading cache $cache_file"
1773   . $cache_file
1774 else
1775   echo "creating cache $cache_file"
1776   > $cache_file
1777 fi
1778
1779
1780 # This can be used to rebuild libtool when needed
1781 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
1782
1783 # Always use our own libtool.
1784 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1785
1786 # Redirect the config.log output again, so that the ltconfig log is not
1787 # clobbered by the next message.
1788 exec 5>>./config.log
1789
1790 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1791 echo "configure:1792: checking how to run the C preprocessor" >&5
1792 # On Suns, sometimes $CPP names a directory.
1793 if test -n "$CPP" && test -d "$CPP"; then
1794   CPP=
1795 fi
1796 if test -z "$CPP"; then
1797 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1798   echo $ac_n "(cached) $ac_c" 1>&6
1799 else
1800     # This must be in double quotes, not single quotes, because CPP may get
1801   # substituted into the Makefile and "${CC-cc}" will confuse make.
1802   CPP="${CC-cc} -E"
1803   # On the NeXT, cc -E runs the code through the compiler's parser,
1804   # not just through cpp.
1805   cat > conftest.$ac_ext <<EOF
1806 #line 1807 "configure"
1807 #include "confdefs.h"
1808 #include <assert.h>
1809 Syntax Error
1810 EOF
1811 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1812 { (eval echo configure:1813: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1813 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1814 if test -z "$ac_err"; then
1815   :
1816 else
1817   echo "$ac_err" >&5
1818   echo "configure: failed program was:" >&5
1819   cat conftest.$ac_ext >&5
1820   rm -rf conftest*
1821   CPP="${CC-cc} -E -traditional-cpp"
1822   cat > conftest.$ac_ext <<EOF
1823 #line 1824 "configure"
1824 #include "confdefs.h"
1825 #include <assert.h>
1826 Syntax Error
1827 EOF
1828 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1829 { (eval echo configure:1830: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1830 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1831 if test -z "$ac_err"; then
1832   :
1833 else
1834   echo "$ac_err" >&5
1835   echo "configure: failed program was:" >&5
1836   cat conftest.$ac_ext >&5
1837   rm -rf conftest*
1838   CPP="${CC-cc} -nologo -E"
1839   cat > conftest.$ac_ext <<EOF
1840 #line 1841 "configure"
1841 #include "confdefs.h"
1842 #include <assert.h>
1843 Syntax Error
1844 EOF
1845 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1846 { (eval echo configure:1847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1847 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1848 if test -z "$ac_err"; then
1849   :
1850 else
1851   echo "$ac_err" >&5
1852   echo "configure: failed program was:" >&5
1853   cat conftest.$ac_ext >&5
1854   rm -rf conftest*
1855   CPP=/lib/cpp
1856 fi
1857 rm -f conftest*
1858 fi
1859 rm -f conftest*
1860 fi
1861 rm -f conftest*
1862   ac_cv_prog_CPP="$CPP"
1863 fi
1864   CPP="$ac_cv_prog_CPP"
1865 else
1866   ac_cv_prog_CPP="$CPP"
1867 fi
1868 echo "$ac_t""$CPP" 1>&6
1869
1870 missing_dir=`cd $ac_aux_dir && pwd`
1871 for ac_prog in flex lex
1872 do
1873 # Extract the first word of "$ac_prog", so it can be a program name with args.
1874 set dummy $ac_prog; ac_word=$2
1875 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1876 echo "configure:1877: checking for $ac_word" >&5
1877 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1878   echo $ac_n "(cached) $ac_c" 1>&6
1879 else
1880   if test -n "$LEX"; then
1881   ac_cv_prog_LEX="$LEX" # Let the user override the test.
1882 else
1883   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1884   ac_dummy="$PATH"
1885   for ac_dir in $ac_dummy; do
1886     test -z "$ac_dir" && ac_dir=.
1887     if test -f $ac_dir/$ac_word; then
1888       ac_cv_prog_LEX="$ac_prog"
1889       break
1890     fi
1891   done
1892   IFS="$ac_save_ifs"
1893 fi
1894 fi
1895 LEX="$ac_cv_prog_LEX"
1896 if test -n "$LEX"; then
1897   echo "$ac_t""$LEX" 1>&6
1898 else
1899   echo "$ac_t""no" 1>&6
1900 fi
1901
1902 test -n "$LEX" && break
1903 done
1904 test -n "$LEX" || LEX=""$missing_dir/missing flex""
1905
1906 # Extract the first word of "flex", so it can be a program name with args.
1907 set dummy flex; ac_word=$2
1908 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1909 echo "configure:1910: checking for $ac_word" >&5
1910 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1911   echo $ac_n "(cached) $ac_c" 1>&6
1912 else
1913   if test -n "$LEX"; then
1914   ac_cv_prog_LEX="$LEX" # Let the user override the test.
1915 else
1916   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1917   ac_dummy="$PATH"
1918   for ac_dir in $ac_dummy; do
1919     test -z "$ac_dir" && ac_dir=.
1920     if test -f $ac_dir/$ac_word; then
1921       ac_cv_prog_LEX="flex"
1922       break
1923     fi
1924   done
1925   IFS="$ac_save_ifs"
1926   test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
1927 fi
1928 fi
1929 LEX="$ac_cv_prog_LEX"
1930 if test -n "$LEX"; then
1931   echo "$ac_t""$LEX" 1>&6
1932 else
1933   echo "$ac_t""no" 1>&6
1934 fi
1935
1936 if test -z "$LEXLIB"
1937 then
1938   case "$LEX" in
1939   flex*) ac_lib=fl ;;
1940   *) ac_lib=l ;;
1941   esac
1942   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1943 echo "configure:1944: checking for yywrap in -l$ac_lib" >&5
1944 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1945 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1946   echo $ac_n "(cached) $ac_c" 1>&6
1947 else
1948   ac_save_LIBS="$LIBS"
1949 LIBS="-l$ac_lib  $LIBS"
1950 cat > conftest.$ac_ext <<EOF
1951 #line 1952 "configure"
1952 #include "confdefs.h"
1953 /* Override any gcc2 internal prototype to avoid an error.  */
1954 /* We use char because int might match the return type of a gcc2
1955     builtin and then its argument prototype would still apply.  */
1956 char yywrap();
1957
1958 int main() {
1959 yywrap()
1960 ; return 0; }
1961 EOF
1962 if { (eval echo configure:1963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1963   rm -rf conftest*
1964   eval "ac_cv_lib_$ac_lib_var=yes"
1965 else
1966   echo "configure: failed program was:" >&5
1967   cat conftest.$ac_ext >&5
1968   rm -rf conftest*
1969   eval "ac_cv_lib_$ac_lib_var=no"
1970 fi
1971 rm -f conftest*
1972 LIBS="$ac_save_LIBS"
1973
1974 fi
1975 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1976   echo "$ac_t""yes" 1>&6
1977   LEXLIB="-l$ac_lib"
1978 else
1979   echo "$ac_t""no" 1>&6
1980 fi
1981
1982 fi
1983
1984 echo $ac_n "checking lex output file root""... $ac_c" 1>&6
1985 echo "configure:1986: checking lex output file root" >&5
1986 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
1987   echo $ac_n "(cached) $ac_c" 1>&6
1988 else
1989   # The minimal lex program is just a single line: %%.  But some broken lexes
1990 # (Solaris, I think it was) want two %% lines, so accommodate them.
1991 echo '%%
1992 %%' | $LEX
1993 if test -f lex.yy.c; then
1994   ac_cv_prog_lex_root=lex.yy
1995 elif test -f lexyy.c; then
1996   ac_cv_prog_lex_root=lexyy
1997 else
1998   { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
1999 fi
2000 fi
2001
2002 echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
2003 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
2004
2005 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
2006 echo "configure:2007: checking whether yytext is a pointer" >&5
2007 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
2008   echo $ac_n "(cached) $ac_c" 1>&6
2009 else
2010   # POSIX says lex can declare yytext either as a pointer or an array; the
2011 # default is implementation-dependent. Figure out which it is, since
2012 # not all implementations provide the %pointer and %array declarations.
2013 ac_cv_prog_lex_yytext_pointer=no
2014 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
2015 ac_save_LIBS="$LIBS"
2016 LIBS="$LIBS $LEXLIB"
2017 cat > conftest.$ac_ext <<EOF
2018 #line 2019 "configure"
2019 #include "confdefs.h"
2020 `cat $LEX_OUTPUT_ROOT.c`
2021 int main() {
2022
2023 ; return 0; }
2024 EOF
2025 if { (eval echo configure:2026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2026   rm -rf conftest*
2027   ac_cv_prog_lex_yytext_pointer=yes
2028 else
2029   echo "configure: failed program was:" >&5
2030   cat conftest.$ac_ext >&5
2031 fi
2032 rm -f conftest*
2033 LIBS="$ac_save_LIBS"
2034 rm -f "${LEX_OUTPUT_ROOT}.c"
2035
2036 fi
2037
2038 echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
2039 if test $ac_cv_prog_lex_yytext_pointer = yes; then
2040   cat >> confdefs.h <<\EOF
2041 #define YYTEXT_POINTER 1
2042 EOF
2043
2044 fi
2045
2046 for ac_prog in 'bison -y' byacc
2047 do
2048 # Extract the first word of "$ac_prog", so it can be a program name with args.
2049 set dummy $ac_prog; ac_word=$2
2050 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2051 echo "configure:2052: checking for $ac_word" >&5
2052 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2053   echo $ac_n "(cached) $ac_c" 1>&6
2054 else
2055   if test -n "$YACC"; then
2056   ac_cv_prog_YACC="$YACC" # Let the user override the test.
2057 else
2058   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2059   ac_dummy="$PATH"
2060   for ac_dir in $ac_dummy; do
2061     test -z "$ac_dir" && ac_dir=.
2062     if test -f $ac_dir/$ac_word; then
2063       ac_cv_prog_YACC="$ac_prog"
2064       break
2065     fi
2066   done
2067   IFS="$ac_save_ifs"
2068 fi
2069 fi
2070 YACC="$ac_cv_prog_YACC"
2071 if test -n "$YACC"; then
2072   echo "$ac_t""$YACC" 1>&6
2073 else
2074   echo "$ac_t""no" 1>&6
2075 fi
2076
2077 test -n "$YACC" && break
2078 done
2079 test -n "$YACC" || YACC="yacc"
2080
2081
2082 # Check whether --enable-html-doc or --disable-html-doc was given.
2083 if test "${enable_html_doc+set}" = set; then
2084   enableval="$enable_html_doc"
2085   :
2086 else
2087   enable_html_doc=yes
2088 fi
2089
2090 # Check whether --enable-ps-doc or --disable-ps-doc was given.
2091 if test "${enable_ps_doc+set}" = set; then
2092   enableval="$enable_ps_doc"
2093   :
2094 else
2095   enable_ps_doc=yes
2096 fi
2097
2098 # Check whether --with-cint or --without-cint was given.
2099 if test "${with_cint+set}" = set; then
2100   withval="$with_cint"
2101   :
2102 else
2103   with_cint=no
2104 fi
2105
2106
2107 echo $ac_n "checking size of long""... $ac_c" 1>&6
2108 echo "configure:2109: checking size of long" >&5
2109 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
2110   echo $ac_n "(cached) $ac_c" 1>&6
2111 else
2112   if test "$cross_compiling" = yes; then
2113   ac_cv_sizeof_long=4
2114 else
2115   cat > conftest.$ac_ext <<EOF
2116 #line 2117 "configure"
2117 #include "confdefs.h"
2118 #include <stdio.h>
2119 main()
2120 {
2121   FILE *f=fopen("conftestval", "w");
2122   if (!f) exit(1);
2123   fprintf(f, "%d\n", sizeof(long));
2124   exit(0);
2125 }
2126 EOF
2127 if { (eval echo configure:2128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2128 then
2129   ac_cv_sizeof_long=`cat conftestval`
2130 else
2131   echo "configure: failed program was:" >&5
2132   cat conftest.$ac_ext >&5
2133   rm -fr conftest*
2134   ac_cv_sizeof_long=0
2135 fi
2136 rm -fr conftest*
2137 fi
2138
2139 fi
2140 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
2141 cat >> confdefs.h <<EOF
2142 #define SIZEOF_LONG $ac_cv_sizeof_long
2143 EOF
2144
2145
2146 echo $ac_n "checking size of long long""... $ac_c" 1>&6
2147 echo "configure:2148: checking size of long long" >&5
2148 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
2149   echo $ac_n "(cached) $ac_c" 1>&6
2150 else
2151   if test "$cross_compiling" = yes; then
2152   ac_cv_sizeof_long_long=8
2153 else
2154   cat > conftest.$ac_ext <<EOF
2155 #line 2156 "configure"
2156 #include "confdefs.h"
2157 #include <stdio.h>
2158 main()
2159 {
2160   FILE *f=fopen("conftestval", "w");
2161   if (!f) exit(1);
2162   fprintf(f, "%d\n", sizeof(long long));
2163   exit(0);
2164 }
2165 EOF
2166 if { (eval echo configure:2167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2167 then
2168   ac_cv_sizeof_long_long=`cat conftestval`
2169 else
2170   echo "configure: failed program was:" >&5
2171   cat conftest.$ac_ext >&5
2172   rm -fr conftest*
2173   ac_cv_sizeof_long_long=0
2174 fi
2175 rm -fr conftest*
2176 fi
2177
2178 fi
2179 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
2180 cat >> confdefs.h <<EOF
2181 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
2182 EOF
2183
2184
2185 echo $ac_n "checking size of long double""... $ac_c" 1>&6
2186 echo "configure:2187: checking size of long double" >&5
2187 if eval "test \"`echo '$''{'ac_cv_sizeof_long_double'+set}'`\" = set"; then
2188   echo $ac_n "(cached) $ac_c" 1>&6
2189 else
2190   if test "$cross_compiling" = yes; then
2191   ac_cv_sizeof_long_double=12
2192 else
2193   cat > conftest.$ac_ext <<EOF
2194 #line 2195 "configure"
2195 #include "confdefs.h"
2196 #include <stdio.h>
2197 main()
2198 {
2199   FILE *f=fopen("conftestval", "w");
2200   if (!f) exit(1);
2201   fprintf(f, "%d\n", sizeof(long double));
2202   exit(0);
2203 }
2204 EOF
2205 if { (eval echo configure:2206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2206 then
2207   ac_cv_sizeof_long_double=`cat conftestval`
2208 else
2209   echo "configure: failed program was:" >&5
2210   cat conftest.$ac_ext >&5
2211   rm -fr conftest*
2212   ac_cv_sizeof_long_double=0
2213 fi
2214 rm -fr conftest*
2215 fi
2216
2217 fi
2218 echo "$ac_t""$ac_cv_sizeof_long_double" 1>&6
2219 cat >> confdefs.h <<EOF
2220 #define SIZEOF_LONG_DOUBLE $ac_cv_sizeof_long_double
2221 EOF
2222
2223
2224
2225 ac_ext=C
2226 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2227 ac_cpp='$CXXCPP $CPPFLAGS'
2228 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2229 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2230 cross_compiling=$ac_cv_prog_cxx_cross
2231
2232
2233 for ac_hdr in unistd.h
2234 do
2235 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2236 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2237 echo "configure:2238: checking for $ac_hdr" >&5
2238 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2239   echo $ac_n "(cached) $ac_c" 1>&6
2240 else
2241   cat > conftest.$ac_ext <<EOF
2242 #line 2243 "configure"
2243 #include "confdefs.h"
2244 #include <$ac_hdr>
2245 EOF
2246 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2247 { (eval echo configure:2248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2248 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2249 if test -z "$ac_err"; then
2250   rm -rf conftest*
2251   eval "ac_cv_header_$ac_safe=yes"
2252 else
2253   echo "$ac_err" >&5
2254   echo "configure: failed program was:" >&5
2255   cat conftest.$ac_ext >&5
2256   rm -rf conftest*
2257   eval "ac_cv_header_$ac_safe=no"
2258 fi
2259 rm -f conftest*
2260 fi
2261 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2262   echo "$ac_t""yes" 1>&6
2263     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2264   cat >> confdefs.h <<EOF
2265 #define $ac_tr_hdr 1
2266 EOF
2267  
2268 else
2269   echo "$ac_t""no" 1>&6
2270 fi
2271 done
2272
2273 for ac_hdr in readline/readline.h readline/history.h
2274 do
2275 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2276 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2277 echo "configure:2278: checking for $ac_hdr" >&5
2278 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2279   echo $ac_n "(cached) $ac_c" 1>&6
2280 else
2281   cat > conftest.$ac_ext <<EOF
2282 #line 2283 "configure"
2283 #include "confdefs.h"
2284 #include <$ac_hdr>
2285 EOF
2286 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2287 { (eval echo configure:2288: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2288 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2289 if test -z "$ac_err"; then
2290   rm -rf conftest*
2291   eval "ac_cv_header_$ac_safe=yes"
2292 else
2293   echo "$ac_err" >&5
2294   echo "configure: failed program was:" >&5
2295   cat conftest.$ac_ext >&5
2296   rm -rf conftest*
2297   eval "ac_cv_header_$ac_safe=no"
2298 fi
2299 rm -f conftest*
2300 fi
2301 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2302   echo "$ac_t""yes" 1>&6
2303     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2304   cat >> confdefs.h <<EOF
2305 #define $ac_tr_hdr 1
2306 EOF
2307  
2308 else
2309   echo "$ac_t""no" 1>&6
2310 fi
2311 done
2312
2313 if test "x${ac_cv_header_readline_readline_h}" != "xyes" -o "x${ac_cv_header_readline_history_h}" != "xyes"; then
2314   
2315 ginac_warning_txt="$ginac_warning_txt
2316 == I could not find the headers for libreadline (needed for building ginsh).
2317 "
2318 ginac_warning=yes
2319 fi
2320 LIBTERMCAP=
2321 for ac_func in tgetent
2322 do
2323 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2324 echo "configure:2325: checking for $ac_func" >&5
2325 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2326   echo $ac_n "(cached) $ac_c" 1>&6
2327 else
2328   cat > conftest.$ac_ext <<EOF
2329 #line 2330 "configure"
2330 #include "confdefs.h"
2331 /* System header to define __stub macros and hopefully few prototypes,
2332     which can conflict with char $ac_func(); below.  */
2333 #include <assert.h>
2334 /* Override any gcc2 internal prototype to avoid an error.  */
2335 #ifdef __cplusplus
2336 extern "C"
2337 #endif
2338 /* We use char because int might match the return type of a gcc2
2339     builtin and then its argument prototype would still apply.  */
2340 char $ac_func();
2341
2342 int main() {
2343
2344 /* The GNU C library defines this for functions which it implements
2345     to always fail with ENOSYS.  Some functions are actually named
2346     something starting with __ and the normal name is an alias.  */
2347 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2348 choke me
2349 #else
2350 $ac_func();
2351 #endif
2352
2353 ; return 0; }
2354 EOF
2355 if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2356   rm -rf conftest*
2357   eval "ac_cv_func_$ac_func=yes"
2358 else
2359   echo "configure: failed program was:" >&5
2360   cat conftest.$ac_ext >&5
2361   rm -rf conftest*
2362   eval "ac_cv_func_$ac_func=no"
2363 fi
2364 rm -f conftest*
2365 fi
2366
2367 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2368   echo "$ac_t""yes" 1>&6
2369     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2370   cat >> confdefs.h <<EOF
2371 #define $ac_tr_func 1
2372 EOF
2373  
2374 else
2375   echo "$ac_t""no" 1>&6
2376 fi
2377 done
2378
2379 if test "x$ac_cv_func_tgetent" = "xyes"; then
2380     :
2381 else
2382     echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
2383 echo "configure:2384: checking for tgetent in -lncurses" >&5
2384 ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
2385 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2386   echo $ac_n "(cached) $ac_c" 1>&6
2387 else
2388   ac_save_LIBS="$LIBS"
2389 LIBS="-lncurses  $LIBS"
2390 cat > conftest.$ac_ext <<EOF
2391 #line 2392 "configure"
2392 #include "confdefs.h"
2393 /* Override any gcc2 internal prototype to avoid an error.  */
2394 #ifdef __cplusplus
2395 extern "C"
2396 #endif
2397 /* We use char because int might match the return type of a gcc2
2398     builtin and then its argument prototype would still apply.  */
2399 char tgetent();
2400
2401 int main() {
2402 tgetent()
2403 ; return 0; }
2404 EOF
2405 if { (eval echo configure:2406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2406   rm -rf conftest*
2407   eval "ac_cv_lib_$ac_lib_var=yes"
2408 else
2409   echo "configure: failed program was:" >&5
2410   cat conftest.$ac_ext >&5
2411   rm -rf conftest*
2412   eval "ac_cv_lib_$ac_lib_var=no"
2413 fi
2414 rm -f conftest*
2415 LIBS="$ac_save_LIBS"
2416
2417 fi
2418 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2419   echo "$ac_t""yes" 1>&6
2420   LIBTERMCAP="-lncurses"
2421 else
2422   echo "$ac_t""no" 1>&6
2423 fi
2424
2425     if test -z "$LIBTERMCAP"; then
2426         echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
2427 echo "configure:2428: checking for tgetent in -ltermcap" >&5
2428 ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
2429 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2430   echo $ac_n "(cached) $ac_c" 1>&6
2431 else
2432   ac_save_LIBS="$LIBS"
2433 LIBS="-ltermcap  $LIBS"
2434 cat > conftest.$ac_ext <<EOF
2435 #line 2436 "configure"
2436 #include "confdefs.h"
2437 /* Override any gcc2 internal prototype to avoid an error.  */
2438 #ifdef __cplusplus
2439 extern "C"
2440 #endif
2441 /* We use char because int might match the return type of a gcc2
2442     builtin and then its argument prototype would still apply.  */
2443 char tgetent();
2444
2445 int main() {
2446 tgetent()
2447 ; return 0; }
2448 EOF
2449 if { (eval echo configure:2450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2450   rm -rf conftest*
2451   eval "ac_cv_lib_$ac_lib_var=yes"
2452 else
2453   echo "configure: failed program was:" >&5
2454   cat conftest.$ac_ext >&5
2455   rm -rf conftest*
2456   eval "ac_cv_lib_$ac_lib_var=no"
2457 fi
2458 rm -f conftest*
2459 LIBS="$ac_save_LIBS"
2460
2461 fi
2462 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2463   echo "$ac_t""yes" 1>&6
2464   LIBTERMCAP="-ltermcap"
2465 else
2466   echo "$ac_t""no" 1>&6
2467 fi
2468
2469     fi
2470 fi
2471
2472
2473 save_LIBS=$LIBS
2474 LIBS="$LIBTERMCAP $LIBS"
2475 echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
2476 echo "configure:2477: checking for readline in -lreadline" >&5
2477 ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
2478 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2479   echo $ac_n "(cached) $ac_c" 1>&6
2480 else
2481   ac_save_LIBS="$LIBS"
2482 LIBS="-lreadline  $LIBS"
2483 cat > conftest.$ac_ext <<EOF
2484 #line 2485 "configure"
2485 #include "confdefs.h"
2486 /* Override any gcc2 internal prototype to avoid an error.  */
2487 #ifdef __cplusplus
2488 extern "C"
2489 #endif
2490 /* We use char because int might match the return type of a gcc2
2491     builtin and then its argument prototype would still apply.  */
2492 char readline();
2493
2494 int main() {
2495 readline()
2496 ; return 0; }
2497 EOF
2498 if { (eval echo configure:2499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2499   rm -rf conftest*
2500   eval "ac_cv_lib_$ac_lib_var=yes"
2501 else
2502   echo "configure: failed program was:" >&5
2503   cat conftest.$ac_ext >&5
2504   rm -rf conftest*
2505   eval "ac_cv_lib_$ac_lib_var=no"
2506 fi
2507 rm -f conftest*
2508 LIBS="$ac_save_LIBS"
2509
2510 fi
2511 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2512   echo "$ac_t""yes" 1>&6
2513     ac_tr_lib=HAVE_LIB`echo readline | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2514     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2515   cat >> confdefs.h <<EOF
2516 #define $ac_tr_lib 1
2517 EOF
2518
2519   LIBS="-lreadline $LIBS"
2520
2521 else
2522   echo "$ac_t""no" 1>&6
2523 fi
2524
2525 if test "x${ac_cv_lib_readline_readline}" != "xyes"; then
2526   
2527 ginac_warning_txt="$ginac_warning_txt
2528 == I could not find libreadline (needed by ginsh).
2529 "
2530 ginac_warning=yes
2531 fi
2532 GINSH_LIBS=$LIBS
2533 LIBS=$save_LIBS
2534
2535
2536 echo $ac_n "checking for cout in -lstdc++""... $ac_c" 1>&6
2537 echo "configure:2538: checking for cout in -lstdc++" >&5
2538 ac_lib_var=`echo stdc++'_'cout | sed 'y%./+-%__p_%'`
2539 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2540   echo $ac_n "(cached) $ac_c" 1>&6
2541 else
2542   ac_save_LIBS="$LIBS"
2543 LIBS="-lstdc++  $LIBS"
2544 cat > conftest.$ac_ext <<EOF
2545 #line 2546 "configure"
2546 #include "confdefs.h"
2547 /* Override any gcc2 internal prototype to avoid an error.  */
2548 #ifdef __cplusplus
2549 extern "C"
2550 #endif
2551 /* We use char because int might match the return type of a gcc2
2552     builtin and then its argument prototype would still apply.  */
2553 char cout();
2554
2555 int main() {
2556 cout()
2557 ; return 0; }
2558 EOF
2559 if { (eval echo configure:2560: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2560   rm -rf conftest*
2561   eval "ac_cv_lib_$ac_lib_var=yes"
2562 else
2563   echo "configure: failed program was:" >&5
2564   cat conftest.$ac_ext >&5
2565   rm -rf conftest*
2566   eval "ac_cv_lib_$ac_lib_var=no"
2567 fi
2568 rm -f conftest*
2569 LIBS="$ac_save_LIBS"
2570
2571 fi
2572 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2573   echo "$ac_t""yes" 1>&6
2574     ac_tr_lib=HAVE_LIB`echo stdc++ | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2575     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2576   cat >> confdefs.h <<EOF
2577 #define $ac_tr_lib 1
2578 EOF
2579
2580   LIBS="-lstdc++ $LIBS"
2581
2582 else
2583   echo "$ac_t""no" 1>&6
2584 fi
2585
2586
2587 for ac_hdr in iostream vector map string list typeinfo iterator stdexcept algorithm
2588 do
2589 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2590 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2591 echo "configure:2592: checking for $ac_hdr" >&5
2592 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2593   echo $ac_n "(cached) $ac_c" 1>&6
2594 else
2595   cat > conftest.$ac_ext <<EOF
2596 #line 2597 "configure"
2597 #include "confdefs.h"
2598 #include <$ac_hdr>
2599 EOF
2600 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2601 { (eval echo configure:2602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2602 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2603 if test -z "$ac_err"; then
2604   rm -rf conftest*
2605   eval "ac_cv_header_$ac_safe=yes"
2606 else
2607   echo "$ac_err" >&5
2608   echo "configure: failed program was:" >&5
2609   cat conftest.$ac_ext >&5
2610   rm -rf conftest*
2611   eval "ac_cv_header_$ac_safe=no"
2612 fi
2613 rm -f conftest*
2614 fi
2615 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2616   echo "$ac_t""yes" 1>&6
2617     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2618   cat >> confdefs.h <<EOF
2619 #define $ac_tr_hdr 1
2620 EOF
2621  
2622 else
2623   echo "$ac_t""no" 1>&6
2624 { echo "configure: error: need to have ANSI compliant headers" 1>&2; exit 1; }
2625 fi
2626 done
2627
2628 for ac_hdr in sstream strstream
2629 do
2630 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2631 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2632 echo "configure:2633: checking for $ac_hdr" >&5
2633 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2634   echo $ac_n "(cached) $ac_c" 1>&6
2635 else
2636   cat > conftest.$ac_ext <<EOF
2637 #line 2638 "configure"
2638 #include "confdefs.h"
2639 #include <$ac_hdr>
2640 EOF
2641 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2642 { (eval echo configure:2643: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2643 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2644 if test -z "$ac_err"; then
2645   rm -rf conftest*
2646   eval "ac_cv_header_$ac_safe=yes"
2647 else
2648   echo "$ac_err" >&5
2649   echo "configure: failed program was:" >&5
2650   cat conftest.$ac_ext >&5
2651   rm -rf conftest*
2652   eval "ac_cv_header_$ac_safe=no"
2653 fi
2654 rm -f conftest*
2655 fi
2656 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2657   echo "$ac_t""yes" 1>&6
2658     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2659   cat >> confdefs.h <<EOF
2660 #define $ac_tr_hdr 1
2661 EOF
2662  
2663 else
2664   echo "$ac_t""no" 1>&6
2665 fi
2666 done
2667
2668
2669
2670     for ac_hdr in cln/cln.h
2671 do
2672 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2673 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2674 echo "configure:2675: checking for $ac_hdr" >&5
2675 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2676   echo $ac_n "(cached) $ac_c" 1>&6
2677 else
2678   cat > conftest.$ac_ext <<EOF
2679 #line 2680 "configure"
2680 #include "confdefs.h"
2681 #include <$ac_hdr>
2682 EOF
2683 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2684 { (eval echo configure:2685: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2685 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2686 if test -z "$ac_err"; then
2687   rm -rf conftest*
2688   eval "ac_cv_header_$ac_safe=yes"
2689 else
2690   echo "$ac_err" >&5
2691   echo "configure: failed program was:" >&5
2692   cat conftest.$ac_ext >&5
2693   rm -rf conftest*
2694   eval "ac_cv_header_$ac_safe=no"
2695 fi
2696 rm -f conftest*
2697 fi
2698 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2699   echo "$ac_t""yes" 1>&6
2700     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2701   cat >> confdefs.h <<EOF
2702 #define $ac_tr_hdr 1
2703 EOF
2704  
2705 else
2706   echo "$ac_t""no" 1>&6
2707 for ac_hdr in cln.h
2708 do
2709 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2710 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2711 echo "configure:2712: checking for $ac_hdr" >&5
2712 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2713   echo $ac_n "(cached) $ac_c" 1>&6
2714 else
2715   cat > conftest.$ac_ext <<EOF
2716 #line 2717 "configure"
2717 #include "confdefs.h"
2718 #include <$ac_hdr>
2719 EOF
2720 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2721 { (eval echo configure:2722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2722 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2723 if test -z "$ac_err"; then
2724   rm -rf conftest*
2725   eval "ac_cv_header_$ac_safe=yes"
2726 else
2727   echo "$ac_err" >&5
2728   echo "configure: failed program was:" >&5
2729   cat conftest.$ac_ext >&5
2730   rm -rf conftest*
2731   eval "ac_cv_header_$ac_safe=no"
2732 fi
2733 rm -f conftest*
2734 fi
2735 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2736   echo "$ac_t""yes" 1>&6
2737     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2738   cat >> confdefs.h <<EOF
2739 #define $ac_tr_hdr 1
2740 EOF
2741  
2742 else
2743   echo "$ac_t""no" 1>&6
2744 { echo "configure: error: cannot find header for Bruno Haible's CLN" 1>&2; exit 1; };
2745         
2746 fi
2747 done
2748
2749     
2750 fi
2751 done
2752
2753
2754
2755     echo $ac_n "checking for doublefactorial in -lcln""... $ac_c" 1>&6
2756 echo "configure:2757: checking for doublefactorial in -lcln" >&5
2757     saved_LIBS="${LIBS}"
2758     if eval "test \"`echo '$''{'ginac_cv_lib_cln_link'+set}'`\" = set"; then
2759   echo $ac_n "(cached) $ac_c" 1>&6
2760 else
2761   LIBS="-lcln"
2762         case "${ac_cv_header_cln_cln_h}" in
2763         "yes")
2764             cat > conftest.$ac_ext <<EOF
2765 #line 2766 "configure"
2766 #include "confdefs.h"
2767 #include <cln/cl_integer.h>
2768 int main() {
2769 doublefactorial(2);
2770 ; return 0; }
2771 EOF
2772 if { (eval echo configure:2773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2773   rm -rf conftest*
2774   ginac_cv_lib_cln_link="-lcln"
2775 else
2776   echo "configure: failed program was:" >&5
2777   cat conftest.$ac_ext >&5
2778   rm -rf conftest*
2779   ginac_cv_lib_cln_link="fail"
2780 fi
2781 rm -f conftest*
2782             ;;
2783         *)
2784             cat > conftest.$ac_ext <<EOF
2785 #line 2786 "configure"
2786 #include "confdefs.h"
2787 #include <cl_integer.h>
2788 int main() {
2789 doublefactorial(2);
2790 ; return 0; }
2791 EOF
2792 if { (eval echo configure:2793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2793   rm -rf conftest*
2794   ginac_cv_lib_cln_link="-lcln"
2795 else
2796   echo "configure: failed program was:" >&5
2797   cat conftest.$ac_ext >&5
2798   rm -rf conftest*
2799   ginac_cv_lib_cln_link="fail"
2800 fi
2801 rm -f conftest*
2802             ;;
2803         esac
2804     
2805 fi
2806
2807     case "${ginac_cv_lib_cln_link}" in
2808     "-lcln")
2809         LIBS="${ginac_cv_lib_cln_link} ${saved_LIBS}"
2810         echo "$ac_t"""yes"" 1>&6
2811     ;;
2812     "fail")
2813         LIBS="${saved_LIBS}"
2814         echo "$ac_t""no" 1>&6
2815         
2816 ginac_error_txt="$ginac_error_txt
2817 ** I could not successfully link a test-program against libcln and run it.
2818    You either need to set \$LDFLAGS or install/update the CLN library.
2819 "
2820 ginac_error=yes
2821     ;;
2822     esac
2823
2824
2825 GINACLIB_CPPFLAGS=$CPPFLAGS
2826 GINACLIB_LIBS=$LIBS
2827
2828
2829
2830 # Extract the first word of "doxygen", so it can be a program name with args.
2831 set dummy doxygen; ac_word=$2
2832 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2833 echo "configure:2834: checking for $ac_word" >&5
2834 if eval "test \"`echo '$''{'ac_cv_path_DOXYGEN'+set}'`\" = set"; then
2835   echo $ac_n "(cached) $ac_c" 1>&6
2836 else
2837   case "$DOXYGEN" in
2838   /*)
2839   ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
2840   ;;
2841   ?:/*)                  
2842   ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a dos path.
2843   ;;
2844   *)
2845   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2846   ac_dummy="$PATH"
2847   for ac_dir in $ac_dummy; do 
2848     test -z "$ac_dir" && ac_dir=.
2849     if test -f $ac_dir/$ac_word; then
2850       ac_cv_path_DOXYGEN="$ac_dir/$ac_word"
2851       break
2852     fi
2853   done
2854   IFS="$ac_save_ifs"
2855   test -z "$ac_cv_path_DOXYGEN" && ac_cv_path_DOXYGEN=""""
2856   ;;
2857 esac
2858 fi
2859 DOXYGEN="$ac_cv_path_DOXYGEN"
2860 if test -n "$DOXYGEN"; then
2861   echo "$ac_t""$DOXYGEN" 1>&6
2862 else
2863   echo "$ac_t""no" 1>&6
2864 fi
2865
2866 # Extract the first word of "latex", so it can be a program name with args.
2867 set dummy latex; ac_word=$2
2868 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2869 echo "configure:2870: checking for $ac_word" >&5
2870 if eval "test \"`echo '$''{'ac_cv_path_LATEX'+set}'`\" = set"; then
2871   echo $ac_n "(cached) $ac_c" 1>&6
2872 else
2873   case "$LATEX" in
2874   /*)
2875   ac_cv_path_LATEX="$LATEX" # Let the user override the test with a path.
2876   ;;
2877   ?:/*)                  
2878   ac_cv_path_LATEX="$LATEX" # Let the user override the test with a dos path.
2879   ;;
2880   *)
2881   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2882   ac_dummy="$PATH"
2883   for ac_dir in $ac_dummy; do 
2884     test -z "$ac_dir" && ac_dir=.
2885     if test -f $ac_dir/$ac_word; then
2886       ac_cv_path_LATEX="$ac_dir/$ac_word"
2887       break
2888     fi
2889   done
2890   IFS="$ac_save_ifs"
2891   test -z "$ac_cv_path_LATEX" && ac_cv_path_LATEX=""""
2892   ;;
2893 esac
2894 fi
2895 LATEX="$ac_cv_path_LATEX"
2896 if test -n "$LATEX"; then
2897   echo "$ac_t""$LATEX" 1>&6
2898 else
2899   echo "$ac_t""no" 1>&6
2900 fi
2901
2902 # Extract the first word of "makeindex", so it can be a program name with args.
2903 set dummy makeindex; ac_word=$2
2904 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2905 echo "configure:2906: checking for $ac_word" >&5
2906 if eval "test \"`echo '$''{'ac_cv_path_MAKEINDEX'+set}'`\" = set"; then
2907   echo $ac_n "(cached) $ac_c" 1>&6
2908 else
2909   case "$MAKEINDEX" in
2910   /*)
2911   ac_cv_path_MAKEINDEX="$MAKEINDEX" # Let the user override the test with a path.
2912   ;;
2913   ?:/*)                  
2914   ac_cv_path_MAKEINDEX="$MAKEINDEX" # Let the user override the test with a dos path.
2915   ;;
2916   *)
2917   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2918   ac_dummy="$PATH"
2919   for ac_dir in $ac_dummy; do 
2920     test -z "$ac_dir" && ac_dir=.
2921     if test -f $ac_dir/$ac_word; then
2922       ac_cv_path_MAKEINDEX="$ac_dir/$ac_word"
2923       break
2924     fi
2925   done
2926   IFS="$ac_save_ifs"
2927   test -z "$ac_cv_path_MAKEINDEX" && ac_cv_path_MAKEINDEX=""""
2928   ;;
2929 esac
2930 fi
2931 MAKEINDEX="$ac_cv_path_MAKEINDEX"
2932 if test -n "$MAKEINDEX"; then
2933   echo "$ac_t""$MAKEINDEX" 1>&6
2934 else
2935   echo "$ac_t""no" 1>&6
2936 fi
2937
2938 # Extract the first word of "dvips", so it can be a program name with args.
2939 set dummy dvips; ac_word=$2
2940 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2941 echo "configure:2942: checking for $ac_word" >&5
2942 if eval "test \"`echo '$''{'ac_cv_path_DVIPS'+set}'`\" = set"; then
2943   echo $ac_n "(cached) $ac_c" 1>&6
2944 else
2945   case "$DVIPS" in
2946   /*)
2947   ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a path.
2948   ;;
2949   ?:/*)                  
2950   ac_cv_path_DVIPS="$DVIPS" # Let the user override the test with a dos path.
2951   ;;
2952   *)
2953   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2954   ac_dummy="$PATH"
2955   for ac_dir in $ac_dummy; do 
2956     test -z "$ac_dir" && ac_dir=.
2957     if test -f $ac_dir/$ac_word; then
2958       ac_cv_path_DVIPS="$ac_dir/$ac_word"
2959       break
2960     fi
2961   done
2962   IFS="$ac_save_ifs"
2963   test -z "$ac_cv_path_DVIPS" && ac_cv_path_DVIPS=""""
2964   ;;
2965 esac
2966 fi
2967 DVIPS="$ac_cv_path_DVIPS"
2968 if test -n "$DVIPS"; then
2969   echo "$ac_t""$DVIPS" 1>&6
2970 else
2971   echo "$ac_t""no" 1>&6
2972 fi
2973
2974 # Extract the first word of "fig2dev", so it can be a program name with args.
2975 set dummy fig2dev; ac_word=$2
2976 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2977 echo "configure:2978: checking for $ac_word" >&5
2978 if eval "test \"`echo '$''{'ac_cv_path_FIG2DEV'+set}'`\" = set"; then
2979   echo $ac_n "(cached) $ac_c" 1>&6
2980 else
2981   case "$FIG2DEV" in
2982   /*)
2983   ac_cv_path_FIG2DEV="$FIG2DEV" # Let the user override the test with a path.
2984   ;;
2985   ?:/*)                  
2986   ac_cv_path_FIG2DEV="$FIG2DEV" # Let the user override the test with a dos path.
2987   ;;
2988   *)
2989   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2990   ac_dummy="$PATH"
2991   for ac_dir in $ac_dummy; do 
2992     test -z "$ac_dir" && ac_dir=.
2993     if test -f $ac_dir/$ac_word; then
2994       ac_cv_path_FIG2DEV="$ac_dir/$ac_word"
2995       break
2996     fi
2997   done
2998   IFS="$ac_save_ifs"
2999   test -z "$ac_cv_path_FIG2DEV" && ac_cv_path_FIG2DEV=""""
3000   ;;
3001 esac
3002 fi
3003 FIG2DEV="$ac_cv_path_FIG2DEV"
3004 if test -n "$FIG2DEV"; then
3005   echo "$ac_t""$FIG2DEV" 1>&6
3006 else
3007   echo "$ac_t""no" 1>&6
3008 fi
3009
3010
3011 TUTORIAL_TARGETS=
3012 REFERENCE_TARGETS=
3013 if test "x${enable_html_doc}" = "xyes"; then
3014   TUTORIAL_TARGETS="$TUTORIAL_TARGETS ginac.html"
3015   if [ "$DOXYGEN" ]; then
3016     REFERENCE_TARGETS="$REFERENCE_TARGETS index.html"
3017   fi
3018 fi
3019 if test "x${enable_ps_doc}" = "xyes"; then
3020   TUTORIAL_TARGETS="$TUTORIAL_TARGETS ginac.ps"
3021   if [ "$DOXYGEN" ]; then
3022     REFERENCE_TARGETS="$REFERENCE_TARGETS reference.ps"
3023   fi
3024 fi
3025
3026
3027
3028 LIBGINACCINT=
3029 GINACCINTDIR=
3030 if test "x$with_cint" != "xno"; then
3031   if test "x$enable_static" != "xyes"; then
3032     { echo "configure: error: currently GiNaC-cint needs to build a static libginac" 1>&2; exit 1; }
3033   fi
3034   if test "x$with_cint" = "xyes"; then
3035     if test "x$CINTSYSDIR" = "x"; then
3036       { echo "configure: error: please export \$CINTSYSDIR or specify --with-cint=CINTSYSDIR" 1>&2; exit 1; }
3037     fi
3038   else
3039     CINTSYSDIR=$with_cint
3040     export CINTSYSDIR
3041   fi
3042   # Extract the first word of "cint", so it can be a program name with args.
3043 set dummy cint; ac_word=$2
3044 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3045 echo "configure:3046: checking for $ac_word" >&5
3046 if eval "test \"`echo '$''{'ac_cv_path_CINT'+set}'`\" = set"; then
3047   echo $ac_n "(cached) $ac_c" 1>&6
3048 else
3049   case "$CINT" in
3050   /*)
3051   ac_cv_path_CINT="$CINT" # Let the user override the test with a path.
3052   ;;
3053   ?:/*)                  
3054   ac_cv_path_CINT="$CINT" # Let the user override the test with a dos path.
3055   ;;
3056   *)
3057   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3058   ac_dummy="$CINTSYSDIR:$PATH"
3059   for ac_dir in $ac_dummy; do 
3060     test -z "$ac_dir" && ac_dir=.
3061     if test -f $ac_dir/$ac_word; then
3062       ac_cv_path_CINT="$ac_dir/$ac_word"
3063       break
3064     fi
3065   done
3066   IFS="$ac_save_ifs"
3067   test -z "$ac_cv_path_CINT" && ac_cv_path_CINT=""""
3068   ;;
3069 esac
3070 fi
3071 CINT="$ac_cv_path_CINT"
3072 if test -n "$CINT"; then
3073   echo "$ac_t""$CINT" 1>&6
3074 else
3075   echo "$ac_t""no" 1>&6
3076 fi
3077
3078   # Extract the first word of "makecint", so it can be a program name with args.
3079 set dummy makecint; ac_word=$2
3080 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3081 echo "configure:3082: checking for $ac_word" >&5
3082 if eval "test \"`echo '$''{'ac_cv_path_MAKECINT'+set}'`\" = set"; then
3083   echo $ac_n "(cached) $ac_c" 1>&6
3084 else
3085   case "$MAKECINT" in
3086   /*)
3087   ac_cv_path_MAKECINT="$MAKECINT" # Let the user override the test with a path.
3088   ;;
3089   ?:/*)                  
3090   ac_cv_path_MAKECINT="$MAKECINT" # Let the user override the test with a dos path.
3091   ;;
3092   *)
3093   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3094   ac_dummy="$CINTSYSDIR:$PATH"
3095   for ac_dir in $ac_dummy; do 
3096     test -z "$ac_dir" && ac_dir=.
3097     if test -f $ac_dir/$ac_word; then
3098       ac_cv_path_MAKECINT="$ac_dir/$ac_word"
3099       break
3100     fi
3101   done
3102   IFS="$ac_save_ifs"
3103   test -z "$ac_cv_path_MAKECINT" && ac_cv_path_MAKECINT=""""
3104   ;;
3105 esac
3106 fi
3107 MAKECINT="$ac_cv_path_MAKECINT"
3108 if test -n "$MAKECINT"; then
3109   echo "$ac_t""$MAKECINT" 1>&6
3110 else
3111   echo "$ac_t""no" 1>&6
3112 fi
3113
3114   if [ "$CINT" -a "$MAKECINT" ]; then
3115     echo "$ac_t""creating cint/Makefile" 1>&6
3116     (cd cint && \
3117     $MAKECINT -mk Makefile.makecint -o ginaccint.bin -m \
3118       -D OBSCURE_CINT_HACK -D CINT_CONVERSION_WORKAROUND -D NO_NAMESPACE_GINAC \
3119       -I .. -I $CINTSYSDIR -m -H ../ginac/ginac.h dummies.h \
3120       -C++ dummies.cpp -C++ ginaccint.bin.cpp \
3121       -l ./libginac.a -lcln -cint -M0x10; \
3122     cd ..)
3123     LIBGINACCINT="libginac.a"
3124     GINACCINTDIR="cint"
3125   else
3126     { echo "configure: error: Cannot configure GiNaC-cint" 1>&2; exit 1; }
3127   fi
3128 fi
3129
3130
3131
3132
3133 trap '' 1 2 15
3134 cat > confcache <<\EOF
3135 # This file is a shell script that caches the results of configure
3136 # tests run on this system so they can be shared between configure
3137 # scripts and configure runs.  It is not useful on other systems.
3138 # If it contains results you don't want to keep, you may remove or edit it.
3139 #
3140 # By default, configure uses ./config.cache as the cache file,
3141 # creating it if it does not exist already.  You can give configure
3142 # the --cache-file=FILE option to use a different cache file; that is
3143 # what configure does when it calls configure scripts in
3144 # subdirectories, so they share the cache.
3145 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3146 # config.status only pays attention to the cache file if you give it the
3147 # --recheck option to rerun configure.
3148 #
3149 EOF
3150 # The following way of writing the cache mishandles newlines in values,
3151 # but we know of no workaround that is simple, portable, and efficient.
3152 # So, don't put newlines in cache variables' values.
3153 # Ultrix sh set writes to stderr and can't be redirected directly,
3154 # and sets the high bit in the cache file unless we assign to the vars.
3155 (set) 2>&1 |
3156   case `(ac_space=' '; set | grep ac_space) 2>&1` in
3157   *ac_space=\ *)
3158     # `set' does not quote correctly, so add quotes (double-quote substitution
3159     # turns \\\\ into \\, and sed turns \\ into \).
3160     sed -n \
3161       -e "s/'/'\\\\''/g" \
3162       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3163     ;;
3164   *)
3165     # `set' quotes correctly as required by POSIX, so do not add quotes.
3166     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3167     ;;
3168   esac >> confcache
3169 if cmp -s $cache_file confcache; then
3170   :
3171 else
3172   if test -w $cache_file; then
3173     echo "updating cache $cache_file"
3174     cat confcache > $cache_file
3175   else
3176     echo "not updating unwritable cache $cache_file"
3177   fi
3178 fi
3179 rm -f confcache
3180
3181 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3182
3183 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3184 # Let make expand exec_prefix.
3185 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3186
3187 # Any assignment to VPATH causes Sun make to only execute
3188 # the first set of double-colon rules, so remove it if not needed.
3189 # If there is a colon in the path, we need to keep it.
3190 if test "x$srcdir" = x.; then
3191   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
3192 fi
3193
3194 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3195
3196 DEFS=-DHAVE_CONFIG_H
3197
3198 # Without the "./", some shells look in PATH for config.status.
3199 : ${CONFIG_STATUS=./config.status}
3200
3201 echo creating $CONFIG_STATUS
3202 rm -f $CONFIG_STATUS
3203 cat > $CONFIG_STATUS <<EOF
3204 #! /bin/sh
3205 # Generated automatically by configure.
3206 # Run this file to recreate the current configuration.
3207 # This directory was configured as follows,
3208 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3209 #
3210 # $0 $ac_configure_args
3211 #
3212 # Compiler output produced by configure, useful for debugging
3213 # configure, is in ./config.log if it exists.
3214
3215 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3216 for ac_option
3217 do
3218   case "\$ac_option" in
3219   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3220     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3221     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3222   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3223     echo "$CONFIG_STATUS generated by autoconf version 2.13"
3224     exit 0 ;;
3225   -help | --help | --hel | --he | --h)
3226     echo "\$ac_cs_usage"; exit 0 ;;
3227   *) echo "\$ac_cs_usage"; exit 1 ;;
3228   esac
3229 done
3230
3231 ac_given_srcdir=$srcdir
3232 ac_given_INSTALL="$INSTALL"
3233
3234 trap 'rm -fr `echo "
3235 Makefile
3236 GiNaC.spec
3237 ginac-config
3238 ginac/Makefile
3239 check/Makefile
3240 ginsh/Makefile
3241 tools/Makefile
3242 doc/Makefile
3243 doc/tutorial/Makefile
3244 doc/reference/Makefile
3245 cint/Makefile
3246 cint/ginaccint
3247  config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3248 EOF
3249 cat >> $CONFIG_STATUS <<EOF
3250
3251 # Protect against being on the right side of a sed subst in config.status.
3252 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3253  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3254 $ac_vpsub
3255 $extrasub
3256 s%@SHELL@%$SHELL%g
3257 s%@CFLAGS@%$CFLAGS%g
3258 s%@CPPFLAGS@%$CPPFLAGS%g
3259 s%@CXXFLAGS@%$CXXFLAGS%g
3260 s%@FFLAGS@%$FFLAGS%g
3261 s%@DEFS@%$DEFS%g
3262 s%@LDFLAGS@%$LDFLAGS%g
3263 s%@LIBS@%$LIBS%g
3264 s%@exec_prefix@%$exec_prefix%g
3265 s%@prefix@%$prefix%g
3266 s%@program_transform_name@%$program_transform_name%g
3267 s%@bindir@%$bindir%g
3268 s%@sbindir@%$sbindir%g
3269 s%@libexecdir@%$libexecdir%g
3270 s%@datadir@%$datadir%g
3271 s%@sysconfdir@%$sysconfdir%g
3272 s%@sharedstatedir@%$sharedstatedir%g
3273 s%@localstatedir@%$localstatedir%g
3274 s%@libdir@%$libdir%g
3275 s%@includedir@%$includedir%g
3276 s%@oldincludedir@%$oldincludedir%g
3277 s%@infodir@%$infodir%g
3278 s%@mandir@%$mandir%g
3279 s%@GINACLIB_MAJOR_VERSION@%$GINACLIB_MAJOR_VERSION%g
3280 s%@GINACLIB_MINOR_VERSION@%$GINACLIB_MINOR_VERSION%g
3281 s%@GINACLIB_MICRO_VERSION@%$GINACLIB_MICRO_VERSION%g
3282 s%@GINACLIB_INTERFACE_AGE@%$GINACLIB_INTERFACE_AGE%g
3283 s%@GINACLIB_BINARY_AGE@%$GINACLIB_BINARY_AGE%g
3284 s%@GINACLIB_VERSION@%$GINACLIB_VERSION%g
3285 s%@ARCHIVE_VERSION@%$ARCHIVE_VERSION%g
3286 s%@ARCHIVE_AGE@%$ARCHIVE_AGE%g
3287 s%@LT_RELEASE@%$LT_RELEASE%g
3288 s%@LT_CURRENT@%$LT_CURRENT%g
3289 s%@LT_REVISION@%$LT_REVISION%g
3290 s%@LT_AGE@%$LT_AGE%g
3291 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
3292 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
3293 s%@INSTALL_DATA@%$INSTALL_DATA%g
3294 s%@PACKAGE@%$PACKAGE%g
3295 s%@VERSION@%$VERSION%g
3296 s%@ACLOCAL@%$ACLOCAL%g
3297 s%@AUTOCONF@%$AUTOCONF%g
3298 s%@AUTOMAKE@%$AUTOMAKE%g
3299 s%@AUTOHEADER@%$AUTOHEADER%g
3300 s%@MAKEINFO@%$MAKEINFO%g
3301 s%@SET_MAKE@%$SET_MAKE%g
3302 s%@MAINTAINER_MODE_TRUE@%$MAINTAINER_MODE_TRUE%g
3303 s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
3304 s%@MAINT@%$MAINT%g
3305 s%@CXX@%$CXX%g
3306 s%@CXXCPP@%$CXXCPP%g
3307 s%@host@%$host%g
3308 s%@host_alias@%$host_alias%g
3309 s%@host_cpu@%$host_cpu%g
3310 s%@host_vendor@%$host_vendor%g
3311 s%@host_os@%$host_os%g
3312 s%@build@%$build%g
3313 s%@build_alias@%$build_alias%g
3314 s%@build_cpu@%$build_cpu%g
3315 s%@build_vendor@%$build_vendor%g
3316 s%@build_os@%$build_os%g
3317 s%@RANLIB@%$RANLIB%g
3318 s%@CC@%$CC%g
3319 s%@LN_S@%$LN_S%g
3320 s%@LIBTOOL@%$LIBTOOL%g
3321 s%@LEX@%$LEX%g
3322 s%@LEXLIB@%$LEXLIB%g
3323 s%@CPP@%$CPP%g
3324 s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
3325 s%@YACC@%$YACC%g
3326 s%@LIBTERMCAP@%$LIBTERMCAP%g
3327 s%@GINSH_LIBS@%$GINSH_LIBS%g
3328 s%@GINACLIB_CPPFLAGS@%$GINACLIB_CPPFLAGS%g
3329 s%@GINACLIB_LIBS@%$GINACLIB_LIBS%g
3330 s%@DOXYGEN@%$DOXYGEN%g
3331 s%@LATEX@%$LATEX%g
3332 s%@MAKEINDEX@%$MAKEINDEX%g
3333 s%@DVIPS@%$DVIPS%g
3334 s%@FIG2DEV@%$FIG2DEV%g
3335 s%@TUTORIAL_TARGETS@%$TUTORIAL_TARGETS%g
3336 s%@REFERENCE_TARGETS@%$REFERENCE_TARGETS%g
3337 s%@CINT@%$CINT%g
3338 s%@MAKECINT@%$MAKECINT%g
3339 s%@CINTSYSDIR@%$CINTSYSDIR%g
3340 s%@LIBGINACCINT@%$LIBGINACCINT%g
3341 s%@GINACCINTDIR@%$GINACCINTDIR%g
3342
3343 CEOF
3344 EOF
3345
3346 cat >> $CONFIG_STATUS <<\EOF
3347
3348 # Split the substitutions into bite-sized pieces for seds with
3349 # small command number limits, like on Digital OSF/1 and HP-UX.
3350 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3351 ac_file=1 # Number of current file.
3352 ac_beg=1 # First line for current file.
3353 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3354 ac_more_lines=:
3355 ac_sed_cmds=""
3356 while $ac_more_lines; do
3357   if test $ac_beg -gt 1; then
3358     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3359   else
3360     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3361   fi
3362   if test ! -s conftest.s$ac_file; then
3363     ac_more_lines=false
3364     rm -f conftest.s$ac_file
3365   else
3366     if test -z "$ac_sed_cmds"; then
3367       ac_sed_cmds="sed -f conftest.s$ac_file"
3368     else
3369       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3370     fi
3371     ac_file=`expr $ac_file + 1`
3372     ac_beg=$ac_end
3373     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3374   fi
3375 done
3376 if test -z "$ac_sed_cmds"; then
3377   ac_sed_cmds=cat
3378 fi
3379 EOF
3380
3381 cat >> $CONFIG_STATUS <<EOF
3382
3383 CONFIG_FILES=\${CONFIG_FILES-"Makefile
3384 GiNaC.spec
3385 ginac-config
3386 ginac/Makefile
3387 check/Makefile
3388 ginsh/Makefile
3389 tools/Makefile
3390 doc/Makefile
3391 doc/tutorial/Makefile
3392 doc/reference/Makefile
3393 cint/Makefile
3394 cint/ginaccint
3395 "}
3396 EOF
3397 cat >> $CONFIG_STATUS <<\EOF
3398 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3399   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3400   case "$ac_file" in
3401   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3402        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3403   *) ac_file_in="${ac_file}.in" ;;
3404   esac
3405
3406   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3407
3408   # Remove last slash and all that follows it.  Not all systems have dirname.
3409   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3410   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3411     # The file is in a subdirectory.
3412     test ! -d "$ac_dir" && mkdir "$ac_dir"
3413     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3414     # A "../" for each directory in $ac_dir_suffix.
3415     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3416   else
3417     ac_dir_suffix= ac_dots=
3418   fi
3419
3420   case "$ac_given_srcdir" in
3421   .)  srcdir=.
3422       if test -z "$ac_dots"; then top_srcdir=.
3423       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3424   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3425   *) # Relative path.
3426     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3427     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3428   esac
3429
3430   case "$ac_given_INSTALL" in
3431   [/$]*) INSTALL="$ac_given_INSTALL" ;;
3432   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3433   esac
3434
3435   echo creating "$ac_file"
3436   rm -f "$ac_file"
3437   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3438   case "$ac_file" in
3439   *Makefile*) ac_comsub="1i\\
3440 # $configure_input" ;;
3441   *) ac_comsub= ;;
3442   esac
3443
3444   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3445   sed -e "$ac_comsub
3446 s%@configure_input@%$configure_input%g
3447 s%@srcdir@%$srcdir%g
3448 s%@top_srcdir@%$top_srcdir%g
3449 s%@INSTALL@%$INSTALL%g
3450 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3451 fi; done
3452 rm -f conftest.s*
3453
3454 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3455 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3456 #
3457 # ac_d sets the value in "#define NAME VALUE" lines.
3458 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
3459 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
3460 ac_dC='\3'
3461 ac_dD='%g'
3462 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3463 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3464 ac_uB='\([      ]\)%\1#\2define\3'
3465 ac_uC=' '
3466 ac_uD='\4%g'
3467 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3468 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3469 ac_eB='$%\1#\2define\3'
3470 ac_eC=' '
3471 ac_eD='%g'
3472
3473 if test "${CONFIG_HEADERS+set}" != set; then
3474 EOF
3475 cat >> $CONFIG_STATUS <<EOF
3476   CONFIG_HEADERS="config.h"
3477 EOF
3478 cat >> $CONFIG_STATUS <<\EOF
3479 fi
3480 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3481   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3482   case "$ac_file" in
3483   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3484        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3485   *) ac_file_in="${ac_file}.in" ;;
3486   esac
3487
3488   echo creating $ac_file
3489
3490   rm -f conftest.frag conftest.in conftest.out
3491   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3492   cat $ac_file_inputs > conftest.in
3493
3494 EOF
3495
3496 # Transform confdefs.h into a sed script conftest.vals that substitutes
3497 # the proper values into config.h.in to produce config.h.  And first:
3498 # Protect against being on the right side of a sed subst in config.status.
3499 # Protect against being in an unquoted here document in config.status.
3500 rm -f conftest.vals
3501 cat > conftest.hdr <<\EOF
3502 s/[\\&%]/\\&/g
3503 s%[\\$`]%\\&%g
3504 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3505 s%ac_d%ac_u%gp
3506 s%ac_u%ac_e%gp
3507 EOF
3508 sed -n -f conftest.hdr confdefs.h > conftest.vals
3509 rm -f conftest.hdr
3510
3511 # This sed command replaces #undef with comments.  This is necessary, for
3512 # example, in the case of _POSIX_SOURCE, which is predefined and required
3513 # on some systems where configure will not decide to define it.
3514 cat >> conftest.vals <<\EOF
3515 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3516 EOF
3517
3518 # Break up conftest.vals because some shells have a limit on
3519 # the size of here documents, and old seds have small limits too.
3520
3521 rm -f conftest.tail
3522 while :
3523 do
3524   ac_lines=`grep -c . conftest.vals`
3525   # grep -c gives empty output for an empty file on some AIX systems.
3526   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3527   # Write a limited-size here document to conftest.frag.
3528   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3529   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3530   echo 'CEOF
3531   sed -f conftest.frag conftest.in > conftest.out
3532   rm -f conftest.in
3533   mv conftest.out conftest.in
3534 ' >> $CONFIG_STATUS
3535   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3536   rm -f conftest.vals
3537   mv conftest.tail conftest.vals
3538 done
3539 rm -f conftest.vals
3540
3541 cat >> $CONFIG_STATUS <<\EOF
3542   rm -f conftest.frag conftest.h
3543   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
3544   cat conftest.in >> conftest.h
3545   rm -f conftest.in
3546   if cmp -s $ac_file conftest.h 2>/dev/null; then
3547     echo "$ac_file is unchanged"
3548     rm -f conftest.h
3549   else
3550     # Remove last slash and all that follows it.  Not all systems have dirname.
3551       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3552       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3553       # The file is in a subdirectory.
3554       test ! -d "$ac_dir" && mkdir "$ac_dir"
3555     fi
3556     rm -f $ac_file
3557     mv conftest.h $ac_file
3558   fi
3559 fi; done
3560
3561 EOF
3562 cat >> $CONFIG_STATUS <<EOF
3563
3564
3565 EOF
3566 cat >> $CONFIG_STATUS <<\EOF
3567 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
3568 chmod +x ginac-config cint/ginaccint
3569 exit 0
3570 EOF
3571 chmod +x $CONFIG_STATUS
3572 rm -fr confdefs* $ac_clean_files
3573 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3574
3575
3576 if test "x${ginac_error}" = "xyes"; then
3577     echo "**** The following problems have been detected by configure."
3578     echo "**** Please check the messages below before running \"make\"."
3579     echo "**** (see the section 'Common Problems' in the INSTALL file)"
3580     echo "$ginac_error_txt"
3581     if test "x${ginac_warning_txt}" != "x"; then
3582         echo "${ginac_warning_txt}"
3583     fi
3584     echo "deleting cache ${cache_file}"
3585     rm -f $cache_file
3586     else 
3587         if test x$ginac_warning = xyes; then
3588             echo "=== The following minor problems have been detected by configure."
3589             echo "=== Please check the messages below before running \"make\"."
3590             echo "=== (see the section 'Common Problems' in the INSTALL file)"
3591             echo "$ginac_warning_txt"
3592         fi
3593     echo "Configuration of GiNaC $VERSION done. Now type \"make\"."
3594 fi