]> git.donarmstrong.com Git - lilypond.git/blob - configure
release: 1.5.31
[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 for ac_declaration in \
1893    ''\
1894    '#include <stdlib.h>' \
1895    'extern "C" void std::exit (int) throw (); using std::exit;' \
1896    'extern "C" void std::exit (int); using std::exit;' \
1897    'extern "C" void exit (int) throw ();' \
1898    'extern "C" void exit (int);' \
1899    'void exit (int);'
1900 do
1901   cat > conftest.$ac_ext <<EOF
1902 #line 1903 "configure"
1903 #include "confdefs.h"
1904 #include <stdlib.h>
1905 $ac_declaration
1906 int main() {
1907 exit (42);
1908 ; return 0; }
1909 EOF
1910 if { (eval echo configure:1911: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1911   :
1912 else
1913   echo "configure: failed program was:" >&5
1914   cat conftest.$ac_ext >&5
1915   rm -rf conftest*
1916   continue
1917 fi
1918 rm -f conftest*
1919   cat > conftest.$ac_ext <<EOF
1920 #line 1921 "configure"
1921 #include "confdefs.h"
1922 $ac_declaration
1923 int main() {
1924 exit (42);
1925 ; return 0; }
1926 EOF
1927 if { (eval echo configure:1928: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1928   rm -rf conftest*
1929   break
1930 else
1931   echo "configure: failed program was:" >&5
1932   cat conftest.$ac_ext >&5
1933 fi
1934 rm -f conftest*
1935 done
1936 if test -n "$ac_declaration"; then
1937   echo '#ifdef __cplusplus' >>confdefs.h
1938   echo $ac_declaration      >>confdefs.h
1939   echo '#endif'             >>confdefs.h
1940 fi
1941
1942
1943
1944     ac_safe=`echo "FlexLexer.h" | sed 'y%./+-%__p_%'`
1945 echo $ac_n "checking for FlexLexer.h""... $ac_c" 1>&6
1946 echo "configure:1947: checking for FlexLexer.h" >&5
1947 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1948   echo $ac_n "(cached) $ac_c" 1>&6
1949 else
1950   cat > conftest.$ac_ext <<EOF
1951 #line 1952 "configure"
1952 #include "confdefs.h"
1953 #include <FlexLexer.h>
1954 EOF
1955 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1956 { (eval echo configure:1957: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1957 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1958 if test -z "$ac_err"; then
1959   rm -rf conftest*
1960   eval "ac_cv_header_$ac_safe=yes"
1961 else
1962   echo "$ac_err" >&5
1963   echo "configure: failed program was:" >&5
1964   cat conftest.$ac_ext >&5
1965   rm -rf conftest*
1966   eval "ac_cv_header_$ac_safe=no"
1967 fi
1968 rm -f conftest*
1969 fi
1970 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1971   echo "$ac_t""yes" 1>&6
1972   true
1973 else
1974   echo "$ac_t""no" 1>&6
1975
1976     echo "configure: warning: can"\'"t find flex header. Please install Flex headers correctly" 1>&2
1977     warn_b=yes
1978
1979 fi
1980
1981
1982     CPPFLAGS="$CPPFLAGS $DEFINES"
1983     CXXFLAGS="$CXXFLAGS $OPTIMIZE"
1984     LDFLAGS="$LDFLAGS $EXTRA_LIBES"
1985
1986     
1987     
1988     LD='$(CXX)'
1989     
1990
1991
1992     echo $ac_n "checking "g++ version"""... $ac_c" 1>&6
1993 echo "configure:1994: checking "g++ version"" >&5
1994     cxx_version=`$CXX --version`
1995     echo "$ac_t"""$cxx_version"" 1>&6
1996         # urg, egcs: how to check for egcs >= 1.1?
1997     if expr "$cxx_version" : '.*2\.[89]' > /dev/null ||
1998         expr "$cxx_version" : '.*egcs' > /dev/null ||
1999         expr "$cxx_version" : '3\.0' > /dev/null
2000         then
2001             true
2002     else
2003             
2004     echo "configure: warning: can\'t find g++ 2.8" 1>&2
2005     warn_b=yes
2006
2007     fi
2008
2009
2010     echo $ac_n "checking whether explicit instantiation is needed""... $ac_c" 1>&6
2011 echo "configure:2012: checking whether explicit instantiation is needed" >&5
2012 if eval "test \"`echo '$''{'lily_cv_need_explicit_instantiation'+set}'`\" = set"; then
2013   echo $ac_n "(cached) $ac_c" 1>&6
2014 else
2015   cat > conftest.$ac_ext <<EOF
2016 #line 2017 "configure"
2017 #include "confdefs.h"
2018
2019     template <class T> struct foo { static int baz; };
2020     template <class T> int foo<T>::baz = 1;
2021     
2022 int main() {
2023  return foo<int>::baz; 
2024 ; return 0; }
2025 EOF
2026 if { (eval echo configure:2027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2027   rm -rf conftest*
2028   lily_cv_need_explicit_instantiation=no
2029 else
2030   echo "configure: failed program was:" >&5
2031   cat conftest.$ac_ext >&5
2032   rm -rf conftest*
2033   lily_cv_need_explicit_instantiation=yes
2034 fi
2035 rm -f conftest*
2036 fi
2037
2038 echo "$ac_t""$lily_cv_need_explicit_instantiation" 1>&6
2039     if test x"$lily_cv_need_explicit_instantiation"x = x"yes"x; then
2040         cat >> confdefs.h <<\EOF
2041 #define NEED_EXPLICIT_INSTANTIATION 1
2042 EOF
2043
2044     fi
2045
2046
2047     # ugh, automake: we want (and check for) bison
2048     for ac_prog in 'bison -y' byacc
2049 do
2050 # Extract the first word of "$ac_prog", so it can be a program name with args.
2051 set dummy $ac_prog; ac_word=$2
2052 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2053 echo "configure:2054: checking for $ac_word" >&5
2054 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2055   echo $ac_n "(cached) $ac_c" 1>&6
2056 else
2057   if test -n "$YACC"; then
2058   ac_cv_prog_YACC="$YACC" # Let the user override the test.
2059 else
2060   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2061   ac_dummy="$PATH"
2062   for ac_dir in $ac_dummy; do
2063     test -z "$ac_dir" && ac_dir=.
2064     if test -f $ac_dir/$ac_word; then
2065       ac_cv_prog_YACC="$ac_prog"
2066       break
2067     fi
2068   done
2069   IFS="$ac_save_ifs"
2070 fi
2071 fi
2072 YACC="$ac_cv_prog_YACC"
2073 if test -n "$YACC"; then
2074   echo "$ac_t""$YACC" 1>&6
2075 else
2076   echo "$ac_t""no" 1>&6
2077 fi
2078
2079 test -n "$YACC" && break
2080 done
2081 test -n "$YACC" || YACC="yacc"
2082
2083     # ugh, automake: we want (and check for) flex
2084     # AC_PROG_LEX
2085     # urg: automake 1.3: hope this doesn't break 1.2 ac_cv_pro_lex_root hack...
2086
2087     # AC_DECL_YYTEXT
2088     # ugh, ugh
2089     ac_cv_prog_lex_root=lex.yy
2090
2091     for ac_prog in bison
2092 do
2093 # Extract the first word of "$ac_prog", so it can be a program name with args.
2094 set dummy $ac_prog; ac_word=$2
2095 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2096 echo "configure:2097: checking for $ac_word" >&5
2097 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
2098   echo $ac_n "(cached) $ac_c" 1>&6
2099 else
2100   if test -n "$BISON"; then
2101   ac_cv_prog_BISON="$BISON" # Let the user override the test.
2102 else
2103   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2104   ac_dummy="$PATH"
2105   for ac_dir in $ac_dummy; do
2106     test -z "$ac_dir" && ac_dir=.
2107     if test -f $ac_dir/$ac_word; then
2108       ac_cv_prog_BISON="$ac_prog"
2109       break
2110     fi
2111   done
2112   IFS="$ac_save_ifs"
2113 fi
2114 fi
2115 BISON="$ac_cv_prog_BISON"
2116 if test -n "$BISON"; then
2117   echo "$ac_t""$BISON" 1>&6
2118 else
2119   echo "$ac_t""no" 1>&6
2120 fi
2121
2122 test -n "$BISON" && break
2123 done
2124 test -n "$BISON" || BISON="error"
2125
2126     for ac_prog in flex
2127 do
2128 # Extract the first word of "$ac_prog", so it can be a program name with args.
2129 set dummy $ac_prog; ac_word=$2
2130 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2131 echo "configure:2132: checking for $ac_word" >&5
2132 if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
2133   echo $ac_n "(cached) $ac_c" 1>&6
2134 else
2135   if test -n "$FLEX"; then
2136   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
2137 else
2138   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2139   ac_dummy="$PATH"
2140   for ac_dir in $ac_dummy; do
2141     test -z "$ac_dir" && ac_dir=.
2142     if test -f $ac_dir/$ac_word; then
2143       ac_cv_prog_FLEX="$ac_prog"
2144       break
2145     fi
2146   done
2147   IFS="$ac_save_ifs"
2148 fi
2149 fi
2150 FLEX="$ac_cv_prog_FLEX"
2151 if test -n "$FLEX"; then
2152   echo "$ac_t""$FLEX" 1>&6
2153 else
2154   echo "$ac_t""no" 1>&6
2155 fi
2156
2157 test -n "$FLEX" && break
2158 done
2159 test -n "$FLEX" || FLEX="error"
2160
2161     
2162         result="`echo \"$BISON\" | grep echo`"
2163         if test "x$BISON" = "xerror" -o "x$result" != "x"; then
2164                 
2165     echo "configure: warning: can\'t find bison. Please install Bison" 1>&2
2166     warn_b=yes
2167
2168         fi
2169
2170     
2171         result="`echo \"$FLEX\" | grep echo`"
2172         if test "x$FLEX" = "xerror" -o "x$result" != "x"; then
2173                 
2174     echo "configure: warning: can\'t find flex. Please install Flex" 1>&2
2175     warn_b=yes
2176
2177         fi
2178
2179
2180
2181 ## Urg. We should fix this configure test. -- so clumsy
2182     if test $BISON != "error"; then
2183         bison_version=`$BISON --version | head -1 | sed 's/^.* 1\.//g'`
2184         if test $bison_version -lt 25; then
2185             
2186     echo "configure: warning: The bison installed might be too old (1.$bison_version). You might have to install 1.25" 1>&2
2187     warn_b=yes
2188
2189         fi      
2190     fi
2191
2192     
2193     
2194
2195
2196     for ac_prog in ar
2197 do
2198 # Extract the first word of "$ac_prog", so it can be a program name with args.
2199 set dummy $ac_prog; ac_word=$2
2200 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2201 echo "configure:2202: checking for $ac_word" >&5
2202 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
2203   echo $ac_n "(cached) $ac_c" 1>&6
2204 else
2205   if test -n "$AR"; then
2206   ac_cv_prog_AR="$AR" # Let the user override the test.
2207 else
2208   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2209   ac_dummy="$PATH"
2210   for ac_dir in $ac_dummy; do
2211     test -z "$ac_dir" && ac_dir=.
2212     if test -f $ac_dir/$ac_word; then
2213       ac_cv_prog_AR="$ac_prog"
2214       break
2215     fi
2216   done
2217   IFS="$ac_save_ifs"
2218 fi
2219 fi
2220 AR="$ac_cv_prog_AR"
2221 if test -n "$AR"; then
2222   echo "$ac_t""$AR" 1>&6
2223 else
2224   echo "$ac_t""no" 1>&6
2225 fi
2226
2227 test -n "$AR" && break
2228 done
2229 test -n "$AR" || AR="error"
2230
2231     # Extract the first word of "ranlib", so it can be a program name with args.
2232 set dummy ranlib; ac_word=$2
2233 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2234 echo "configure:2235: checking for $ac_word" >&5
2235 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2236   echo $ac_n "(cached) $ac_c" 1>&6
2237 else
2238   if test -n "$RANLIB"; then
2239   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
2240 else
2241   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2242   ac_dummy="$PATH"
2243   for ac_dir in $ac_dummy; do
2244     test -z "$ac_dir" && ac_dir=.
2245     if test -f $ac_dir/$ac_word; then
2246       ac_cv_prog_RANLIB="ranlib"
2247       break
2248     fi
2249   done
2250   IFS="$ac_save_ifs"
2251   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
2252 fi
2253 fi
2254 RANLIB="$ac_cv_prog_RANLIB"
2255 if test -n "$RANLIB"; then
2256   echo "$ac_t""$RANLIB" 1>&6
2257 else
2258   echo "$ac_t""no" 1>&6
2259 fi
2260
2261
2262     
2263     
2264
2265
2266     lang=English
2267     ALL_LINGUAS="en nl"
2268
2269     # with/enable ??
2270     # Check whether --with-localedir or --without-localedir was given.
2271 if test "${with_localedir+set}" = set; then
2272   withval="$with_localedir"
2273   localedir=$with_localedir
2274 else
2275   localedir='${prefix}/share/locale'
2276 fi
2277
2278
2279     # Check whether --with-lang or --without-lang was given.
2280 if test "${with_lang+set}" = set; then
2281   withval="$with_lang"
2282   language=$with_lang
2283 else
2284   language=English
2285 fi
2286
2287
2288     echo $ac_n "checking language""... $ac_c" 1>&6
2289 echo "configure:2290: checking language" >&5    
2290     case "$language" in
2291       En* | en* | Am* | am* | US* | us*)
2292             lang=English;;
2293       NL | nl | Du* | du* | Ned* | ned*)
2294             lang=Dutch;;
2295       "")
2296             lang=English;;
2297       *)
2298             lang=unknown;;
2299     esac
2300     echo "$ac_t""$lang" 1>&6
2301
2302     if test "$lang" = "unknown" ; then
2303         
2304     echo "configure: warning: $language not supported; available are: $ALL_LINGUAS" 1>&2
2305     warn_b=yes
2306
2307     fi
2308
2309
2310
2311     DIR_LOCALEDIR=${localedir}
2312     presome=${prefix}
2313     if test "$prefix" = "NONE"; then
2314             presome=${ac_default_prefix}
2315     fi
2316     DIR_LOCALEDIR=`echo ${DIR_LOCALEDIR} | sed "s!\\\${prefix}!$presome!"`
2317     
2318     
2319     cat >> confdefs.h <<EOF
2320 #define DIR_LOCALEDIR "${DIR_LOCALEDIR}"
2321 EOF
2322
2323
2324     echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
2325 echo "configure:2326: checking for gettext in -lintl" >&5
2326 ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
2327 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2328   echo $ac_n "(cached) $ac_c" 1>&6
2329 else
2330   ac_save_LIBS="$LIBS"
2331 LIBS="-lintl  $LIBS"
2332 cat > conftest.$ac_ext <<EOF
2333 #line 2334 "configure"
2334 #include "confdefs.h"
2335 /* Override any gcc2 internal prototype to avoid an error.  */
2336 #ifdef __cplusplus
2337 extern "C"
2338 #endif
2339 /* We use char because int might match the return type of a gcc2
2340     builtin and then its argument prototype would still apply.  */
2341 char gettext();
2342
2343 int main() {
2344 gettext()
2345 ; return 0; }
2346 EOF
2347 if { (eval echo configure:2348: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2348   rm -rf conftest*
2349   eval "ac_cv_lib_$ac_lib_var=yes"
2350 else
2351   echo "configure: failed program was:" >&5
2352   cat conftest.$ac_ext >&5
2353   rm -rf conftest*
2354   eval "ac_cv_lib_$ac_lib_var=no"
2355 fi
2356 rm -f conftest*
2357 LIBS="$ac_save_LIBS"
2358
2359 fi
2360 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2361   echo "$ac_t""yes" 1>&6
2362     ac_tr_lib=HAVE_LIB`echo intl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2363     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2364   cat >> confdefs.h <<EOF
2365 #define $ac_tr_lib 1
2366 EOF
2367
2368   LIBS="-lintl $LIBS"
2369
2370 else
2371   echo "$ac_t""no" 1>&6
2372 fi
2373
2374     for ac_func in gettext
2375 do
2376 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2377 echo "configure:2378: checking for $ac_func" >&5
2378 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2379   echo $ac_n "(cached) $ac_c" 1>&6
2380 else
2381   cat > conftest.$ac_ext <<EOF
2382 #line 2383 "configure"
2383 #include "confdefs.h"
2384 /* System header to define __stub macros and hopefully few prototypes,
2385     which can conflict with char $ac_func(); below.  */
2386 #include <assert.h>
2387 /* Override any gcc2 internal prototype to avoid an error.  */
2388 #ifdef __cplusplus
2389 extern "C"
2390 #endif
2391 /* We use char because int might match the return type of a gcc2
2392     builtin and then its argument prototype would still apply.  */
2393 char $ac_func();
2394
2395 int main() {
2396
2397 /* The GNU C library defines this for functions which it implements
2398     to always fail with ENOSYS.  Some functions are actually named
2399     something starting with __ and the normal name is an alias.  */
2400 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2401 choke me
2402 #else
2403 $ac_func();
2404 #endif
2405
2406 ; return 0; }
2407 EOF
2408 if { (eval echo configure:2409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2409   rm -rf conftest*
2410   eval "ac_cv_func_$ac_func=yes"
2411 else
2412   echo "configure: failed program was:" >&5
2413   cat conftest.$ac_ext >&5
2414   rm -rf conftest*
2415   eval "ac_cv_func_$ac_func=no"
2416 fi
2417 rm -f conftest*
2418 fi
2419
2420 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2421   echo "$ac_t""yes" 1>&6
2422     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2423   cat >> confdefs.h <<EOF
2424 #define $ac_tr_func 1
2425 EOF
2426  
2427 else
2428   echo "$ac_t""no" 1>&6
2429 fi
2430 done
2431
2432
2433
2434     # AC_CHECK_PROGS(MSGFMT, msgfmt, -echo no msgfmt)
2435     for ac_prog in msgfmt
2436 do
2437 # Extract the first word of "$ac_prog", so it can be a program name with args.
2438 set dummy $ac_prog; ac_word=$2
2439 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2440 echo "configure:2441: checking for $ac_word" >&5
2441 if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then
2442   echo $ac_n "(cached) $ac_c" 1>&6
2443 else
2444   if test -n "$MSGFMT"; then
2445   ac_cv_prog_MSGFMT="$MSGFMT" # Let the user override the test.
2446 else
2447   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2448   ac_dummy="$PATH"
2449   for ac_dir in $ac_dummy; do
2450     test -z "$ac_dir" && ac_dir=.
2451     if test -f $ac_dir/$ac_word; then
2452       ac_cv_prog_MSGFMT="$ac_prog"
2453       break
2454     fi
2455   done
2456   IFS="$ac_save_ifs"
2457 fi
2458 fi
2459 MSGFMT="$ac_cv_prog_MSGFMT"
2460 if test -n "$MSGFMT"; then
2461   echo "$ac_t""$MSGFMT" 1>&6
2462 else
2463   echo "$ac_t""no" 1>&6
2464 fi
2465
2466 test -n "$MSGFMT" && break
2467 done
2468 test -n "$MSGFMT" || MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh "
2469
2470     echo $ac_n "checking whether msgfmt accepts -o""... $ac_c" 1>&6
2471 echo "configure:2472: checking whether msgfmt accepts -o" >&5
2472     msgfmt_output="`msgfmt -o bla 2>&1 | grep usage`"
2473     if test "$msgfmt_output" = ""; then
2474         echo "$ac_t""yes" 1>&6
2475     else
2476         # urg
2477         MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh"
2478         echo "$ac_t""no" 1>&6
2479         
2480     echo "configure: warning: please install msgfmt from GNU gettext" 1>&2
2481     warn_b=yes
2482
2483     fi
2484     if test ! -n "$MSGFMT"; then
2485         
2486     echo "configure: warning: please install msgfmt from GNU gettext" 1>&2
2487     warn_b=yes
2488
2489     fi
2490
2491
2492     # urg, never know what names these teTeX guys will think up
2493
2494     for ac_prog in mf
2495 do
2496 # Extract the first word of "$ac_prog", so it can be a program name with args.
2497 set dummy $ac_prog; ac_word=$2
2498 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2499 echo "configure:2500: checking for $ac_word" >&5
2500 if eval "test \"`echo '$''{'ac_cv_prog_METAFONT'+set}'`\" = set"; then
2501   echo $ac_n "(cached) $ac_c" 1>&6
2502 else
2503   if test -n "$METAFONT"; then
2504   ac_cv_prog_METAFONT="$METAFONT" # Let the user override the test.
2505 else
2506   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2507   ac_dummy="$PATH"
2508   for ac_dir in $ac_dummy; do
2509     test -z "$ac_dir" && ac_dir=.
2510     if test -f $ac_dir/$ac_word; then
2511       ac_cv_prog_METAFONT="$ac_prog"
2512       break
2513     fi
2514   done
2515   IFS="$ac_save_ifs"
2516 fi
2517 fi
2518 METAFONT="$ac_cv_prog_METAFONT"
2519 if test -n "$METAFONT"; then
2520   echo "$ac_t""$METAFONT" 1>&6
2521 else
2522   echo "$ac_t""no" 1>&6
2523 fi
2524
2525 test -n "$METAFONT" && break
2526 done
2527 test -n "$METAFONT" || METAFONT="no"
2528
2529     if test "x$METAFONT" = "xno"; then
2530         for ac_prog in mfont
2531 do
2532 # Extract the first word of "$ac_prog", so it can be a program name with args.
2533 set dummy $ac_prog; ac_word=$2
2534 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2535 echo "configure:2536: checking for $ac_word" >&5
2536 if eval "test \"`echo '$''{'ac_cv_prog_MFONT'+set}'`\" = set"; then
2537   echo $ac_n "(cached) $ac_c" 1>&6
2538 else
2539   if test -n "$MFONT"; then
2540   ac_cv_prog_MFONT="$MFONT" # Let the user override the test.
2541 else
2542   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2543   ac_dummy="$PATH"
2544   for ac_dir in $ac_dummy; do
2545     test -z "$ac_dir" && ac_dir=.
2546     if test -f $ac_dir/$ac_word; then
2547       ac_cv_prog_MFONT="$ac_prog"
2548       break
2549     fi
2550   done
2551   IFS="$ac_save_ifs"
2552 fi
2553 fi
2554 MFONT="$ac_cv_prog_MFONT"
2555 if test -n "$MFONT"; then
2556   echo "$ac_t""$MFONT" 1>&6
2557 else
2558   echo "$ac_t""no" 1>&6
2559 fi
2560
2561 test -n "$MFONT" && break
2562 done
2563 test -n "$MFONT" || MFONT="-echo no mf or mfont"
2564
2565         METAFONT=$MFONT
2566     fi
2567
2568     for ac_prog in inimf
2569 do
2570 # Extract the first word of "$ac_prog", so it can be a program name with args.
2571 set dummy $ac_prog; ac_word=$2
2572 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2573 echo "configure:2574: checking for $ac_word" >&5
2574 if eval "test \"`echo '$''{'ac_cv_prog_INIMETAFONT'+set}'`\" = set"; then
2575   echo $ac_n "(cached) $ac_c" 1>&6
2576 else
2577   if test -n "$INIMETAFONT"; then
2578   ac_cv_prog_INIMETAFONT="$INIMETAFONT" # Let the user override the test.
2579 else
2580   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2581   ac_dummy="$PATH"
2582   for ac_dir in $ac_dummy; do
2583     test -z "$ac_dir" && ac_dir=.
2584     if test -f $ac_dir/$ac_word; then
2585       ac_cv_prog_INIMETAFONT="$ac_prog"
2586       break
2587     fi
2588   done
2589   IFS="$ac_save_ifs"
2590 fi
2591 fi
2592 INIMETAFONT="$ac_cv_prog_INIMETAFONT"
2593 if test -n "$INIMETAFONT"; then
2594   echo "$ac_t""$INIMETAFONT" 1>&6
2595 else
2596   echo "$ac_t""no" 1>&6
2597 fi
2598
2599 test -n "$INIMETAFONT" && break
2600 done
2601 test -n "$INIMETAFONT" || INIMETAFONT="no"
2602
2603     if test "x$INIMETAFONT" = "xno"; then
2604         for ac_prog in inimfont
2605 do
2606 # Extract the first word of "$ac_prog", so it can be a program name with args.
2607 set dummy $ac_prog; ac_word=$2
2608 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2609 echo "configure:2610: checking for $ac_word" >&5
2610 if eval "test \"`echo '$''{'ac_cv_prog_INIMFONT'+set}'`\" = set"; then
2611   echo $ac_n "(cached) $ac_c" 1>&6
2612 else
2613   if test -n "$INIMFONT"; then
2614   ac_cv_prog_INIMFONT="$INIMFONT" # Let the user override the test.
2615 else
2616   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2617   ac_dummy="$PATH"
2618   for ac_dir in $ac_dummy; do
2619     test -z "$ac_dir" && ac_dir=.
2620     if test -f $ac_dir/$ac_word; then
2621       ac_cv_prog_INIMFONT="$ac_prog"
2622       break
2623     fi
2624   done
2625   IFS="$ac_save_ifs"
2626 fi
2627 fi
2628 INIMFONT="$ac_cv_prog_INIMFONT"
2629 if test -n "$INIMFONT"; then
2630   echo "$ac_t""$INIMFONT" 1>&6
2631 else
2632   echo "$ac_t""no" 1>&6
2633 fi
2634
2635 test -n "$INIMFONT" && break
2636 done
2637 test -n "$INIMFONT" || INIMFONT="-echo no inimf or inimfont"
2638
2639         INIMETAFONT=$INIMFONT
2640     fi
2641
2642     echo $ac_n "checking for working metafont mode""... $ac_c" 1>&6
2643 echo "configure:2644: checking for working metafont mode" >&5
2644     modelist='ljfour lj4 lj3 lj2 ljet laserjet'
2645     for MFMODE in $modelist; do
2646         $METAFONT "\mode:=$MFMODE; mode_setup; end." > /dev/null 2>&1
2647         if test -f mfput.tfm; then
2648             break;
2649         fi
2650     done
2651     echo "$ac_t""$MFMODE" 1>&6
2652
2653     rm -f mfput.*
2654
2655     
2656     
2657     
2658
2659
2660     # Check whether --enable-tfm-path or --disable-tfm-path was given.
2661 if test "${enable_tfm_path+set}" = set; then
2662   enableval="$enable_tfm_path"
2663   tfm_path=$enableval
2664 else
2665   tfm_path=auto 
2666 fi
2667
2668
2669     for ac_prog in kpsewhich
2670 do
2671 # Extract the first word of "$ac_prog", so it can be a program name with args.
2672 set dummy $ac_prog; ac_word=$2
2673 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2674 echo "configure:2675: checking for $ac_word" >&5
2675 if eval "test \"`echo '$''{'ac_cv_prog_KPSEWHICH'+set}'`\" = set"; then
2676   echo $ac_n "(cached) $ac_c" 1>&6
2677 else
2678   if test -n "$KPSEWHICH"; then
2679   ac_cv_prog_KPSEWHICH="$KPSEWHICH" # Let the user override the test.
2680 else
2681   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
2682   ac_dummy="$PATH"
2683   for ac_dir in $ac_dummy; do
2684     test -z "$ac_dir" && ac_dir=.
2685     if test -f $ac_dir/$ac_word; then
2686       ac_cv_prog_KPSEWHICH="$ac_prog"
2687       break
2688     fi
2689   done
2690   IFS="$ac_save_ifs"
2691 fi
2692 fi
2693 KPSEWHICH="$ac_cv_prog_KPSEWHICH"
2694 if test -n "$KPSEWHICH"; then
2695   echo "$ac_t""$KPSEWHICH" 1>&6
2696 else
2697   echo "$ac_t""no" 1>&6
2698 fi
2699
2700 test -n "$KPSEWHICH" && break
2701 done
2702 test -n "$KPSEWHICH" || KPSEWHICH="no"
2703
2704     echo $ac_n "checking for tfm path""... $ac_c" 1>&6
2705 echo "configure:2706: checking for tfm path" >&5
2706
2707     TFM_FONTS="cmr msam"
2708
2709     if test "x$tfm_path" = xauto ; then
2710         if test "x$KPSEWHICH" != "xno" ; then
2711             for i in $TFM_FONTS; do
2712                 dir=`$KPSEWHICH tfm ${i}10.tfm`
2713                 TFM_PATH="$TFM_PATH `dirname $dir`"
2714             done
2715         else
2716             
2717     echo "configure: warning: Please specify where cmr10.tfm lives:
2718     ./configure --enable-tfm-path=/usr/local/TeX/lib/tex/fonts" 1>&2
2719     warn_b=yes
2720
2721         fi
2722     else
2723          TFM_PATH=$tfm_path
2724     fi
2725
2726     TFM_PATH=`echo $TFM_PATH | tr ':' ' '`
2727     echo "$ac_t""$TFM_PATH" 1>&6
2728     
2729
2730
2731     ## First, let's just see if we can find Guile at all.
2732     echo $ac_n "checking "for guile-config"""... $ac_c" 1>&6
2733 echo "configure:2734: checking "for guile-config"" >&5
2734     for guile_config in guile-config $target-guile-config $build-guile-config; do
2735         echo "$ac_t"""$guile_config"" 1>&6
2736         if ! $guile_config --version > /dev/null 2>&1 ; then
2737             echo "configure: warning: "cannot execute $guile_config"" 1>&2
2738             echo $ac_n "checking "if we are cross compiling"""... $ac_c" 1>&6
2739 echo "configure:2740: checking "if we are cross compiling"" >&5
2740             guile_config=error
2741         else
2742             break
2743         fi
2744     done
2745     if test "$guile_config" = "error"; then
2746         { echo "configure: error: "cannot find guile-config; is Guile installed?"" 1>&2; exit 1; }
2747         exit 1
2748     fi
2749     echo $ac_n "checking "Guile version"""... $ac_c" 1>&6
2750 echo "configure:2751: checking "Guile version"" >&5
2751     need_guile_version="1.3.4"
2752     need_guile_version_numeric=100304
2753     guile_version=`$guile_config --version 2>&1 | awk '{print $NF}'`
2754     guile_version_numeric=`echo $guile_version | awk -F. '
2755 {if ($3) {last = $3}
2756 else {last =0}}
2757 {printf "%s%s%s\n",$1*100, $2*10,last}'`
2758     echo "$ac_t"""$guile_version"" 1>&6
2759     if test $guile_version_numeric -lt $need_guile_version_numeric
2760     then
2761         
2762     echo "configure: warning: "Guile version "$need_guile_version" or newer is needed"" 1>&2
2763     warn_b=yes
2764
2765     fi
2766         GUILE_MAJOR_VERSION=`expr $guile_version : '\([0-9]*\)'`
2767     GUILE_MINOR_VERSION=`expr $guile_version : '[0-9]*\.\([0-9]*\)'`
2768         
2769 ## The GUILE_FLAGS macro.
2770   echo $ac_n "checking for Guile""... $ac_c" 1>&6
2771 echo "configure:2772: checking for Guile" >&5
2772   if ! $guile_config link > /dev/null ; then
2773       echo "$ac_t"""cannot execute $guile_config"" 1>&6
2774       { echo "configure: error: "cannot find guile-config; is Guile installed?"" 1>&2; exit 1; }
2775       exit 1
2776   fi
2777   GUILE_CFLAGS="`$guile_config compile`"
2778   GUILE_LDFLAGS="`$guile_config link`"
2779   
2780   
2781   echo "$ac_t""yes" 1>&6
2782
2783     # Extract the first word of "guile", so it can be a program name with args.
2784 set dummy guile; ac_word=$2
2785 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2786 echo "configure:2787: checking for $ac_word" >&5
2787 if eval "test \"`echo '$''{'ac_cv_path_GUILE'+set}'`\" = set"; then
2788   echo $ac_n "(cached) $ac_c" 1>&6
2789 else
2790   case "$GUILE" in
2791   /*)
2792   ac_cv_path_GUILE="$GUILE" # Let the user override the test with a path.
2793   ;;
2794   ?:/*)                  
2795   ac_cv_path_GUILE="$GUILE" # Let the user override the test with a dos path.
2796   ;;
2797   *)
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_path_GUILE="$ac_dir/$ac_word"
2804       break
2805     fi
2806   done
2807   IFS="$ac_save_ifs"
2808   test -z "$ac_cv_path_GUILE" && ac_cv_path_GUILE="error"
2809   ;;
2810 esac
2811 fi
2812 GUILE="$ac_cv_path_GUILE"
2813 if test -n "$GUILE"; then
2814   echo "$ac_t""$GUILE" 1>&6
2815 else
2816   echo "$ac_t""no" 1>&6
2817 fi
2818
2819     
2820     cat >> confdefs.h <<EOF
2821 #define GUILE_MAJOR_VERSION $GUILE_MAJOR_VERSION
2822 EOF
2823
2824     cat >> confdefs.h <<EOF
2825 #define GUILE_MINOR_VERSION $GUILE_MINOR_VERSION
2826 EOF
2827
2828
2829
2830
2831     kpathsea_b=yes
2832     #FIXME --with-xxx is meant for specifying a PATH too,
2833     # so this should read: --enable-kpathsea,
2834     # or --with-kpathsea-include=PATH --with-kpathsea-lib=PATH
2835     # Check whether --with-kpathsea or --without-kpathsea was given.
2836 if test "${with_kpathsea+set}" = set; then
2837   withval="$with_kpathsea"
2838   kpathsea_b=$with_kpathsea
2839 fi
2840
2841
2842     if test "$kpathsea_b" != "no"; then 
2843         for ac_hdr in kpathsea/kpathsea.h
2844 do
2845 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2846 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2847 echo "configure:2848: checking for $ac_hdr" >&5
2848 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2849   echo $ac_n "(cached) $ac_c" 1>&6
2850 else
2851   cat > conftest.$ac_ext <<EOF
2852 #line 2853 "configure"
2853 #include "confdefs.h"
2854 #include <$ac_hdr>
2855 EOF
2856 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2857 { (eval echo configure:2858: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2858 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2859 if test -z "$ac_err"; then
2860   rm -rf conftest*
2861   eval "ac_cv_header_$ac_safe=yes"
2862 else
2863   echo "$ac_err" >&5
2864   echo "configure: failed program was:" >&5
2865   cat conftest.$ac_ext >&5
2866   rm -rf conftest*
2867   eval "ac_cv_header_$ac_safe=no"
2868 fi
2869 rm -f conftest*
2870 fi
2871 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2872   echo "$ac_t""yes" 1>&6
2873     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2874   cat >> confdefs.h <<EOF
2875 #define $ac_tr_hdr 1
2876 EOF
2877  
2878 else
2879   echo "$ac_t""no" 1>&6
2880 fi
2881 done
2882
2883         echo $ac_n "checking for kpse_find_file in -lkpathsea""... $ac_c" 1>&6
2884 echo "configure:2885: checking for kpse_find_file in -lkpathsea" >&5
2885 ac_lib_var=`echo kpathsea'_'kpse_find_file | sed 'y%./+-%__p_%'`
2886 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2887   echo $ac_n "(cached) $ac_c" 1>&6
2888 else
2889   ac_save_LIBS="$LIBS"
2890 LIBS="-lkpathsea  $LIBS"
2891 cat > conftest.$ac_ext <<EOF
2892 #line 2893 "configure"
2893 #include "confdefs.h"
2894 /* Override any gcc2 internal prototype to avoid an error.  */
2895 #ifdef __cplusplus
2896 extern "C"
2897 #endif
2898 /* We use char because int might match the return type of a gcc2
2899     builtin and then its argument prototype would still apply.  */
2900 char kpse_find_file();
2901
2902 int main() {
2903 kpse_find_file()
2904 ; return 0; }
2905 EOF
2906 if { (eval echo configure:2907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2907   rm -rf conftest*
2908   eval "ac_cv_lib_$ac_lib_var=yes"
2909 else
2910   echo "configure: failed program was:" >&5
2911   cat conftest.$ac_ext >&5
2912   rm -rf conftest*
2913   eval "ac_cv_lib_$ac_lib_var=no"
2914 fi
2915 rm -f conftest*
2916 LIBS="$ac_save_LIBS"
2917
2918 fi
2919 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2920   echo "$ac_t""yes" 1>&6
2921     ac_tr_lib=HAVE_LIB`echo kpathsea | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2922     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2923   cat >> confdefs.h <<EOF
2924 #define $ac_tr_lib 1
2925 EOF
2926
2927   LIBS="-lkpathsea $LIBS"
2928
2929 else
2930   echo "$ac_t""no" 1>&6
2931 fi
2932
2933         for ac_func in kpse_find_file
2934 do
2935 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2936 echo "configure:2937: checking for $ac_func" >&5
2937 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2938   echo $ac_n "(cached) $ac_c" 1>&6
2939 else
2940   cat > conftest.$ac_ext <<EOF
2941 #line 2942 "configure"
2942 #include "confdefs.h"
2943 /* System header to define __stub macros and hopefully few prototypes,
2944     which can conflict with char $ac_func(); below.  */
2945 #include <assert.h>
2946 /* Override any gcc2 internal prototype to avoid an error.  */
2947 #ifdef __cplusplus
2948 extern "C"
2949 #endif
2950 /* We use char because int might match the return type of a gcc2
2951     builtin and then its argument prototype would still apply.  */
2952 char $ac_func();
2953
2954 int main() {
2955
2956 /* The GNU C library defines this for functions which it implements
2957     to always fail with ENOSYS.  Some functions are actually named
2958     something starting with __ and the normal name is an alias.  */
2959 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2960 choke me
2961 #else
2962 $ac_func();
2963 #endif
2964
2965 ; return 0; }
2966 EOF
2967 if { (eval echo configure:2968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2968   rm -rf conftest*
2969   eval "ac_cv_func_$ac_func=yes"
2970 else
2971   echo "configure: failed program was:" >&5
2972   cat conftest.$ac_ext >&5
2973   rm -rf conftest*
2974   eval "ac_cv_func_$ac_func=no"
2975 fi
2976 rm -f conftest*
2977 fi
2978
2979 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2980   echo "$ac_t""yes" 1>&6
2981     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2982   cat >> confdefs.h <<EOF
2983 #define $ac_tr_func 1
2984 EOF
2985  
2986 else
2987   echo "$ac_t""no" 1>&6
2988 { 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; }
2989 fi
2990 done
2991
2992     fi
2993     echo $ac_n "checking whether to use kpathsea""... $ac_c" 1>&6
2994 echo "configure:2995: checking whether to use kpathsea" >&5
2995     if test "$kpathsea_b" != no; then
2996         echo "$ac_t""yes" 1>&6
2997         KPATHSEA=1
2998     else
2999         echo "$ac_t""no" 1>&6
3000         KPATHSEA=0
3001     fi
3002
3003     
3004     cat >> confdefs.h <<EOF
3005 #define KPATHSEA $KPATHSEA
3006 EOF
3007
3008
3009
3010
3011 if test "$optimise_b" = yes; then
3012     DEFINES="$DEFINES -DSTRING_UTILS_INLINED"
3013     cat >> confdefs.h <<\EOF
3014 #define STRINGS_UTILS_INLINED 1
3015 EOF
3016
3017 fi
3018
3019
3020
3021 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
3022 echo "configure:3023: checking for 8-bit clean memcmp" >&5
3023 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
3024   echo $ac_n "(cached) $ac_c" 1>&6
3025 else
3026   if test "$cross_compiling" = yes; then
3027   ac_cv_func_memcmp_clean=no
3028 else
3029   cat > conftest.$ac_ext <<EOF
3030 #line 3031 "configure"
3031 #include "confdefs.h"
3032
3033 main()
3034 {
3035   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
3036   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
3037 }
3038
3039 EOF
3040 if { (eval echo configure:3041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3041 then
3042   ac_cv_func_memcmp_clean=yes
3043 else
3044   echo "configure: failed program was:" >&5
3045   cat conftest.$ac_ext >&5
3046   rm -fr conftest*
3047   ac_cv_func_memcmp_clean=no
3048 fi
3049 rm -fr conftest*
3050 fi
3051
3052 fi
3053
3054 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
3055 test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
3056
3057 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
3058 echo "configure:3059: checking for vprintf" >&5
3059 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
3060   echo $ac_n "(cached) $ac_c" 1>&6
3061 else
3062   cat > conftest.$ac_ext <<EOF
3063 #line 3064 "configure"
3064 #include "confdefs.h"
3065 /* System header to define __stub macros and hopefully few prototypes,
3066     which can conflict with char vprintf(); below.  */
3067 #include <assert.h>
3068 /* Override any gcc2 internal prototype to avoid an error.  */
3069 #ifdef __cplusplus
3070 extern "C"
3071 #endif
3072 /* We use char because int might match the return type of a gcc2
3073     builtin and then its argument prototype would still apply.  */
3074 char vprintf();
3075
3076 int main() {
3077
3078 /* The GNU C library defines this for functions which it implements
3079     to always fail with ENOSYS.  Some functions are actually named
3080     something starting with __ and the normal name is an alias.  */
3081 #if defined (__stub_vprintf) || defined (__stub___vprintf)
3082 choke me
3083 #else
3084 vprintf();
3085 #endif
3086
3087 ; return 0; }
3088 EOF
3089 if { (eval echo configure:3090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3090   rm -rf conftest*
3091   eval "ac_cv_func_vprintf=yes"
3092 else
3093   echo "configure: failed program was:" >&5
3094   cat conftest.$ac_ext >&5
3095   rm -rf conftest*
3096   eval "ac_cv_func_vprintf=no"
3097 fi
3098 rm -f conftest*
3099 fi
3100
3101 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
3102   echo "$ac_t""yes" 1>&6
3103   cat >> confdefs.h <<\EOF
3104 #define HAVE_VPRINTF 1
3105 EOF
3106
3107 else
3108   echo "$ac_t""no" 1>&6
3109 fi
3110
3111 if test "$ac_cv_func_vprintf" != yes; then
3112 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
3113 echo "configure:3114: checking for _doprnt" >&5
3114 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
3115   echo $ac_n "(cached) $ac_c" 1>&6
3116 else
3117   cat > conftest.$ac_ext <<EOF
3118 #line 3119 "configure"
3119 #include "confdefs.h"
3120 /* System header to define __stub macros and hopefully few prototypes,
3121     which can conflict with char _doprnt(); below.  */
3122 #include <assert.h>
3123 /* Override any gcc2 internal prototype to avoid an error.  */
3124 #ifdef __cplusplus
3125 extern "C"
3126 #endif
3127 /* We use char because int might match the return type of a gcc2
3128     builtin and then its argument prototype would still apply.  */
3129 char _doprnt();
3130
3131 int main() {
3132
3133 /* The GNU C library defines this for functions which it implements
3134     to always fail with ENOSYS.  Some functions are actually named
3135     something starting with __ and the normal name is an alias.  */
3136 #if defined (__stub__doprnt) || defined (__stub____doprnt)
3137 choke me
3138 #else
3139 _doprnt();
3140 #endif
3141
3142 ; return 0; }
3143 EOF
3144 if { (eval echo configure:3145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3145   rm -rf conftest*
3146   eval "ac_cv_func__doprnt=yes"
3147 else
3148   echo "configure: failed program was:" >&5
3149   cat conftest.$ac_ext >&5
3150   rm -rf conftest*
3151   eval "ac_cv_func__doprnt=no"
3152 fi
3153 rm -f conftest*
3154 fi
3155
3156 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
3157   echo "$ac_t""yes" 1>&6
3158   cat >> confdefs.h <<\EOF
3159 #define HAVE_DOPRNT 1
3160 EOF
3161
3162 else
3163   echo "$ac_t""no" 1>&6
3164 fi
3165
3166 fi
3167
3168 for ac_func in memmem snprintf vsnprintf gettext isinf
3169 do
3170 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3171 echo "configure:3172: checking for $ac_func" >&5
3172 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3173   echo $ac_n "(cached) $ac_c" 1>&6
3174 else
3175   cat > conftest.$ac_ext <<EOF
3176 #line 3177 "configure"
3177 #include "confdefs.h"
3178 /* System header to define __stub macros and hopefully few prototypes,
3179     which can conflict with char $ac_func(); below.  */
3180 #include <assert.h>
3181 /* Override any gcc2 internal prototype to avoid an error.  */
3182 #ifdef __cplusplus
3183 extern "C"
3184 #endif
3185 /* We use char because int might match the return type of a gcc2
3186     builtin and then its argument prototype would still apply.  */
3187 char $ac_func();
3188
3189 int main() {
3190
3191 /* The GNU C library defines this for functions which it implements
3192     to always fail with ENOSYS.  Some functions are actually named
3193     something starting with __ and the normal name is an alias.  */
3194 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3195 choke me
3196 #else
3197 $ac_func();
3198 #endif
3199
3200 ; return 0; }
3201 EOF
3202 if { (eval echo configure:3203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3203   rm -rf conftest*
3204   eval "ac_cv_func_$ac_func=yes"
3205 else
3206   echo "configure: failed program was:" >&5
3207   cat conftest.$ac_ext >&5
3208   rm -rf conftest*
3209   eval "ac_cv_func_$ac_func=no"
3210 fi
3211 rm -f conftest*
3212 fi
3213
3214 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3215   echo "$ac_t""yes" 1>&6
3216     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3217   cat >> confdefs.h <<EOF
3218 #define $ac_tr_func 1
3219 EOF
3220  
3221 else
3222   echo "$ac_t""no" 1>&6
3223 fi
3224 done
3225
3226
3227 cat >> confdefs.h <<EOF
3228 #define TOPLEVEL_VERSION "${FULL_VERSION}"
3229 EOF
3230
3231 cat >> confdefs.h <<EOF
3232 #define FLOWER_VERSION "${FULL_FLOWER_VERSION}"
3233 EOF
3234
3235
3236
3237     for ac_prog in makeinfo
3238 do
3239 # Extract the first word of "$ac_prog", so it can be a program name with args.
3240 set dummy $ac_prog; ac_word=$2
3241 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3242 echo "configure:3243: checking for $ac_word" >&5
3243 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
3244   echo $ac_n "(cached) $ac_c" 1>&6
3245 else
3246   if test -n "$MAKEINFO"; then
3247   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
3248 else
3249   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3250   ac_dummy="$PATH"
3251   for ac_dir in $ac_dummy; do
3252     test -z "$ac_dir" && ac_dir=.
3253     if test -f $ac_dir/$ac_word; then
3254       ac_cv_prog_MAKEINFO="$ac_prog"
3255       break
3256     fi
3257   done
3258   IFS="$ac_save_ifs"
3259 fi
3260 fi
3261 MAKEINFO="$ac_cv_prog_MAKEINFO"
3262 if test -n "$MAKEINFO"; then
3263   echo "$ac_t""$MAKEINFO" 1>&6
3264 else
3265   echo "$ac_t""no" 1>&6
3266 fi
3267
3268 test -n "$MAKEINFO" && break
3269 done
3270 test -n "$MAKEINFO" || MAKEINFO="error"
3271
3272     if test "$MAKEINFO" != "error"; then
3273         echo $ac_n "checking whether makeinfo can split html by @node""... $ac_c" 1>&6
3274 echo "configure:3275: checking whether makeinfo can split html by @node" >&5
3275         mkdir -p out
3276         makeinfo --html --output=out/split <<EOF
3277 \input texinfo
3278 \input texinfo @c -*-texinfo-*-
3279 @setfilename split.info
3280 @settitle split.info
3281 @bye
3282 EOF
3283         if test -d out/split; then
3284             SPLITTING_MAKEINFO=yes
3285             echo "$ac_t""yes" 1>&6
3286             rm -rf out/split
3287         else
3288             echo "$ac_t""no" 1>&6
3289             
3290     echo "configure: warning: your html documentation will be one large file" 1>&2
3291     warn_b=yes
3292
3293             rm -rf out/split
3294         fi
3295     fi
3296     
3297
3298
3299 # Extract the first word of "perl", so it can be a program name with args.
3300 set dummy perl; ac_word=$2
3301 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3302 echo "configure:3303: checking for $ac_word" >&5
3303 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
3304   echo $ac_n "(cached) $ac_c" 1>&6
3305 else
3306   case "$PERL" in
3307   /*)
3308   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
3309   ;;
3310   ?:/*)                  
3311   ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
3312   ;;
3313   *)
3314   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
3315   ac_dummy="$PATH"
3316   for ac_dir in $ac_dummy; do 
3317     test -z "$ac_dir" && ac_dir=.
3318     if test -f $ac_dir/$ac_word; then
3319       ac_cv_path_PERL="$ac_dir/$ac_word"
3320       break
3321     fi
3322   done
3323   IFS="$ac_save_ifs"
3324   test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="error"
3325   ;;
3326 esac
3327 fi
3328 PERL="$ac_cv_path_PERL"
3329 if test -n "$PERL"; then
3330   echo "$ac_t""$PERL" 1>&6
3331 else
3332   echo "$ac_t""no" 1>&6
3333 fi
3334
3335
3336 for ac_hdr in python2.2/Python.h python2.1/Python.h python2.0/Python.h python2/Python.h python/Python.h python1.5/Python.h Python.h
3337 do
3338 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3339 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3340 echo "configure:3341: checking for $ac_hdr" >&5
3341 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3342   echo $ac_n "(cached) $ac_c" 1>&6
3343 else
3344   cat > conftest.$ac_ext <<EOF
3345 #line 3346 "configure"
3346 #include "confdefs.h"
3347 #include <$ac_hdr>
3348 EOF
3349 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3350 { (eval echo configure:3351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3351 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3352 if test -z "$ac_err"; then
3353   rm -rf conftest*
3354   eval "ac_cv_header_$ac_safe=yes"
3355 else
3356   echo "$ac_err" >&5
3357   echo "configure: failed program was:" >&5
3358   cat conftest.$ac_ext >&5
3359   rm -rf conftest*
3360   eval "ac_cv_header_$ac_safe=no"
3361 fi
3362 rm -f conftest*
3363 fi
3364 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
3365   echo "$ac_t""yes" 1>&6
3366     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
3367   cat >> confdefs.h <<EOF
3368 #define $ac_tr_hdr 1
3369 EOF
3370  
3371 else
3372   echo "$ac_t""no" 1>&6
3373 fi
3374 done
3375
3376
3377
3378
3379     trap '' 1 2 15
3380 cat > confcache <<\EOF
3381 # This file is a shell script that caches the results of configure
3382 # tests run on this system so they can be shared between configure
3383 # scripts and configure runs.  It is not useful on other systems.
3384 # If it contains results you don't want to keep, you may remove or edit it.
3385 #
3386 # By default, configure uses ./config.cache as the cache file,
3387 # creating it if it does not exist already.  You can give configure
3388 # the --cache-file=FILE option to use a different cache file; that is
3389 # what configure does when it calls configure scripts in
3390 # subdirectories, so they share the cache.
3391 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3392 # config.status only pays attention to the cache file if you give it the
3393 # --recheck option to rerun configure.
3394 #
3395 EOF
3396 # The following way of writing the cache mishandles newlines in values,
3397 # but we know of no workaround that is simple, portable, and efficient.
3398 # So, don't put newlines in cache variables' values.
3399 # Ultrix sh set writes to stderr and can't be redirected directly,
3400 # and sets the high bit in the cache file unless we assign to the vars.
3401 (set) 2>&1 |
3402   case `(ac_space=' '; set | grep ac_space) 2>&1` in
3403   *ac_space=\ *)
3404     # `set' does not quote correctly, so add quotes (double-quote substitution
3405     # turns \\\\ into \\, and sed turns \\ into \).
3406     sed -n \
3407       -e "s/'/'\\\\''/g" \
3408       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3409     ;;
3410   *)
3411     # `set' quotes correctly as required by POSIX, so do not add quotes.
3412     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3413     ;;
3414   esac >> confcache
3415 if cmp -s $cache_file confcache; then
3416   :
3417 else
3418   if test -w $cache_file; then
3419     echo "updating cache $cache_file"
3420     cat confcache > $cache_file
3421   else
3422     echo "not updating unwritable cache $cache_file"
3423   fi
3424 fi
3425 rm -f confcache
3426
3427 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3428
3429 test "x$prefix" = xNONE && prefix=$ac_default_prefix
3430 # Let make expand exec_prefix.
3431 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
3432
3433 # Any assignment to VPATH causes Sun make to only execute
3434 # the first set of double-colon rules, so remove it if not needed.
3435 # If there is a colon in the path, we need to keep it.
3436 if test "x$srcdir" = x.; then
3437   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
3438 fi
3439
3440 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3441
3442 DEFS=-DHAVE_CONFIG_H
3443
3444 # Without the "./", some shells look in PATH for config.status.
3445 : ${CONFIG_STATUS=./config.status}
3446
3447 echo creating $CONFIG_STATUS
3448 rm -f $CONFIG_STATUS
3449 cat > $CONFIG_STATUS <<EOF
3450 #! /bin/sh
3451 # Generated automatically by configure.
3452 # Run this file to recreate the current configuration.
3453 # This directory was configured as follows,
3454 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3455 #
3456 # $0 $ac_configure_args
3457 #
3458 # Compiler output produced by configure, useful for debugging
3459 # configure, is in ./config.log if it exists.
3460
3461 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3462 for ac_option
3463 do
3464   case "\$ac_option" in
3465   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3466     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3467     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3468   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3469     echo "$CONFIG_STATUS generated by autoconf version 2.13"
3470     exit 0 ;;
3471   -help | --help | --hel | --he | --h)
3472     echo "\$ac_cs_usage"; exit 0 ;;
3473   *) echo "\$ac_cs_usage"; exit 1 ;;
3474   esac
3475 done
3476
3477 ac_given_srcdir=$srcdir
3478
3479 trap 'rm -fr `echo "$CONFIGFILE.make:config.make.in $CONFIGFILE.h:config.hh.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3480 EOF
3481 cat >> $CONFIG_STATUS <<EOF
3482
3483 # Protect against being on the right side of a sed subst in config.status.
3484 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3485  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3486 $ac_vpsub
3487 $extrasub
3488 s%@SHELL@%$SHELL%g
3489 s%@CFLAGS@%$CFLAGS%g
3490 s%@CPPFLAGS@%$CPPFLAGS%g
3491 s%@CXXFLAGS@%$CXXFLAGS%g
3492 s%@FFLAGS@%$FFLAGS%g
3493 s%@DEFS@%$DEFS%g
3494 s%@LDFLAGS@%$LDFLAGS%g
3495 s%@LIBS@%$LIBS%g
3496 s%@exec_prefix@%$exec_prefix%g
3497 s%@prefix@%$prefix%g
3498 s%@program_transform_name@%$program_transform_name%g
3499 s%@bindir@%$bindir%g
3500 s%@sbindir@%$sbindir%g
3501 s%@libexecdir@%$libexecdir%g
3502 s%@datadir@%$datadir%g
3503 s%@sysconfdir@%$sysconfdir%g
3504 s%@sharedstatedir@%$sharedstatedir%g
3505 s%@localstatedir@%$localstatedir%g
3506 s%@libdir@%$libdir%g
3507 s%@includedir@%$includedir%g
3508 s%@oldincludedir@%$oldincludedir%g
3509 s%@infodir@%$infodir%g
3510 s%@mandir@%$mandir%g
3511 s%@builddir@%$builddir%g
3512 s%@stepmake@%$stepmake%g
3513 s%@package@%$package%g
3514 s%@PACKAGE@%$PACKAGE%g
3515 s%@PACKAGE_NAME@%$PACKAGE_NAME%g
3516 s%@package_depth@%$package_depth%g
3517 s%@AUTOGENERATE@%$AUTOGENERATE%g
3518 s%@CONFIGSUFFIX@%$CONFIGSUFFIX%g
3519 s%@host@%$host%g
3520 s%@host_alias@%$host_alias%g
3521 s%@host_cpu@%$host_cpu%g
3522 s%@host_vendor@%$host_vendor%g
3523 s%@host_os@%$host_os%g
3524 s%@MAKE@%$MAKE%g
3525 s%@FIND@%$FIND%g
3526 s%@TAR@%$TAR%g
3527 s%@BASH@%$BASH%g
3528 s%@PYTHON@%$PYTHON%g
3529 s%@program_prefix@%$program_prefix%g
3530 s%@program_suffix@%$program_suffix%g
3531 s%@ZIP@%$ZIP%g
3532 s%@LN@%$LN%g
3533 s%@LN_S@%$LN_S%g
3534 s%@INSTALL@%$INSTALL%g
3535 s%@PATHSEP@%$PATHSEP%g
3536 s%@DIRSEP@%$DIRSEP%g
3537 s%@DIR_DATADIR@%$DIR_DATADIR%g
3538 s%@subdirs@%$subdirs%g
3539 s%@CC@%$CC%g
3540 s%@LD@%$LD%g
3541 s%@cross_compiling@%$cross_compiling%g
3542 s%@ICFLAGS@%$ICFLAGS%g
3543 s%@ILDFLAGS@%$ILDFLAGS%g
3544 s%@DEFINES@%$DEFINES%g
3545 s%@EXTRA_LIBES@%$EXTRA_LIBES%g
3546 s%@CPP@%$CPP%g
3547 s%@CXX@%$CXX%g
3548 s%@CXXCPP@%$CXXCPP%g
3549 s%@YACC@%$YACC%g
3550 s%@BISON@%$BISON%g
3551 s%@FLEX@%$FLEX%g
3552 s%@AR@%$AR%g
3553 s%@RANLIB@%$RANLIB%g
3554 s%@localedir@%$localedir%g
3555 s%@DIR_LOCALEDIR@%$DIR_LOCALEDIR%g
3556 s%@MSGFMT@%$MSGFMT%g
3557 s%@METAFONT@%$METAFONT%g
3558 s%@MFONT@%$MFONT%g
3559 s%@INIMETAFONT@%$INIMETAFONT%g
3560 s%@INIMFONT@%$INIMFONT%g
3561 s%@MFMODE@%$MFMODE%g
3562 s%@KPSEWHICH@%$KPSEWHICH%g
3563 s%@TFM_PATH@%$TFM_PATH%g
3564 s%@GUILE_CFLAGS@%$GUILE_CFLAGS%g
3565 s%@GUILE_LDFLAGS@%$GUILE_LDFLAGS%g
3566 s%@GUILE@%$GUILE%g
3567 s%@KPATHSEA@%$KPATHSEA%g
3568 s%@LIBOBJS@%$LIBOBJS%g
3569 s%@MAKEINFO@%$MAKEINFO%g
3570 s%@SPLITTING_MAKEINFO@%$SPLITTING_MAKEINFO%g
3571 s%@PERL@%$PERL%g
3572
3573 CEOF
3574 EOF
3575
3576 cat >> $CONFIG_STATUS <<\EOF
3577
3578 # Split the substitutions into bite-sized pieces for seds with
3579 # small command number limits, like on Digital OSF/1 and HP-UX.
3580 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
3581 ac_file=1 # Number of current file.
3582 ac_beg=1 # First line for current file.
3583 ac_end=$ac_max_sed_cmds # Line after last line for current file.
3584 ac_more_lines=:
3585 ac_sed_cmds=""
3586 while $ac_more_lines; do
3587   if test $ac_beg -gt 1; then
3588     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
3589   else
3590     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
3591   fi
3592   if test ! -s conftest.s$ac_file; then
3593     ac_more_lines=false
3594     rm -f conftest.s$ac_file
3595   else
3596     if test -z "$ac_sed_cmds"; then
3597       ac_sed_cmds="sed -f conftest.s$ac_file"
3598     else
3599       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
3600     fi
3601     ac_file=`expr $ac_file + 1`
3602     ac_beg=$ac_end
3603     ac_end=`expr $ac_end + $ac_max_sed_cmds`
3604   fi
3605 done
3606 if test -z "$ac_sed_cmds"; then
3607   ac_sed_cmds=cat
3608 fi
3609 EOF
3610
3611 cat >> $CONFIG_STATUS <<EOF
3612
3613 CONFIG_FILES=\${CONFIG_FILES-"$CONFIGFILE.make:config.make.in"}
3614 EOF
3615 cat >> $CONFIG_STATUS <<\EOF
3616 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
3617   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3618   case "$ac_file" in
3619   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3620        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3621   *) ac_file_in="${ac_file}.in" ;;
3622   esac
3623
3624   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3625
3626   # Remove last slash and all that follows it.  Not all systems have dirname.
3627   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3628   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3629     # The file is in a subdirectory.
3630     test ! -d "$ac_dir" && mkdir "$ac_dir"
3631     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
3632     # A "../" for each directory in $ac_dir_suffix.
3633     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3634   else
3635     ac_dir_suffix= ac_dots=
3636   fi
3637
3638   case "$ac_given_srcdir" in
3639   .)  srcdir=.
3640       if test -z "$ac_dots"; then top_srcdir=.
3641       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3642   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
3643   *) # Relative path.
3644     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3645     top_srcdir="$ac_dots$ac_given_srcdir" ;;
3646   esac
3647
3648
3649   echo creating "$ac_file"
3650   rm -f "$ac_file"
3651   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3652   case "$ac_file" in
3653   *Makefile*) ac_comsub="1i\\
3654 # $configure_input" ;;
3655   *) ac_comsub= ;;
3656   esac
3657
3658   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3659   sed -e "$ac_comsub
3660 s%@configure_input@%$configure_input%g
3661 s%@srcdir@%$srcdir%g
3662 s%@top_srcdir@%$top_srcdir%g
3663 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
3664 fi; done
3665 rm -f conftest.s*
3666
3667 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3668 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3669 #
3670 # ac_d sets the value in "#define NAME VALUE" lines.
3671 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
3672 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
3673 ac_dC='\3'
3674 ac_dD='%g'
3675 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3676 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3677 ac_uB='\([      ]\)%\1#\2define\3'
3678 ac_uC=' '
3679 ac_uD='\4%g'
3680 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3681 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
3682 ac_eB='$%\1#\2define\3'
3683 ac_eC=' '
3684 ac_eD='%g'
3685
3686 if test "${CONFIG_HEADERS+set}" != set; then
3687 EOF
3688 cat >> $CONFIG_STATUS <<EOF
3689   CONFIG_HEADERS="$CONFIGFILE.h:config.hh.in"
3690 EOF
3691 cat >> $CONFIG_STATUS <<\EOF
3692 fi
3693 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
3694   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3695   case "$ac_file" in
3696   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
3697        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
3698   *) ac_file_in="${ac_file}.in" ;;
3699   esac
3700
3701   echo creating $ac_file
3702
3703   rm -f conftest.frag conftest.in conftest.out
3704   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3705   cat $ac_file_inputs > conftest.in
3706
3707 EOF
3708
3709 # Transform confdefs.h into a sed script conftest.vals that substitutes
3710 # the proper values into config.h.in to produce config.h.  And first:
3711 # Protect against being on the right side of a sed subst in config.status.
3712 # Protect against being in an unquoted here document in config.status.
3713 rm -f conftest.vals
3714 cat > conftest.hdr <<\EOF
3715 s/[\\&%]/\\&/g
3716 s%[\\$`]%\\&%g
3717 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3718 s%ac_d%ac_u%gp
3719 s%ac_u%ac_e%gp
3720 EOF
3721 sed -n -f conftest.hdr confdefs.h > conftest.vals
3722 rm -f conftest.hdr
3723
3724 # This sed command replaces #undef with comments.  This is necessary, for
3725 # example, in the case of _POSIX_SOURCE, which is predefined and required
3726 # on some systems where configure will not decide to define it.
3727 cat >> conftest.vals <<\EOF
3728 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3729 EOF
3730
3731 # Break up conftest.vals because some shells have a limit on
3732 # the size of here documents, and old seds have small limits too.
3733
3734 rm -f conftest.tail
3735 while :
3736 do
3737   ac_lines=`grep -c . conftest.vals`
3738   # grep -c gives empty output for an empty file on some AIX systems.
3739   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3740   # Write a limited-size here document to conftest.frag.
3741   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3742   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3743   echo 'CEOF
3744   sed -f conftest.frag conftest.in > conftest.out
3745   rm -f conftest.in
3746   mv conftest.out conftest.in
3747 ' >> $CONFIG_STATUS
3748   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3749   rm -f conftest.vals
3750   mv conftest.tail conftest.vals
3751 done
3752 rm -f conftest.vals
3753
3754 cat >> $CONFIG_STATUS <<\EOF
3755   rm -f conftest.frag conftest.h
3756   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
3757   cat conftest.in >> conftest.h
3758   rm -f conftest.in
3759   if cmp -s $ac_file conftest.h 2>/dev/null; then
3760     echo "$ac_file is unchanged"
3761     rm -f conftest.h
3762   else
3763     # Remove last slash and all that follows it.  Not all systems have dirname.
3764       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3765       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3766       # The file is in a subdirectory.
3767       test ! -d "$ac_dir" && mkdir "$ac_dir"
3768     fi
3769     rm -f $ac_file
3770     mv conftest.h $ac_file
3771   fi
3772 fi; done
3773
3774 EOF
3775 cat >> $CONFIG_STATUS <<EOF
3776
3777 EOF
3778 cat >> $CONFIG_STATUS <<\EOF
3779
3780 exit 0
3781 EOF
3782 chmod +x $CONFIG_STATUS
3783 rm -fr confdefs* $ac_clean_files
3784 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3785
3786 if test "$no_recursion" != yes; then
3787
3788   # Remove --cache-file and --srcdir arguments so they do not pile up.
3789   ac_sub_configure_args=
3790   ac_prev=
3791   for ac_arg in $ac_configure_args; do
3792     if test -n "$ac_prev"; then
3793       ac_prev=
3794       continue
3795     fi
3796     case "$ac_arg" in
3797     -cache-file | --cache-file | --cache-fil | --cache-fi \
3798     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3799       ac_prev=cache_file ;;
3800     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3801     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3802       ;;
3803     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3804       ac_prev=srcdir ;;
3805     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3806       ;;
3807     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3808     esac
3809   done
3810
3811   for ac_config_dir in stepmake; do
3812
3813     # Do not complain, so a configure script can configure whichever
3814     # parts of a large source tree are present.
3815     if test ! -d $srcdir/$ac_config_dir; then
3816       continue
3817     fi
3818
3819     echo configuring in $ac_config_dir
3820
3821     case "$srcdir" in
3822     .) ;;
3823     *)
3824       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3825       else
3826         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3827       fi
3828       ;;
3829     esac
3830
3831     ac_popdir=`pwd`
3832     cd $ac_config_dir
3833
3834       # A "../" for each directory in /$ac_config_dir.
3835       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
3836
3837     case "$srcdir" in
3838     .) # No --srcdir option.  We are building in place.
3839       ac_sub_srcdir=$srcdir ;;
3840     /*) # Absolute path.
3841       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
3842     *) # Relative path.
3843       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
3844     esac
3845
3846     # Check for guested configure; otherwise get Cygnus style configure.
3847     if test -f $ac_sub_srcdir/configure; then
3848       ac_sub_configure=$ac_sub_srcdir/configure
3849     elif test -f $ac_sub_srcdir/configure.in; then
3850       ac_sub_configure=$ac_configure
3851     else
3852       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
3853       ac_sub_configure=
3854     fi
3855
3856     # The recursion is here.
3857     if test -n "$ac_sub_configure"; then
3858
3859       # Make the cache file name correct relative to the subdirectory.
3860       case "$cache_file" in
3861       /*) ac_sub_cache_file=$cache_file ;;
3862       *) # Relative path.
3863         ac_sub_cache_file="$ac_dots$cache_file" ;;
3864       esac
3865
3866       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
3867       # The eval makes quoting arguments work.
3868       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
3869       then :
3870       else
3871         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
3872       fi
3873     fi
3874
3875     cd $ac_popdir
3876   done
3877 fi
3878
3879
3880     # regular in-place build
3881     # test for srcdir_build = yes ?
3882     if test "$builddir" = "."; then
3883         rm -f $srcdir/GNUmakefile
3884         cp $srcdir/GNUmakefile.in $srcdir/GNUmakefile
3885         chmod 444 $srcdir/GNUmakefile
3886     else # --srcdir build
3887         rm -f GNUmakefile
3888         cp $srcdir/make/srcdir.make.in GNUmakefile
3889         chmod 444 GNUmakefile
3890     fi
3891
3892
3893 test -n "$CONFIGURATION" && mc=" conf=$CONFIGURATION" || mc=""
3894
3895 cat <<EOF
3896
3897 Type:
3898     make$mc all       to build LilyPond
3899     make$mc install   to install LilyPond
3900     make$mc help      to see all possible targets
3901
3902 Do not worry if ./Documentation or ./mutopia should not build.
3903 EOF