]> git.donarmstrong.com Git - lilypond.git/blob - configure
release: 0.0.68pre
[lilypond.git] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.12 
5 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6 #
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15   enable-printing         turn on debug printing"
16 ac_help="$ac_help
17   disable-checking        set runtime checks (assert calls)"
18 ac_help="$ac_help
19   disable-debugging       set debug info "
20 ac_help="$ac_help
21   enable-optimise         use maximal speed optimisations"
22 ac_help="$ac_help
23   enable-profiling        compile with gprof support"
24 ac_help="$ac_help
25   mingw-prefix=DIR        set the mingw32 directory (standalone windows32 exes)"
26 ac_help="$ac_help
27   tex-prefix=DIR          set the tex-directory to find TeX subdirectories. (default: PREFIX)"
28 ac_help="$ac_help
29   tex-dir=DIR             set the directory to put LilyPond  TeX files in. "
30 ac_help="$ac_help
31   mf-dir=DIR              set the directory to put LilyPond MetaFont files in."
32
33 # Initialize some variables set by options.
34 # The variables have the same names as the options, with
35 # dashes changed to underlines.
36 build=NONE
37 cache_file=./config.cache
38 exec_prefix=NONE
39 host=NONE
40 no_create=
41 nonopt=NONE
42 no_recursion=
43 prefix=NONE
44 program_prefix=NONE
45 program_suffix=NONE
46 program_transform_name=s,x,x,
47 silent=
48 site=
49 srcdir=
50 target=NONE
51 verbose=
52 x_includes=NONE
53 x_libraries=NONE
54 bindir='${exec_prefix}/bin'
55 sbindir='${exec_prefix}/sbin'
56 libexecdir='${exec_prefix}/libexec'
57 datadir='${prefix}/share'
58 sysconfdir='${prefix}/etc'
59 sharedstatedir='${prefix}/com'
60 localstatedir='${prefix}/var'
61 libdir='${exec_prefix}/lib'
62 includedir='${prefix}/include'
63 oldincludedir='/usr/include'
64 infodir='${prefix}/info'
65 mandir='${prefix}/man'
66
67 # Initialize some other variables.
68 subdirs=
69 MFLAGS= MAKEFLAGS=
70 # Maximum number of lines to put in a shell here document.
71 ac_max_here_lines=12
72
73 ac_prev=
74 for ac_option
75 do
76
77   # If the previous option needs an argument, assign it.
78   if test -n "$ac_prev"; then
79     eval "$ac_prev=\$ac_option"
80     ac_prev=
81     continue
82   fi
83
84   case "$ac_option" in
85   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
86   *) ac_optarg= ;;
87   esac
88
89   # Accept the important Cygnus configure options, so we can diagnose typos.
90
91   case "$ac_option" in
92
93   -bindir | --bindir | --bindi | --bind | --bin | --bi)
94     ac_prev=bindir ;;
95   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
96     bindir="$ac_optarg" ;;
97
98   -build | --build | --buil | --bui | --bu)
99     ac_prev=build ;;
100   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
101     build="$ac_optarg" ;;
102
103   -cache-file | --cache-file | --cache-fil | --cache-fi \
104   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
105     ac_prev=cache_file ;;
106   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
107   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
108     cache_file="$ac_optarg" ;;
109
110   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
111     ac_prev=datadir ;;
112   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
113   | --da=*)
114     datadir="$ac_optarg" ;;
115
116   -disable-* | --disable-*)
117     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
118     # Reject names that are not valid shell variable names.
119     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
120       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
121     fi
122     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
123     eval "enable_${ac_feature}=no" ;;
124
125   -enable-* | --enable-*)
126     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
127     # Reject names that are not valid shell variable names.
128     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
129       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
130     fi
131     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
132     case "$ac_option" in
133       *=*) ;;
134       *) ac_optarg=yes ;;
135     esac
136     eval "enable_${ac_feature}='$ac_optarg'" ;;
137
138   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
139   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
140   | --exec | --exe | --ex)
141     ac_prev=exec_prefix ;;
142   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
143   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
144   | --exec=* | --exe=* | --ex=*)
145     exec_prefix="$ac_optarg" ;;
146
147   -gas | --gas | --ga | --g)
148     # Obsolete; use --with-gas.
149     with_gas=yes ;;
150
151   -help | --help | --hel | --he)
152     # Omit some internal or obsolete options to make the list less imposing.
153     # This message is too long to be a string in the A/UX 3.1 sh.
154     cat << EOF
155 Usage: configure [options] [host]
156 Options: [defaults in brackets after descriptions]
157 Configuration:
158   --cache-file=FILE       cache test results in FILE
159   --help                  print this message
160   --no-create             do not create output files
161   --quiet, --silent       do not print \`checking...' messages
162   --version               print the version of autoconf that created configure
163 Directory and file names:
164   --prefix=PREFIX         install architecture-independent files in PREFIX
165                           [$ac_default_prefix]
166   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
167                           [same as prefix]
168   --bindir=DIR            user executables in DIR [EPREFIX/bin]
169   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
170   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
171   --datadir=DIR           read-only architecture-independent data in DIR
172                           [PREFIX/share]
173   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
174   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
175                           [PREFIX/com]
176   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
177   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
178   --includedir=DIR        C header files in DIR [PREFIX/include]
179   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
180   --infodir=DIR           info documentation in DIR [PREFIX/info]
181   --mandir=DIR            man documentation in DIR [PREFIX/man]
182   --srcdir=DIR            find the sources in DIR [configure dir or ..]
183   --program-prefix=PREFIX prepend PREFIX to installed program names
184   --program-suffix=SUFFIX append SUFFIX to installed program names
185   --program-transform-name=PROGRAM
186                           run sed PROGRAM on installed program names
187 EOF
188     cat << EOF
189 Host type:
190   --build=BUILD           configure for building on BUILD [BUILD=HOST]
191   --host=HOST             configure for HOST [guessed]
192   --target=TARGET         configure for TARGET [TARGET=HOST]
193 Features and packages:
194   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
195   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
196   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
197   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
198   --x-includes=DIR        X include files are in DIR
199   --x-libraries=DIR       X library files are in DIR
200 EOF
201     if test -n "$ac_help"; then
202       echo "--enable and --with options recognized:$ac_help"
203     fi
204     exit 0 ;;
205
206   -host | --host | --hos | --ho)
207     ac_prev=host ;;
208   -host=* | --host=* | --hos=* | --ho=*)
209     host="$ac_optarg" ;;
210
211   -includedir | --includedir | --includedi | --included | --include \
212   | --includ | --inclu | --incl | --inc)
213     ac_prev=includedir ;;
214   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
215   | --includ=* | --inclu=* | --incl=* | --inc=*)
216     includedir="$ac_optarg" ;;
217
218   -infodir | --infodir | --infodi | --infod | --info | --inf)
219     ac_prev=infodir ;;
220   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
221     infodir="$ac_optarg" ;;
222
223   -libdir | --libdir | --libdi | --libd)
224     ac_prev=libdir ;;
225   -libdir=* | --libdir=* | --libdi=* | --libd=*)
226     libdir="$ac_optarg" ;;
227
228   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
229   | --libexe | --libex | --libe)
230     ac_prev=libexecdir ;;
231   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
232   | --libexe=* | --libex=* | --libe=*)
233     libexecdir="$ac_optarg" ;;
234
235   -localstatedir | --localstatedir | --localstatedi | --localstated \
236   | --localstate | --localstat | --localsta | --localst \
237   | --locals | --local | --loca | --loc | --lo)
238     ac_prev=localstatedir ;;
239   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
240   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
241   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
242     localstatedir="$ac_optarg" ;;
243
244   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
245     ac_prev=mandir ;;
246   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
247     mandir="$ac_optarg" ;;
248
249   -nfp | --nfp | --nf)
250     # Obsolete; use --without-fp.
251     with_fp=no ;;
252
253   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
254   | --no-cr | --no-c)
255     no_create=yes ;;
256
257   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
258   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
259     no_recursion=yes ;;
260
261   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
262   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
263   | --oldin | --oldi | --old | --ol | --o)
264     ac_prev=oldincludedir ;;
265   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
266   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
267   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
268     oldincludedir="$ac_optarg" ;;
269
270   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
271     ac_prev=prefix ;;
272   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
273     prefix="$ac_optarg" ;;
274
275   -program-prefix | --program-prefix | --program-prefi | --program-pref \
276   | --program-pre | --program-pr | --program-p)
277     ac_prev=program_prefix ;;
278   -program-prefix=* | --program-prefix=* | --program-prefi=* \
279   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
280     program_prefix="$ac_optarg" ;;
281
282   -program-suffix | --program-suffix | --program-suffi | --program-suff \
283   | --program-suf | --program-su | --program-s)
284     ac_prev=program_suffix ;;
285   -program-suffix=* | --program-suffix=* | --program-suffi=* \
286   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
287     program_suffix="$ac_optarg" ;;
288
289   -program-transform-name | --program-transform-name \
290   | --program-transform-nam | --program-transform-na \
291   | --program-transform-n | --program-transform- \
292   | --program-transform | --program-transfor \
293   | --program-transfo | --program-transf \
294   | --program-trans | --program-tran \
295   | --progr-tra | --program-tr | --program-t)
296     ac_prev=program_transform_name ;;
297   -program-transform-name=* | --program-transform-name=* \
298   | --program-transform-nam=* | --program-transform-na=* \
299   | --program-transform-n=* | --program-transform-=* \
300   | --program-transform=* | --program-transfor=* \
301   | --program-transfo=* | --program-transf=* \
302   | --program-trans=* | --program-tran=* \
303   | --progr-tra=* | --program-tr=* | --program-t=*)
304     program_transform_name="$ac_optarg" ;;
305
306   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
307   | -silent | --silent | --silen | --sile | --sil)
308     silent=yes ;;
309
310   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
311     ac_prev=sbindir ;;
312   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
313   | --sbi=* | --sb=*)
314     sbindir="$ac_optarg" ;;
315
316   -sharedstatedir | --sharedstatedir | --sharedstatedi \
317   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
318   | --sharedst | --shareds | --shared | --share | --shar \
319   | --sha | --sh)
320     ac_prev=sharedstatedir ;;
321   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
322   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
323   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
324   | --sha=* | --sh=*)
325     sharedstatedir="$ac_optarg" ;;
326
327   -site | --site | --sit)
328     ac_prev=site ;;
329   -site=* | --site=* | --sit=*)
330     site="$ac_optarg" ;;
331
332   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
333     ac_prev=srcdir ;;
334   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
335     srcdir="$ac_optarg" ;;
336
337   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
338   | --syscon | --sysco | --sysc | --sys | --sy)
339     ac_prev=sysconfdir ;;
340   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
341   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
342     sysconfdir="$ac_optarg" ;;
343
344   -target | --target | --targe | --targ | --tar | --ta | --t)
345     ac_prev=target ;;
346   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
347     target="$ac_optarg" ;;
348
349   -v | -verbose | --verbose | --verbos | --verbo | --verb)
350     verbose=yes ;;
351
352   -version | --version | --versio | --versi | --vers)
353     echo "configure generated by autoconf version 2.12"
354     exit 0 ;;
355
356   -with-* | --with-*)
357     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
358     # Reject names that are not valid shell variable names.
359     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
360       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
361     fi
362     ac_package=`echo $ac_package| sed 's/-/_/g'`
363     case "$ac_option" in
364       *=*) ;;
365       *) ac_optarg=yes ;;
366     esac
367     eval "with_${ac_package}='$ac_optarg'" ;;
368
369   -without-* | --without-*)
370     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
371     # Reject names that are not valid shell variable names.
372     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
373       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
374     fi
375     ac_package=`echo $ac_package| sed 's/-/_/g'`
376     eval "with_${ac_package}=no" ;;
377
378   --x)
379     # Obsolete; use --with-x.
380     with_x=yes ;;
381
382   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
383   | --x-incl | --x-inc | --x-in | --x-i)
384     ac_prev=x_includes ;;
385   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
386   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
387     x_includes="$ac_optarg" ;;
388
389   -x-libraries | --x-libraries | --x-librarie | --x-librari \
390   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
391     ac_prev=x_libraries ;;
392   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
393   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
394     x_libraries="$ac_optarg" ;;
395
396   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
397     ;;
398
399   *)
400     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
401       echo "configure: warning: $ac_option: invalid host type" 1>&2
402     fi
403     if test "x$nonopt" != xNONE; then
404       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
405     fi
406     nonopt="$ac_option"
407     ;;
408
409   esac
410 done
411
412 if test -n "$ac_prev"; then
413   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
414 fi
415
416 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
417
418 # File descriptor usage:
419 # 0 standard input
420 # 1 file creation
421 # 2 errors and warnings
422 # 3 some systems may open it to /dev/tty
423 # 4 used on the Kubota Titan
424 # 6 checking for... messages and results
425 # 5 compiler messages saved in config.log
426 if test "$silent" = yes; then
427   exec 6>/dev/null
428 else
429   exec 6>&1
430 fi
431 exec 5>./config.log
432
433 echo "\
434 This file contains any messages produced by compilers while
435 running configure, to aid debugging if configure makes a mistake.
436 " 1>&5
437
438 # Strip out --no-create and --no-recursion so they do not pile up.
439 # Also quote any args containing shell metacharacters.
440 ac_configure_args=
441 for ac_arg
442 do
443   case "$ac_arg" in
444   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
445   | --no-cr | --no-c) ;;
446   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
447   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
448   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
449   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
450   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
451   esac
452 done
453
454 # NLS nuisances.
455 # Only set these to C if already set.  These must not be set unconditionally
456 # because not all systems understand e.g. LANG=C (notably SCO).
457 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
458 # Non-C LC_CTYPE values break the ctype check.
459 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
460 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
461 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
462 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
463
464 # confdefs.h avoids OS command line length limits that DEFS can exceed.
465 rm -rf conftest* confdefs.h
466 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
467 echo > confdefs.h
468
469 # A filename unique to this package, relative to the directory that
470 # configure is in, which we can look for to find out if srcdir is correct.
471 ac_unique_file=flower/choleski.cc
472
473 # Find the source files, if location was not specified.
474 if test -z "$srcdir"; then
475   ac_srcdir_defaulted=yes
476   # Try the directory containing this script, then its parent.
477   ac_prog=$0
478   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
479   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
480   srcdir=$ac_confdir
481   if test ! -r $srcdir/$ac_unique_file; then
482     srcdir=..
483   fi
484 else
485   ac_srcdir_defaulted=no
486 fi
487 if test ! -r $srcdir/$ac_unique_file; then
488   if test "$ac_srcdir_defaulted" = yes; then
489     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
490   else
491     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
492   fi
493 fi
494 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
495
496 # Prefer explicitly selected file to automatically selected ones.
497 if test -z "$CONFIG_SITE"; then
498   if test "x$prefix" != xNONE; then
499     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
500   else
501     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
502   fi
503 fi
504 for ac_site_file in $CONFIG_SITE; do
505   if test -r "$ac_site_file"; then
506     echo "loading site script $ac_site_file"
507     . "$ac_site_file"
508   fi
509 done
510
511 if test -r "$cache_file"; then
512   echo "loading cache $cache_file"
513   . $cache_file
514 else
515   echo "creating cache $cache_file"
516   > $cache_file
517 fi
518
519 ac_ext=c
520 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
521 ac_cpp='$CPP $CPPFLAGS'
522 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
523 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
524 cross_compiling=$ac_cv_prog_cc_cross
525
526 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
527   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
528   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
529     ac_n= ac_c='
530 ' ac_t='        '
531   else
532     ac_n=-n ac_c= ac_t=
533   fi
534 else
535   ac_n= ac_c='\c' ac_t=
536 fi
537
538
539
540
541 # if given here, these vars are initted at the checking point.
542 printing_b=no
543 checking_b=yes
544 debug_b=yes
545 optimise_b=no
546 profile_b=no
547     
548 ac_ext=C
549 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
550 ac_cpp='$CXXCPP $CPPFLAGS'
551 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
552 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
553 cross_compiling=$ac_cv_prog_cxx_cross
554
555
556 # Check whether --enable-printing or --disable-printing was given.
557 if test "${enable_printing+set}" = set; then
558   enableval="$enable_printing"
559   printing_b=$enableval
560 fi
561
562
563         
564 # Check whether --enable-checking or --disable-checking was given.
565 if test "${enable_checking+set}" = set; then
566   enableval="$enable_checking"
567   checking_b=$enableval 
568 fi
569
570
571 # Check whether --enable-debugging or --disable-debugging was given.
572 if test "${enable_debugging+set}" = set; then
573   enableval="$enable_debugging"
574   debug_b=$enableval
575 fi
576
577
578 # Check whether --enable-optimise or --disable-optimise was given.
579 if test "${enable_optimise+set}" = set; then
580   enableval="$enable_optimise"
581   optimise_b=$enableval
582 fi
583
584     
585 # Check whether --enable-profiling or --disable-profiling was given.
586 if test "${enable_profiling+set}" = set; then
587   enableval="$enable_profiling"
588   profile_b=$enableval
589 fi
590
591     
592 # Check whether --enable-mingw32 or --disable-mingw32 was given.
593 if test "${enable_mingw32+set}" = set; then
594   enableval="$enable_mingw32"
595   MINGWPREFIX=$enableval
596 else
597   MINGWPREFIX=$enableval
598 fi
599
600     
601 # Check whether --enable-tex-prefix or --disable-tex-prefix was given.
602 if test "${enable_tex_prefix+set}" = set; then
603   enableval="$enable_tex_prefix"
604   TEXPREFIX=$enableval
605 else
606   TEXPREFIX=auto 
607 fi
608
609     
610 # Check whether --enable-tex-dir or --disable-tex-dir was given.
611 if test "${enable_tex_dir+set}" = set; then
612   enableval="$enable_tex_dir"
613   TEXDIR=$enableval
614 else
615   TEXDIR=auto 
616 fi
617
618
619 # Check whether --enable-mf-dir or --disable-mf-dir was given.
620 if test "${enable_mf_dir+set}" = set; then
621   enableval="$enable_mf_dir"
622   MFDIR=$enableval
623 else
624   MFDIR=auto 
625 fi
626
627
628 if test $profile_b = yes; then
629     EXTRA_LIBES="-pg"
630     DEFINES="$DEFINES -pg"
631 fi
632     
633 if test $printing_b = no; then
634     DEFINES="$DEFINES -DNPRINT=1"
635 fi
636     
637 if test $debug_b = yes; then    
638     DEFINES="$DEFINES -g"
639 fi
640 if test $checking_b = no; then
641     DEFINES="$DEFINES -DNDEBUG=1"
642 fi
643
644 # however, C++ support in mingw32 v 0.1.4 is still flaky
645 if test x$MINGWPREFIX != xno; then 
646     ICFLAGS="-I$MINGWPREFIX/include"
647     ILDFLAGS="-$MINGWPREFIX/lib"
648 fi
649
650 if test $optimise_b = yes; then
651     DEFINES="$DEFINES -O2 -DSTRING_UTILS_INLINED"
652 fi
653
654 AUTOHEADER="This file was automatically generated by configure"
655 CPPFLAGS=${CPPFLAGS:-""}        # we don't want -g -O junk
656 CXXFLAGS=${CXXFLAGS:-""}        # we don't want -g -O junk
657
658 for ac_prog in $CCC c++ g++ gcc CC cxx cc++
659 do
660 # Extract the first word of "$ac_prog", so it can be a program name with args.
661 set dummy $ac_prog; ac_word=$2
662 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
663 echo "configure:664: checking for $ac_word" >&5
664 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
665   echo $ac_n "(cached) $ac_c" 1>&6
666 else
667   if test -n "$CXX"; then
668   ac_cv_prog_CXX="$CXX" # Let the user override the test.
669 else
670   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
671   for ac_dir in $PATH; do
672     test -z "$ac_dir" && ac_dir=.
673     if test -f $ac_dir/$ac_word; then
674       ac_cv_prog_CXX="$ac_prog"
675       break
676     fi
677   done
678   IFS="$ac_save_ifs"
679 fi
680 fi
681 CXX="$ac_cv_prog_CXX"
682 if test -n "$CXX"; then
683   echo "$ac_t""$CXX" 1>&6
684 else
685   echo "$ac_t""no" 1>&6
686 fi
687
688 test -n "$CXX" && break
689 done
690 test -n "$CXX" || CXX="gcc"
691
692
693 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
694 echo "configure:695: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
695
696 ac_ext=C
697 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
698 ac_cpp='$CXXCPP $CPPFLAGS'
699 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
700 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
701 cross_compiling=$ac_cv_prog_cxx_cross
702
703 cat > conftest.$ac_ext <<EOF
704 #line 705 "configure"
705 #include "confdefs.h"
706 main(){return(0);}
707 EOF
708 if { (eval echo configure:709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
709   ac_cv_prog_cxx_works=yes
710   # If we can't run a trivial program, we are probably using a cross compiler.
711   if (./conftest; exit) 2>/dev/null; then
712     ac_cv_prog_cxx_cross=no
713   else
714     ac_cv_prog_cxx_cross=yes
715   fi
716 else
717   echo "configure: failed program was:" >&5
718   cat conftest.$ac_ext >&5
719   ac_cv_prog_cxx_works=no
720 fi
721 rm -fr conftest*
722
723 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
724 if test $ac_cv_prog_cxx_works = no; then
725   { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
726 fi
727 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
728 echo "configure:729: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
729 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
730 cross_compiling=$ac_cv_prog_cxx_cross
731
732 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
733 echo "configure:734: checking whether we are using GNU C++" >&5
734 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
735   echo $ac_n "(cached) $ac_c" 1>&6
736 else
737   cat > conftest.C <<EOF
738 #ifdef __GNUC__
739   yes;
740 #endif
741 EOF
742 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:743: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
743   ac_cv_prog_gxx=yes
744 else
745   ac_cv_prog_gxx=no
746 fi
747 fi
748
749 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
750
751 if test $ac_cv_prog_gxx = yes; then
752   GXX=yes
753   ac_test_CXXFLAGS="${CXXFLAGS+set}"
754   ac_save_CXXFLAGS="$CXXFLAGS"
755   CXXFLAGS=
756   echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
757 echo "configure:758: checking whether ${CXX-g++} accepts -g" >&5
758 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
759   echo $ac_n "(cached) $ac_c" 1>&6
760 else
761   echo 'void f(){}' > conftest.cc
762 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
763   ac_cv_prog_cxx_g=yes
764 else
765   ac_cv_prog_cxx_g=no
766 fi
767 rm -f conftest*
768
769 fi
770
771 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
772   if test "$ac_test_CXXFLAGS" = set; then
773     CXXFLAGS="$ac_save_CXXFLAGS"
774   elif test $ac_cv_prog_cxx_g = yes; then
775     CXXFLAGS="-g -O2"
776   else
777     CXXFLAGS="-O2"
778   fi
779 else
780   GXX=
781   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
782 fi
783
784 # Extract the first word of "ranlib", so it can be a program name with args.
785 set dummy ranlib; ac_word=$2
786 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
787 echo "configure:788: checking for $ac_word" >&5
788 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
789   echo $ac_n "(cached) $ac_c" 1>&6
790 else
791   if test -n "$RANLIB"; then
792   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
793 else
794   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
795   for ac_dir in $PATH; do
796     test -z "$ac_dir" && ac_dir=.
797     if test -f $ac_dir/$ac_word; then
798       ac_cv_prog_RANLIB="ranlib"
799       break
800     fi
801   done
802   IFS="$ac_save_ifs"
803   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
804 fi
805 fi
806 RANLIB="$ac_cv_prog_RANLIB"
807 if test -n "$RANLIB"; then
808   echo "$ac_t""$RANLIB" 1>&6
809 else
810   echo "$ac_t""no" 1>&6
811 fi
812
813 ac_aux_dir=
814 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
815   if test -f $ac_dir/install-sh; then
816     ac_aux_dir=$ac_dir
817     ac_install_sh="$ac_aux_dir/install-sh -c"
818     break
819   elif test -f $ac_dir/install.sh; then
820     ac_aux_dir=$ac_dir
821     ac_install_sh="$ac_aux_dir/install.sh -c"
822     break
823   fi
824 done
825 if test -z "$ac_aux_dir"; then
826   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
827 fi
828 ac_config_guess=$ac_aux_dir/config.guess
829 ac_config_sub=$ac_aux_dir/config.sub
830 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
831
832 # Find a good install program.  We prefer a C program (faster),
833 # so one script is as good as another.  But avoid the broken or
834 # incompatible versions:
835 # SysV /etc/install, /usr/sbin/install
836 # SunOS /usr/etc/install
837 # IRIX /sbin/install
838 # AIX /bin/install
839 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
840 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
841 # ./install, which can be erroneously created by make from ./install.sh.
842 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
843 echo "configure:844: checking for a BSD compatible install" >&5
844 if test -z "$INSTALL"; then
845 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
846   echo $ac_n "(cached) $ac_c" 1>&6
847 else
848     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
849   for ac_dir in $PATH; do
850     # Account for people who put trailing slashes in PATH elements.
851     case "$ac_dir/" in
852     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
853     *)
854       # OSF1 and SCO ODT 3.0 have their own names for install.
855       for ac_prog in ginstall installbsd scoinst install; do
856         if test -f $ac_dir/$ac_prog; then
857           if test $ac_prog = install &&
858             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
859             # AIX install.  It has an incompatible calling convention.
860             # OSF/1 installbsd also uses dspmsg, but is usable.
861             :
862           else
863             ac_cv_path_install="$ac_dir/$ac_prog -c"
864             break 2
865           fi
866         fi
867       done
868       ;;
869     esac
870   done
871   IFS="$ac_save_IFS"
872
873 fi
874   if test "${ac_cv_path_install+set}" = set; then
875     INSTALL="$ac_cv_path_install"
876   else
877     # As a last resort, use the slow shell script.  We don't cache a
878     # path for INSTALL within a source directory, because that will
879     # break other packages using the cache if that directory is
880     # removed, or if the path is relative.
881     INSTALL="$ac_install_sh"
882   fi
883 fi
884 echo "$ac_t""$INSTALL" 1>&6
885
886 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
887 # It thinks the first close brace ends the variable substitution.
888 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
889
890 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
891
892 for ac_prog in find
893 do
894 # Extract the first word of "$ac_prog", so it can be a program name with args.
895 set dummy $ac_prog; ac_word=$2
896 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
897 echo "configure:898: checking for $ac_word" >&5
898 if eval "test \"`echo '$''{'ac_cv_prog_FIND'+set}'`\" = set"; then
899   echo $ac_n "(cached) $ac_c" 1>&6
900 else
901   if test -n "$FIND"; then
902   ac_cv_prog_FIND="$FIND" # Let the user override the test.
903 else
904   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
905   for ac_dir in $PATH; do
906     test -z "$ac_dir" && ac_dir=.
907     if test -f $ac_dir/$ac_word; then
908       ac_cv_prog_FIND="$ac_prog"
909       break
910     fi
911   done
912   IFS="$ac_save_ifs"
913 fi
914 fi
915 FIND="$ac_cv_prog_FIND"
916 if test -n "$FIND"; then
917   echo "$ac_t""$FIND" 1>&6
918 else
919   echo "$ac_t""no" 1>&6
920 fi
921
922 test -n "$FIND" && break
923 done
924 test -n "$FIND" || FIND="error"
925
926
927 if test FIND = error; then
928    echo "configure: warning: Couldn't find \`find'.  Please use --enable-tex-dir" 1>&2
929 fi
930     
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946 for ac_prog in bison
947 do
948 # Extract the first word of "$ac_prog", so it can be a program name with args.
949 set dummy $ac_prog; ac_word=$2
950 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
951 echo "configure:952: checking for $ac_word" >&5
952 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
953   echo $ac_n "(cached) $ac_c" 1>&6
954 else
955   if test -n "$BISON"; then
956   ac_cv_prog_BISON="$BISON" # Let the user override the test.
957 else
958   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
959   for ac_dir in $PATH; do
960     test -z "$ac_dir" && ac_dir=.
961     if test -f $ac_dir/$ac_word; then
962       ac_cv_prog_BISON="$ac_prog"
963       break
964     fi
965   done
966   IFS="$ac_save_ifs"
967 fi
968 fi
969 BISON="$ac_cv_prog_BISON"
970 if test -n "$BISON"; then
971   echo "$ac_t""$BISON" 1>&6
972 else
973   echo "$ac_t""no" 1>&6
974 fi
975
976 test -n "$BISON" && break
977 done
978 test -n "$BISON" || BISON="error"
979
980 for ac_prog in flex
981 do
982 # Extract the first word of "$ac_prog", so it can be a program name with args.
983 set dummy $ac_prog; ac_word=$2
984 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
985 echo "configure:986: checking for $ac_word" >&5
986 if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
987   echo $ac_n "(cached) $ac_c" 1>&6
988 else
989   if test -n "$FLEX"; then
990   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
991 else
992   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
993   for ac_dir in $PATH; do
994     test -z "$ac_dir" && ac_dir=.
995     if test -f $ac_dir/$ac_word; then
996       ac_cv_prog_FLEX="$ac_prog"
997       break
998     fi
999   done
1000   IFS="$ac_save_ifs"
1001 fi
1002 fi
1003 FLEX="$ac_cv_prog_FLEX"
1004 if test -n "$FLEX"; then
1005   echo "$ac_t""$FLEX" 1>&6
1006 else
1007   echo "$ac_t""no" 1>&6
1008 fi
1009
1010 test -n "$FLEX" && break
1011 done
1012 test -n "$FLEX" || FLEX="error"
1013
1014 for ac_prog in make
1015 do
1016 # Extract the first word of "$ac_prog", so it can be a program name with args.
1017 set dummy $ac_prog; ac_word=$2
1018 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1019 echo "configure:1020: checking for $ac_word" >&5
1020 if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then
1021   echo $ac_n "(cached) $ac_c" 1>&6
1022 else
1023   if test -n "$MAKE"; then
1024   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
1025 else
1026   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1027   for ac_dir in $PATH; do
1028     test -z "$ac_dir" && ac_dir=.
1029     if test -f $ac_dir/$ac_word; then
1030       ac_cv_prog_MAKE="$ac_prog"
1031       break
1032     fi
1033   done
1034   IFS="$ac_save_ifs"
1035 fi
1036 fi
1037 MAKE="$ac_cv_prog_MAKE"
1038 if test -n "$MAKE"; then
1039   echo "$ac_t""$MAKE" 1>&6
1040 else
1041   echo "$ac_t""no" 1>&6
1042 fi
1043
1044 test -n "$MAKE" && break
1045 done
1046 test -n "$MAKE" || MAKE="error"
1047
1048 for ac_prog in pod2man
1049 do
1050 # Extract the first word of "$ac_prog", so it can be a program name with args.
1051 set dummy $ac_prog; ac_word=$2
1052 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1053 echo "configure:1054: checking for $ac_word" >&5
1054 if eval "test \"`echo '$''{'ac_cv_prog_PODMAN'+set}'`\" = set"; then
1055   echo $ac_n "(cached) $ac_c" 1>&6
1056 else
1057   if test -n "$PODMAN"; then
1058   ac_cv_prog_PODMAN="$PODMAN" # Let the user override the test.
1059 else
1060   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1061   for ac_dir in $PATH; do
1062     test -z "$ac_dir" && ac_dir=.
1063     if test -f $ac_dir/$ac_word; then
1064       ac_cv_prog_PODMAN="$ac_prog"
1065       break
1066     fi
1067   done
1068   IFS="$ac_save_ifs"
1069 fi
1070 fi
1071 PODMAN="$ac_cv_prog_PODMAN"
1072 if test -n "$PODMAN"; then
1073   echo "$ac_t""$PODMAN" 1>&6
1074 else
1075   echo "$ac_t""no" 1>&6
1076 fi
1077
1078 test -n "$PODMAN" && break
1079 done
1080 test -n "$PODMAN" || PODMAN="error"
1081
1082
1083     
1084 if test "x$TEXPREFIX" = xauto ; then
1085     
1086     
1087
1088     echo $ac_n "checking TeX/MF root dir directory""... $ac_c" 1>&6
1089 echo "configure:1090: checking TeX/MF root dir directory" >&5    
1090
1091     find_root_prefix="$prefix"
1092     
1093
1094     test "x$find_root_prefix" = xNONE && find_root_prefix="$ac_default_prefix"
1095     find_texpostfix="";
1096     for postfix in "/lib/tex/" "/lib/texmf" "/lib" "/tex" "/texmf"; do
1097         find_texprefix="$find_root_prefix$postfix"
1098         if test -d $find_texprefix; then
1099             find_texpostfix=$postfix
1100             break;
1101         fi
1102     done
1103     
1104     if test "x$find_texpostfix" = x; then
1105         find_texpostfix='/lib/texmf/tex'
1106         echo "configure: warning: Cannot determine the TeX-directory. Please use --enable-tex-prefix" 1>&2
1107     fi
1108
1109     find_texprefix="$find_root_prefix/$find_texpostfix"
1110
1111     # only assign if variablename not empty
1112     if test x != "xTEXPREFIX"; then
1113         TEXPREFIX='${prefix}'/"$find_texpostfix"
1114     fi
1115     echo "$ac_t""$find_texprefix" 1>&6
1116
1117
1118 else
1119  find_texprefix=$TEXPREFIX
1120 fi
1121     
1122 if test "x$TEXDIR" = xauto ; then
1123     
1124     
1125     
1126     echo $ac_n "checking TeX input directory""... $ac_c" 1>&6
1127 echo "configure:1128: checking TeX input directory" >&5    
1128     find_dirdir=`(cd $find_texprefix; 
1129       $FIND ./ -type d -a -name tex -print |sort|head -1|sed 's#^\./##')`
1130     
1131
1132     if test "x$find_dirdir" = x; then
1133        find_dirdir="/tex";
1134        echo "configure: warning: Cannot determine TeX input subdirectory. Please set from command-line" 1>&2
1135         true
1136     fi
1137     TEXDIR=$find_dirdir
1138     echo "$ac_t""$find_texprefix/$find_dirdir" 1>&6
1139
1140     TEXDIR="$TEXPREFIX/$TEXDIR"
1141
1142 fi
1143
1144 if test "x$MFDIR" = xauto; then
1145     
1146     
1147     
1148     echo $ac_n "checking MF input directory""... $ac_c" 1>&6
1149 echo "configure:1150: checking MF input directory" >&5    
1150     find_dirdir=`(cd $find_texprefix; 
1151       $FIND ./ -type d -a -name source -print |sort|head -1|sed 's#^\./##')`
1152     
1153
1154     if test "x$find_dirdir" = x; then
1155        find_dirdir="/source";
1156        echo "configure: warning: Cannot determine MF input subdirectory. Please set from command-line" 1>&2
1157         true
1158     fi
1159     MFDIR=$find_dirdir
1160     echo "$ac_t""$find_texprefix/$find_dirdir" 1>&6
1161
1162     MFDIR="$TEXPREFIX/$MFDIR"
1163
1164 fi
1165     
1166 if test $MAKE = "error" 
1167 then
1168         { echo "configure: error: Please install GNU make" 1>&2; exit 1; }
1169 else
1170         $MAKE -v| grep GNU > /dev/null
1171         if test "$?" = 1
1172         then
1173             echo "configure: warning: Please install *GNU* make" 1>&2 
1174     fi 
1175 fi 
1176     
1177 if test $BISON = "error" 
1178 then
1179         echo "configure: warning: can't find bison. Please install Bison (1.25 or better)" 1>&2
1180 else
1181     bison_version=`$BISON --version| sed 's/^.*version 1.//g' `
1182     if test $bison_version -lt 25; then
1183         echo "configure: warning: Your bison is too old (1.$bison_version). Please install 1.25" 1>&2
1184     fi  
1185 fi
1186
1187 if test $PODMAN = "error" 
1188 then
1189         echo "configure: warning: can't find pod. You should install Perl (version 5 or better)" 1>&2
1190 fi
1191
1192 if test $FLEX = "error" 
1193 then
1194         echo "configure: warning: can't find flex. Please install Flex (2.5 or better)" 1>&2
1195 fi
1196
1197 if $CXX --version | grep '2\.7' > /dev/null
1198 then
1199         true
1200 else
1201         echo "configure: warning: can't find g++ 2.7" 1>&2
1202 fi
1203
1204 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
1205 echo "configure:1206: checking how to run the C++ preprocessor" >&5
1206 if test -z "$CXXCPP"; then
1207 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
1208   echo $ac_n "(cached) $ac_c" 1>&6
1209 else
1210   ac_ext=C
1211 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1212 ac_cpp='$CXXCPP $CPPFLAGS'
1213 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1214 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1215 cross_compiling=$ac_cv_prog_cxx_cross
1216   CXXCPP="${CXX-g++} -E"
1217   cat > conftest.$ac_ext <<EOF
1218 #line 1219 "configure"
1219 #include "confdefs.h"
1220 #include <stdlib.h>
1221 EOF
1222 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1223 { (eval echo configure:1224: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1224 ac_err=`grep -v '^ *+' conftest.out`
1225 if test -z "$ac_err"; then
1226   :
1227 else
1228   echo "$ac_err" >&5
1229   echo "configure: failed program was:" >&5
1230   cat conftest.$ac_ext >&5
1231   rm -rf conftest*
1232   CXXCPP=/lib/cpp
1233 fi
1234 rm -f conftest*
1235   ac_cv_prog_CXXCPP="$CXXCPP"
1236 fi
1237 fi
1238 CXXCPP="$ac_cv_prog_CXXCPP"
1239 echo "$ac_t""$CXXCPP" 1>&6
1240
1241 ac_safe=`echo "FlexLexer.h" | sed 'y%./+-%__p_%'`
1242 echo $ac_n "checking for FlexLexer.h""... $ac_c" 1>&6
1243 echo "configure:1244: checking for FlexLexer.h" >&5
1244 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1245   echo $ac_n "(cached) $ac_c" 1>&6
1246 else
1247   cat > conftest.$ac_ext <<EOF
1248 #line 1249 "configure"
1249 #include "confdefs.h"
1250 #include <FlexLexer.h>
1251 EOF
1252 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1253 { (eval echo configure:1254: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1254 ac_err=`grep -v '^ *+' conftest.out`
1255 if test -z "$ac_err"; then
1256   rm -rf conftest*
1257   eval "ac_cv_header_$ac_safe=yes"
1258 else
1259   echo "$ac_err" >&5
1260   echo "configure: failed program was:" >&5
1261   cat conftest.$ac_ext >&5
1262   rm -rf conftest*
1263   eval "ac_cv_header_$ac_safe=no"
1264 fi
1265 rm -f conftest*
1266 fi
1267 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1268   echo "$ac_t""yes" 1>&6
1269   true
1270 else
1271   echo "$ac_t""no" 1>&6
1272 echo "configure: warning: can't find flex header. Please install Flex headers correctly" 1>&2
1273 fi
1274
1275 subdirs="flower"
1276
1277 trap '' 1 2 15
1278 cat > confcache <<\EOF
1279 # This file is a shell script that caches the results of configure
1280 # tests run on this system so they can be shared between configure
1281 # scripts and configure runs.  It is not useful on other systems.
1282 # If it contains results you don't want to keep, you may remove or edit it.
1283 #
1284 # By default, configure uses ./config.cache as the cache file,
1285 # creating it if it does not exist already.  You can give configure
1286 # the --cache-file=FILE option to use a different cache file; that is
1287 # what configure does when it calls configure scripts in
1288 # subdirectories, so they share the cache.
1289 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1290 # config.status only pays attention to the cache file if you give it the
1291 # --recheck option to rerun configure.
1292 #
1293 EOF
1294 # The following way of writing the cache mishandles newlines in values,
1295 # but we know of no workaround that is simple, portable, and efficient.
1296 # So, don't put newlines in cache variables' values.
1297 # Ultrix sh set writes to stderr and can't be redirected directly,
1298 # and sets the high bit in the cache file unless we assign to the vars.
1299 (set) 2>&1 |
1300   case `(ac_space=' '; set) 2>&1` in
1301   *ac_space=\ *)
1302     # `set' does not quote correctly, so add quotes (double-quote substitution
1303     # turns \\\\ into \\, and sed turns \\ into \).
1304     sed -n \
1305       -e "s/'/'\\\\''/g" \
1306       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1307     ;;
1308   *)
1309     # `set' quotes correctly as required by POSIX, so do not add quotes.
1310     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1311     ;;
1312   esac >> confcache
1313 if cmp -s $cache_file confcache; then
1314   :
1315 else
1316   if test -w $cache_file; then
1317     echo "updating cache $cache_file"
1318     cat confcache > $cache_file
1319   else
1320     echo "not updating unwritable cache $cache_file"
1321   fi
1322 fi
1323 rm -f confcache
1324
1325 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1326
1327 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1328 # Let make expand exec_prefix.
1329 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1330
1331 # Any assignment to VPATH causes Sun make to only execute
1332 # the first set of double-colon rules, so remove it if not needed.
1333 # If there is a colon in the path, we need to keep it.
1334 if test "x$srcdir" = x.; then
1335   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1336 fi
1337
1338 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1339
1340 # Transform confdefs.h into DEFS.
1341 # Protect against shell expansion while executing Makefile rules.
1342 # Protect against Makefile macro expansion.
1343 cat > conftest.defs <<\EOF
1344 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1345 s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
1346 s%\[%\\&%g
1347 s%\]%\\&%g
1348 s%\$%$$%g
1349 EOF
1350 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1351 rm -f conftest.defs
1352
1353
1354 # Without the "./", some shells look in PATH for config.status.
1355 : ${CONFIG_STATUS=./config.status}
1356
1357 echo creating $CONFIG_STATUS
1358 rm -f $CONFIG_STATUS
1359 cat > $CONFIG_STATUS <<EOF
1360 #! /bin/sh
1361 # Generated automatically by configure.
1362 # Run this file to recreate the current configuration.
1363 # This directory was configured as follows,
1364 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1365 #
1366 # $0 $ac_configure_args
1367 #
1368 # Compiler output produced by configure, useful for debugging
1369 # configure, is in ./config.log if it exists.
1370
1371 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1372 for ac_option
1373 do
1374   case "\$ac_option" in
1375   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1376     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1377     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1378   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1379     echo "$CONFIG_STATUS generated by autoconf version 2.12"
1380     exit 0 ;;
1381   -help | --help | --hel | --he | --h)
1382     echo "\$ac_cs_usage"; exit 0 ;;
1383   *) echo "\$ac_cs_usage"; exit 1 ;;
1384   esac
1385 done
1386
1387 ac_given_srcdir=$srcdir
1388 ac_given_INSTALL="$INSTALL"
1389
1390 trap 'rm -fr `echo "make/out/Configure_variables.make:make/Configure_variables.make.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1391 EOF
1392 cat >> $CONFIG_STATUS <<EOF
1393
1394 # Protect against being on the right side of a sed subst in config.status.
1395 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1396  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1397 $ac_vpsub
1398 $extrasub
1399 s%@CFLAGS@%$CFLAGS%g
1400 s%@CPPFLAGS@%$CPPFLAGS%g
1401 s%@CXXFLAGS@%$CXXFLAGS%g
1402 s%@DEFS@%$DEFS%g
1403 s%@LDFLAGS@%$LDFLAGS%g
1404 s%@LIBS@%$LIBS%g
1405 s%@exec_prefix@%$exec_prefix%g
1406 s%@prefix@%$prefix%g
1407 s%@program_transform_name@%$program_transform_name%g
1408 s%@bindir@%$bindir%g
1409 s%@sbindir@%$sbindir%g
1410 s%@libexecdir@%$libexecdir%g
1411 s%@datadir@%$datadir%g
1412 s%@sysconfdir@%$sysconfdir%g
1413 s%@sharedstatedir@%$sharedstatedir%g
1414 s%@localstatedir@%$localstatedir%g
1415 s%@libdir@%$libdir%g
1416 s%@includedir@%$includedir%g
1417 s%@oldincludedir@%$oldincludedir%g
1418 s%@infodir@%$infodir%g
1419 s%@mandir@%$mandir%g
1420 s%@CXX@%$CXX%g
1421 s%@RANLIB@%$RANLIB%g
1422 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1423 s%@INSTALL_DATA@%$INSTALL_DATA%g
1424 s%@FIND@%$FIND%g
1425 s%@ICFLAGS@%$ICFLAGS%g
1426 s%@ILDFLAGS@%$ILDFLAGS%g
1427 s%@DEFINES@%$DEFINES%g
1428 s%@COMPILEINFO@%$COMPILEINFO%g
1429 s%@AUTOHEADER@%$AUTOHEADER%g
1430 s%@BISON@%$BISON%g
1431 s%@FLEX@%$FLEX%g
1432 s%@TEXPREFIX@%$TEXPREFIX%g
1433 s%@TEXDIR@%$TEXDIR%g
1434 s%@MFDIR@%$MFDIR%g
1435 s%@EXTRA_LIBES@%$EXTRA_LIBES%g
1436 s%@MAKE@%$MAKE%g
1437 s%@PODMAN@%$PODMAN%g
1438 s%@CXXCPP@%$CXXCPP%g
1439 s%@subdirs@%$subdirs%g
1440
1441 CEOF
1442 EOF
1443
1444 cat >> $CONFIG_STATUS <<\EOF
1445
1446 # Split the substitutions into bite-sized pieces for seds with
1447 # small command number limits, like on Digital OSF/1 and HP-UX.
1448 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1449 ac_file=1 # Number of current file.
1450 ac_beg=1 # First line for current file.
1451 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1452 ac_more_lines=:
1453 ac_sed_cmds=""
1454 while $ac_more_lines; do
1455   if test $ac_beg -gt 1; then
1456     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1457   else
1458     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1459   fi
1460   if test ! -s conftest.s$ac_file; then
1461     ac_more_lines=false
1462     rm -f conftest.s$ac_file
1463   else
1464     if test -z "$ac_sed_cmds"; then
1465       ac_sed_cmds="sed -f conftest.s$ac_file"
1466     else
1467       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1468     fi
1469     ac_file=`expr $ac_file + 1`
1470     ac_beg=$ac_end
1471     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1472   fi
1473 done
1474 if test -z "$ac_sed_cmds"; then
1475   ac_sed_cmds=cat
1476 fi
1477 EOF
1478
1479 cat >> $CONFIG_STATUS <<EOF
1480
1481 CONFIG_FILES=\${CONFIG_FILES-"make/out/Configure_variables.make:make/Configure_variables.make.in"}
1482 EOF
1483 cat >> $CONFIG_STATUS <<\EOF
1484 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1485   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1486   case "$ac_file" in
1487   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1488        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1489   *) ac_file_in="${ac_file}.in" ;;
1490   esac
1491
1492   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1493
1494   # Remove last slash and all that follows it.  Not all systems have dirname.
1495   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1496   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1497     # The file is in a subdirectory.
1498     test ! -d "$ac_dir" && mkdir "$ac_dir"
1499     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1500     # A "../" for each directory in $ac_dir_suffix.
1501     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1502   else
1503     ac_dir_suffix= ac_dots=
1504   fi
1505
1506   case "$ac_given_srcdir" in
1507   .)  srcdir=.
1508       if test -z "$ac_dots"; then top_srcdir=.
1509       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1510   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1511   *) # Relative path.
1512     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1513     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1514   esac
1515
1516   case "$ac_given_INSTALL" in
1517   [/$]*) INSTALL="$ac_given_INSTALL" ;;
1518   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1519   esac
1520
1521   echo creating "$ac_file"
1522   rm -f "$ac_file"
1523   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1524   case "$ac_file" in
1525   *Makefile*) ac_comsub="1i\\
1526 # $configure_input" ;;
1527   *) ac_comsub= ;;
1528   esac
1529
1530   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1531   sed -e "$ac_comsub
1532 s%@configure_input@%$configure_input%g
1533 s%@srcdir@%$srcdir%g
1534 s%@top_srcdir@%$top_srcdir%g
1535 s%@INSTALL@%$INSTALL%g
1536 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1537 fi; done
1538 rm -f conftest.s*
1539
1540 EOF
1541 cat >> $CONFIG_STATUS <<EOF
1542
1543 EOF
1544 cat >> $CONFIG_STATUS <<\EOF
1545
1546 exit 0
1547 EOF
1548 chmod +x $CONFIG_STATUS
1549 rm -fr confdefs* $ac_clean_files
1550 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1551
1552 if test "$no_recursion" != yes; then
1553
1554   # Remove --cache-file and --srcdir arguments so they do not pile up.
1555   ac_sub_configure_args=
1556   ac_prev=
1557   for ac_arg in $ac_configure_args; do
1558     if test -n "$ac_prev"; then
1559       ac_prev=
1560       continue
1561     fi
1562     case "$ac_arg" in
1563     -cache-file | --cache-file | --cache-fil | --cache-fi \
1564     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1565       ac_prev=cache_file ;;
1566     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1567     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1568       ;;
1569     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1570       ac_prev=srcdir ;;
1571     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1572       ;;
1573     *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
1574     esac
1575   done
1576
1577   for ac_config_dir in flower; do
1578
1579     # Do not complain, so a configure script can configure whichever
1580     # parts of a large source tree are present.
1581     if test ! -d $srcdir/$ac_config_dir; then
1582       continue
1583     fi
1584
1585     echo configuring in $ac_config_dir
1586
1587     case "$srcdir" in
1588     .) ;;
1589     *)
1590       if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
1591       else
1592         { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
1593       fi
1594       ;;
1595     esac
1596
1597     ac_popdir=`pwd`
1598     cd $ac_config_dir
1599
1600       # A "../" for each directory in /$ac_config_dir.
1601       ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
1602
1603     case "$srcdir" in
1604     .) # No --srcdir option.  We are building in place.
1605       ac_sub_srcdir=$srcdir ;;
1606     /*) # Absolute path.
1607       ac_sub_srcdir=$srcdir/$ac_config_dir ;;
1608     *) # Relative path.
1609       ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
1610     esac
1611
1612     # Check for guested configure; otherwise get Cygnus style configure.
1613     if test -f $ac_sub_srcdir/configure; then
1614       ac_sub_configure=$ac_sub_srcdir/configure
1615     elif test -f $ac_sub_srcdir/configure.in; then
1616       ac_sub_configure=$ac_configure
1617     else
1618       echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
1619       ac_sub_configure=
1620     fi
1621
1622     # The recursion is here.
1623     if test -n "$ac_sub_configure"; then
1624
1625       # Make the cache file name correct relative to the subdirectory.
1626       case "$cache_file" in
1627       /*) ac_sub_cache_file=$cache_file ;;
1628       *) # Relative path.
1629         ac_sub_cache_file="$ac_dots$cache_file" ;;
1630       esac
1631   case "$ac_given_INSTALL" in
1632         [/$]*) INSTALL="$ac_given_INSTALL" ;;
1633         *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
1634         esac
1635
1636       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
1637       # The eval makes quoting arguments work.
1638       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
1639       then :
1640       else
1641         { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
1642       fi
1643     fi
1644
1645     cd $ac_popdir
1646   done
1647 fi
1648
1649
1650
1651
1652 eval "DIR_DATADIR=$datadir"
1653 DIR_DATADIR="$DIR_DATADIR/lilypond"
1654 echo $ac_n "checking ""... $ac_c" 1>&6
1655 echo "configure:1656: checking " >&5
1656
1657 cat << EOF > lib/out/config.hh
1658
1659 /* automatically generated by configure */
1660 /* include this file only once! */
1661
1662 #define  DIR_DATADIR "$DIR_DATADIR"
1663
1664 EOF
1665
1666 CXX="$ac_cv_prog_CXX" bin/make_version >> lib/out/config.hh
1667
1668 touch make/out/Site.make
1669
1670 # ugr
1671 (cd mi2mu; CXX="$ac_cv_prog_CXX" ../bin/make_version > out/version.hh
1672 )
1673 # rgu
1674 sed 's/TOPLEVEL_//g' <  .version >  lily/.version
1675 (cd lily; CXX="$ac_cv_prog_CXX" ../bin/make_version > out/version.hh
1676 )
1677
1678 $MAKE -f make/Toplevel.make.in Makefile
1679
1680 cat << END
1681 Finished configuring. For making everything, do:
1682
1683         make all
1684
1685 If you only want help on the make targets, do a
1686
1687         make help
1688
1689 assuming that \`make' is GNU make, of course.
1690
1691 If you want to make site-wide extensions to the makefiles, please use
1692
1693     make/out/Site.make
1694
1695 If you can't find a toplevel makefile, please execute
1696
1697     make -f make/Toplevel.make.in Makefile              # GNU make, of course
1698     
1699 END
1700