]> git.donarmstrong.com Git - lilypond.git/blob - configure
release: 1.5.17
[lilypond.git] / configure
1 #! /bin/sh
2
3 ac_help="$ac_help
4   --with-gtkmm-prefix=PREFIX
5                           Prefix where GTK-- is installed (optional)"
6 # Check whether --with-gtkmm-prefix or --without-gtkmm-prefix was given.
7 if test "${with_gtkmm_prefix+set}" = set; then
8   withval="$with_gtkmm_prefix"
9   gtkmm_config_prefix="$withval"
10 else
11   gtkmm_config_prefix=""
12 fi
13
14 ac_help="$ac_help
15   --with-gtkmm-exec-prefix=PREFIX
16                           Exec prefix where GTK-- is installed (optional)"
17 # Check whether --with-gtkmm-exec-prefix or --without-gtkmm-exec-prefix was given.
18 if test "${with_gtkmm_exec_prefix+set}" = set; then
19   withval="$with_gtkmm_exec_prefix"
20   gtkmm_config_exec_prefix="$withval"
21 else
22   gtkmm_config_exec_prefix=""
23 fi
24
25 ac_help="$ac_help
26   --disable-gtkmmtest     Do not try to compile and run a test GTK-- program"
27 # Check whether --enable-gtkmmtest or --disable-gtkmmtest was given.
28 if test "${enable_gtkmmtest+set}" = set; then
29   enableval="$enable_gtkmmtest"
30   :
31 else
32   enable_gtkmmtest=yes
33 fi
34
35
36   if test x$gtkmm_config_exec_prefix != x ; then
37      gtkmm_config_args="$gtkmm_config_args --exec-prefix=$gtkmm_config_exec_prefix"
38      if test x${GTKMM_CONFIG+set} != xset ; then
39         GTKMM_CONFIG=$gtkmm_config_exec_prefix/bin/gtkmm-config
40      fi
41   fi
42   if test x$gtkmm_config_prefix != x ; then
43      gtkmm_config_args="$gtkmm_config_args --prefix=$gtkmm_config_prefix"
44      if test x${GTKMM_CONFIG+set} != xset ; then
45         GTKMM_CONFIG=$gtkmm_config_prefix/bin/gtkmm-config
46      fi
47   fi
48
49
50
51
52 # Configure paths for GTK--DRAW
53 # Derek Quinn Wyatt   98-08-21  (adapted from Jan Nieuwenhuizen's code)
54
55
56 # Guess values for system-dependent variables and create Makefiles.
57 # Generated automatically using autoconf version 2.13 
58 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
59 #
60 # This configure script is free software; the Free Software Foundation
61 # gives unlimited permission to copy, distribute and modify it.
62
63 # Defaults:
64 ac_help=
65 ac_default_prefix=/usr/local
66 # Any additions from configure.in:
67 ac_help="$ac_help
68   --enable-config=CONF    put settings in config-CONF.make and config-CONF.h;
69                             do \`make conf=CONF' to get output in ./out-CONF"
70 ac_help="$ac_help
71   --enable-checking       set runtime checks (assert calls).  Default: on"
72 ac_help="$ac_help
73   --enable-debugging      compile with debugging info.  Default: on"
74 ac_help="$ac_help
75   --enable-optimising      compile with optimising.  Default: on"
76 ac_help="$ac_help
77   --enable-profiling      compile with gprof support.  Default: off"
78 ac_help="$ac_help
79   --with-localedir=LOCALE use LOCALE as locale dir.  Default:
80                             PREFIX/share/locale "
81 ac_help="$ac_help
82   --with-lang=LANG        use LANG as language to emit messages"
83 ac_help="$ac_help
84   --enable-tfm-path=PATH  set path of tex directories where tfm files live,
85                             esp.: cmr10.tfm.  Default: use kpsewhich"
86 ac_help="$ac_help
87   --with-kpathsea         use kpathsea lib.  Default: on"
88
89 # Initialize some variables set by options.
90 # The variables have the same names as the options, with
91 # dashes changed to underlines.
92 build=NONE
93 cache_file=./config.cache
94 exec_prefix=NONE
95 host=NONE
96 no_create=
97 nonopt=NONE
98 no_recursion=
99 prefix=NONE
100 program_prefix=NONE
101 program_suffix=NONE
102 program_transform_name=s,x,x,
103 silent=
104 site=
105 srcdir=
106 target=NONE
107 verbose=
108 x_includes=NONE
109 x_libraries=NONE
110 bindir='${exec_prefix}/bin'
111 sbindir='${exec_prefix}/sbin'
112 libexecdir='${exec_prefix}/libexec'
113 datadir='${prefix}/share'
114 sysconfdir='${prefix}/etc'
115 sharedstatedir='${prefix}/com'
116 localstatedir='${prefix}/var'
117 libdir='${exec_prefix}/lib'
118 includedir='${prefix}/include'
119 oldincludedir='/usr/include'
120 infodir='${prefix}/info'
121 mandir='${prefix}/man'
122
123 # Initialize some other variables.
124 subdirs=
125 MFLAGS= MAKEFLAGS=
126 SHELL=${CONFIG_SHELL-/bin/sh}
127 # Maximum number of lines to put in a shell here document.
128 ac_max_here_lines=12
129
130 ac_prev=
131 for ac_option
132 do
133
134   # If the previous option needs an argument, assign it.
135   if test -n "$ac_prev"; then
136     eval "$ac_prev=\$ac_option"
137     ac_prev=
138     continue
139   fi
140
141   case "$ac_option" in
142   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
143   *) ac_optarg= ;;
144   esac
145
146   # Accept the important Cygnus configure options, so we can diagnose typos.
147
148   case "$ac_option" in
149
150   -bindir | --bindir | --bindi | --bind | --bin | --bi)
151     ac_prev=bindir ;;
152   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
153     bindir="$ac_optarg" ;;
154
155   -build | --build | --buil | --bui | --bu)
156     ac_prev=build ;;
157   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
158     build="$ac_optarg" ;;
159
160   -cache-file | --cache-file | --cache-fil | --cache-fi \
161   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
162     ac_prev=cache_file ;;
163   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
164   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
165     cache_file="$ac_optarg" ;;
166
167   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
168     ac_prev=datadir ;;
169   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
170   | --da=*)
171     datadir="$ac_optarg" ;;
172
173   -disable-* | --disable-*)
174     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
175     # Reject names that are not valid shell variable names.
176     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
177       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
178     fi
179     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
180     eval "enable_${ac_feature}=no" ;;
181
182   -enable-* | --enable-*)
183     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
184     # Reject names that are not valid shell variable names.
185     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
186       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
187     fi
188     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
189     case "$ac_option" in
190       *=*) ;;
191       *) ac_optarg=yes ;;
192     esac
193     eval "enable_${ac_feature}='$ac_optarg'" ;;
194
195   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
196   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
197   | --exec | --exe | --ex)
198     ac_prev=exec_prefix ;;
199   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
200   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
201   | --exec=* | --exe=* | --ex=*)
202     exec_prefix="$ac_optarg" ;;
203
204   -gas | --gas | --ga | --g)
205     # Obsolete; use --with-gas.
206     with_gas=yes ;;
207
208   -help | --help | --hel | --he)
209     # Omit some internal or obsolete options to make the list less imposing.
210     # This message is too long to be a string in the A/UX 3.1 sh.
211     cat << EOF
212 Usage: configure [options] [host]
213 Options: [defaults in brackets after descriptions]
214 Configuration:
215   --cache-file=FILE       cache test results in FILE
216   --help                  print this message
217   --no-create             do not create output files
218   --quiet, --silent       do not print \`checking...' messages
219   --version               print the version of autoconf that created configure
220 Directory and file names:
221   --prefix=PREFIX         install architecture-independent files in PREFIX
222                           [$ac_default_prefix]
223   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
224                           [same as prefix]
225   --bindir=DIR            user executables in DIR [EPREFIX/bin]
226   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
227   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
228   --datadir=DIR           read-only architecture-independent data in DIR
229                           [PREFIX/share]
230   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
231   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
232                           [PREFIX/com]
233   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
234   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
235   --includedir=DIR        C header files in DIR [PREFIX/include]
236   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
237   --infodir=DIR           info documentation in DIR [PREFIX/info]
238   --mandir=DIR            man documentation in DIR [PREFIX/man]
239   --srcdir=DIR            find the sources in DIR [configure dir or ..]
240   --program-prefix=PREFIX prepend PREFIX to installed program names
241   --program-suffix=SUFFIX append SUFFIX to installed program names
242   --program-transform-name=PROGRAM
243                           run sed PROGRAM on installed program names
244 EOF
245     cat << EOF
246 Host type:
247   --build=BUILD           configure for building on BUILD [BUILD=HOST]
248   --host=HOST             configure for HOST [guessed]
249   --target=TARGET         configure for TARGET [TARGET=HOST]
250 Features and packages:
251   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
252   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
253   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
254   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
255   --x-includes=DIR        X include files are in DIR
256   --x-libraries=DIR       X library files are in DIR
257 EOF
258     if test -n "$ac_help"; then
259       echo "--enable and --with options recognized:$ac_help"
260     fi
261     exit 0 ;;
262
263   -host | --host | --hos | --ho)
264     ac_prev=host ;;
265   -host=* | --host=* | --hos=* | --ho=*)
266     host="$ac_optarg" ;;
267
268   -includedir | --includedir | --includedi | --included | --include \
269   | --includ | --inclu | --incl | --inc)
270     ac_prev=includedir ;;
271   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
272   | --includ=* | --inclu=* | --incl=* | --inc=*)
273     includedir="$ac_optarg" ;;
274
275   -infodir | --infodir | --infodi | --infod | --info | --inf)
276     ac_prev=infodir ;;
277   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
278     infodir="$ac_optarg" ;;
279
280   -libdir | --libdir | --libdi | --libd)
281     ac_prev=libdir ;;
282   -libdir=* | --libdir=* | --libdi=* | --libd=*)
283     libdir="$ac_optarg" ;;
284
285   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
286   | --libexe | --libex | --libe)
287     ac_prev=libexecdir ;;
288   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
289   | --libexe=* | --libex=* | --libe=*)
290     libexecdir="$ac_optarg" ;;
291
292   -localstatedir | --localstatedir | --localstatedi | --localstated \
293   | --localstate | --localstat | --localsta | --localst \
294   | --locals | --local | --loca | --loc | --lo)
295     ac_prev=localstatedir ;;
296   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
297   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
298   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
299     localstatedir="$ac_optarg" ;;
300
301   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
302     ac_prev=mandir ;;
303   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
304     mandir="$ac_optarg" ;;
305
306   -nfp | --nfp | --nf)
307     # Obsolete; use --without-fp.
308     with_fp=no ;;
309
310   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
311   | --no-cr | --no-c)
312     no_create=yes ;;
313
314   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
315   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
316     no_recursion=yes ;;
317
318   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
319   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
320   | --oldin | --oldi | --old | --ol | --o)
321     ac_prev=oldincludedir ;;
322   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
323   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
324   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
325     oldincludedir="$ac_optarg" ;;
326
327   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
328     ac_prev=prefix ;;
329   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
330     prefix="$ac_optarg" ;;
331
332   -program-prefix | --program-prefix | --program-prefi | --program-pref \
333   | --program-pre | --program-pr | --program-p)
334     ac_prev=program_prefix ;;
335   -program-prefix=* | --program-prefix=* | --program-prefi=* \
336   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
337     program_prefix="$ac_optarg" ;;
338
339   -program-suffix | --program-suffix | --program-suffi | --program-suff \
340   | --program-suf | --program-su | --program-s)
341     ac_prev=program_suffix ;;
342   -program-suffix=* | --program-suffix=* | --program-suffi=* \
343   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
344     program_suffix="$ac_optarg" ;;
345
346   -program-transform-name | --program-transform-name \
347   | --program-transform-nam | --program-transform-na \
348   | --program-transform-n | --program-transform- \
349   | --program-transform | --program-transfor \
350   | --program-transfo | --program-transf \
351   | --program-trans | --program-tran \
352   | --progr-tra | --program-tr | --program-t)
353     ac_prev=program_transform_name ;;
354   -program-transform-name=* | --program-transform-name=* \
355   | --program-transform-nam=* | --program-transform-na=* \
356   | --program-transform-n=* | --program-transform-=* \
357   | --program-transform=* | --program-transfor=* \
358   | --program-transfo=* | --program-transf=* \
359   | --program-trans=* | --program-tran=* \
360   | --progr-tra=* | --program-tr=* | --program-t=*)
361     program_transform_name="$ac_optarg" ;;
362
363   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
364   | -silent | --silent | --silen | --sile | --sil)
365     silent=yes ;;
366
367   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
368     ac_prev=sbindir ;;
369   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
370   | --sbi=* | --sb=*)
371     sbindir="$ac_optarg" ;;
372
373   -sharedstatedir | --sharedstatedir | --sharedstatedi \
374   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
375   | --sharedst | --shareds | --shared | --share | --shar \
376   | --sha | --sh)
377     ac_prev=sharedstatedir ;;
378   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
379   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
380   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
381   | --sha=* | --sh=*)
382     sharedstatedir="$ac_optarg" ;;
383
384   -site | --site | --sit)
385     ac_prev=site ;;
386   -site=* | --site=* | --sit=*)
387     site="$ac_optarg" ;;
388
389   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
390     ac_prev=srcdir ;;
391   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
392     srcdir="$ac_optarg" ;;
393
394   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
395   | --syscon | --sysco | --sysc | --sys | --sy)
396     ac_prev=sysconfdir ;;
397   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
398   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
399     sysconfdir="$ac_optarg" ;;
400
401   -target | --target | --targe | --targ | --tar | --ta | --t)
402     ac_prev=target ;;
403   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
404     target="$ac_optarg" ;;
405
406   -v | -verbose | --verbose | --verbos | --verbo | --verb)
407     verbose=yes ;;
408
409   -version | --version | --versio | --versi | --vers)
410     echo "configure generated by autoconf version 2.13"
411     exit 0 ;;
412
413   -with-* | --with-*)
414     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
415     # Reject names that are not valid shell variable names.
416     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
417       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
418     fi
419     ac_package=`echo $ac_package| sed 's/-/_/g'`
420     case "$ac_option" in
421       *=*) ;;
422       *) ac_optarg=yes ;;
423     esac
424     eval "with_${ac_package}='$ac_optarg'" ;;
425
426   -without-* | --without-*)
427     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
428     # Reject names that are not valid shell variable names.
429     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
430       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
431     fi
432     ac_package=`echo $ac_package| sed 's/-/_/g'`
433     eval "with_${ac_package}=no" ;;
434
435   --x)
436     # Obsolete; use --with-x.
437     with_x=yes ;;
438
439   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
440   | --x-incl | --x-inc | --x-in | --x-i)
441     ac_prev=x_includes ;;
442   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
443   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
444     x_includes="$ac_optarg" ;;
445
446   -x-libraries | --x-libraries | --x-librarie | --x-librari \
447   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
448     ac_prev=x_libraries ;;
449   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
450   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
451     x_libraries="$ac_optarg" ;;
452
453   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
454     ;;
455
456   *)
457     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
458       echo "configure: warning: $ac_option: invalid host type" 1>&2
459     fi
460     if test "x$nonopt" != xNONE; then
461       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
462     fi
463     nonopt="$ac_option"
464     ;;
465
466   esac
467 done
468
469 if test -n "$ac_prev"; then
470   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
471 fi
472
473 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
474
475 # File descriptor usage:
476 # 0 standard input
477 # 1 file creation
478 # 2 errors and warnings
479 # 3 some systems may open it to /dev/tty
480 # 4 used on the Kubota Titan
481 # 6 checking for... messages and results
482 # 5 compiler messages saved in config.log
483 if test "$silent" = yes; then
484   exec 6>/dev/null
485 else
486   exec 6>&1
487 fi
488 exec 5>./config.log
489
490 echo "\
491 This file contains any messages produced by compilers while
492 running configure, to aid debugging if configure makes a mistake.
493 " 1>&5
494
495 # Strip out --no-create and --no-recursion so they do not pile up.
496 # Also quote any args containing shell metacharacters.
497 ac_configure_args=
498 for ac_arg
499 do
500   case "$ac_arg" in
501   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
502   | --no-cr | --no-c) ;;
503   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
504   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
505   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
506   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
507   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
508   esac
509 done
510
511 # NLS nuisances.
512 # Only set these to C if already set.  These must not be set unconditionally
513 # because not all systems understand e.g. LANG=C (notably SCO).
514 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
515 # Non-C LC_CTYPE values break the ctype check.
516 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
517 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
518 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
519 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
520
521 # confdefs.h avoids OS command line length limits that DEFS can exceed.
522 rm -rf conftest* confdefs.h
523 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
524 echo > confdefs.h
525
526 # A filename unique to this package, relative to the directory that
527 # configure is in, which we can look for to find out if srcdir is correct.
528 ac_unique_file=make/lilypond.lsm.in
529
530 # Find the source files, if location was not specified.
531 if test -z "$srcdir"; then
532   ac_srcdir_defaulted=yes
533   # Try the directory containing this script, then its parent.
534   ac_prog=$0
535   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
536   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
537   srcdir=$ac_confdir
538   if test ! -r $srcdir/$ac_unique_file; then
539     srcdir=..
540   fi
541 else
542   ac_srcdir_defaulted=no
543 fi
544 if test ! -r $srcdir/$ac_unique_file; then
545   if test "$ac_srcdir_defaulted" = yes; then
546     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
547   else
548     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
549   fi
550 fi
551 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
552
553 # Prefer explicitly selected file to automatically selected ones.
554 if test -z "$CONFIG_SITE"; then
555   if test "x$prefix" != xNONE; then
556     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
557   else
558     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
559   fi
560 fi
561 for ac_site_file in $CONFIG_SITE; do
562   if test -r "$ac_site_file"; then
563     echo "loading site script $ac_site_file"
564     . "$ac_site_file"
565   fi
566 done
567
568 if test -r "$cache_file"; then
569   echo "loading cache $cache_file"
570   . $cache_file
571 else
572   echo "creating cache $cache_file"
573   > $cache_file
574 fi
575
576 ac_ext=c
577 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
578 ac_cpp='$CPP $CPPFLAGS'
579 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
580 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
581 cross_compiling=$ac_cv_prog_cc_cross
582
583 ac_exeext=
584 ac_objext=o
585 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
586   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
587   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
588     ac_n= ac_c='
589 ' ac_t='        '
590   else
591     ac_n=-n ac_c= ac_t=
592   fi
593 else
594   ac_n= ac_c='\c' ac_t=
595 fi
596
597
598
599
600 # Bootstrap StepMake configure
601
602
603     . $srcdir/VERSION
604     FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL
605     if test x$MY_PATCH_LEVEL != x; then
606         FULL_VERSION=$FULL_VERSION.$MY_PATCH_LEVEL
607     fi
608
609     # urg: don't "fix" this: irix doesn't know about [:lower:] and [:upper:]
610         PACKAGE=`echo $PACKAGE_NAME | tr '[a-z]' '[A-Z]'`
611     package=`echo $PACKAGE_NAME | tr '[A-Z]' '[a-z]'`
612     
613     # No versioning on directory names of sub-packages 
614     # urg, urg
615     stepmake=${datadir}/stepmake
616     presome=${prefix}
617     if test "$prefix" = "NONE"; then
618             presome=${ac_default_prefix}
619     fi
620     stepmake=`echo ${stepmake} | sed "s!\\\${prefix}!$presome!"`
621
622     # urg, how is this supposed to work?
623     if test "$program_prefix" = "NONE"; then
624           program_prefix=
625     fi
626     if test "$program_suffix" = "NONE"; then
627           program_suffix=
628     fi
629
630     echo $ac_n "checking Package""... $ac_c" 1>&6
631 echo "configure:632: checking Package" >&5
632     if test "x$PACKAGE" = "xSTEPMAKE"; then
633         echo "$ac_t""Stepmake package!" 1>&6
634
635         echo $ac_n "checking builddir""... $ac_c" 1>&6
636 echo "configure:637: checking builddir" >&5
637         if test "$srcdir" = "."; then
638             builddir=.
639         else
640             absolute_builddir="`pwd`"
641             package_absolute_builddir="`dirname $absolute_builddir`"
642             package_srcdir="`dirname  $srcdir`"
643             builddir="`dirname $package_srcdir`/`basename $package_absolute_builddir`/`basename $absolute_builddir`"
644         fi
645         echo "$ac_t""$builddir" 1>&6
646
647         (cd stepmake 2>/dev/null || mkdir stepmake)
648         (cd stepmake; rm -f stepmake; ln -s ../$srcdir/stepmake .)
649         (cd stepmake; rm -f bin; ln -s ../$srcdir/bin .)
650         ac_aux_dir=
651 for ac_dir in bin $srcdir/bin; do
652   if test -f $ac_dir/install-sh; then
653     ac_aux_dir=$ac_dir
654     ac_install_sh="$ac_aux_dir/install-sh -c"
655     break
656   elif test -f $ac_dir/install.sh; then
657     ac_aux_dir=$ac_dir
658     ac_install_sh="$ac_aux_dir/install.sh -c"
659     break
660   fi
661 done
662 if test -z "$ac_aux_dir"; then
663   { echo "configure: error: can not find install-sh or install.sh in bin $srcdir/bin" 1>&2; exit 1; }
664 fi
665 ac_config_guess=$ac_aux_dir/config.guess
666 ac_config_sub=$ac_aux_dir/config.sub
667 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
668
669         stepmake=stepmake
670     else
671         echo "$ac_t""$PACKAGE" 1>&6
672
673         echo $ac_n "checking builddir""... $ac_c" 1>&6
674 echo "configure:675: checking builddir" >&5
675         if test "$srcdir" = "."; then
676             builddir=.
677             srcdir_build=no
678         else
679             absolute_builddir="`pwd`"
680 #           builddir="`dirname  $srcdir`/`basename $absolute_builddir`"
681             builddir="`bash $srcdir/buildscripts/walk.sh \"$srcdir\"`"
682             srcdir_build=yes
683         fi
684         echo "$ac_t""$builddir" 1>&6
685         if expr "$srcdir" : '/' > /dev/null 2>&1; then
686             absolute_srcdir=yes
687             
688     echo "configure: warning: Absolute --srcdir specified: $srcdir" 1>&2
689     warn_b=yes
690
691         fi
692
693         echo $ac_n "checking for stepmake""... $ac_c" 1>&6
694 echo "configure:695: checking for stepmake" >&5
695         # Check for installed stepmake
696         if test -d $stepmake; then
697             echo "$ac_t""$stepmake" 1>&6
698         else
699             if test "$absolute_srcdir" != "yes"; then
700                 stepmake='$(depth)'/$srcdir/stepmake
701             else
702                 stepmake=$srcdir/stepmake
703             fi
704             echo "$ac_t""$srcdir/stepmake  ($datadir/stepmake not found)" 1>&6
705         fi
706
707         ac_aux_dir=
708 for ac_dir in \
709           $HOME/usr/local/share/stepmake/bin\
710           $HOME/usr/local/lib/stepmake/bin\
711           $HOME/usr/share/stepmake/bin\
712           $HOME/usr/lib/stepmake/bin\
713           /usr/local/share/stepmake/bin\
714           /usr/local/lib/stepmake/bin\
715           /usr/share/stepmake/bin\
716           /usr/lib/stepmake/bin\
717           stepmake/bin\
718           $srcdir/stepmake/bin\
719          $srcdir/\
720           $HOME/usr/local/share/stepmake/bin\
721           $HOME/usr/local/lib/stepmake/bin\
722           $HOME/usr/share/stepmake/bin\
723           $HOME/usr/lib/stepmake/bin\
724           /usr/local/share/stepmake/bin\
725           /usr/local/lib/stepmake/bin\
726           /usr/share/stepmake/bin\
727           /usr/lib/stepmake/bin\
728           stepmake/bin\
729           $srcdir/stepmake/bin\
730         ; do
731   if test -f $ac_dir/install-sh; then
732     ac_aux_dir=$ac_dir
733     ac_install_sh="$ac_aux_dir/install-sh -c"
734     break
735   elif test -f $ac_dir/install.sh; then
736     ac_aux_dir=$ac_dir
737     ac_install_sh="$ac_aux_dir/install.sh -c"
738     break
739   fi
740 done
741 if test -z "$ac_aux_dir"; then
742   { echo "configure: error: can not find install-sh or install.sh in \
743           $HOME/usr/local/share/stepmake/bin\
744           $HOME/usr/local/lib/stepmake/bin\
745           $HOME/usr/share/stepmake/bin\
746           $HOME/usr/lib/stepmake/bin\
747           /usr/local/share/stepmake/bin\
748           /usr/local/lib/stepmake/bin\
749           /usr/share/stepmake/bin\
750           /usr/lib/stepmake/bin\
751           stepmake/bin\
752           $srcdir/stepmake/bin\
753          $srcdir/\
754           $HOME/usr/local/share/stepmake/bin\
755           $HOME/usr/local/lib/stepmake/bin\
756           $HOME/usr/share/stepmake/bin\
757           $HOME/usr/lib/stepmake/bin\
758           /usr/local/share/stepmake/bin\
759           /usr/local/lib/stepmake/bin\
760           /usr/share/stepmake/bin\
761           /usr/lib/stepmake/bin\
762           stepmake/bin\
763           $srcdir/stepmake/bin\
764         " 1>&2; exit 1; }
765 fi
766 ac_config_guess=$ac_aux_dir/config.guess
767 ac_config_sub=$ac_aux_dir/config.sub
768 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
769
770     fi
771
772     
773     
774     
775     
776     
777     cat >> confdefs.h <<EOF
778 #define PACKAGE "${PACKAGE_NAME}"
779 EOF
780
781     cat >> confdefs.h <<EOF
782 #define TOPLEVEL_VERSION "${FULL_VERSION}"
783 EOF
784
785
786     if test "$package_depth" = "" ; then
787         package_depth="."
788     else
789         package_depth="../$package_depth"
790     fi
791     export package_depth
792     
793
794     AUTOGENERATE="This file was automatically generated by configure"
795     
796
797     CONFIGSUFFIX=
798     # Check whether --enable-config or --disable-config was given.
799 if test "${enable_config+set}" = set; then
800   enableval="$enable_config"
801   CONFIGURATION=$enableval
802 fi
803
804
805     test -n "$CONFIGURATION" && CONFIGSUFFIX="-$CONFIGURATION"
806     CONFIGFILE=config$CONFIGSUFFIX
807     
808      
809     
810 # Make sure we can run config.sub.
811 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
812 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
813 fi
814
815 echo $ac_n "checking host system type""... $ac_c" 1>&6
816 echo "configure:817: checking host system type" >&5
817
818 host_alias=$host
819 case "$host_alias" in
820 NONE)
821   case $nonopt in
822   NONE)
823     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
824     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
825     fi ;;
826   *) host_alias=$nonopt ;;
827   esac ;;
828 esac
829
830 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
831 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
832 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
833 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
834 echo "$ac_t""$host" 1>&6
835
836     for ac_prog in gmake make
837 do
838 # Extract the first word of "$ac_prog", so it can be a program name with args.
839 set dummy $ac_prog; ac_word=$2
840 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
841 echo "configure:842: checking for $ac_word" >&5
842 if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then
843   echo $ac_n "(cached) $ac_c" 1>&6
844 else
845   if test -n "$MAKE"; then
846   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
847 else
848   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
849   ac_dummy="$PATH"
850   for ac_dir in $ac_dummy; do
851     test -z "$ac_dir" && ac_dir=.
852     if test -f $ac_dir/$ac_word; then
853       ac_cv_prog_MAKE="$ac_prog"
854       break
855     fi
856   done
857   IFS="$ac_save_ifs"
858 fi
859 fi
860 MAKE="$ac_cv_prog_MAKE"
861 if test -n "$MAKE"; then
862   echo "$ac_t""$MAKE" 1>&6
863 else
864   echo "$ac_t""no" 1>&6
865 fi
866
867 test -n "$MAKE" && break
868 done
869 test -n "$MAKE" || MAKE="error"
870
871     for ac_prog in find
872 do
873 # Extract the first word of "$ac_prog", so it can be a program name with args.
874 set dummy $ac_prog; ac_word=$2
875 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
876 echo "configure:877: checking for $ac_word" >&5
877 if eval "test \"`echo '$''{'ac_cv_prog_FIND'+set}'`\" = set"; then
878   echo $ac_n "(cached) $ac_c" 1>&6
879 else
880   if test -n "$FIND"; then
881   ac_cv_prog_FIND="$FIND" # Let the user override the test.
882 else
883   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
884   ac_dummy="$PATH"
885   for ac_dir in $ac_dummy; do
886     test -z "$ac_dir" && ac_dir=.
887     if test -f $ac_dir/$ac_word; then
888       ac_cv_prog_FIND="$ac_prog"
889       break
890     fi
891   done
892   IFS="$ac_save_ifs"
893 fi
894 fi
895 FIND="$ac_cv_prog_FIND"
896 if test -n "$FIND"; then
897   echo "$ac_t""$FIND" 1>&6
898 else
899   echo "$ac_t""no" 1>&6
900 fi
901
902 test -n "$FIND" && break
903 done
904 test -n "$FIND" || FIND="error"
905
906
907
908     for ac_prog in tar
909 do
910 # Extract the first word of "$ac_prog", so it can be a program name with args.
911 set dummy $ac_prog; ac_word=$2
912 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
913 echo "configure:914: checking for $ac_word" >&5
914 if eval "test \"`echo '$''{'ac_cv_prog_TAR'+set}'`\" = set"; then
915   echo $ac_n "(cached) $ac_c" 1>&6
916 else
917   if test -n "$TAR"; then
918   ac_cv_prog_TAR="$TAR" # Let the user override the test.
919 else
920   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
921   ac_dummy="$PATH"
922   for ac_dir in $ac_dummy; do
923     test -z "$ac_dir" && ac_dir=.
924     if test -f $ac_dir/$ac_word; then
925       ac_cv_prog_TAR="$ac_prog"
926       break
927     fi
928   done
929   IFS="$ac_save_ifs"
930 fi
931 fi
932 TAR="$ac_cv_prog_TAR"
933 if test -n "$TAR"; then
934   echo "$ac_t""$TAR" 1>&6
935 else
936   echo "$ac_t""no" 1>&6
937 fi
938
939 test -n "$TAR" && break
940 done
941 test -n "$TAR" || TAR="error"
942
943
944     if test "x`uname`" = "xHP-UX"; then
945         # Extract the first word of "bash", so it can be a program name with args.
946 set dummy bash; ac_word=$2
947 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
948 echo "configure:949: checking for $ac_word" >&5
949 if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
950   echo $ac_n "(cached) $ac_c" 1>&6
951 else
952   case "$BASH" in
953   /*)
954   ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
955   ;;
956   ?:/*)                  
957   ac_cv_path_BASH="$BASH" # Let the user override the test with a dos path.
958   ;;
959   *)
960   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
961   ac_dummy="$PATH"
962   for ac_dir in $ac_dummy; do 
963     test -z "$ac_dir" && ac_dir=.
964     if test -f $ac_dir/$ac_word; then
965       ac_cv_path_BASH="$ac_dir/$ac_word"
966       break
967     fi
968   done
969   IFS="$ac_save_ifs"
970   test -z "$ac_cv_path_BASH" && ac_cv_path_BASH="/bin/sh"
971   ;;
972 esac
973 fi
974 BASH="$ac_cv_path_BASH"
975 if test -n "$BASH"; then
976   echo "$ac_t""$BASH" 1>&6
977 else
978   echo "$ac_t""no" 1>&6
979 fi
980
981         
982     echo "configure: warning: avoiding buggy /bin/sh" 1>&2
983     warn_b=yes
984
985         # Extract the first word of "bash", so it can be a program name with args.
986 set dummy bash; ac_word=$2
987 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
988 echo "configure:989: checking for $ac_word" >&5
989 if eval "test \"`echo '$''{'ac_cv_path_SHELL'+set}'`\" = set"; then
990   echo $ac_n "(cached) $ac_c" 1>&6
991 else
992   case "$SHELL" in
993   /*)
994   ac_cv_path_SHELL="$SHELL" # Let the user override the test with a path.
995   ;;
996   ?:/*)                  
997   ac_cv_path_SHELL="$SHELL" # Let the user override the test with a dos path.
998   ;;
999   *)
1000   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1001   ac_dummy="$PATH"
1002   for ac_dir in $ac_dummy; do 
1003     test -z "$ac_dir" && ac_dir=.
1004     if test -f $ac_dir/$ac_word; then
1005       ac_cv_path_SHELL="$ac_dir/$ac_word"
1006       break
1007     fi
1008   done
1009   IFS="$ac_save_ifs"
1010   test -z "$ac_cv_path_SHELL" && ac_cv_path_SHELL="/bin/ksh"
1011   ;;
1012 esac
1013 fi
1014 SHELL="$ac_cv_path_SHELL"
1015 if test -n "$SHELL"; then
1016   echo "$ac_t""$SHELL" 1>&6
1017 else
1018   echo "$ac_t""no" 1>&6
1019 fi
1020
1021     else
1022         # Extract the first word of "bash", so it can be a program name with args.
1023 set dummy bash; ac_word=$2
1024 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1025 echo "configure:1026: checking for $ac_word" >&5
1026 if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
1027   echo $ac_n "(cached) $ac_c" 1>&6
1028 else
1029   case "$BASH" in
1030   /*)
1031   ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
1032   ;;
1033   ?:/*)                  
1034   ac_cv_path_BASH="$BASH" # Let the user override the test with a dos path.
1035   ;;
1036   *)
1037   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1038   ac_dummy="$PATH"
1039   for ac_dir in $ac_dummy; do 
1040     test -z "$ac_dir" && ac_dir=.
1041     if test -f $ac_dir/$ac_word; then
1042       ac_cv_path_BASH="$ac_dir/$ac_word"
1043       break
1044     fi
1045   done
1046   IFS="$ac_save_ifs"
1047   test -z "$ac_cv_path_BASH" && ac_cv_path_BASH="/bin/sh"
1048   ;;
1049 esac
1050 fi
1051 BASH="$ac_cv_path_BASH"
1052 if test -n "$BASH"; then
1053   echo "$ac_t""$BASH" 1>&6
1054 else
1055   echo "$ac_t""no" 1>&6
1056 fi
1057
1058         SHELL=/bin/sh
1059         
1060     fi
1061
1062
1063     # Extract the first word of "${PYTHON:-python}", so it can be a program name with args.
1064 set dummy ${PYTHON:-python}; ac_word=$2
1065 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1066 echo "configure:1067: checking for $ac_word" >&5
1067 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
1068   echo $ac_n "(cached) $ac_c" 1>&6
1069 else
1070   case "$PYTHON" in
1071   /*)
1072   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
1073   ;;
1074   ?:/*)                  
1075   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a dos path.
1076   ;;
1077   *)
1078   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1079   ac_dummy="$PATH"
1080   for ac_dir in $ac_dummy; do 
1081     test -z "$ac_dir" && ac_dir=.
1082     if test -f $ac_dir/$ac_word; then
1083       ac_cv_path_PYTHON="$ac_dir/$ac_word"
1084       break
1085     fi
1086   done
1087   IFS="$ac_save_ifs"
1088   test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="-echo no python"
1089   ;;
1090 esac
1091 fi
1092 PYTHON="$ac_cv_path_PYTHON"
1093 if test -n "$PYTHON"; then
1094   echo "$ac_t""$PYTHON" 1>&6
1095 else
1096   echo "$ac_t""no" 1>&6
1097 fi
1098
1099     
1100
1101     if test $MAKE != "error" ; then
1102         $MAKE -v 2> /dev/null | grep GNU > /dev/null
1103         if test "$?" = 1
1104         then
1105                 
1106     echo "configure: warning: Please install *GNU* make" 1>&2
1107     warn_b=yes
1108  
1109         fi
1110     fi 
1111
1112     
1113         result="`echo \"$PYTHON\" | grep echo`"
1114         if test "x$PYTHON" = "xerror" -o "x$result" != "x"; then
1115                 
1116     echo "configure: warning: can\'t find python. You should install Python" 1>&2
1117     warn_b=yes
1118
1119         fi
1120
1121
1122     if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then
1123         LN=cp # hard link does not work under cygnus-nt
1124         LN_S='cp -r' # symbolic link does not work for native nt
1125         ZIP="zip -r -9" #
1126         program_suffix=.exe
1127         # urg
1128         # ROOTSEP=':'
1129         # DIRSEP='\\'
1130         # PATHSEP=';'
1131         #
1132         # cygwin fixes all these things.  
1133         # it seems these were used because of dos-style TEXINPUTS and
1134         # MFINPUTS needed for miktex.
1135         # but this breaks parsing of all other cygwin/unix style paths.
1136         #
1137         # if your (mik)tex breaks, make a:
1138         #    /usr/local/bin/tex:
1139         #    #!/bin/sh
1140         #    TEXINPUTS=`cygpath -pw $TEXINPUTS` /texmf/miktex/bin/tex 
1141         #
1142         # and
1143         #
1144         #    /usr/local/bin/mf:
1145         #    #!/bin/sh
1146         #    MFINPUTS=`cygpath -pw $MFINPUTS` /texmf/miktex/bin/mf 
1147         #
1148         # this way, you may have buildscripts/out/lilypond-profile 
1149         # 'automatically' sourced from /usr/etc/profile.d/ too.
1150         #
1151         ROOTSEP=':'
1152         DIRSEP='/'
1153         PATHSEP=':'
1154         INSTALL="\$(SHELL) \$(stepdir)/../bin/install-dot-exe.sh -c"
1155     else
1156         ROOTSEP=':'
1157         DIRSEP='/'
1158         PATHSEP=':'
1159         LN=ln
1160         LN_S='ln -s'
1161         ZIP="zip -r -9"
1162         INSTALL="\$(SHELL) \$(stepdir)/../bin/install-sh -c"
1163     fi
1164     
1165     
1166     
1167     
1168     
1169     
1170     cat >> confdefs.h <<EOF
1171 #define DIRSEP '${DIRSEP}'
1172 EOF
1173
1174     cat >> confdefs.h <<EOF
1175 #define PATHSEP '${PATHSEP}'
1176 EOF
1177
1178     
1179     
1180   
1181     
1182     if test "$datadir" = "\${prefix}/share"; then
1183             datadir='${prefix}/share/'$package
1184     fi
1185     DIR_DATADIR=${datadir}
1186     presome=${prefix}
1187     if test "$prefix" = "NONE"; then
1188             presome=${ac_default_prefix}
1189     fi
1190     DIR_DATADIR=`echo ${DIR_DATADIR} | sed "s!\\\${prefix}!$presome!"`
1191
1192     
1193     
1194     
1195                         
1196     cat >> confdefs.h <<EOF
1197 #define DIR_DATADIR "${DIR_DATADIR}"
1198 EOF
1199
1200
1201
1202
1203 # For all packages except the StepMake package itself
1204 subdirs="stepmake"
1205
1206
1207 # Uncomment the configuration options your package needs.
1208
1209     # -O is necessary to get inlining
1210     CFLAGS=${CFLAGS:-""}
1211     CXXFLAGS=${CXXFLAGS:-$CFLAGS}
1212     LDFLAGS=${LDFLAGS:-""}
1213     checking_b=yes
1214     optimise_b=yes
1215     profile_b=no
1216     debug_b=yes
1217
1218     # Check whether --enable-checking or --disable-checking was given.
1219 if test "${enable_checking+set}" = set; then
1220   enableval="$enable_checking"
1221   checking_b=$enableval 
1222 fi
1223
1224
1225     # Check whether --enable-debugging or --disable-debugging was given.
1226 if test "${enable_debugging+set}" = set; then
1227   enableval="$enable_debugging"
1228   debug_b=$enableval
1229 fi
1230
1231
1232     # Check whether --enable-optimising or --disable-optimising was given.
1233 if test "${enable_optimising+set}" = set; then
1234   enableval="$enable_optimising"
1235   optimise_b=$enableval
1236 fi
1237
1238
1239     # Check whether --enable-profiling or --disable-profiling was given.
1240 if test "${enable_profiling+set}" = set; then
1241   enableval="$enable_profiling"
1242   profile_b=$enableval
1243 fi
1244
1245     
1246
1247     if test "$checking_b" = no; then
1248         # ugh
1249         cat >> confdefs.h <<\EOF
1250 #define NDEBUG 1
1251 EOF
1252
1253         DEFINES="$DEFINES -DNDEBUG"
1254     fi
1255
1256     if test "$optimise_b" = yes; then
1257         OPTIMIZE="-O2 -finline-functions"
1258     fi
1259
1260
1261     if test $profile_b = yes; then
1262         EXTRA_LIBES="-pg"
1263         OPTIMIZE="$OPTIMIZE -pg"
1264     fi
1265
1266     if test $debug_b = yes; then        
1267         OPTIMIZE="$OPTIMIZE -g"
1268     fi
1269
1270
1271     # Extract the first word of "gcc", so it can be a program name with args.
1272 set dummy gcc; ac_word=$2
1273 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1274 echo "configure:1275: checking for $ac_word" >&5
1275 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1276   echo $ac_n "(cached) $ac_c" 1>&6
1277 else
1278   if test -n "$CC"; then
1279   ac_cv_prog_CC="$CC" # Let the user override the test.
1280 else
1281   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1282   ac_dummy="$PATH"
1283   for ac_dir in $ac_dummy; do
1284     test -z "$ac_dir" && ac_dir=.
1285     if test -f $ac_dir/$ac_word; then
1286       ac_cv_prog_CC="gcc"
1287       break
1288     fi
1289   done
1290   IFS="$ac_save_ifs"
1291 fi
1292 fi
1293 CC="$ac_cv_prog_CC"
1294 if test -n "$CC"; then
1295   echo "$ac_t""$CC" 1>&6
1296 else
1297   echo "$ac_t""no" 1>&6
1298 fi
1299
1300 if test -z "$CC"; then
1301   # Extract the first word of "cc", so it can be a program name with args.
1302 set dummy cc; ac_word=$2
1303 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1304 echo "configure:1305: checking for $ac_word" >&5
1305 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1306   echo $ac_n "(cached) $ac_c" 1>&6
1307 else
1308   if test -n "$CC"; then
1309   ac_cv_prog_CC="$CC" # Let the user override the test.
1310 else
1311   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1312   ac_prog_rejected=no
1313   ac_dummy="$PATH"
1314   for ac_dir in $ac_dummy; do
1315     test -z "$ac_dir" && ac_dir=.
1316     if test -f $ac_dir/$ac_word; then
1317       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1318         ac_prog_rejected=yes
1319         continue
1320       fi
1321       ac_cv_prog_CC="cc"
1322       break
1323     fi
1324   done
1325   IFS="$ac_save_ifs"
1326 if test $ac_prog_rejected = yes; then
1327   # We found a bogon in the path, so make sure we never use it.
1328   set dummy $ac_cv_prog_CC
1329   shift
1330   if test $# -gt 0; then
1331     # We chose a different compiler from the bogus one.
1332     # However, it has the same basename, so the bogon will be chosen
1333     # first if we set CC to just the basename; use the full file name.
1334     shift
1335     set dummy "$ac_dir/$ac_word" "$@"
1336     shift
1337     ac_cv_prog_CC="$@"
1338   fi
1339 fi
1340 fi
1341 fi
1342 CC="$ac_cv_prog_CC"
1343 if test -n "$CC"; then
1344   echo "$ac_t""$CC" 1>&6
1345 else
1346   echo "$ac_t""no" 1>&6
1347 fi
1348
1349   if test -z "$CC"; then
1350     case "`uname -s`" in
1351     *win32* | *WIN32*)
1352       # Extract the first word of "cl", so it can be a program name with args.
1353 set dummy cl; ac_word=$2
1354 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1355 echo "configure:1356: checking for $ac_word" >&5
1356 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1357   echo $ac_n "(cached) $ac_c" 1>&6
1358 else
1359   if test -n "$CC"; then
1360   ac_cv_prog_CC="$CC" # Let the user override the test.
1361 else
1362   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1363   ac_dummy="$PATH"
1364   for ac_dir in $ac_dummy; do
1365     test -z "$ac_dir" && ac_dir=.
1366     if test -f $ac_dir/$ac_word; then
1367       ac_cv_prog_CC="cl"
1368       break
1369     fi
1370   done
1371   IFS="$ac_save_ifs"
1372 fi
1373 fi
1374 CC="$ac_cv_prog_CC"
1375 if test -n "$CC"; then
1376   echo "$ac_t""$CC" 1>&6
1377 else
1378   echo "$ac_t""no" 1>&6
1379 fi
1380  ;;
1381     esac
1382   fi
1383   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1384 fi
1385
1386 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1387 echo "configure:1388: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1388
1389 ac_ext=c
1390 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1391 ac_cpp='$CPP $CPPFLAGS'
1392 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1393 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1394 cross_compiling=$ac_cv_prog_cc_cross
1395
1396 cat > conftest.$ac_ext << EOF
1397
1398 #line 1399 "configure"
1399 #include "confdefs.h"
1400
1401 main(){return(0);}
1402 EOF
1403 if { (eval echo configure:1404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1404   ac_cv_prog_cc_works=yes
1405   # If we can't run a trivial program, we are probably using a cross compiler.
1406   if (./conftest; exit) 2>/dev/null; then
1407     ac_cv_prog_cc_cross=no
1408   else
1409     ac_cv_prog_cc_cross=yes
1410   fi
1411 else
1412   echo "configure: failed program was:" >&5
1413   cat conftest.$ac_ext >&5
1414   ac_cv_prog_cc_works=no
1415 fi
1416 rm -fr conftest*
1417 ac_ext=c
1418 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1419 ac_cpp='$CPP $CPPFLAGS'
1420 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1421 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1422 cross_compiling=$ac_cv_prog_cc_cross
1423
1424 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1425 if test $ac_cv_prog_cc_works = no; then
1426   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1427 fi
1428 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1429 echo "configure:1430: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1430 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1431 cross_compiling=$ac_cv_prog_cc_cross
1432
1433 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1434 echo "configure:1435: checking whether we are using GNU C" >&5
1435 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1436   echo $ac_n "(cached) $ac_c" 1>&6
1437 else
1438   cat > conftest.c <<EOF
1439 #ifdef __GNUC__
1440   yes;
1441 #endif
1442 EOF
1443 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1444   ac_cv_prog_gcc=yes
1445 else
1446   ac_cv_prog_gcc=no
1447 fi
1448 fi
1449
1450 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1451
1452 if test $ac_cv_prog_gcc = yes; then
1453   GCC=yes
1454 else
1455   GCC=
1456 fi
1457
1458 ac_test_CFLAGS="${CFLAGS+set}"
1459 ac_save_CFLAGS="$CFLAGS"
1460 CFLAGS=
1461 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1462 echo "configure:1463: checking whether ${CC-cc} accepts -g" >&5
1463 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1464   echo $ac_n "(cached) $ac_c" 1>&6
1465 else
1466   echo 'void f(){}' > conftest.c
1467 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1468   ac_cv_prog_cc_g=yes
1469 else
1470   ac_cv_prog_cc_g=no
1471 fi
1472 rm -f conftest*
1473
1474 fi
1475
1476 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1477 if test "$ac_test_CFLAGS" = set; then
1478   CFLAGS="$ac_save_CFLAGS"
1479 elif test $ac_cv_prog_cc_g = yes; then
1480   if test "$GCC" = yes; then
1481     CFLAGS="-g -O2"
1482   else
1483     CFLAGS="-g"
1484   fi
1485 else
1486   if test "$GCC" = yes; then
1487     CFLAGS="-O2"
1488   else
1489     CFLAGS=
1490   fi
1491 fi
1492
1493     LD='$(CC)'
1494     
1495
1496     CFLAGS="$CFLAGS $OPTIMIZE"
1497     CPPFLAGS=${CPPFLAGS:-""}
1498
1499     echo $ac_n "checking for IEEE-conformance compiler flags""... $ac_c" 1>&6
1500 echo "configure:1501: checking for IEEE-conformance compiler flags" >&5
1501     save_cflags="$CFLAGS"
1502     case "$host" in
1503         alpha*-*-*)
1504                     echo "$ac_t""-mieee" 1>&6
1505             CFLAGS="-mieee $CFLAGS"
1506             ;;
1507         *)
1508             echo "$ac_t""none" 1>&6
1509             ;;
1510     esac
1511     
1512     
1513     
1514     
1515     
1516     
1517     
1518     
1519
1520 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
1521 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1522 echo "configure:1523: checking how to run the C preprocessor" >&5
1523 # On Suns, sometimes $CPP names a directory.
1524 if test -n "$CPP" && test -d "$CPP"; then
1525   CPP=
1526 fi
1527 if test -z "$CPP"; then
1528 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1529   echo $ac_n "(cached) $ac_c" 1>&6
1530 else
1531     # This must be in double quotes, not single quotes, because CPP may get
1532   # substituted into the Makefile and "${CC-cc}" will confuse make.
1533   CPP="${CC-cc} -E"
1534   # On the NeXT, cc -E runs the code through the compiler's parser,
1535   # not just through cpp.
1536   cat > conftest.$ac_ext <<EOF
1537 #line 1538 "configure"
1538 #include "confdefs.h"
1539 #include <assert.h>
1540 Syntax Error
1541 EOF
1542 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1543 { (eval echo configure:1544: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1544 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1545 if test -z "$ac_err"; then
1546   :
1547 else
1548   echo "$ac_err" >&5
1549   echo "configure: failed program was:" >&5
1550   cat conftest.$ac_ext >&5
1551   rm -rf conftest*
1552   CPP="${CC-cc} -E -traditional-cpp"
1553   cat > conftest.$ac_ext <<EOF
1554 #line 1555 "configure"
1555 #include "confdefs.h"
1556 #include <assert.h>
1557 Syntax Error
1558 EOF
1559 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1560 { (eval echo configure:1561: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1561 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1562 if test -z "$ac_err"; then
1563   :
1564 else
1565   echo "$ac_err" >&5
1566   echo "configure: failed program was:" >&5
1567   cat conftest.$ac_ext >&5
1568   rm -rf conftest*
1569   CPP="${CC-cc} -nologo -E"
1570   cat > conftest.$ac_ext <<EOF
1571 #line 1572 "configure"
1572 #include "confdefs.h"
1573 #include <assert.h>
1574 Syntax Error
1575 EOF
1576 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1577 { (eval echo configure:1578: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1578 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1579 if test -z "$ac_err"; then
1580   :
1581 else
1582   echo "$ac_err" >&5
1583   echo "configure: failed program was:" >&5
1584   cat conftest.$ac_ext >&5
1585   rm -rf conftest*
1586   CPP=/lib/cpp
1587 fi
1588 rm -f conftest*
1589 fi
1590 rm -f conftest*
1591 fi
1592 rm -f conftest*
1593   ac_cv_prog_CPP="$CPP"
1594 fi
1595   CPP="$ac_cv_prog_CPP"
1596 else
1597   ac_cv_prog_CPP="$CPP"
1598 fi
1599 echo "$ac_t""$CPP" 1>&6
1600
1601 for ac_hdr in assert.h sys/stat.h
1602 do
1603 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1604 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1605 echo "configure:1606: checking for $ac_hdr" >&5
1606 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1607   echo $ac_n "(cached) $ac_c" 1>&6
1608 else
1609   cat > conftest.$ac_ext <<EOF
1610 #line 1611 "configure"
1611 #include "confdefs.h"
1612 #include <$ac_hdr>
1613 EOF
1614 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1615 { (eval echo configure:1616: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1616 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1617 if test -z "$ac_err"; then
1618   rm -rf conftest*
1619   eval "ac_cv_header_$ac_safe=yes"
1620 else
1621   echo "$ac_err" >&5
1622   echo "configure: failed program was:" >&5
1623   cat conftest.$ac_ext >&5
1624   rm -rf conftest*
1625   eval "ac_cv_header_$ac_safe=no"
1626 fi
1627 rm -f conftest*
1628 fi
1629 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1630   echo "$ac_t""yes" 1>&6
1631     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1632   cat >> confdefs.h <<EOF
1633 #define $ac_tr_hdr 1
1634 EOF
1635  
1636 else
1637   echo "$ac_t""no" 1>&6
1638 fi
1639 done
1640
1641 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
1642 echo "configure:1643: checking whether stat file-mode macros are broken" >&5
1643 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
1644   echo $ac_n "(cached) $ac_c" 1>&6
1645 else
1646   cat > conftest.$ac_ext <<EOF
1647 #line 1648 "configure"
1648 #include "confdefs.h"
1649 #include <sys/types.h>
1650 #include <sys/stat.h>
1651
1652 #if defined(S_ISBLK) && defined(S_IFDIR)
1653 # if S_ISBLK (S_IFDIR)
1654 You lose.
1655 # endif
1656 #endif
1657
1658 #if defined(S_ISBLK) && defined(S_IFCHR)
1659 # if S_ISBLK (S_IFCHR)
1660 You lose.
1661 # endif
1662 #endif
1663
1664 #if defined(S_ISLNK) && defined(S_IFREG)
1665 # if S_ISLNK (S_IFREG)
1666 You lose.
1667 # endif
1668 #endif
1669
1670 #if defined(S_ISSOCK) && defined(S_IFREG)
1671 # if S_ISSOCK (S_IFREG)
1672 You lose.
1673 # endif
1674 #endif
1675
1676 EOF
1677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1678   egrep "You lose" >/dev/null 2>&1; then
1679   rm -rf conftest*
1680   ac_cv_header_stat_broken=yes
1681 else
1682   rm -rf conftest*
1683   ac_cv_header_stat_broken=no
1684 fi
1685 rm -f conftest*
1686
1687 fi
1688
1689 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
1690 if test $ac_cv_header_stat_broken = yes; then
1691   cat >> confdefs.h <<\EOF
1692 #define STAT_MACROS_BROKEN 1
1693 EOF
1694
1695 fi
1696
1697
1698 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
1699 echo "configure:1700: checking how to run the C++ preprocessor" >&5
1700 if test -z "$CXXCPP"; then
1701 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
1702   echo $ac_n "(cached) $ac_c" 1>&6
1703 else
1704   ac_ext=C
1705 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1706 ac_cpp='$CXXCPP $CPPFLAGS'
1707 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1708 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1709 cross_compiling=$ac_cv_prog_cxx_cross
1710   CXXCPP="${CXX-g++} -E"
1711   cat > conftest.$ac_ext <<EOF
1712 #line 1713 "configure"
1713 #include "confdefs.h"
1714 #include <stdlib.h>
1715 EOF
1716 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1717 { (eval echo configure:1718: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1718 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1719 if test -z "$ac_err"; then
1720   :
1721 else
1722   echo "$ac_err" >&5
1723   echo "configure: failed program was:" >&5
1724   cat conftest.$ac_ext >&5
1725   rm -rf conftest*
1726   CXXCPP=/lib/cpp
1727 fi
1728 rm -f conftest*
1729   ac_cv_prog_CXXCPP="$CXXCPP"
1730 ac_ext=C
1731 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1732 ac_cpp='$CXXCPP $CPPFLAGS'
1733 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1734 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1735 cross_compiling=$ac_cv_prog_cxx_cross
1736 fi
1737 fi
1738 CXXCPP="$ac_cv_prog_CXXCPP"
1739 echo "$ac_t""$CXXCPP" 1>&6
1740
1741
1742     ac_ext=C
1743 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1744 ac_cpp='$CXXCPP $CPPFLAGS'
1745 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1746 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1747 cross_compiling=$ac_cv_prog_cxx_cross
1748
1749     for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
1750 do
1751 # Extract the first word of "$ac_prog", so it can be a program name with args.
1752 set dummy $ac_prog; ac_word=$2
1753 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1754 echo "configure:1755: checking for $ac_word" >&5
1755 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1756   echo $ac_n "(cached) $ac_c" 1>&6
1757 else
1758   if test -n "$CXX"; then
1759   ac_cv_prog_CXX="$CXX" # Let the user override the test.
1760 else
1761   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1762   ac_dummy="$PATH"
1763   for ac_dir in $ac_dummy; do
1764     test -z "$ac_dir" && ac_dir=.
1765     if test -f $ac_dir/$ac_word; then
1766       ac_cv_prog_CXX="$ac_prog"
1767       break
1768     fi
1769   done
1770   IFS="$ac_save_ifs"
1771 fi
1772 fi
1773 CXX="$ac_cv_prog_CXX"
1774 if test -n "$CXX"; then
1775   echo "$ac_t""$CXX" 1>&6
1776 else
1777   echo "$ac_t""no" 1>&6
1778 fi
1779
1780 test -n "$CXX" && break
1781 done
1782 test -n "$CXX" || CXX="gcc"
1783
1784
1785 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1786 echo "configure:1787: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1787
1788 ac_ext=C
1789 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1790 ac_cpp='$CXXCPP $CPPFLAGS'
1791 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1792 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1793 cross_compiling=$ac_cv_prog_cxx_cross
1794
1795 cat > conftest.$ac_ext << EOF
1796
1797 #line 1798 "configure"
1798 #include "confdefs.h"
1799
1800 int main(){return(0);}
1801 EOF
1802 if { (eval echo configure:1803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1803   ac_cv_prog_cxx_works=yes
1804   # If we can't run a trivial program, we are probably using a cross compiler.
1805   if (./conftest; exit) 2>/dev/null; then
1806     ac_cv_prog_cxx_cross=no
1807   else
1808     ac_cv_prog_cxx_cross=yes
1809   fi
1810 else
1811   echo "configure: failed program was:" >&5
1812   cat conftest.$ac_ext >&5
1813   ac_cv_prog_cxx_works=no
1814 fi
1815 rm -fr conftest*
1816 ac_ext=C
1817 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1818 ac_cpp='$CXXCPP $CPPFLAGS'
1819 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1820 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1821 cross_compiling=$ac_cv_prog_cxx_cross
1822
1823 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1824 if test $ac_cv_prog_cxx_works = no; then
1825   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1826 fi
1827 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1828 echo "configure:1829: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1829 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1830 cross_compiling=$ac_cv_prog_cxx_cross
1831
1832 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1833 echo "configure:1834: checking whether we are using GNU C++" >&5
1834 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1835   echo $ac_n "(cached) $ac_c" 1>&6
1836 else
1837   cat > conftest.C <<EOF
1838 #ifdef __GNUC__
1839   yes;
1840 #endif
1841 EOF
1842 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1843   ac_cv_prog_gxx=yes
1844 else
1845   ac_cv_prog_gxx=no
1846 fi
1847 fi
1848
1849 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1850
1851 if test $ac_cv_prog_gxx = yes; then
1852   GXX=yes
1853 else
1854   GXX=
1855 fi
1856
1857 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1858 ac_save_CXXFLAGS="$CXXFLAGS"
1859 CXXFLAGS=
1860 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1861 echo "configure:1862: checking whether ${CXX-g++} accepts -g" >&5
1862 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1863   echo $ac_n "(cached) $ac_c" 1>&6
1864 else
1865   echo 'void f(){}' > conftest.cc
1866 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1867   ac_cv_prog_cxx_g=yes
1868 else
1869   ac_cv_prog_cxx_g=no
1870 fi
1871 rm -f conftest*
1872
1873 fi
1874
1875 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1876 if test "$ac_test_CXXFLAGS" = set; then
1877   CXXFLAGS="$ac_save_CXXFLAGS"
1878 elif test $ac_cv_prog_cxx_g = yes; then
1879   if test "$GXX" = yes; then
1880     CXXFLAGS="-g -O2"
1881   else
1882     CXXFLAGS="-g"
1883   fi
1884 else
1885   if test "$GXX" = yes; then
1886     CXXFLAGS="-O2"
1887   else
1888     CXXFLAGS=
1889   fi
1890 fi
1891
1892
1893     ac_safe=`echo "FlexLexer.h" | sed 'y%./+-%__p_%'`
1894 echo $ac_n "checking for FlexLexer.h""... $ac_c" 1>&6
1895 echo "configure:1896: checking for FlexLexer.h" >&5
1896 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1897   echo $ac_n "(cached) $ac_c" 1>&6
1898 else
1899   cat > conftest.$ac_ext <<EOF
1900 #line 1901 "configure"
1901 #include "confdefs.h"
1902 #include <FlexLexer.h>
1903 EOF
1904 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1905 { (eval echo configure:1906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1906 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1907 if test -z "$ac_err"; then
1908   rm -rf conftest*
1909   eval "ac_cv_header_$ac_safe=yes"
1910 else
1911   echo "$ac_err" >&5
1912   echo "configure: failed program was:" >&5
1913   cat conftest.$ac_ext >&5
1914   rm -rf conftest*
1915   eval "ac_cv_header_$ac_safe=no"
1916 fi
1917 rm -f conftest*
1918 fi
1919 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1920   echo "$ac_t""yes" 1>&6
1921   true
1922 else
1923   echo "$ac_t""no" 1>&6
1924
1925     echo "configure: warning: can"\'"t find flex header. Please install Flex headers correctly" 1>&2
1926     warn_b=yes
1927
1928 fi
1929
1930
1931     CPPFLAGS="$CPPFLAGS $DEFINES"
1932     CXXFLAGS="$CXXFLAGS $OPTIMIZE"
1933     LDFLAGS="$LDFLAGS $EXTRA_LIBES"
1934
1935     
1936     
1937     LD='$(CXX)'
1938     
1939
1940
1941     echo $ac_n "checking "g++ version"""... $ac_c" 1>&6
1942 echo "configure:1943: checking "g++ version"" >&5
1943     cxx_version=`$CXX --version`
1944     echo "$ac_t"""$cxx_version"" 1>&6
1945         # urg, egcs: how to check for egcs >= 1.1?
1946     if expr "$cxx_version" : '.*2\.[89]' > /dev/null ||
1947         expr "$cxx_version" : '.*egcs' > /dev/null ||
1948         expr "$cxx_version" : '3\.0' > /dev/null
1949         then
1950             true
1951     else
1952             
1953     echo "configure: warning: can\'t find g++ 2.8" 1>&2
1954     warn_b=yes
1955
1956     fi
1957
1958
1959     echo $ac_n "checking whether explicit instantiation is needed""... $ac_c" 1>&6
1960 echo "configure:1961: checking whether explicit instantiation is needed" >&5
1961 if eval "test \"`echo '$''{'lily_cv_need_explicit_instantiation'+set}'`\" = set"; then
1962   echo $ac_n "(cached) $ac_c" 1>&6
1963 else
1964   cat > conftest.$ac_ext <<EOF
1965 #line 1966 "configure"
1966 #include "confdefs.h"
1967
1968     template <class T> struct foo { static int baz; };
1969     template <class T> int foo<T>::baz = 1;
1970     
1971 int main() {
1972  return foo<int>::baz; 
1973 ; return 0; }
1974 EOF
1975 if { (eval echo configure:1976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1976   rm -rf conftest*
1977   lily_cv_need_explicit_instantiation=no
1978 else
1979   echo "configure: failed program was:" >&5
1980   cat conftest.$ac_ext >&5
1981   rm -rf conftest*
1982   lily_cv_need_explicit_instantiation=yes
1983 fi
1984 rm -f conftest*
1985 fi
1986
1987 echo "$ac_t""$lily_cv_need_explicit_instantiation" 1>&6
1988     if test x"$lily_cv_need_explicit_instantiation"x = x"yes"x; then
1989         cat >> confdefs.h <<\EOF
1990 #define NEED_EXPLICIT_INSTANTIATION 1
1991 EOF
1992
1993     fi
1994
1995
1996     # ugh, automake: we want (and check for) bison
1997     for ac_prog in 'bison -y' byacc
1998 do
1999 # Extract the first word of "$ac_prog", so it can be a program name with args.
2000 set dummy $ac_prog; ac_word=$2
2001 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2002 echo "configure:2003: checking for $ac_word" >&5
2003 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2004   echo $ac_n "(cached) $ac_c" 1>&6
2005 else
2006   if test -n "$YACC"; then
2007   ac_cv_prog_YACC="$YACC" # Let the user override the test.
2008 else
2009   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2010   ac_dummy="$PATH"
2011   for ac_dir in $ac_dummy; do
2012     test -z "$ac_dir" && ac_dir=.
2013     if test -f $ac_dir/$ac_word; then
2014       ac_cv_prog_YACC="$ac_prog"
2015       break
2016     fi
2017   done
2018   IFS="$ac_save_ifs"
2019 fi
2020 fi
2021 YACC="$ac_cv_prog_YACC"
2022 if test -n "$YACC"; then
2023   echo "$ac_t""$YACC" 1>&6
2024 else
2025   echo "$ac_t""no" 1>&6
2026 fi
2027
2028 test -n "$YACC" && break
2029 done
2030 test -n "$YACC" || YACC="yacc"
2031
2032     # ugh, automake: we want (and check for) flex
2033     # AC_PROG_LEX
2034     # urg: automake 1.3: hope this doesn't break 1.2 ac_cv_pro_lex_root hack...
2035
2036     # AC_DECL_YYTEXT
2037     # ugh, ugh
2038     ac_cv_prog_lex_root=lex.yy
2039
2040     for ac_prog in bison
2041 do
2042 # Extract the first word of "$ac_prog", so it can be a program name with args.
2043 set dummy $ac_prog; ac_word=$2
2044 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2045 echo "configure:2046: checking for $ac_word" >&5
2046 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
2047   echo $ac_n "(cached) $ac_c" 1>&6
2048 else
2049   if test -n "$BISON"; then
2050   ac_cv_prog_BISON="$BISON" # Let the user override the test.
2051 else
2052   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2053   ac_dummy="$PATH"
2054   for ac_dir in $ac_dummy; do
2055     test -z "$ac_dir" && ac_dir=.
2056     if test -f $ac_dir/$ac_word; then
2057       ac_cv_prog_BISON="$ac_prog"
2058       break
2059     fi
2060   done
2061   IFS="$ac_save_ifs"
2062 fi
2063 fi
2064 BISON="$ac_cv_prog_BISON"
2065 if test -n "$BISON"; then
2066   echo "$ac_t""$BISON" 1>&6
2067 else
2068   echo "$ac_t""no" 1>&6
2069 fi
2070
2071 test -n "$BISON" && break
2072 done
2073 test -n "$BISON" || BISON="error"
2074
2075     for ac_prog in flex
2076 do
2077 # Extract the first word of "$ac_prog", so it can be a program name with args.
2078 set dummy $ac_prog; ac_word=$2
2079 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2080 echo "configure:2081: checking for $ac_word" >&5
2081 if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
2082   echo $ac_n "(cached) $ac_c" 1>&6
2083 else
2084   if test -n "$FLEX"; then
2085   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
2086 else
2087   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2088   ac_dummy="$PATH"
2089   for ac_dir in $ac_dummy; do
2090     test -z "$ac_dir" && ac_dir=.
2091     if test -f $ac_dir/$ac_word; then
2092       ac_cv_prog_FLEX="$ac_prog"
2093       break
2094     fi
2095   done
2096   IFS="$ac_save_ifs"
2097 fi
2098 fi
2099 FLEX="$ac_cv_prog_FLEX"
2100 if test -n "$FLEX"; then
2101   echo "$ac_t""$FLEX" 1>&6
2102 else
2103   echo "$ac_t""no" 1>&6
2104 fi
2105
2106 test -n "$FLEX" && break
2107 done
2108 test -n "$FLEX" || FLEX="error"
2109
2110     
2111         result="`echo \"$BISON\" | grep echo`"
2112         if test "x$BISON" = "xerror" -o "x$result" != "x"; then
2113                 
2114     echo "configure: warning: can\'t find bison. Please install Bison" 1>&2
2115     warn_b=yes
2116
2117         fi
2118
2119     
2120         result="`echo \"$FLEX\" | grep echo`"
2121         if test "x$FLEX" = "xerror" -o "x$result" != "x"; then
2122                 
2123     echo "configure: warning: can\'t find flex. Please install Flex" 1>&2
2124     warn_b=yes
2125
2126         fi
2127
2128
2129     if test $BISON != "error"; then
2130         bison_version=`$BISON --version | sed 's/^.*version 1.//g'`
2131         if test `echo $bison_version | sed 's/\..*$//g'` -lt 25; then
2132             
2133     echo "configure: warning: Your bison is a bit old (1.$bison_version). You might have to install 1.25" 1>&2
2134     warn_b=yes
2135
2136         fi      
2137     fi
2138
2139     
2140     
2141
2142
2143     for ac_prog in ar
2144 do
2145 # Extract the first word of "$ac_prog", so it can be a program name with args.
2146 set dummy $ac_prog; ac_word=$2
2147 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2148 echo "configure:2149: checking for $ac_word" >&5
2149 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
2150   echo $ac_n "(cached) $ac_c" 1>&6
2151 else
2152   if test -n "$AR"; then
2153   ac_cv_prog_AR="$AR" # Let the user override the test.
2154 else
2155   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2156   ac_dummy="$PATH"
2157   for ac_dir in $ac_dummy; do
2158     test -z "$ac_dir" && ac_dir=.
2159     if test -f $ac_dir/$ac_word; then
2160       ac_cv_prog_AR="$ac_prog"
2161       break
2162     fi
2163   done
2164   IFS="$ac_save_ifs"
2165 fi
2166 fi
2167 AR="$ac_cv_prog_AR"
2168 if test -n "$AR"; then
2169   echo "$ac_t""$AR" 1>&6
2170 else
2171   echo "$ac_t""no" 1>&6
2172 fi
2173
2174 test -n "$AR" && break
2175 done
2176 test -n "$AR" || AR="error"
2177
2178     # Extract the first word of "ranlib", so it can be a program name with args.
2179 set dummy ranlib; ac_word=$2
2180 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2181 echo "configure:2182: checking for $ac_word" >&5
2182 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2183   echo $ac_n "(cached) $ac_c" 1>&6
2184 else
2185   if test -n "$RANLIB"; then
2186   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2187 else
2188   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2189   ac_dummy="$PATH"
2190   for ac_dir in $ac_dummy; do
2191     test -z "$ac_dir" && ac_dir=.
2192     if test -f $ac_dir/$ac_word; then
2193       ac_cv_prog_RANLIB="ranlib"
2194       break
2195     fi
2196   done
2197   IFS="$ac_save_ifs"
2198   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2199 fi
2200 fi
2201 RANLIB="$ac_cv_prog_RANLIB"
2202 if test -n "$RANLIB"; then
2203   echo "$ac_t""$RANLIB" 1>&6
2204 else
2205   echo "$ac_t""no" 1>&6
2206 fi
2207
2208
2209     
2210     
2211
2212
2213     lang=English
2214     ALL_LINGUAS="en nl"
2215
2216     # with/enable ??
2217     # Check whether --with-localedir or --without-localedir was given.
2218 if test "${with_localedir+set}" = set; then
2219   withval="$with_localedir"
2220   localedir=$with_localedir
2221 else
2222   localedir='${prefix}/share/locale'
2223 fi
2224
2225
2226     # Check whether --with-lang or --without-lang was given.
2227 if test "${with_lang+set}" = set; then
2228   withval="$with_lang"
2229   language=$with_lang
2230 else
2231   language=English
2232 fi
2233
2234
2235     echo $ac_n "checking language""... $ac_c" 1>&6
2236 echo "configure:2237: checking language" >&5    
2237     case "$language" in
2238       En* | en* | Am* | am* | US* | us*)
2239             lang=English;;
2240       NL | nl | Du* | du* | Ned* | ned*)
2241             lang=Dutch;;
2242       "")
2243             lang=English;;
2244       *)
2245             lang=unknown;;
2246     esac
2247     echo "$ac_t""$lang" 1>&6
2248
2249     if test "$lang" = "unknown" ; then
2250         
2251     echo "configure: warning: $language not supported; available are: $ALL_LINGUAS" 1>&2
2252     warn_b=yes
2253
2254     fi
2255
2256
2257
2258     DIR_LOCALEDIR=${localedir}
2259     presome=${prefix}
2260     if test "$prefix" = "NONE"; then
2261             presome=${ac_default_prefix}
2262     fi
2263     DIR_LOCALEDIR=`echo ${DIR_LOCALEDIR} | sed "s!\\\${prefix}!$presome!"`
2264     
2265     
2266     cat >> confdefs.h <<EOF
2267 #define DIR_LOCALEDIR "${DIR_LOCALEDIR}"
2268 EOF
2269
2270
2271     echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
2272 echo "configure:2273: checking for gettext in -lintl" >&5
2273 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
2274 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2275   echo $ac_n "(cached) $ac_c" 1>&6
2276 else
2277   ac_save_LIBS="$LIBS"
2278 LIBS="-lintl  $LIBS"
2279 cat > conftest.$ac_ext <<EOF
2280 #line 2281 "configure"
2281 #include "confdefs.h"
2282 /* Override any gcc2 internal prototype to avoid an error.  */
2283 #ifdef __cplusplus
2284 extern "C"
2285 #endif
2286 /* We use char because int might match the return type of a gcc2
2287     builtin and then its argument prototype would still apply.  */
2288 char gettext();
2289
2290 int main() {
2291 gettext()
2292 ; return 0; }
2293 EOF
2294 if { (eval echo configure:2295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2295   rm -rf conftest*
2296   eval "ac_cv_lib_$ac_lib_var=yes"
2297 else
2298   echo "configure: failed program was:" >&5
2299   cat conftest.$ac_ext >&5
2300   rm -rf conftest*
2301   eval "ac_cv_lib_$ac_lib_var=no"
2302 fi
2303 rm -f conftest*
2304 LIBS="$ac_save_LIBS"
2305
2306 fi
2307 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2308   echo "$ac_t""yes" 1>&6
2309     ac_tr_lib=HAVE_LIB`echo intl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2310     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2311   cat >> confdefs.h <<EOF
2312 #define $ac_tr_lib 1
2313 EOF
2314
2315   LIBS="-lintl $LIBS"
2316
2317 else
2318   echo "$ac_t""no" 1>&6
2319 fi
2320
2321     for ac_func in gettext
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
2380
2381     # AC_CHECK_PROGS(MSGFMT, msgfmt, -echo no msgfmt)
2382     for ac_prog in msgfmt
2383 do
2384 # Extract the first word of "$ac_prog", so it can be a program name with args.
2385 set dummy $ac_prog; ac_word=$2
2386 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2387 echo "configure:2388: checking for $ac_word" >&5
2388 if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then
2389   echo $ac_n "(cached) $ac_c" 1>&6
2390 else
2391   if test -n "$MSGFMT"; then
2392   ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
2393 else
2394   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2395   ac_dummy="$PATH"
2396   for ac_dir in $ac_dummy; do
2397     test -z "$ac_dir" && ac_dir=.
2398     if test -f $ac_dir/$ac_word; then
2399       ac_cv_prog_MSGFMT="$ac_prog"
2400       break
2401     fi
2402   done
2403   IFS="$ac_save_ifs"
2404 fi
2405 fi
2406 MSGFMT="$ac_cv_prog_MSGFMT"
2407 if test -n "$MSGFMT"; then
2408   echo "$ac_t""$MSGFMT" 1>&6
2409 else
2410   echo "$ac_t""no" 1>&6
2411 fi
2412
2413 test -n "$MSGFMT" && break
2414 done
2415 test -n "$MSGFMT" || MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh "
2416
2417     echo $ac_n "checking whether msgfmt accepts -o""... $ac_c" 1>&6
2418 echo "configure:2419: checking whether msgfmt accepts -o" >&5
2419     msgfmt_output="`msgfmt -o bla 2>&1 | grep usage`"
2420     if test "$msgfmt_output" = ""; then
2421         echo "$ac_t""yes" 1>&6
2422     else
2423         # urg
2424         MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh"
2425         echo "$ac_t""no" 1>&6
2426         
2427     echo "configure: warning: please install msgfmt from GNU gettext" 1>&2
2428     warn_b=yes
2429
2430     fi
2431     if test ! -n "$MSGFMT"; then
2432         
2433     echo "configure: warning: please install msgfmt from GNU gettext" 1>&2
2434     warn_b=yes
2435
2436     fi
2437
2438
2439     # urg, never know what names these teTeX guys will think up
2440
2441     for ac_prog in mf
2442 do
2443 # Extract the first word of "$ac_prog", so it can be a program name with args.
2444 set dummy $ac_prog; ac_word=$2
2445 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2446 echo "configure:2447: checking for $ac_word" >&5
2447 if eval "test \"`echo '$''{'ac_cv_prog_METAFONT'+set}'`\" = set"; then
2448   echo $ac_n "(cached) $ac_c" 1>&6
2449 else
2450   if test -n "$METAFONT"; then
2451   ac_cv_prog_METAFONT="$METAFONT" # Let the user override the test.
2452 else
2453   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2454   ac_dummy="$PATH"
2455   for ac_dir in $ac_dummy; do
2456     test -z "$ac_dir" && ac_dir=.
2457     if test -f $ac_dir/$ac_word; then
2458       ac_cv_prog_METAFONT="$ac_prog"
2459       break
2460     fi
2461   done
2462   IFS="$ac_save_ifs"
2463 fi
2464 fi
2465 METAFONT="$ac_cv_prog_METAFONT"
2466 if test -n "$METAFONT"; then
2467   echo "$ac_t""$METAFONT" 1>&6
2468 else
2469   echo "$ac_t""no" 1>&6
2470 fi
2471
2472 test -n "$METAFONT" && break
2473 done
2474 test -n "$METAFONT" || METAFONT="no"
2475
2476     if test "x$METAFONT" = "xno"; then
2477         for ac_prog in mfont
2478 do
2479 # Extract the first word of "$ac_prog", so it can be a program name with args.
2480 set dummy $ac_prog; ac_word=$2
2481 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2482 echo "configure:2483: checking for $ac_word" >&5
2483 if eval "test \"`echo '$''{'ac_cv_prog_MFONT'+set}'`\" = set"; then
2484   echo $ac_n "(cached) $ac_c" 1>&6
2485 else
2486   if test -n "$MFONT"; then
2487   ac_cv_prog_MFONT="$MFONT" # Let the user override the test.
2488 else
2489   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2490   ac_dummy="$PATH"
2491   for ac_dir in $ac_dummy; do
2492     test -z "$ac_dir" && ac_dir=.
2493     if test -f $ac_dir/$ac_word; then
2494       ac_cv_prog_MFONT="$ac_prog"
2495       break
2496     fi
2497   done
2498   IFS="$ac_save_ifs"
2499 fi
2500 fi
2501 MFONT="$ac_cv_prog_MFONT"
2502 if test -n "$MFONT"; then
2503   echo "$ac_t""$MFONT" 1>&6
2504 else
2505   echo "$ac_t""no" 1>&6
2506 fi
2507
2508 test -n "$MFONT" && break
2509 done
2510 test -n "$MFONT" || MFONT="-echo no mf or mfont"
2511
2512         METAFONT=$MFONT
2513     fi
2514
2515     for ac_prog in mp
2516 do
2517 # Extract the first word of "$ac_prog", so it can be a program name with args.
2518 set dummy $ac_prog; ac_word=$2
2519 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2520 echo "configure:2521: checking for $ac_word" >&5
2521 if eval "test \"`echo '$''{'ac_cv_prog_METAPOST'+set}'`\" = set"; then
2522   echo $ac_n "(cached) $ac_c" 1>&6
2523 else
2524   if test -n "$METAPOST"; then
2525   ac_cv_prog_METAPOST="$METAPOST" # Let the user override the test.
2526 else
2527   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2528   ac_dummy="$PATH"
2529   for ac_dir in $ac_dummy; do
2530     test -z "$ac_dir" && ac_dir=.
2531     if test -f $ac_dir/$ac_word; then
2532       ac_cv_prog_METAPOST="$ac_prog"
2533       break
2534     fi
2535   done
2536   IFS="$ac_save_ifs"
2537 fi
2538 fi
2539 METAPOST="$ac_cv_prog_METAPOST"
2540 if test -n "$METAPOST"; then
2541   echo "$ac_t""$METAPOST" 1>&6
2542 else
2543   echo "$ac_t""no" 1>&6
2544 fi
2545
2546 test -n "$METAPOST" && break
2547 done
2548 test -n "$METAPOST" || METAPOST="no"
2549
2550     if test "x$METAPOST" = "xno"; then
2551         for ac_prog in mpost
2552 do
2553 # Extract the first word of "$ac_prog", so it can be a program name with args.
2554 set dummy $ac_prog; ac_word=$2
2555 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2556 echo "configure:2557: checking for $ac_word" >&5
2557 if eval "test \"`echo '$''{'ac_cv_prog_MPOST'+set}'`\" = set"; then
2558   echo $ac_n "(cached) $ac_c" 1>&6
2559 else
2560   if test -n "$MPOST"; then
2561   ac_cv_prog_MPOST="$MPOST" # Let the user override the test.
2562 else
2563   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2564   ac_dummy="$PATH"
2565   for ac_dir in $ac_dummy; do
2566     test -z "$ac_dir" && ac_dir=.
2567     if test -f $ac_dir/$ac_word; then
2568       ac_cv_prog_MPOST="$ac_prog"
2569       break
2570     fi
2571   done
2572   IFS="$ac_save_ifs"
2573 fi
2574 fi
2575 MPOST="$ac_cv_prog_MPOST"
2576 if test -n "$MPOST"; then
2577   echo "$ac_t""$MPOST" 1>&6
2578 else
2579   echo "$ac_t""no" 1>&6
2580 fi
2581
2582 test -n "$MPOST" && break
2583 done
2584 test -n "$MPOST" || MPOST="-echo no mp or mpost"
2585
2586
2587         METAPOST=$MPOST
2588     fi
2589
2590     for ac_prog in inimf
2591 do
2592 # Extract the first word of "$ac_prog", so it can be a program name with args.
2593 set dummy $ac_prog; ac_word=$2
2594 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2595 echo "configure:2596: checking for $ac_word" >&5
2596 if eval "test \"`echo '$''{'ac_cv_prog_INIMETAFONT'+set}'`\" = set"; then
2597   echo $ac_n "(cached) $ac_c" 1>&6
2598 else
2599   if test -n "$INIMETAFONT"; then
2600   ac_cv_prog_INIMETAFONT="$INIMETAFONT" # Let the user override the test.
2601 else
2602   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2603   ac_dummy="$PATH"
2604   for ac_dir in $ac_dummy; do
2605     test -z "$ac_dir" && ac_dir=.
2606     if test -f $ac_dir/$ac_word; then
2607       ac_cv_prog_INIMETAFONT="$ac_prog"
2608       break
2609     fi
2610   done
2611   IFS="$ac_save_ifs"
2612 fi
2613 fi
2614 INIMETAFONT="$ac_cv_prog_INIMETAFONT"
2615 if test -n "$INIMETAFONT"; then
2616   echo "$ac_t""$INIMETAFONT" 1>&6
2617 else
2618   echo "$ac_t""no" 1>&6
2619 fi
2620
2621 test -n "$INIMETAFONT" && break
2622 done
2623 test -n "$INIMETAFONT" || INIMETAFONT="no"
2624
2625     if test "x$INIMETAFONT" = "xno"; then
2626         for ac_prog in inimfont
2627 do
2628 # Extract the first word of "$ac_prog", so it can be a program name with args.
2629 set dummy $ac_prog; ac_word=$2
2630 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2631 echo "configure:2632: checking for $ac_word" >&5
2632 if eval "test \"`echo '$''{'ac_cv_prog_INIMFONT'+set}'`\" = set"; then
2633   echo $ac_n "(cached) $ac_c" 1>&6
2634 else
2635   if test -n "$INIMFONT"; then
2636   ac_cv_prog_INIMFONT="$INIMFONT" # Let the user override the test.
2637 else
2638   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2639   ac_dummy="$PATH"
2640   for ac_dir in $ac_dummy; do
2641     test -z "$ac_dir" && ac_dir=.
2642     if test -f $ac_dir/$ac_word; then
2643       ac_cv_prog_INIMFONT="$ac_prog"
2644       break
2645     fi
2646   done
2647   IFS="$ac_save_ifs"
2648 fi
2649 fi
2650 INIMFONT="$ac_cv_prog_INIMFONT"
2651 if test -n "$INIMFONT"; then
2652   echo "$ac_t""$INIMFONT" 1>&6
2653 else
2654   echo "$ac_t""no" 1>&6
2655 fi
2656
2657 test -n "$INIMFONT" && break
2658 done
2659 test -n "$INIMFONT" || INIMFONT="-echo no inimf or inimfont"
2660
2661         INIMETAFONT=$INIMFONT
2662     fi
2663
2664     for ac_prog in inimp
2665 do
2666 # Extract the first word of "$ac_prog", so it can be a program name with args.
2667 set dummy $ac_prog; ac_word=$2
2668 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2669 echo "configure:2670: checking for $ac_word" >&5
2670 if eval "test \"`echo '$''{'ac_cv_prog_INIMETAPOST'+set}'`\" = set"; then
2671   echo $ac_n "(cached) $ac_c" 1>&6
2672 else
2673   if test -n "$INIMETAPOST"; then
2674   ac_cv_prog_INIMETAPOST="$INIMETAPOST" # Let the user override the test.
2675 else
2676   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2677   ac_dummy="$PATH"
2678   for ac_dir in $ac_dummy; do
2679     test -z "$ac_dir" && ac_dir=.
2680     if test -f $ac_dir/$ac_word; then
2681       ac_cv_prog_INIMETAPOST="$ac_prog"
2682       break
2683     fi
2684   done
2685   IFS="$ac_save_ifs"
2686 fi
2687 fi
2688 INIMETAPOST="$ac_cv_prog_INIMETAPOST"
2689 if test -n "$INIMETAPOST"; then
2690   echo "$ac_t""$INIMETAPOST" 1>&6
2691 else
2692   echo "$ac_t""no" 1>&6
2693 fi
2694
2695 test -n "$INIMETAPOST" && break
2696 done
2697 test -n "$INIMETAPOST" || INIMETAPOST="no"
2698
2699     if test "x$INIMETAPOST" = "xno"; then
2700         for ac_prog in inimpost
2701 do
2702 # Extract the first word of "$ac_prog", so it can be a program name with args.
2703 set dummy $ac_prog; ac_word=$2
2704 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2705 echo "configure:2706: checking for $ac_word" >&5
2706 if eval "test \"`echo '$''{'ac_cv_prog_INIMPOST'+set}'`\" = set"; then
2707   echo $ac_n "(cached) $ac_c" 1>&6
2708 else
2709   if test -n "$INIMPOST"; then
2710   ac_cv_prog_INIMPOST="$INIMPOST" # Let the user override the test.
2711 else
2712   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2713   ac_dummy="$PATH"
2714   for ac_dir in $ac_dummy; do
2715     test -z "$ac_dir" && ac_dir=.
2716     if test -f $ac_dir/$ac_word; then
2717       ac_cv_prog_INIMPOST="$ac_prog"
2718       break
2719     fi
2720   done
2721   IFS="$ac_save_ifs"
2722 fi
2723 fi
2724 INIMPOST="$ac_cv_prog_INIMPOST"
2725 if test -n "$INIMPOST"; then
2726   echo "$ac_t""$INIMPOST" 1>&6
2727 else
2728   echo "$ac_t""no" 1>&6
2729 fi
2730
2731 test -n "$INIMPOST" && break
2732 done
2733 test -n "$INIMPOST" || INIMPOST="-echo no inimp or inimpost"
2734
2735         INIMETAPOST=$INIMPOST
2736     fi
2737
2738     echo $ac_n "checking for working metafont mode""... $ac_c" 1>&6
2739 echo "configure:2740: checking for working metafont mode" >&5
2740     modelist='ljfour lj4 lj3 lj2 ljet laserjet'
2741     for MFMODE in $modelist; do
2742         $METAFONT "\mode:=$MFMODE; mode_setup; end." > /dev/null 2>&1
2743         if test -f mfput.tfm; then
2744             break;
2745         fi
2746     done
2747     echo "$ac_t""$MFMODE" 1>&6
2748
2749     echo $ac_n "checking for mfplain.mp""... $ac_c" 1>&6
2750 echo "configure:2751: checking for mfplain.mp" >&5
2751     #
2752     # For now let people define these in their environments
2753     #
2754     : ${MFPLAIN_MP=`kpsewhich --format mp mfplain.mp`}
2755     echo "$ac_t""$MFPLAIN_MP" 1>&6
2756
2757     echo $ac_n "checking for inimetapost flags""... $ac_c" 1>&6
2758 echo "configure:2759: checking for inimetapost flags" >&5
2759     if test  ${INIMETAPOST} = "inimp" ; then
2760        : ${INIMETAPOST_FLAGS=''}
2761     else
2762        : ${INIMETAPOST_FLAGS='-interaction=nonstopmode'}
2763     fi
2764     echo "$ac_t""$INIMETAPOST_FLAGS" 1>&6
2765
2766     rm -f mfput.*
2767
2768     
2769     
2770     
2771     
2772     
2773     
2774     
2775
2776
2777     # Check whether --enable-tfm-path or --disable-tfm-path was given.
2778 if test "${enable_tfm_path+set}" = set; then
2779   enableval="$enable_tfm_path"
2780   tfm_path=$enableval
2781 else
2782   tfm_path=auto 
2783 fi
2784
2785
2786     for ac_prog in kpsewhich
2787 do
2788 # Extract the first word of "$ac_prog", so it can be a program name with args.
2789 set dummy $ac_prog; ac_word=$2
2790 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2791 echo "configure:2792: checking for $ac_word" >&5
2792 if eval "test \"`echo '$''{'ac_cv_prog_KPSEWHICH'+set}'`\" = set"; then
2793   echo $ac_n "(cached) $ac_c" 1>&6
2794 else
2795   if test -n "$KPSEWHICH"; then
2796   ac_cv_prog_KPSEWHICH="$KPSEWHICH" # Let the user override the test.
2797 else
2798   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2799   ac_dummy="$PATH"
2800   for ac_dir in $ac_dummy; do
2801     test -z "$ac_dir" && ac_dir=.
2802     if test -f $ac_dir/$ac_word; then
2803       ac_cv_prog_KPSEWHICH="$ac_prog"
2804       break
2805     fi
2806   done
2807   IFS="$ac_save_ifs"
2808 fi
2809 fi
2810 KPSEWHICH="$ac_cv_prog_KPSEWHICH"
2811 if test -n "$KPSEWHICH"; then
2812   echo "$ac_t""$KPSEWHICH" 1>&6
2813 else
2814   echo "$ac_t""no" 1>&6
2815 fi
2816
2817 test -n "$KPSEWHICH" && break
2818 done
2819 test -n "$KPSEWHICH" || KPSEWHICH="no"
2820
2821     echo $ac_n "checking for tfm path""... $ac_c" 1>&6
2822 echo "configure:2823: checking for tfm path" >&5
2823
2824     TFM_FONTS="cmr msam"
2825
2826     if test "x$tfm_path" = xauto ; then
2827         if test "x$KPSEWHICH" != "xno" ; then
2828             for i in $TFM_FONTS; do
2829                 dir=`$KPSEWHICH tfm ${i}10.tfm`
2830                 TFM_PATH="$TFM_PATH `dirname $dir`"
2831             done
2832         else
2833             
2834     echo "configure: warning: Please specify where cmr10.tfm lives:
2835     ./configure --enable-tfm-path=/usr/local/TeX/lib/tex/fonts" 1>&2
2836     warn_b=yes
2837
2838         fi
2839     else
2840          TFM_PATH=$tfm_path
2841     fi
2842
2843     TFM_PATH=`echo $TFM_PATH | tr ':' ' '`
2844     echo "$ac_t""$TFM_PATH" 1>&6
2845     
2846
2847
2848     ## First, let's just see if we can find Guile at all.
2849     echo $ac_n "checking "for guile-config"""... $ac_c" 1>&6
2850 echo "configure:2851: checking "for guile-config"" >&5
2851     for guile_config in guile-config $target-guile-config $build-guile-config; do
2852         echo "$ac_t"""$guile_config"" 1>&6
2853         if ! $guile_config --version > /dev/null 2>&1 ; then
2854             echo "configure: warning: "cannot execute $guile_config"" 1>&2
2855             echo $ac_n "checking "if we are cross compiling"""... $ac_c" 1>&6
2856 echo "configure:2857: checking "if we are cross compiling"" >&5
2857             guile_config=error
2858         else
2859             break
2860         fi
2861     done
2862     if test "$guile_config" = "error"; then
2863         { echo "configure: error: "cannot find guile-config; is Guile installed?"" 1>&2; exit 1; }
2864         exit 1
2865     fi
2866     echo $ac_n "checking "Guile version"""... $ac_c" 1>&6
2867 echo "configure:2868: checking "Guile version"" >&5
2868     need_guile_version="1.3.4"
2869     need_guile_version_numeric=100304
2870     guile_version=`$guile_config --version 2>&1 | awk '{print $NF}'`
2871     guile_version_numeric=`echo $guile_version | awk -F. '
2872 {if ($3) {last = $3}
2873 else {last =0}}
2874 {printf "%s%s%s\n",$1*100, $2*10,last}'`
2875     echo "$ac_t"""$guile_version"" 1>&6
2876     if test $guile_version_numeric -lt $need_guile_version_numeric
2877     then
2878         
2879     echo "configure: warning: "Guile version "$need_guile_version" or newer is needed"" 1>&2
2880     warn_b=yes
2881
2882     fi
2883         GUILE_MAJOR_VERSION=`expr $guile_version : '\([0-9]*\)'`
2884     GUILE_MINOR_VERSION=`expr $guile_version : '[0-9]*\.\([0-9]*\)'`
2885         
2886 ## The GUILE_FLAGS macro.
2887   echo $ac_n "checking for Guile""... $ac_c" 1>&6
2888 echo "configure:2889: checking for Guile" >&5
2889   if ! $guile_config link > /dev/null ; then
2890       echo "$ac_t"""cannot execute $guile_config"" 1>&6
2891       { echo "configure: error: "cannot find guile-config; is Guile installed?"" 1>&2; exit 1; }
2892       exit 1
2893   fi
2894   GUILE_CFLAGS="`$guile_config compile`"
2895   GUILE_LDFLAGS="`$guile_config link`"
2896   
2897   
2898   echo "$ac_t""yes" 1>&6
2899
2900     # Extract the first word of "guile", so it can be a program name with args.
2901 set dummy guile; ac_word=$2
2902 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2903 echo "configure:2904: checking for $ac_word" >&5
2904 if eval "test \"`echo '$''{'ac_cv_path_GUILE'+set}'`\" = set"; then
2905   echo $ac_n "(cached) $ac_c" 1>&6
2906 else
2907   case "$GUILE" in
2908   /*)
2909   ac_cv_path_GUILE="$GUILE" # Let the user override the test with a path.
2910   ;;
2911   ?:/*)                  
2912   ac_cv_path_GUILE="$GUILE" # Let the user override the test with a dos path.
2913   ;;
2914   *)
2915   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2916   ac_dummy="$PATH"
2917   for ac_dir in $ac_dummy; do 
2918     test -z "$ac_dir" && ac_dir=.
2919     if test -f $ac_dir/$ac_word; then
2920       ac_cv_path_GUILE="$ac_dir/$ac_word"
2921       break
2922     fi
2923   done
2924   IFS="$ac_save_ifs"
2925   test -z "$ac_cv_path_GUILE" && ac_cv_path_GUILE="error"
2926   ;;
2927 esac
2928 fi
2929 GUILE="$ac_cv_path_GUILE"
2930 if test -n "$GUILE"; then
2931   echo "$ac_t""$GUILE" 1>&6
2932 else
2933   echo "$ac_t""no" 1>&6
2934 fi
2935
2936     
2937     cat >> confdefs.h <<EOF
2938 #define GUILE_MAJOR_VERSION $GUILE_MAJOR_VERSION
2939 EOF
2940
2941     cat >> confdefs.h <<EOF
2942 #define GUILE_MINOR_VERSION $GUILE_MINOR_VERSION
2943 EOF
2944
2945
2946
2947
2948     kpathsea_b=yes
2949     #FIXME --with-xxx is meant for specifying a PATH too,
2950     # so this should read: --enable-kpathsea,
2951     # or --with-kpathsea-include=PATH --with-kpathsea-lib=PATH
2952     # Check whether --with-kpathsea or --without-kpathsea was given.
2953 if test "${with_kpathsea+set}" = set; then
2954   withval="$with_kpathsea"
2955   kpathsea_b=$with_kpathsea
2956 fi
2957
2958
2959     if test "$kpathsea_b" != "no"; then 
2960         for ac_hdr in kpathsea/kpathsea.h
2961 do
2962 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2963 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2964 echo "configure:2965: checking for $ac_hdr" >&5
2965 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2966   echo $ac_n "(cached) $ac_c" 1>&6
2967 else
2968   cat > conftest.$ac_ext <<EOF
2969 #line 2970 "configure"
2970 #include "confdefs.h"
2971 #include <$ac_hdr>
2972 EOF
2973 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2974 { (eval echo configure:2975: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2975 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2976 if test -z "$ac_err"; then
2977   rm -rf conftest*
2978   eval "ac_cv_header_$ac_safe=yes"
2979 else
2980   echo "$ac_err" >&5
2981   echo "configure: failed program was:" >&5
2982   cat conftest.$ac_ext >&5
2983   rm -rf conftest*
2984   eval "ac_cv_header_$ac_safe=no"
2985 fi
2986 rm -f conftest*
2987 fi
2988 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2989   echo "$ac_t""yes" 1>&6
2990     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2991   cat >> confdefs.h <<EOF
2992 #define $ac_tr_hdr 1
2993 EOF
2994  
2995 else
2996   echo "$ac_t""no" 1>&6
2997 fi
2998 done
2999
3000         echo $ac_n "checking for kpse_find_file in -lkpathsea""... $ac_c" 1>&6
3001 echo "configure:3002: checking for kpse_find_file in -lkpathsea" >&5
3002 ac_lib_var=`echo kpathsea'_'kpse_find_file | sed 'y%./+-%__p_%'`
3003 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3004   echo $ac_n "(cached) $ac_c" 1>&6
3005 else
3006   ac_save_LIBS="$LIBS"
3007 LIBS="-lkpathsea  $LIBS"
3008 cat > conftest.$ac_ext <<EOF
3009 #line 3010 "configure"
3010 #include "confdefs.h"
3011 /* Override any gcc2 internal prototype to avoid an error.  */
3012 #ifdef __cplusplus
3013 extern "C"
3014 #endif
3015 /* We use char because int might match the return type of a gcc2
3016     builtin and then its argument prototype would still apply.  */
3017 char kpse_find_file();
3018
3019 int main() {
3020 kpse_find_file()
3021 ; return 0; }
3022 EOF
3023 if { (eval echo configure:3024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3024   rm -rf conftest*
3025   eval "ac_cv_lib_$ac_lib_var=yes"
3026 else
3027   echo "configure: failed program was:" >&5
3028   cat conftest.$ac_ext >&5
3029   rm -rf conftest*
3030   eval "ac_cv_lib_$ac_lib_var=no"
3031 fi
3032 rm -f conftest*
3033 LIBS="$ac_save_LIBS"
3034
3035 fi
3036 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3037   echo "$ac_t""yes" 1>&6
3038     ac_tr_lib=HAVE_LIB`echo kpathsea | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3039     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3040   cat >> confdefs.h <<EOF
3041 #define $ac_tr_lib 1
3042 EOF
3043
3044   LIBS="-lkpathsea $LIBS"
3045
3046 else
3047   echo "$ac_t""no" 1>&6
3048 fi
3049
3050         for ac_func in kpse_find_file
3051 do
3052 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3053 echo "configure:3054: checking for $ac_func" >&5
3054 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3055   echo $ac_n "(cached) $ac_c" 1>&6
3056 else
3057   cat > conftest.$ac_ext <<EOF
3058 #line 3059 "configure"
3059 #include "confdefs.h"
3060 /* System header to define __stub macros and hopefully few prototypes,
3061     which can conflict with char $ac_func(); below.  */
3062 #include <assert.h>
3063 /* Override any gcc2 internal prototype to avoid an error.  */
3064 #ifdef __cplusplus
3065 extern "C"
3066 #endif
3067 /* We use char because int might match the return type of a gcc2
3068     builtin and then its argument prototype would still apply.  */
3069 char $ac_func();
3070
3071 int main() {
3072
3073 /* The GNU C library defines this for functions which it implements
3074     to always fail with ENOSYS.  Some functions are actually named
3075     something starting with __ and the normal name is an alias.  */
3076 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3077 choke me
3078 #else
3079 $ac_func();
3080 #endif
3081
3082 ; return 0; }
3083 EOF
3084 if { (eval echo configure:3085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3085   rm -rf conftest*
3086   eval "ac_cv_func_$ac_func=yes"
3087 else
3088   echo "configure: failed program was:" >&5
3089   cat conftest.$ac_ext >&5
3090   rm -rf conftest*
3091   eval "ac_cv_func_$ac_func=no"
3092 fi
3093 rm -f conftest*
3094 fi
3095
3096 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3097   echo "$ac_t""yes" 1>&6
3098     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3099   cat >> confdefs.h <<EOF
3100 #define $ac_tr_func 1
3101 EOF
3102  
3103 else
3104   echo "$ac_t""no" 1>&6
3105 { echo "configure: error: Cannot find kpathsea functions.  You should install kpathsea; see INSTALL.txt.  Rerun ./configure --without-kpathsea only if kpathsea is not available for your platform." 1>&2; exit 1; }
3106 fi
3107 done
3108
3109     fi
3110     echo $ac_n "checking whether to use kpathsea""... $ac_c" 1>&6
3111 echo "configure:3112: checking whether to use kpathsea" >&5
3112     if test "$kpathsea_b" != no; then
3113         echo "$ac_t""yes" 1>&6
3114         KPATHSEA=1
3115     else
3116         echo "$ac_t""no" 1>&6
3117         KPATHSEA=0
3118     fi
3119
3120     
3121     cat >> confdefs.h <<EOF
3122 #define KPATHSEA $KPATHSEA
3123 EOF
3124
3125
3126
3127     for ac_prog in bibtex2html bib2html
3128 do
3129 # Extract the first word of "$ac_prog", so it can be a program name with args.
3130 set dummy $ac_prog; ac_word=$2
3131 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3132 echo "configure:3133: checking for $ac_word" >&5
3133 if eval "test \"`echo '$''{'ac_cv_prog_BIBTEX2HTML'+set}'`\" = set"; then
3134   echo $ac_n "(cached) $ac_c" 1>&6
3135 else
3136   if test -n "$BIBTEX2HTML"; then
3137   ac_cv_prog_BIBTEX2HTML="$BIBTEX2HTML" # Let the user override the test.
3138 else
3139   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3140   ac_dummy="$PATH"
3141   for ac_dir in $ac_dummy; do
3142     test -z "$ac_dir" && ac_dir=.
3143     if test -f $ac_dir/$ac_word; then
3144       ac_cv_prog_BIBTEX2HTML="$ac_prog"
3145       break
3146     fi
3147   done
3148   IFS="$ac_save_ifs"
3149 fi
3150 fi
3151 BIBTEX2HTML="$ac_cv_prog_BIBTEX2HTML"
3152 if test -n "$BIBTEX2HTML"; then
3153   echo "$ac_t""$BIBTEX2HTML" 1>&6
3154 else
3155   echo "$ac_t""no" 1>&6
3156 fi
3157
3158 test -n "$BIBTEX2HTML" && break
3159 done
3160 test -n "$BIBTEX2HTML" || BIBTEX2HTML="error"
3161
3162     if test "$BIBTEX2HTML" = "bib2html"; then
3163         BIBTEX2HTML_FLAGS='$< $(@)'
3164     else
3165         BIBTEX2HTML_FLAGS='-o $(@D)/$(*F) $<'
3166     fi
3167     
3168     
3169
3170
3171
3172 if test "$optimise_b" = yes; then
3173     DEFINES="$DEFINES -DSTRING_UTILS_INLINED"
3174     cat >> confdefs.h <<\EOF
3175 #define STRINGS_UTILS_INLINED 1
3176 EOF
3177
3178 fi
3179
3180
3181
3182 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
3183 echo "configure:3184: checking for 8-bit clean memcmp" >&5
3184 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
3185   echo $ac_n "(cached) $ac_c" 1>&6
3186 else
3187   if test "$cross_compiling" = yes; then
3188   ac_cv_func_memcmp_clean=no
3189 else
3190   cat > conftest.$ac_ext <<EOF
3191 #line 3192 "configure"
3192 #include "confdefs.h"
3193 #ifdef __cplusplus
3194 extern "C" void exit(int) throw();
3195 #endif
3196
3197 main()
3198 {
3199   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
3200   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
3201 }
3202
3203 EOF
3204 if { (eval echo configure:3205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3205 then
3206   ac_cv_func_memcmp_clean=yes
3207 else
3208   echo "configure: failed program was:" >&5
3209   cat conftest.$ac_ext >&5
3210   rm -fr conftest*
3211   ac_cv_func_memcmp_clean=no
3212 fi
3213 rm -fr conftest*
3214 fi
3215
3216 fi
3217
3218 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
3219 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
3220
3221 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
3222 echo "configure:3223: checking for vprintf" >&5
3223 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
3224   echo $ac_n "(cached) $ac_c" 1>&6
3225 else
3226   cat > conftest.$ac_ext <<EOF
3227 #line 3228 "configure"
3228 #include "confdefs.h"
3229 /* System header to define __stub macros and hopefully few prototypes,
3230     which can conflict with char vprintf(); below.  */
3231 #include <assert.h>
3232 /* Override any gcc2 internal prototype to avoid an error.  */
3233 #ifdef __cplusplus
3234 extern "C"
3235 #endif
3236 /* We use char because int might match the return type of a gcc2
3237     builtin and then its argument prototype would still apply.  */
3238 char vprintf();
3239
3240 int main() {
3241
3242 /* The GNU C library defines this for functions which it implements
3243     to always fail with ENOSYS.  Some functions are actually named
3244     something starting with __ and the normal name is an alias.  */
3245 #if defined (__stub_vprintf) || defined (__stub___vprintf)
3246 choke me
3247 #else
3248 vprintf();
3249 #endif
3250
3251 ; return 0; }
3252 EOF
3253 if { (eval echo configure:3254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3254   rm -rf conftest*
3255   eval "ac_cv_func_vprintf=yes"
3256 else
3257   echo "configure: failed program was:" >&5
3258   cat conftest.$ac_ext >&5
3259   rm -rf conftest*
3260   eval "ac_cv_func_vprintf=no"
3261 fi
3262 rm -f conftest*
3263 fi
3264
3265 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
3266   echo "$ac_t""yes" 1>&6
3267   cat >> confdefs.h <<\EOF
3268 #define HAVE_VPRINTF 1
3269 EOF
3270
3271 else
3272   echo "$ac_t""no" 1>&6
3273 fi
3274
3275 if test "$ac_cv_func_vprintf" != yes; then
3276 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
3277 echo "configure:3278: checking for _doprnt" >&5
3278 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
3279   echo $ac_n "(cached) $ac_c" 1>&6
3280 else
3281   cat > conftest.$ac_ext <<EOF
3282 #line 3283 "configure"
3283 #include "confdefs.h"
3284 /* System header to define __stub macros and hopefully few prototypes,
3285     which can conflict with char _doprnt(); below.  */
3286 #include <assert.h>
3287 /* Override any gcc2 internal prototype to avoid an error.  */
3288 #ifdef __cplusplus
3289 extern "C"
3290 #endif
3291 /* We use char because int might match the return type of a gcc2
3292     builtin and then its argument prototype would still apply.  */
3293 char _doprnt();
3294
3295 int main() {
3296
3297 /* The GNU C library defines this for functions which it implements
3298     to always fail with ENOSYS.  Some functions are actually named
3299     something starting with __ and the normal name is an alias.  */
3300 #if defined (__stub__doprnt) || defined (__stub____doprnt)
3301 choke me
3302 #else
3303 _doprnt();
3304 #endif
3305
3306 ; return 0; }
3307 EOF
3308 if { (eval echo configure:3309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3309   rm -rf conftest*
3310   eval "ac_cv_func__doprnt=yes"
3311 else
3312   echo "configure: failed program was:" >&5
3313   cat conftest.$ac_ext >&5
3314   rm -rf conftest*
3315   eval "ac_cv_func__doprnt=no"
3316 fi
3317 rm -f conftest*
3318 fi
3319
3320 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
3321   echo "$ac_t""yes" 1>&6
3322   cat >> confdefs.h <<\EOF
3323 #define HAVE_DOPRNT 1
3324 EOF
3325
3326 else
3327   echo "$ac_t""no" 1>&6
3328 fi
3329
3330 fi
3331
3332 for ac_func in memmem snprintf vsnprintf gettext isinf
3333 do
3334 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3335 echo "configure:3336: checking for $ac_func" >&5
3336 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3337   echo $ac_n "(cached) $ac_c" 1>&6
3338 else
3339   cat > conftest.$ac_ext <<EOF
3340 #line 3341 "configure"
3341 #include "confdefs.h"
3342 /* System header to define __stub macros and hopefully few prototypes,
3343     which can conflict with char $ac_func(); below.  */
3344 #include <assert.h>
3345 /* Override any gcc2 internal prototype to avoid an error.  */
3346 #ifdef __cplusplus
3347 extern "C"
3348 #endif
3349 /* We use char because int might match the return type of a gcc2
3350     builtin and then its argument prototype would still apply.  */
3351 char $ac_func();
3352
3353 int main() {
3354
3355 /* The GNU C library defines this for functions which it implements
3356     to always fail with ENOSYS.  Some functions are actually named
3357     something starting with __ and the normal name is an alias.  */
3358 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3359 choke me
3360 #else
3361 $ac_func();
3362 #endif
3363
3364 ; return 0; }
3365 EOF
3366 if { (eval echo configure:3367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3367   rm -rf conftest*
3368   eval "ac_cv_func_$ac_func=yes"
3369 else
3370   echo "configure: failed program was:" >&5
3371   cat conftest.$ac_ext >&5
3372   rm -rf conftest*
3373   eval "ac_cv_func_$ac_func=no"
3374 fi
3375 rm -f conftest*
3376 fi
3377
3378 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3379   echo "$ac_t""yes" 1>&6
3380     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3381   cat >> confdefs.h <<EOF
3382 #define $ac_tr_func 1
3383 EOF
3384  
3385 else
3386   echo "$ac_t""no" 1>&6
3387 fi
3388 done
3389
3390
3391 cat >> confdefs.h <<EOF
3392 #define TOPLEVEL_VERSION "${FULL_VERSION}"
3393 EOF
3394
3395 cat >> confdefs.h <<EOF
3396 #define FLOWER_VERSION "${FULL_FLOWER_VERSION}"
3397 EOF
3398
3399
3400
3401     for ac_prog in makeinfo
3402 do
3403 # Extract the first word of "$ac_prog", so it can be a program name with args.
3404 set dummy $ac_prog; ac_word=$2
3405 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3406 echo "configure:3407: checking for $ac_word" >&5
3407 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
3408   echo $ac_n "(cached) $ac_c" 1>&6
3409 else
3410   if test -n "$MAKEINFO"; then
3411   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
3412 else
3413   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3414   ac_dummy="$PATH"
3415   for ac_dir in $ac_dummy; do
3416     test -z "$ac_dir" && ac_dir=.
3417     if test -f $ac_dir/$ac_word; then
3418       ac_cv_prog_MAKEINFO="$ac_prog"
3419       break
3420     fi
3421   done
3422   IFS="$ac_save_ifs"
3423 fi
3424 fi
3425 MAKEINFO="$ac_cv_prog_MAKEINFO"
3426 if test -n "$MAKEINFO"; then
3427   echo "$ac_t""$MAKEINFO" 1>&6
3428 else
3429   echo "$ac_t""no" 1>&6
3430 fi
3431
3432 test -n "$MAKEINFO" && break
3433 done
3434 test -n "$MAKEINFO" || MAKEINFO="error"
3435
3436     if test "$MAKEINFO" != "error"; then
3437         echo $ac_n "checking whether makeinfo can split html by @node""... $ac_c" 1>&6
3438 echo "configure:3439: checking whether makeinfo can split html by @node" >&5
3439         mkdir -p out
3440         makeinfo --html --output=out/split <<EOF
3441 \input texinfo
3442 \input texinfo @c -*-texinfo-*-
3443 @setfilename split.info
3444 @settitle split.info
3445 @bye
3446 EOF
3447         if test -d out/split; then
3448             SPLITTING_MAKEINFO=yes
3449             echo "$ac_t""yes" 1>&6
3450             rm -rf out/split
3451         else
3452             echo "$ac_t""no" 1>&6
3453             
3454     echo "configure: warning: your html documentation will be one large file" 1>&2
3455     warn_b=yes
3456
3457             rm -rf out/split
3458         fi
3459     fi
3460     
3461
3462
3463 # Extract the first word of "perl", so it can be a program name with args.
3464 set dummy perl; ac_word=$2
3465 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3466 echo "configure:3467: checking for $ac_word" >&5
3467 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
3468   echo $ac_n "(cached) $ac_c" 1>&6
3469 else
3470   case "$PERL" in
3471   /*)
3472   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
3473   ;;
3474   ?:/*)                  
3475   ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
3476   ;;
3477   *)
3478   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3479   ac_dummy="$PATH"
3480   for ac_dir in $ac_dummy; do 
3481     test -z "$ac_dir" && ac_dir=.
3482     if test -f $ac_dir/$ac_word; then
3483       ac_cv_path_PERL="$ac_dir/$ac_word"
3484       break
3485     fi
3486   done
3487   IFS="$ac_save_ifs"
3488   test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="error"
3489   ;;
3490 esac
3491 fi
3492 PERL="$ac_cv_path_PERL"
3493 if test -n "$PERL"; then
3494   echo "$ac_t""$PERL" 1>&6
3495 else
3496   echo "$ac_t""no" 1>&6
3497 fi
3498
3499
3500 for ac_hdr in python2.1/Python.h python2.0/Python.h python2/Python.h python/Python.h python1.5/Python.h Python.h
3501 do
3502 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3503 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3504 echo "configure:3505: checking for $ac_hdr" >&5
3505 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3506   echo $ac_n "(cached) $ac_c" 1>&6
3507 else
3508   cat > conftest.$ac_ext <<EOF
3509 #line 3510 "configure"
3510 #include "confdefs.h"
3511 #include <$ac_hdr>
3512 EOF
3513 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3514 { (eval echo configure:3515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3515 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3516 if test -z "$ac_err"; then
3517   rm -rf conftest*
3518   eval "ac_cv_header_$ac_safe=yes"
3519 else
3520   echo "$ac_err" >&5
3521   echo "configure: failed program was:" >&5
3522   cat conftest.$ac_ext >&5
3523   rm -rf conftest*
3524   eval "ac_cv_header_$ac_safe=no"
3525 fi
3526 rm -f conftest*
3527 fi
3528 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3529   echo "$ac_t""yes" 1>&6
3530     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3531   cat >> confdefs.h <<EOF
3532 #define $ac_tr_hdr 1
3533 EOF
3534  
3535 else
3536   echo "$ac_t""no" 1>&6
3537 fi
3538 done
3539
3540
3541
3542
3543     trap '' 1 2 15
3544 cat > confcache <<\EOF
3545 # This file is a shell script that caches the results of configure
3546 # tests run on this system so they can be shared between configure
3547 # scripts and configure runs.  It is not useful on other systems.
3548 # If it contains results you don't want to keep, you may remove or edit it.
3549 #
3550 # By default, configure uses ./config.cache as the cache file,
3551 # creating it if it does not exist already.  You can give configure
3552 # the --cache-file=FILE option to use a different cache file; that is
3553 # what configure does when it calls configure scripts in
3554 # subdirectories, so they share the cache.
3555 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3556 # config.status only pays attention to the cache file if you give it the
3557 # --recheck option to rerun configure.
3558 #
3559 EOF
3560 # The following way of writing the cache mishandles newlines in values,
3561 # but we know of no workaround that is simple, portable, and efficient.
3562 # So, don't put newlines in cache variables' values.
3563 # Ultrix sh set writes to stderr and can't be redirected directly,
3564 # and sets the high bit in the cache file unless we assign to the vars.
3565 (set) 2>&1 |
3566   case `(ac_space=' '; set | grep ac_space) 2>&1` in
3567   *ac_space=\ *)
3568     # `set' does not quote correctly, so add quotes (double-quote substitution
3569     # turns \\\\ into \\, and sed turns \\ into \).
3570     sed -n \
3571       -e "s/'/'\\\\''/g" \
3572       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3573     ;;
3574   *)
3575     # `set' quotes correctly as required by POSIX, so do not add quotes.
3576     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3577     ;;
3578   esac >> confcache
3579 if cmp -s $cache_file confcache; then
3580   :
3581 else
3582   if test -w $cache_file; then
3583     echo "updating cache $cache_file"
3584     cat confcache > $cache_file
3585   else
3586     echo "not updating unwritable cache $cache_file"
3587   fi
3588 fi
3589 rm -f confcache
3590
3591 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3592
3593 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3594 # Let make expand exec_prefix.
3595 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3596
3597 # Any assignment to VPATH causes Sun make to only execute
3598 # the first set of double-colon rules, so remove it if not needed.
3599 # If there is a colon in the path, we need to keep it.
3600 if test "x$srcdir" = x.; then
3601   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
3602 fi
3603
3604 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3605
3606 DEFS=-DHAVE_CONFIG_H
3607
3608 # Without the "./", some shells look in PATH for config.status.
3609 : ${CONFIG_STATUS=./config.status}
3610
3611 echo creating $CONFIG_STATUS
3612 rm -f $CONFIG_STATUS
3613 cat > $CONFIG_STATUS <<EOF
3614 #! /bin/sh
3615 # Generated automatically by configure.
3616 # Run this file to recreate the current configuration.
3617 # This directory was configured as follows,
3618 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3619 #
3620 # $0 $ac_configure_args
3621 #
3622 # Compiler output produced by configure, useful for debugging
3623 # configure, is in ./config.log if it exists.
3624
3625 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3626 for ac_option
3627 do
3628   case "\$ac_option" in
3629   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3630     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3631     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3632   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3633     echo "$CONFIG_STATUS generated by autoconf version 2.13"
3634     exit 0 ;;
3635   -help | --help | --hel | --he | --h)
3636     echo "\$ac_cs_usage"; exit 0 ;;
3637   *) echo "\$ac_cs_usage"; exit 1 ;;
3638   esac
3639 done
3640
3641 ac_given_srcdir=$srcdir
3642
3643 trap 'rm -fr `echo "$CONFIGFILE.make:config.make.in $CONFIGFILE.h:config.hh.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3644 EOF
3645 cat >> $CONFIG_STATUS <<EOF
3646
3647 # Protect against being on the right side of a sed subst in config.status.
3648 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3649  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3650 $ac_vpsub
3651 $extrasub
3652 s%@SHELL@%$SHELL%g
3653 s%@CFLAGS@%$CFLAGS%g
3654 s%@CPPFLAGS@%$CPPFLAGS%g
3655 s%@CXXFLAGS@%$CXXFLAGS%g
3656 s%@FFLAGS@%$FFLAGS%g
3657 s%@DEFS@%$DEFS%g
3658 s%@LDFLAGS@%$LDFLAGS%g
3659 s%@LIBS@%$LIBS%g
3660 s%@exec_prefix@%$exec_prefix%g
3661 s%@prefix@%$prefix%g
3662 s%@program_transform_name@%$program_transform_name%g
3663 s%@bindir@%$bindir%g
3664 s%@sbindir@%$sbindir%g
3665 s%@libexecdir@%$libexecdir%g
3666 s%@datadir@%$datadir%g
3667 s%@sysconfdir@%$sysconfdir%g
3668 s%@sharedstatedir@%$sharedstatedir%g
3669 s%@localstatedir@%$localstatedir%g
3670 s%@libdir@%$libdir%g
3671 s%@includedir@%$includedir%g
3672 s%@oldincludedir@%$oldincludedir%g
3673 s%@infodir@%$infodir%g
3674 s%@mandir@%$mandir%g
3675 s%@builddir@%$builddir%g
3676 s%@stepmake@%$stepmake%g
3677 s%@package@%$package%g
3678 s%@PACKAGE@%$PACKAGE%g
3679 s%@PACKAGE_NAME@%$PACKAGE_NAME%g
3680 s%@package_depth@%$package_depth%g
3681 s%@AUTOGENERATE@%$AUTOGENERATE%g
3682 s%@CONFIGSUFFIX@%$CONFIGSUFFIX%g
3683 s%@host@%$host%g
3684 s%@host_alias@%$host_alias%g
3685 s%@host_cpu@%$host_cpu%g
3686 s%@host_vendor@%$host_vendor%g
3687 s%@host_os@%$host_os%g
3688 s%@MAKE@%$MAKE%g
3689 s%@FIND@%$FIND%g
3690 s%@TAR@%$TAR%g
3691 s%@BASH@%$BASH%g
3692 s%@PYTHON@%$PYTHON%g
3693 s%@program_prefix@%$program_prefix%g
3694 s%@program_suffix@%$program_suffix%g
3695 s%@ZIP@%$ZIP%g
3696 s%@LN@%$LN%g
3697 s%@LN_S@%$LN_S%g
3698 s%@INSTALL@%$INSTALL%g
3699 s%@PATHSEP@%$PATHSEP%g
3700 s%@DIRSEP@%$DIRSEP%g
3701 s%@DIR_DATADIR@%$DIR_DATADIR%g
3702 s%@subdirs@%$subdirs%g
3703 s%@CC@%$CC%g
3704 s%@LD@%$LD%g
3705 s%@cross_compiling@%$cross_compiling%g
3706 s%@ICFLAGS@%$ICFLAGS%g
3707 s%@ILDFLAGS@%$ILDFLAGS%g
3708 s%@DEFINES@%$DEFINES%g
3709 s%@EXTRA_LIBES@%$EXTRA_LIBES%g
3710 s%@CPP@%$CPP%g
3711 s%@CXX@%$CXX%g
3712 s%@CXXCPP@%$CXXCPP%g
3713 s%@YACC@%$YACC%g
3714 s%@BISON@%$BISON%g
3715 s%@FLEX@%$FLEX%g
3716 s%@AR@%$AR%g
3717 s%@RANLIB@%$RANLIB%g
3718 s%@localedir@%$localedir%g
3719 s%@DIR_LOCALEDIR@%$DIR_LOCALEDIR%g
3720 s%@MSGFMT@%$MSGFMT%g
3721 s%@METAFONT@%$METAFONT%g
3722 s%@MFONT@%$MFONT%g
3723 s%@METAPOST@%$METAPOST%g
3724 s%@MPOST@%$MPOST%g
3725 s%@INIMETAFONT@%$INIMETAFONT%g
3726 s%@INIMFONT@%$INIMFONT%g
3727 s%@INIMETAPOST@%$INIMETAPOST%g
3728 s%@INIMPOST@%$INIMPOST%g
3729 s%@MFMODE@%$MFMODE%g
3730 s%@MFPLAIN_MP@%$MFPLAIN_MP%g
3731 s%@INIMETAPOST_FLAGS@%$INIMETAPOST_FLAGS%g
3732 s%@KPSEWHICH@%$KPSEWHICH%g
3733 s%@TFM_PATH@%$TFM_PATH%g
3734 s%@GUILE_CFLAGS@%$GUILE_CFLAGS%g
3735 s%@GUILE_LDFLAGS@%$GUILE_LDFLAGS%g
3736 s%@GUILE@%$GUILE%g
3737 s%@KPATHSEA@%$KPATHSEA%g
3738 s%@BIBTEX2HTML@%$BIBTEX2HTML%g
3739 s%@BIBTEX2HTML_FLAGS@%$BIBTEX2HTML_FLAGS%g
3740 s%@LIBOBJS@%$LIBOBJS%g
3741 s%@MAKEINFO@%$MAKEINFO%g
3742 s%@SPLITTING_MAKEINFO@%$SPLITTING_MAKEINFO%g
3743 s%@PERL@%$PERL%g
3744
3745 CEOF
3746 EOF
3747
3748 cat >> $CONFIG_STATUS <<\EOF
3749
3750 # Split the substitutions into bite-sized pieces for seds with
3751 # small command number limits, like on Digital OSF/1 and HP-UX.
3752 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3753 ac_file=1 # Number of current file.
3754 ac_beg=1 # First line for current file.
3755 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3756 ac_more_lines=:
3757 ac_sed_cmds=""
3758 while $ac_more_lines; do
3759   if test $ac_beg -gt 1; then
3760     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3761   else
3762     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3763   fi
3764   if test ! -s conftest.s$ac_file; then
3765     ac_more_lines=false
3766     rm -f conftest.s$ac_file
3767   else
3768     if test -z "$ac_sed_cmds"; then
3769       ac_sed_cmds="sed -f conftest.s$ac_file"
3770     else
3771       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3772     fi
3773     ac_file=`expr $ac_file + 1`
3774     ac_beg=$ac_end
3775     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3776   fi
3777 done
3778 if test -z "$ac_sed_cmds"; then
3779   ac_sed_cmds=cat
3780 fi
3781 EOF
3782
3783 cat >> $CONFIG_STATUS <<EOF
3784
3785 CONFIG_FILES=\${CONFIG_FILES-"$CONFIGFILE.make:config.make.in"}
3786 EOF
3787 cat >> $CONFIG_STATUS <<\EOF
3788 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3789   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3790   case "$ac_file" in
3791   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3792        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3793   *) ac_file_in="${ac_file}.in" ;;
3794   esac
3795
3796   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3797
3798   # Remove last slash and all that follows it.  Not all systems have dirname.
3799   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3800   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3801     # The file is in a subdirectory.
3802     test ! -d "$ac_dir" && mkdir "$ac_dir"
3803     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3804     # A "../" for each directory in $ac_dir_suffix.
3805     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3806   else
3807     ac_dir_suffix= ac_dots=
3808   fi
3809
3810   case "$ac_given_srcdir" in
3811   .)  srcdir=.
3812       if test -z "$ac_dots"; then top_srcdir=.
3813       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3814   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3815   *) # Relative path.
3816     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3817     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3818   esac
3819
3820
3821   echo creating "$ac_file"
3822   rm -f "$ac_file"
3823   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3824   case "$ac_file" in
3825   *Makefile*) ac_comsub="1i\\
3826 # $configure_input" ;;
3827   *) ac_comsub= ;;
3828   esac
3829
3830   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3831   sed -e "$ac_comsub
3832 s%@configure_input@%$configure_input%g
3833 s%@srcdir@%$srcdir%g
3834 s%@top_srcdir@%$top_srcdir%g
3835 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3836 fi; done
3837 rm -f conftest.s*
3838
3839 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3840 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3841 #
3842 # ac_d sets the value in "#define NAME VALUE" lines.
3843 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
3844 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
3845 ac_dC='\3'
3846 ac_dD='%g'
3847 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3848 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3849 ac_uB='\([      ]\)%\1#\2define\3'
3850 ac_uC=' '
3851 ac_uD='\4%g'
3852 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3853 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3854 ac_eB='$%\1#\2define\3'
3855 ac_eC=' '
3856 ac_eD='%g'
3857
3858 if test "${CONFIG_HEADERS+set}" != set; then
3859 EOF
3860 cat >> $CONFIG_STATUS <<EOF
3861   CONFIG_HEADERS="$CONFIGFILE.h:config.hh.in"
3862 EOF
3863 cat >> $CONFIG_STATUS <<\EOF
3864 fi
3865 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3866   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3867   case "$ac_file" in
3868   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3869        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3870   *) ac_file_in="${ac_file}.in" ;;
3871   esac
3872
3873   echo creating $ac_file
3874
3875   rm -f conftest.frag conftest.in conftest.out
3876   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3877   cat $ac_file_inputs > conftest.in
3878
3879 EOF
3880
3881 # Transform confdefs.h into a sed script conftest.vals that substitutes
3882 # the proper values into config.h.in to produce config.h.  And first:
3883 # Protect against being on the right side of a sed subst in config.status.
3884 # Protect against being in an unquoted here document in config.status.
3885 rm -f conftest.vals
3886 cat > conftest.hdr <<\EOF
3887 s/[\\&%]/\\&/g
3888 s%[\\$`]%\\&%g
3889 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3890 s%ac_d%ac_u%gp
3891 s%ac_u%ac_e%gp
3892 EOF
3893 sed -n -f conftest.hdr confdefs.h > conftest.vals
3894 rm -f conftest.hdr
3895
3896 # This sed command replaces #undef with comments.  This is necessary, for
3897 # example, in the case of _POSIX_SOURCE, which is predefined and required
3898 # on some systems where configure will not decide to define it.
3899 cat >> conftest.vals <<\EOF
3900 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3901 EOF
3902
3903 # Break up conftest.vals because some shells have a limit on
3904 # the size of here documents, and old seds have small limits too.
3905
3906 rm -f conftest.tail
3907 while :
3908 do
3909   ac_lines=`grep -c . conftest.vals`
3910   # grep -c gives empty output for an empty file on some AIX systems.
3911   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3912   # Write a limited-size here document to conftest.frag.
3913   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3914   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3915   echo 'CEOF
3916   sed -f conftest.frag conftest.in > conftest.out
3917   rm -f conftest.in
3918   mv conftest.out conftest.in
3919 ' >> $CONFIG_STATUS
3920   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3921   rm -f conftest.vals
3922   mv conftest.tail conftest.vals
3923 done
3924 rm -f conftest.vals
3925
3926 cat >> $CONFIG_STATUS <<\EOF
3927   rm -f conftest.frag conftest.h
3928   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
3929   cat conftest.in >> conftest.h
3930   rm -f conftest.in
3931   if cmp -s $ac_file conftest.h 2>/dev/null; then
3932     echo "$ac_file is unchanged"
3933     rm -f conftest.h
3934   else
3935     # Remove last slash and all that follows it.  Not all systems have dirname.
3936       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3937       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3938       # The file is in a subdirectory.
3939       test ! -d "$ac_dir" && mkdir "$ac_dir"
3940     fi
3941     rm -f $ac_file
3942     mv conftest.h $ac_file
3943   fi
3944 fi; done
3945
3946 EOF
3947 cat >> $CONFIG_STATUS <<EOF
3948
3949 EOF
3950 cat >> $CONFIG_STATUS <<\EOF
3951
3952 exit 0
3953 EOF
3954 chmod +x $CONFIG_STATUS
3955 rm -fr confdefs* $ac_clean_files
3956 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3957
3958 if test "$no_recursion" != yes; then
3959
3960   # Remove --cache-file and --srcdir arguments so they do not pile up.
3961   ac_sub_configure_args=
3962   ac_prev=
3963   for ac_arg in $ac_configure_args; do
3964     if test -n "$ac_prev"; then
3965       ac_prev=
3966       continue
3967     fi
3968     case "$ac_arg" in
3969     -cache-file | --cache-file | --cache-fil | --cache-fi \
3970     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3971       ac_prev=cache_file ;;
3972     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3973     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3974       ;;
3975     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3976       ac_prev=srcdir ;;
3977     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3978       ;;
3979     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3980     esac
3981   done
3982
3983   for ac_config_dir in stepmake; do
3984
3985     # Do not complain, so a configure script can configure whichever
3986     # parts of a large source tree are present.
3987     if test ! -d $srcdir/$ac_config_dir; then
3988       continue
3989     fi
3990
3991     echo configuring in $ac_config_dir
3992
3993     case "$srcdir" in
3994     .) ;;
3995     *)
3996       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3997       else
3998         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3999       fi
4000       ;;
4001     esac
4002
4003     ac_popdir=`pwd`
4004     cd $ac_config_dir
4005
4006       # A "../" for each directory in /$ac_config_dir.
4007       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
4008
4009     case "$srcdir" in
4010     .) # No --srcdir option.  We are building in place.
4011       ac_sub_srcdir=$srcdir ;;
4012     /*) # Absolute path.
4013       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
4014     *) # Relative path.
4015       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
4016     esac
4017
4018     # Check for guested configure; otherwise get Cygnus style configure.
4019     if test -f $ac_sub_srcdir/configure; then
4020       ac_sub_configure=$ac_sub_srcdir/configure
4021     elif test -f $ac_sub_srcdir/configure.in; then
4022       ac_sub_configure=$ac_configure
4023     else
4024       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
4025       ac_sub_configure=
4026     fi
4027
4028     # The recursion is here.
4029     if test -n "$ac_sub_configure"; then
4030
4031       # Make the cache file name correct relative to the subdirectory.
4032       case "$cache_file" in
4033       /*) ac_sub_cache_file=$cache_file ;;
4034       *) # Relative path.
4035         ac_sub_cache_file="$ac_dots$cache_file" ;;
4036       esac
4037
4038       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
4039       # The eval makes quoting arguments work.
4040       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
4041       then :
4042       else
4043         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
4044       fi
4045     fi
4046
4047     cd $ac_popdir
4048   done
4049 fi
4050
4051
4052     # regular in-place build
4053     # test for srcdir_build = yes ?
4054     if test "$builddir" = "."; then
4055         rm -f $srcdir/GNUmakefile
4056         cp $srcdir/GNUmakefile.in $srcdir/GNUmakefile
4057         chmod 444 $srcdir/GNUmakefile
4058     else # --srcdir build
4059         rm -f GNUmakefile
4060         cp $srcdir/make/srcdir.make.in GNUmakefile
4061         chmod 444 GNUmakefile
4062     fi
4063
4064
4065 test -n "$CONFIGURATION" && mc=" conf=$CONFIGURATION" || mc=""
4066
4067 cat <<EOF
4068
4069 Type:
4070     make$mc all       to build LilyPond
4071     make$mc install   to install LilyPond
4072     make$mc help      to see all possible targets
4073
4074 Do not worry if ./Documentation or ./mutopia should not build.
4075 EOF