lilypond-0.1.51
[lilypond.git] / configure
blob0a936113aeb148e42d2ac5ee6d7875618595c3be
1 #! /bin/sh
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.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
10 # Defaults:
11 ac_help=
12 ac_default_prefix=/usr/local
13 # Any additions from configure.in:
14 ac_help="$ac_help
15 --enable-shared build shared libraries [default=no]
16 --enable-shared=PKGS only build shared libraries if the current package
17 appears as an element in the PKGS list"
18 ac_help="$ac_help
19 --enable-static build static libraries [default=yes]
20 --enable-static=PKGS only build shared libraries if the current package
21 appears as an element in the PKGS list"
22 ac_help="$ac_help
23 --with-gnu-ld assume the C compiler uses GNU ld [default=no]"
24 ac_help="$ac_help
25 enable-printing turn on debug printing. Default: off"
26 ac_help="$ac_help
27 enable-checking set runtime checks (assert calls). Default: on"
28 ac_help="$ac_help
29 enable-optimise use maximal speed optimisations. Default: off"
30 ac_help="$ac_help
31 enable-profiling compile with gprof support. Default: off"
32 ac_help="$ac_help
33 enable-debugging set debug info. Default: on"
34 ac_help="$ac_help
35 enable-mingw-prefix=DIR set the mingw32 directory (standalone windows32 exes)"
36 ac_help="$ac_help
37 enable-tex-prefix=DIR set the tex-directory to find TeX subdirectories. (default: PREFIX)"
38 ac_help="$ac_help
39 enable-tex-dir=DIR set the directory to put LilyPond TeX files in. "
40 ac_help="$ac_help
41 enable-mf-dir=DIR set the directory to put LilyPond MetaFont files in. "
43 # Initialize some variables set by options.
44 # The variables have the same names as the options, with
45 # dashes changed to underlines.
46 build=NONE
47 cache_file=./config.cache
48 exec_prefix=NONE
49 host=NONE
50 no_create=
51 nonopt=NONE
52 no_recursion=
53 prefix=NONE
54 program_prefix=NONE
55 program_suffix=NONE
56 program_transform_name=s,x,x,
57 silent=
58 site=
59 srcdir=
60 target=NONE
61 verbose=
62 x_includes=NONE
63 x_libraries=NONE
64 bindir='${exec_prefix}/bin'
65 sbindir='${exec_prefix}/sbin'
66 libexecdir='${exec_prefix}/libexec'
67 datadir='${prefix}/share'
68 sysconfdir='${prefix}/etc'
69 sharedstatedir='${prefix}/com'
70 localstatedir='${prefix}/var'
71 libdir='${exec_prefix}/lib'
72 includedir='${prefix}/include'
73 oldincludedir='/usr/include'
74 infodir='${prefix}/info'
75 mandir='${prefix}/man'
77 # Initialize some other variables.
78 subdirs=
79 MFLAGS= MAKEFLAGS=
80 # Maximum number of lines to put in a shell here document.
81 ac_max_here_lines=12
83 ac_prev=
84 for ac_option
87 # If the previous option needs an argument, assign it.
88 if test -n "$ac_prev"; then
89 eval "$ac_prev=\$ac_option"
90 ac_prev=
91 continue
94 case "$ac_option" in
95 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
96 *) ac_optarg= ;;
97 esac
99 # Accept the important Cygnus configure options, so we can diagnose typos.
101 case "$ac_option" in
103 -bindir | --bindir | --bindi | --bind | --bin | --bi)
104 ac_prev=bindir ;;
105 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
106 bindir="$ac_optarg" ;;
108 -build | --build | --buil | --bui | --bu)
109 ac_prev=build ;;
110 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
111 build="$ac_optarg" ;;
113 -cache-file | --cache-file | --cache-fil | --cache-fi \
114 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
115 ac_prev=cache_file ;;
116 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
117 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
118 cache_file="$ac_optarg" ;;
120 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
121 ac_prev=datadir ;;
122 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
123 | --da=*)
124 datadir="$ac_optarg" ;;
126 -disable-* | --disable-*)
127 ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
128 # Reject names that are not valid shell variable names.
129 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
130 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
132 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
133 eval "enable_${ac_feature}=no" ;;
135 -enable-* | --enable-*)
136 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
137 # Reject names that are not valid shell variable names.
138 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
139 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
141 ac_feature=`echo $ac_feature| sed 's/-/_/g'`
142 case "$ac_option" in
143 *=*) ;;
144 *) ac_optarg=yes ;;
145 esac
146 eval "enable_${ac_feature}='$ac_optarg'" ;;
148 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
149 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
150 | --exec | --exe | --ex)
151 ac_prev=exec_prefix ;;
152 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
153 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
154 | --exec=* | --exe=* | --ex=*)
155 exec_prefix="$ac_optarg" ;;
157 -gas | --gas | --ga | --g)
158 # Obsolete; use --with-gas.
159 with_gas=yes ;;
161 -help | --help | --hel | --he)
162 # Omit some internal or obsolete options to make the list less imposing.
163 # This message is too long to be a string in the A/UX 3.1 sh.
164 cat << EOF
165 Usage: configure [options] [host]
166 Options: [defaults in brackets after descriptions]
167 Configuration:
168 --cache-file=FILE cache test results in FILE
169 --help print this message
170 --no-create do not create output files
171 --quiet, --silent do not print \`checking...' messages
172 --version print the version of autoconf that created configure
173 Directory and file names:
174 --prefix=PREFIX install architecture-independent files in PREFIX
175 [$ac_default_prefix]
176 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
177 [same as prefix]
178 --bindir=DIR user executables in DIR [EPREFIX/bin]
179 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
180 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
181 --datadir=DIR read-only architecture-independent data in DIR
182 [PREFIX/share]
183 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
184 --sharedstatedir=DIR modifiable architecture-independent data in DIR
185 [PREFIX/com]
186 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
187 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
188 --includedir=DIR C header files in DIR [PREFIX/include]
189 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
190 --infodir=DIR info documentation in DIR [PREFIX/info]
191 --mandir=DIR man documentation in DIR [PREFIX/man]
192 --srcdir=DIR find the sources in DIR [configure dir or ..]
193 --program-prefix=PREFIX prepend PREFIX to installed program names
194 --program-suffix=SUFFIX append SUFFIX to installed program names
195 --program-transform-name=PROGRAM
196 run sed PROGRAM on installed program names
198 cat << EOF
199 Host type:
200 --build=BUILD configure for building on BUILD [BUILD=HOST]
201 --host=HOST configure for HOST [guessed]
202 --target=TARGET configure for TARGET [TARGET=HOST]
203 Features and packages:
204 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
205 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
206 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
207 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
208 --x-includes=DIR X include files are in DIR
209 --x-libraries=DIR X library files are in DIR
211 if test -n "$ac_help"; then
212 echo "--enable and --with options recognized:$ac_help"
214 exit 0 ;;
216 -host | --host | --hos | --ho)
217 ac_prev=host ;;
218 -host=* | --host=* | --hos=* | --ho=*)
219 host="$ac_optarg" ;;
221 -includedir | --includedir | --includedi | --included | --include \
222 | --includ | --inclu | --incl | --inc)
223 ac_prev=includedir ;;
224 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
225 | --includ=* | --inclu=* | --incl=* | --inc=*)
226 includedir="$ac_optarg" ;;
228 -infodir | --infodir | --infodi | --infod | --info | --inf)
229 ac_prev=infodir ;;
230 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
231 infodir="$ac_optarg" ;;
233 -libdir | --libdir | --libdi | --libd)
234 ac_prev=libdir ;;
235 -libdir=* | --libdir=* | --libdi=* | --libd=*)
236 libdir="$ac_optarg" ;;
238 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
239 | --libexe | --libex | --libe)
240 ac_prev=libexecdir ;;
241 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
242 | --libexe=* | --libex=* | --libe=*)
243 libexecdir="$ac_optarg" ;;
245 -localstatedir | --localstatedir | --localstatedi | --localstated \
246 | --localstate | --localstat | --localsta | --localst \
247 | --locals | --local | --loca | --loc | --lo)
248 ac_prev=localstatedir ;;
249 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
250 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
251 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
252 localstatedir="$ac_optarg" ;;
254 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
255 ac_prev=mandir ;;
256 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
257 mandir="$ac_optarg" ;;
259 -nfp | --nfp | --nf)
260 # Obsolete; use --without-fp.
261 with_fp=no ;;
263 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
264 | --no-cr | --no-c)
265 no_create=yes ;;
267 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
268 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
269 no_recursion=yes ;;
271 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
272 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
273 | --oldin | --oldi | --old | --ol | --o)
274 ac_prev=oldincludedir ;;
275 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
276 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
277 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
278 oldincludedir="$ac_optarg" ;;
280 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
281 ac_prev=prefix ;;
282 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
283 prefix="$ac_optarg" ;;
285 -program-prefix | --program-prefix | --program-prefi | --program-pref \
286 | --program-pre | --program-pr | --program-p)
287 ac_prev=program_prefix ;;
288 -program-prefix=* | --program-prefix=* | --program-prefi=* \
289 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
290 program_prefix="$ac_optarg" ;;
292 -program-suffix | --program-suffix | --program-suffi | --program-suff \
293 | --program-suf | --program-su | --program-s)
294 ac_prev=program_suffix ;;
295 -program-suffix=* | --program-suffix=* | --program-suffi=* \
296 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
297 program_suffix="$ac_optarg" ;;
299 -program-transform-name | --program-transform-name \
300 | --program-transform-nam | --program-transform-na \
301 | --program-transform-n | --program-transform- \
302 | --program-transform | --program-transfor \
303 | --program-transfo | --program-transf \
304 | --program-trans | --program-tran \
305 | --progr-tra | --program-tr | --program-t)
306 ac_prev=program_transform_name ;;
307 -program-transform-name=* | --program-transform-name=* \
308 | --program-transform-nam=* | --program-transform-na=* \
309 | --program-transform-n=* | --program-transform-=* \
310 | --program-transform=* | --program-transfor=* \
311 | --program-transfo=* | --program-transf=* \
312 | --program-trans=* | --program-tran=* \
313 | --progr-tra=* | --program-tr=* | --program-t=*)
314 program_transform_name="$ac_optarg" ;;
316 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
317 | -silent | --silent | --silen | --sile | --sil)
318 silent=yes ;;
320 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
321 ac_prev=sbindir ;;
322 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
323 | --sbi=* | --sb=*)
324 sbindir="$ac_optarg" ;;
326 -sharedstatedir | --sharedstatedir | --sharedstatedi \
327 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
328 | --sharedst | --shareds | --shared | --share | --shar \
329 | --sha | --sh)
330 ac_prev=sharedstatedir ;;
331 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
332 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
333 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
334 | --sha=* | --sh=*)
335 sharedstatedir="$ac_optarg" ;;
337 -site | --site | --sit)
338 ac_prev=site ;;
339 -site=* | --site=* | --sit=*)
340 site="$ac_optarg" ;;
342 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
343 ac_prev=srcdir ;;
344 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
345 srcdir="$ac_optarg" ;;
347 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
348 | --syscon | --sysco | --sysc | --sys | --sy)
349 ac_prev=sysconfdir ;;
350 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
351 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
352 sysconfdir="$ac_optarg" ;;
354 -target | --target | --targe | --targ | --tar | --ta | --t)
355 ac_prev=target ;;
356 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
357 target="$ac_optarg" ;;
359 -v | -verbose | --verbose | --verbos | --verbo | --verb)
360 verbose=yes ;;
362 -version | --version | --versio | --versi | --vers)
363 echo "configure generated by autoconf version 2.12"
364 exit 0 ;;
366 -with-* | --with-*)
367 ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
368 # Reject names that are not valid shell variable names.
369 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
370 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
372 ac_package=`echo $ac_package| sed 's/-/_/g'`
373 case "$ac_option" in
374 *=*) ;;
375 *) ac_optarg=yes ;;
376 esac
377 eval "with_${ac_package}='$ac_optarg'" ;;
379 -without-* | --without-*)
380 ac_package=`echo $ac_option|sed -e 's/-*without-//'`
381 # Reject names that are not valid shell variable names.
382 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
383 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
385 ac_package=`echo $ac_package| sed 's/-/_/g'`
386 eval "with_${ac_package}=no" ;;
388 --x)
389 # Obsolete; use --with-x.
390 with_x=yes ;;
392 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
393 | --x-incl | --x-inc | --x-in | --x-i)
394 ac_prev=x_includes ;;
395 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
396 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
397 x_includes="$ac_optarg" ;;
399 -x-libraries | --x-libraries | --x-librarie | --x-librari \
400 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
401 ac_prev=x_libraries ;;
402 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
403 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
404 x_libraries="$ac_optarg" ;;
406 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
410 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
411 echo "configure: warning: $ac_option: invalid host type" 1>&2
413 if test "x$nonopt" != xNONE; then
414 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
416 nonopt="$ac_option"
419 esac
420 done
422 if test -n "$ac_prev"; then
423 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
426 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
428 # File descriptor usage:
429 # 0 standard input
430 # 1 file creation
431 # 2 errors and warnings
432 # 3 some systems may open it to /dev/tty
433 # 4 used on the Kubota Titan
434 # 6 checking for... messages and results
435 # 5 compiler messages saved in config.log
436 if test "$silent" = yes; then
437 exec 6>/dev/null
438 else
439 exec 6>&1
441 exec 5>./config.log
443 echo "\
444 This file contains any messages produced by compilers while
445 running configure, to aid debugging if configure makes a mistake.
446 " 1>&5
448 # Strip out --no-create and --no-recursion so they do not pile up.
449 # Also quote any args containing shell metacharacters.
450 ac_configure_args=
451 for ac_arg
453 case "$ac_arg" in
454 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
455 | --no-cr | --no-c) ;;
456 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
457 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
458 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
459 ac_configure_args="$ac_configure_args '$ac_arg'" ;;
460 *) ac_configure_args="$ac_configure_args $ac_arg" ;;
461 esac
462 done
464 # NLS nuisances.
465 # Only set these to C if already set. These must not be set unconditionally
466 # because not all systems understand e.g. LANG=C (notably SCO).
467 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
468 # Non-C LC_CTYPE values break the ctype check.
469 if test "${LANG+set}" = set; then LANG=C; export LANG; fi
470 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
471 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
472 if test "${LC_CTYPE+set}" = set; then LC_CTYPE=C; export LC_CTYPE; fi
474 # confdefs.h avoids OS command line length limits that DEFS can exceed.
475 rm -rf conftest* confdefs.h
476 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
477 echo > confdefs.h
479 # A filename unique to this package, relative to the directory that
480 # configure is in, which we can look for to find out if srcdir is correct.
481 ac_unique_file=flower/choleski.cc
483 # Find the source files, if location was not specified.
484 if test -z "$srcdir"; then
485 ac_srcdir_defaulted=yes
486 # Try the directory containing this script, then its parent.
487 ac_prog=$0
488 ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
489 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
490 srcdir=$ac_confdir
491 if test ! -r $srcdir/$ac_unique_file; then
492 srcdir=..
494 else
495 ac_srcdir_defaulted=no
497 if test ! -r $srcdir/$ac_unique_file; then
498 if test "$ac_srcdir_defaulted" = yes; then
499 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
500 else
501 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
504 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
506 # Prefer explicitly selected file to automatically selected ones.
507 if test -z "$CONFIG_SITE"; then
508 if test "x$prefix" != xNONE; then
509 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
510 else
511 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
514 for ac_site_file in $CONFIG_SITE; do
515 if test -r "$ac_site_file"; then
516 echo "loading site script $ac_site_file"
517 . "$ac_site_file"
519 done
521 if test -r "$cache_file"; then
522 echo "loading cache $cache_file"
523 . $cache_file
524 else
525 echo "creating cache $cache_file"
526 > $cache_file
529 ac_ext=c
530 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
531 ac_cpp='$CPP $CPPFLAGS'
532 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
533 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
534 cross_compiling=$ac_cv_prog_cc_cross
536 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
537 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
538 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
539 ac_n= ac_c='
540 ' ac_t=' '
541 else
542 ac_n=-n ac_c= ac_t=
544 else
545 ac_n= ac_c='\c' ac_t=
550 . $srcdir/VERSION
551 FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL
552 if test x$MY_PATCH_LEVEL != x; then
553 FULL_VERSION=$FULL_VERSION.$MY_PATCH_LEVEL
555 ac_aux_dir=
556 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
557 if test -f $ac_dir/install-sh; then
558 ac_aux_dir=$ac_dir
559 ac_install_sh="$ac_aux_dir/install-sh -c"
560 break
561 elif test -f $ac_dir/install.sh; then
562 ac_aux_dir=$ac_dir
563 ac_install_sh="$ac_aux_dir/install.sh -c"
564 break
566 done
567 if test -z "$ac_aux_dir"; then
568 { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
570 ac_config_guess=$ac_aux_dir/config.guess
571 ac_config_sub=$ac_aux_dir/config.sub
572 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
574 # Find a good install program. We prefer a C program (faster),
575 # so one script is as good as another. But avoid the broken or
576 # incompatible versions:
577 # SysV /etc/install, /usr/sbin/install
578 # SunOS /usr/etc/install
579 # IRIX /sbin/install
580 # AIX /bin/install
581 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
582 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
583 # ./install, which can be erroneously created by make from ./install.sh.
584 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
585 echo "configure:586: checking for a BSD compatible install" >&5
586 if test -z "$INSTALL"; then
587 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
588 echo $ac_n "(cached) $ac_c" 1>&6
589 else
590 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
591 for ac_dir in $PATH; do
592 # Account for people who put trailing slashes in PATH elements.
593 case "$ac_dir/" in
594 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
596 # OSF1 and SCO ODT 3.0 have their own names for install.
597 for ac_prog in ginstall installbsd scoinst install; do
598 if test -f $ac_dir/$ac_prog; then
599 if test $ac_prog = install &&
600 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
601 # AIX install. It has an incompatible calling convention.
602 # OSF/1 installbsd also uses dspmsg, but is usable.
604 else
605 ac_cv_path_install="$ac_dir/$ac_prog -c"
606 break 2
609 done
611 esac
612 done
613 IFS="$ac_save_IFS"
616 if test "${ac_cv_path_install+set}" = set; then
617 INSTALL="$ac_cv_path_install"
618 else
619 # As a last resort, use the slow shell script. We don't cache a
620 # path for INSTALL within a source directory, because that will
621 # break other packages using the cache if that directory is
622 # removed, or if the path is relative.
623 INSTALL="$ac_install_sh"
626 echo "$ac_t""$INSTALL" 1>&6
628 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
629 # It thinks the first close brace ends the variable substitution.
630 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
632 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
635 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
637 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
638 echo "configure:639: checking whether build environment is sane" >&5
639 # Just in case
640 sleep 1
641 echo timestamp > conftestfile
642 # Do `set' in a subshell so we don't clobber the current shell's
643 # arguments. Must try -L first in case configure is actually a
644 # symlink; some systems play weird games with the mod time of symlinks
645 # (eg FreeBSD returns the mod time of the symlink's containing
646 # directory).
647 if (
648 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
649 if test "$*" = "X"; then
650 # -L didn't work.
651 set X `ls -t $srcdir/configure conftestfile`
653 if test "$*" != "X $srcdir/configure conftestfile" \
654 && test "$*" != "X conftestfile $srcdir/configure"; then
656 # If neither matched, then we have a broken ls. This can happen
657 # if, for instance, CONFIG_SHELL is bash and it inherits a
658 # broken ls alias from the environment. This has actually
659 # happened. Such a system could not be considered "sane".
660 { echo "configure: error: ls -t appears to fail. Make sure there is not a broken
661 alias in your environment" 1>&2; exit 1; }
664 test "$2" = conftestfile
666 then
667 # Ok.
669 else
670 { echo "configure: error: newly created file is older than distributed files!
671 Check your system clock" 1>&2; exit 1; }
673 rm -f conftest*
674 echo "$ac_t""yes" 1>&6
675 if test "$program_transform_name" = s,x,x,; then
676 program_transform_name=
677 else
678 # Double any \ or $. echo might interpret backslashes.
679 cat <<\EOF_SED > conftestsed
680 s,\\,\\\\,g; s,\$,$$,g
681 EOF_SED
682 program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
683 rm -f conftestsed
685 test "$program_prefix" != NONE &&
686 program_transform_name="s,^,${program_prefix},; $program_transform_name"
687 # Use a double $ so make ignores it.
688 test "$program_suffix" != NONE &&
689 program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
691 # sed with no file args requires a program.
692 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
694 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
695 echo "configure:696: checking whether ${MAKE-make} sets \${MAKE}" >&5
696 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
697 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
698 echo $ac_n "(cached) $ac_c" 1>&6
699 else
700 cat > conftestmake <<\EOF
701 all:
702 @echo 'ac_maketemp="${MAKE}"'
704 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
705 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
706 if test -n "$ac_maketemp"; then
707 eval ac_cv_prog_make_${ac_make}_set=yes
708 else
709 eval ac_cv_prog_make_${ac_make}_set=no
711 rm -f conftestmake
713 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
714 echo "$ac_t""yes" 1>&6
715 SET_MAKE=
716 else
717 echo "$ac_t""no" 1>&6
718 SET_MAKE="MAKE=${MAKE-make}"
722 PACKAGE=lilypond
724 VERSION=$FULL_VERSION
726 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
727 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
729 cat >> confdefs.h <<EOF
730 #define PACKAGE "$PACKAGE"
733 cat >> confdefs.h <<EOF
734 #define VERSION "$VERSION"
739 missing_dir=`cd $ac_aux_dir && pwd`
740 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
741 echo "configure:742: checking for working aclocal" >&5
742 # Run test in a subshell; some versions of sh will print an error if
743 # an executable is not found, even if stderr is redirected.
744 # Redirect stdin to placate older versions of autoconf. Sigh.
745 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
746 ACLOCAL=aclocal
747 echo "$ac_t""found" 1>&6
748 else
749 ACLOCAL="$missing_dir/missing aclocal"
750 echo "$ac_t""missing" 1>&6
753 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
754 echo "configure:755: checking for working autoconf" >&5
755 # Run test in a subshell; some versions of sh will print an error if
756 # an executable is not found, even if stderr is redirected.
757 # Redirect stdin to placate older versions of autoconf. Sigh.
758 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
759 AUTOCONF=autoconf
760 echo "$ac_t""found" 1>&6
761 else
762 AUTOCONF="$missing_dir/missing autoconf"
763 echo "$ac_t""missing" 1>&6
766 echo $ac_n "checking for working automake""... $ac_c" 1>&6
767 echo "configure:768: checking for working automake" >&5
768 # Run test in a subshell; some versions of sh will print an error if
769 # an executable is not found, even if stderr is redirected.
770 # Redirect stdin to placate older versions of autoconf. Sigh.
771 if (automake --version) < /dev/null > /dev/null 2>&1; then
772 AUTOMAKE=automake
773 echo "$ac_t""found" 1>&6
774 else
775 AUTOMAKE="$missing_dir/missing automake"
776 echo "$ac_t""missing" 1>&6
779 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
780 echo "configure:781: checking for working autoheader" >&5
781 # Run test in a subshell; some versions of sh will print an error if
782 # an executable is not found, even if stderr is redirected.
783 # Redirect stdin to placate older versions of autoconf. Sigh.
784 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
785 AUTOHEADER=autoheader
786 echo "$ac_t""found" 1>&6
787 else
788 AUTOHEADER="$missing_dir/missing autoheader"
789 echo "$ac_t""missing" 1>&6
792 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
793 echo "configure:794: checking for working makeinfo" >&5
794 # Run test in a subshell; some versions of sh will print an error if
795 # an executable is not found, even if stderr is redirected.
796 # Redirect stdin to placate older versions of autoconf. Sigh.
797 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
798 MAKEINFO=makeinfo
799 echo "$ac_t""found" 1>&6
800 else
801 MAKEINFO="$missing_dir/missing makeinfo"
802 echo "$ac_t""missing" 1>&6
807 # Extract the first word of "gcc", so it can be a program name with args.
808 set dummy gcc; ac_word=$2
809 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
810 echo "configure:811: checking for $ac_word" >&5
811 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
812 echo $ac_n "(cached) $ac_c" 1>&6
813 else
814 if test -n "$CC"; then
815 ac_cv_prog_CC="$CC" # Let the user override the test.
816 else
817 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
818 for ac_dir in $PATH; do
819 test -z "$ac_dir" && ac_dir=.
820 if test -f $ac_dir/$ac_word; then
821 ac_cv_prog_CC="gcc"
822 break
824 done
825 IFS="$ac_save_ifs"
828 CC="$ac_cv_prog_CC"
829 if test -n "$CC"; then
830 echo "$ac_t""$CC" 1>&6
831 else
832 echo "$ac_t""no" 1>&6
835 if test -z "$CC"; then
836 # Extract the first word of "cc", so it can be a program name with args.
837 set dummy cc; ac_word=$2
838 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
839 echo "configure:840: checking for $ac_word" >&5
840 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
841 echo $ac_n "(cached) $ac_c" 1>&6
842 else
843 if test -n "$CC"; then
844 ac_cv_prog_CC="$CC" # Let the user override the test.
845 else
846 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
847 ac_prog_rejected=no
848 for ac_dir in $PATH; do
849 test -z "$ac_dir" && ac_dir=.
850 if test -f $ac_dir/$ac_word; then
851 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
852 ac_prog_rejected=yes
853 continue
855 ac_cv_prog_CC="cc"
856 break
858 done
859 IFS="$ac_save_ifs"
860 if test $ac_prog_rejected = yes; then
861 # We found a bogon in the path, so make sure we never use it.
862 set dummy $ac_cv_prog_CC
863 shift
864 if test $# -gt 0; then
865 # We chose a different compiler from the bogus one.
866 # However, it has the same basename, so the bogon will be chosen
867 # first if we set CC to just the basename; use the full file name.
868 shift
869 set dummy "$ac_dir/$ac_word" "$@"
870 shift
871 ac_cv_prog_CC="$@"
876 CC="$ac_cv_prog_CC"
877 if test -n "$CC"; then
878 echo "$ac_t""$CC" 1>&6
879 else
880 echo "$ac_t""no" 1>&6
883 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
886 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
887 echo "configure:888: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
889 ac_ext=c
890 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
891 ac_cpp='$CPP $CPPFLAGS'
892 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
893 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
894 cross_compiling=$ac_cv_prog_cc_cross
896 cat > conftest.$ac_ext <<EOF
897 #line 898 "configure"
898 #include "confdefs.h"
899 main(){return(0);}
901 if { (eval echo configure:902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
902 ac_cv_prog_cc_works=yes
903 # If we can't run a trivial program, we are probably using a cross compiler.
904 if (./conftest; exit) 2>/dev/null; then
905 ac_cv_prog_cc_cross=no
906 else
907 ac_cv_prog_cc_cross=yes
909 else
910 echo "configure: failed program was:" >&5
911 cat conftest.$ac_ext >&5
912 ac_cv_prog_cc_works=no
914 rm -fr conftest*
916 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
917 if test $ac_cv_prog_cc_works = no; then
918 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
920 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
921 echo "configure:922: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
922 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
923 cross_compiling=$ac_cv_prog_cc_cross
925 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
926 echo "configure:927: checking whether we are using GNU C" >&5
927 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
928 echo $ac_n "(cached) $ac_c" 1>&6
929 else
930 cat > conftest.c <<EOF
931 #ifdef __GNUC__
932 yes;
933 #endif
935 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
936 ac_cv_prog_gcc=yes
937 else
938 ac_cv_prog_gcc=no
942 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
944 if test $ac_cv_prog_gcc = yes; then
945 GCC=yes
946 ac_test_CFLAGS="${CFLAGS+set}"
947 ac_save_CFLAGS="$CFLAGS"
948 CFLAGS=
949 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
950 echo "configure:951: checking whether ${CC-cc} accepts -g" >&5
951 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
952 echo $ac_n "(cached) $ac_c" 1>&6
953 else
954 echo 'void f(){}' > conftest.c
955 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
956 ac_cv_prog_cc_g=yes
957 else
958 ac_cv_prog_cc_g=no
960 rm -f conftest*
964 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
965 if test "$ac_test_CFLAGS" = set; then
966 CFLAGS="$ac_save_CFLAGS"
967 elif test $ac_cv_prog_cc_g = yes; then
968 CFLAGS="-g -O2"
969 else
970 CFLAGS="-O2"
972 else
973 GCC=
974 test "${CFLAGS+set}" = set || CFLAGS="-g"
977 for ac_prog in $CCC c++ g++ gcc CC cxx cc++
979 # Extract the first word of "$ac_prog", so it can be a program name with args.
980 set dummy $ac_prog; ac_word=$2
981 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
982 echo "configure:983: checking for $ac_word" >&5
983 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
984 echo $ac_n "(cached) $ac_c" 1>&6
985 else
986 if test -n "$CXX"; then
987 ac_cv_prog_CXX="$CXX" # Let the user override the test.
988 else
989 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
990 for ac_dir in $PATH; do
991 test -z "$ac_dir" && ac_dir=.
992 if test -f $ac_dir/$ac_word; then
993 ac_cv_prog_CXX="$ac_prog"
994 break
996 done
997 IFS="$ac_save_ifs"
1000 CXX="$ac_cv_prog_CXX"
1001 if test -n "$CXX"; then
1002 echo "$ac_t""$CXX" 1>&6
1003 else
1004 echo "$ac_t""no" 1>&6
1007 test -n "$CXX" && break
1008 done
1009 test -n "$CXX" || CXX="gcc"
1012 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1013 echo "configure:1014: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1015 ac_ext=C
1016 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1017 ac_cpp='$CXXCPP $CPPFLAGS'
1018 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1019 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1020 cross_compiling=$ac_cv_prog_cxx_cross
1022 cat > conftest.$ac_ext <<EOF
1023 #line 1024 "configure"
1024 #include "confdefs.h"
1025 main(){return(0);}
1027 if { (eval echo configure:1028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1028 ac_cv_prog_cxx_works=yes
1029 # If we can't run a trivial program, we are probably using a cross compiler.
1030 if (./conftest; exit) 2>/dev/null; then
1031 ac_cv_prog_cxx_cross=no
1032 else
1033 ac_cv_prog_cxx_cross=yes
1035 else
1036 echo "configure: failed program was:" >&5
1037 cat conftest.$ac_ext >&5
1038 ac_cv_prog_cxx_works=no
1040 rm -fr conftest*
1041 ac_ext=c
1042 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1043 ac_cpp='$CPP $CPPFLAGS'
1044 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1045 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1046 cross_compiling=$ac_cv_prog_cc_cross
1048 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1049 if test $ac_cv_prog_cxx_works = no; then
1050 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1052 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1053 echo "configure:1054: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1054 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1055 cross_compiling=$ac_cv_prog_cxx_cross
1057 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1058 echo "configure:1059: checking whether we are using GNU C++" >&5
1059 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1060 echo $ac_n "(cached) $ac_c" 1>&6
1061 else
1062 cat > conftest.C <<EOF
1063 #ifdef __GNUC__
1064 yes;
1065 #endif
1067 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1068: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1068 ac_cv_prog_gxx=yes
1069 else
1070 ac_cv_prog_gxx=no
1074 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1076 if test $ac_cv_prog_gxx = yes; then
1077 GXX=yes
1078 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1079 ac_save_CXXFLAGS="$CXXFLAGS"
1080 CXXFLAGS=
1081 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1082 echo "configure:1083: checking whether ${CXX-g++} accepts -g" >&5
1083 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1084 echo $ac_n "(cached) $ac_c" 1>&6
1085 else
1086 echo 'void f(){}' > conftest.cc
1087 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1088 ac_cv_prog_cxx_g=yes
1089 else
1090 ac_cv_prog_cxx_g=no
1092 rm -f conftest*
1096 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1097 if test "$ac_test_CXXFLAGS" = set; then
1098 CXXFLAGS="$ac_save_CXXFLAGS"
1099 elif test $ac_cv_prog_cxx_g = yes; then
1100 CXXFLAGS="-g -O2"
1101 else
1102 CXXFLAGS="-O2"
1104 else
1105 GXX=
1106 test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
1110 # turn off shared libraries by default (may be enabled using --enable-shared)
1111 # Check whether --enable-shared or --disable-shared was given.
1112 if test "${enable_shared+set}" = set; then
1113 enableval="$enable_shared"
1114 p=${PACKAGE-default}
1115 case "$enableval" in
1116 yes) enable_shared=yes ;;
1117 no) enable_shared=no ;;
1119 enable_shared=no
1120 # Look at the argument we got. We use all the common list separators.
1121 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1122 for pkg in $enableval; do
1123 if test "X$pkg" = "X$p"; then
1124 enable_shared=yes
1126 done
1127 IFS="$ac_save_ifs"
1129 esac
1130 else
1131 enable_shared=no
1134 # Check whether --enable-static or --disable-static was given.
1135 if test "${enable_static+set}" = set; then
1136 enableval="$enable_static"
1137 p=${PACKAGE-default}
1138 case "$enableval" in
1139 yes) enable_static=yes ;;
1140 no) enable_static=no ;;
1142 enable_static=no
1143 # Look at the argument we got. We use all the common list separators.
1144 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1145 for pkg in $enableval; do
1146 if test "X$pkg" = "X$p"; then
1147 enable_static=yes
1149 done
1150 IFS="$ac_save_ifs"
1152 esac
1153 else
1154 enable_static=yes
1158 # Make sure we can run config.sub.
1159 if $ac_config_sub sun4 >/dev/null 2>&1; then :
1160 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1163 echo $ac_n "checking host system type""... $ac_c" 1>&6
1164 echo "configure:1165: checking host system type" >&5
1166 host_alias=$host
1167 case "$host_alias" in
1168 NONE)
1169 case $nonopt in
1170 NONE)
1171 if host_alias=`$ac_config_guess`; then :
1172 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1173 fi ;;
1174 *) host_alias=$nonopt ;;
1175 esac ;;
1176 esac
1178 host=`$ac_config_sub $host_alias`
1179 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1180 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1181 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1182 echo "$ac_t""$host" 1>&6
1184 # Extract the first word of "ranlib", so it can be a program name with args.
1185 set dummy ranlib; ac_word=$2
1186 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1187 echo "configure:1188: checking for $ac_word" >&5
1188 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1189 echo $ac_n "(cached) $ac_c" 1>&6
1190 else
1191 if test -n "$RANLIB"; then
1192 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1193 else
1194 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1195 for ac_dir in $PATH; do
1196 test -z "$ac_dir" && ac_dir=.
1197 if test -f $ac_dir/$ac_word; then
1198 ac_cv_prog_RANLIB="ranlib"
1199 break
1201 done
1202 IFS="$ac_save_ifs"
1203 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1206 RANLIB="$ac_cv_prog_RANLIB"
1207 if test -n "$RANLIB"; then
1208 echo "$ac_t""$RANLIB" 1>&6
1209 else
1210 echo "$ac_t""no" 1>&6
1213 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1214 if test "${with_gnu_ld+set}" = set; then
1215 withval="$with_gnu_ld"
1216 test "$withval" = no || with_gnu_ld=yes
1217 else
1218 with_gnu_ld=no
1222 ac_prog=ld
1223 if test "$ac_cv_prog_gcc" = yes; then
1224 # Check if gcc -print-prog-name=ld gives a path.
1225 echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1226 echo "configure:1227: checking for ld used by GCC" >&5
1227 ac_prog=`($CC -print-prog-name=ld) 2>&5`
1228 case "$ac_prog" in
1229 # Accept absolute paths.
1230 /* | A-Za-z:\\*)
1231 test -z "$LD" && LD="$ac_prog"
1234 # If it fails, then pretend we aren't using GCC.
1235 ac_prog=ld
1238 # If it is relative, then search for the first ld in PATH.
1239 with_gnu_ld=unknown
1241 esac
1242 elif test "$with_gnu_ld" = yes; then
1243 echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1244 echo "configure:1245: checking for GNU ld" >&5
1245 else
1246 echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1247 echo "configure:1248: checking for non-GNU ld" >&5
1249 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1250 echo $ac_n "(cached) $ac_c" 1>&6
1251 else
1252 if test -z "$LD"; then
1253 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1254 for ac_dir in $PATH; do
1255 test -z "$ac_dir" && ac_dir=.
1256 if test -f "$ac_dir/$ac_prog"; then
1257 ac_cv_path_LD="$ac_dir/$ac_prog"
1258 # Check to see if the program is GNU ld. I'd rather use --version,
1259 # but apparently some GNU ld's only accept -v.
1260 # Break only if it was the GNU/non-GNU ld that we prefer.
1261 if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1262 test "$with_gnu_ld" != no && break
1263 else
1264 test "$with_gnu_ld" != yes && break
1267 done
1268 IFS="$ac_save_ifs"
1269 else
1270 ac_cv_path_LD="$LD" # Let the user override the test with a path.
1274 LD="$ac_cv_path_LD"
1275 if test -n "$LD"; then
1276 echo "$ac_t""$LD" 1>&6
1277 else
1278 echo "$ac_t""no" 1>&6
1280 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1282 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1283 echo "configure:1284: checking if the linker ($LD) is GNU ld" >&5
1284 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1285 echo $ac_n "(cached) $ac_c" 1>&6
1286 else
1287 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1288 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1289 ac_cv_prog_gnu_ld=yes
1290 else
1291 ac_cv_prog_gnu_ld=no
1295 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1298 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1299 echo "configure:1300: checking for BSD-compatible nm" >&5
1300 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1301 echo $ac_n "(cached) $ac_c" 1>&6
1302 else
1303 case "$NM" in
1304 /* | A-Za-z:\\*)
1305 ac_cv_path_NM="$NM" # Let the user override the test with a path.
1308 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1309 for ac_dir in /usr/ucb /usr/ccs/bin $PATH /bin; do
1310 test -z "$ac_dir" && ac_dir=.
1311 if test -f $ac_dir/nm; then
1312 # Check to see if the nm accepts a BSD-compat flag.
1313 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1314 # nm: unknown option "B" ignored
1315 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1316 ac_cv_path_NM="$ac_dir/nm -B"
1317 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1318 ac_cv_path_NM="$ac_dir/nm -p"
1319 else
1320 ac_cv_path_NM="$ac_dir/nm"
1322 break
1324 done
1325 IFS="$ac_save_ifs"
1326 test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1328 esac
1331 NM="$ac_cv_path_NM"
1332 echo "$ac_t""$NM" 1>&6
1335 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1336 echo "configure:1337: checking whether ln -s works" >&5
1337 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1338 echo $ac_n "(cached) $ac_c" 1>&6
1339 else
1340 rm -f conftestdata
1341 if ln -s X conftestdata 2>/dev/null
1342 then
1343 rm -f conftestdata
1344 ac_cv_prog_LN_S="ln -s"
1345 else
1346 ac_cv_prog_LN_S=ln
1349 LN_S="$ac_cv_prog_LN_S"
1350 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1351 echo "$ac_t""yes" 1>&6
1352 else
1353 echo "$ac_t""no" 1>&6
1356 # Always use our own libtool.
1357 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1359 # Check for any special flags to pass to ltconfig.
1360 libtool_flags=
1361 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1362 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1363 test "$silent" = yes && libtool_flags="$libtool_flags --silent"
1364 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1365 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1367 # Some flags need to be propagated to the compiler or linker for good
1368 # libtool support.
1369 case "$host" in
1370 *-*-irix6*)
1371 # Find out which ABI we are using.
1372 echo '#line 1373 "configure"' > conftest.$ac_ext
1373 if { (eval echo configure:1374: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1374 case "`/usr/bin/file conftest.o`" in
1375 *32-bit*)
1376 LD="${LD-ld} -32"
1378 *N32*)
1379 LD="${LD-ld} -n32"
1381 *64-bit*)
1382 LD="${LD-ld} -64"
1384 esac
1386 rm -rf conftest*
1389 *-*-sco3.2v5*)
1390 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1391 CFLAGS="$CFLAGS -belf"
1393 esac
1395 # Actually configure libtool. ac_aux_dir is where install-sh is found.
1396 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1397 LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \
1398 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
1399 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
1400 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1403 # ugh, automake: we want (and check for) bison
1404 for ac_prog in 'bison -y' byacc
1406 # Extract the first word of "$ac_prog", so it can be a program name with args.
1407 set dummy $ac_prog; ac_word=$2
1408 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1409 echo "configure:1410: checking for $ac_word" >&5
1410 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
1411 echo $ac_n "(cached) $ac_c" 1>&6
1412 else
1413 if test -n "$YACC"; then
1414 ac_cv_prog_YACC="$YACC" # Let the user override the test.
1415 else
1416 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1417 for ac_dir in $PATH; do
1418 test -z "$ac_dir" && ac_dir=.
1419 if test -f $ac_dir/$ac_word; then
1420 ac_cv_prog_YACC="$ac_prog"
1421 break
1423 done
1424 IFS="$ac_save_ifs"
1427 YACC="$ac_cv_prog_YACC"
1428 if test -n "$YACC"; then
1429 echo "$ac_t""$YACC" 1>&6
1430 else
1431 echo "$ac_t""no" 1>&6
1434 test -n "$YACC" && break
1435 done
1436 test -n "$YACC" || YACC="yacc"
1439 # ugh, automake: we want (and check for) flex
1440 # Extract the first word of "flex", so it can be a program name with args.
1441 set dummy flex; ac_word=$2
1442 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1443 echo "configure:1444: checking for $ac_word" >&5
1444 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
1445 echo $ac_n "(cached) $ac_c" 1>&6
1446 else
1447 if test -n "$LEX"; then
1448 ac_cv_prog_LEX="$LEX" # Let the user override the test.
1449 else
1450 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1451 for ac_dir in $PATH; do
1452 test -z "$ac_dir" && ac_dir=.
1453 if test -f $ac_dir/$ac_word; then
1454 ac_cv_prog_LEX="flex"
1455 break
1457 done
1458 IFS="$ac_save_ifs"
1459 test -z "$ac_cv_prog_LEX" && ac_cv_prog_LEX="lex"
1462 LEX="$ac_cv_prog_LEX"
1463 if test -n "$LEX"; then
1464 echo "$ac_t""$LEX" 1>&6
1465 else
1466 echo "$ac_t""no" 1>&6
1469 if test -z "$LEXLIB"
1470 then
1471 case "$LEX" in
1472 flex*) ac_lib=fl ;;
1473 *) ac_lib=l ;;
1474 esac
1475 echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
1476 echo "configure:1477: checking for yywrap in -l$ac_lib" >&5
1477 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
1478 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1479 echo $ac_n "(cached) $ac_c" 1>&6
1480 else
1481 ac_save_LIBS="$LIBS"
1482 LIBS="-l$ac_lib $LIBS"
1483 cat > conftest.$ac_ext <<EOF
1484 #line 1485 "configure"
1485 #include "confdefs.h"
1486 /* Override any gcc2 internal prototype to avoid an error. */
1487 /* We use char because int might match the return type of a gcc2
1488 builtin and then its argument prototype would still apply. */
1489 char yywrap();
1491 int main() {
1492 yywrap()
1493 ; return 0; }
1495 if { (eval echo configure:1496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1496 rm -rf conftest*
1497 eval "ac_cv_lib_$ac_lib_var=yes"
1498 else
1499 echo "configure: failed program was:" >&5
1500 cat conftest.$ac_ext >&5
1501 rm -rf conftest*
1502 eval "ac_cv_lib_$ac_lib_var=no"
1504 rm -f conftest*
1505 LIBS="$ac_save_LIBS"
1508 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1509 echo "$ac_t""yes" 1>&6
1510 LEXLIB="-l$ac_lib"
1511 else
1512 echo "$ac_t""no" 1>&6
1518 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1519 echo "configure:1520: checking how to run the C preprocessor" >&5
1520 # On Suns, sometimes $CPP names a directory.
1521 if test -n "$CPP" && test -d "$CPP"; then
1522 CPP=
1524 if test -z "$CPP"; then
1525 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1526 echo $ac_n "(cached) $ac_c" 1>&6
1527 else
1528 # This must be in double quotes, not single quotes, because CPP may get
1529 # substituted into the Makefile and "${CC-cc}" will confuse make.
1530 CPP="${CC-cc} -E"
1531 # On the NeXT, cc -E runs the code through the compiler's parser,
1532 # not just through cpp.
1533 cat > conftest.$ac_ext <<EOF
1534 #line 1535 "configure"
1535 #include "confdefs.h"
1536 #include <assert.h>
1537 Syntax Error
1539 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1540 { (eval echo configure:1541: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1541 ac_err=`grep -v '^ *+' conftest.out`
1542 if test -z "$ac_err"; then
1544 else
1545 echo "$ac_err" >&5
1546 echo "configure: failed program was:" >&5
1547 cat conftest.$ac_ext >&5
1548 rm -rf conftest*
1549 CPP="${CC-cc} -E -traditional-cpp"
1550 cat > conftest.$ac_ext <<EOF
1551 #line 1552 "configure"
1552 #include "confdefs.h"
1553 #include <assert.h>
1554 Syntax Error
1556 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1557 { (eval echo configure:1558: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1558 ac_err=`grep -v '^ *+' conftest.out`
1559 if test -z "$ac_err"; then
1561 else
1562 echo "$ac_err" >&5
1563 echo "configure: failed program was:" >&5
1564 cat conftest.$ac_ext >&5
1565 rm -rf conftest*
1566 CPP=/lib/cpp
1568 rm -f conftest*
1570 rm -f conftest*
1571 ac_cv_prog_CPP="$CPP"
1573 CPP="$ac_cv_prog_CPP"
1574 else
1575 ac_cv_prog_CPP="$CPP"
1577 echo "$ac_t""$CPP" 1>&6
1579 echo $ac_n "checking lex output file root""... $ac_c" 1>&6
1580 echo "configure:1581: checking lex output file root" >&5
1581 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
1582 echo $ac_n "(cached) $ac_c" 1>&6
1583 else
1584 # The minimal lex program is just a single line: %%. But some broken lexes
1585 # (Solaris, I think it was) want two %% lines, so accommodate them.
1586 echo '%%
1587 %%' | $LEX
1588 if test -f lex.yy.c; then
1589 ac_cv_prog_lex_root=lex.yy
1590 elif test -f lexyy.c; then
1591 ac_cv_prog_lex_root=lexyy
1592 else
1593 { echo "configure: error: cannot find output from $LEX; giving up" 1>&2; exit 1; }
1597 echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
1598 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
1600 echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
1601 echo "configure:1602: checking whether yytext is a pointer" >&5
1602 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
1603 echo $ac_n "(cached) $ac_c" 1>&6
1604 else
1605 # POSIX says lex can declare yytext either as a pointer or an array; the
1606 # default is implementation-dependent. Figure out which it is, since
1607 # not all implementations provide the %pointer and %array declarations.
1608 ac_cv_prog_lex_yytext_pointer=no
1609 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
1610 ac_save_LIBS="$LIBS"
1611 LIBS="$LIBS $LEXLIB"
1612 cat > conftest.$ac_ext <<EOF
1613 #line 1614 "configure"
1614 #include "confdefs.h"
1615 `cat $LEX_OUTPUT_ROOT.c`
1616 int main() {
1618 ; return 0; }
1620 if { (eval echo configure:1621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1621 rm -rf conftest*
1622 ac_cv_prog_lex_yytext_pointer=yes
1623 else
1624 echo "configure: failed program was:" >&5
1625 cat conftest.$ac_ext >&5
1627 rm -f conftest*
1628 LIBS="$ac_save_LIBS"
1629 rm -f "${LEX_OUTPUT_ROOT}.c"
1633 echo "$ac_t""$ac_cv_prog_lex_yytext_pointer" 1>&6
1634 if test $ac_cv_prog_lex_yytext_pointer = yes; then
1635 cat >> confdefs.h <<\EOF
1636 #define YYTEXT_POINTER 1
1641 # ugh, ugh
1642 ac_cv_prog_lex_root=lex.yy
1644 printing_b=no
1645 checking_b=yes
1646 optimise_b=no
1647 profile_b=no
1649 debug_b=yes
1651 ac_ext=C
1652 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1653 ac_cpp='$CXXCPP $CPPFLAGS'
1654 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1655 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1656 cross_compiling=$ac_cv_prog_cxx_cross
1659 # Check whether --enable-printing or --disable-printing was given.
1660 if test "${enable_printing+set}" = set; then
1661 enableval="$enable_printing"
1662 printing_b=$enableval
1666 # Check whether --enable-checking or --disable-checking was given.
1667 if test "${enable_checking+set}" = set; then
1668 enableval="$enable_checking"
1669 checking_b=$enableval
1673 # Check whether --enable-optimise or --disable-optimise was given.
1674 if test "${enable_optimise+set}" = set; then
1675 enableval="$enable_optimise"
1676 optimise_b=$enableval
1680 # Check whether --enable-profiling or --disable-profiling was given.
1681 if test "${enable_profiling+set}" = set; then
1682 enableval="$enable_profiling"
1683 profile_b=$enableval
1687 # Check whether --enable-debugging or --disable-debugging was given.
1688 if test "${enable_debugging+set}" = set; then
1689 enableval="$enable_debugging"
1690 debug_b=$enableval
1694 # Check whether --enable-mingw-prefix or --disable-mingw-prefix was given.
1695 if test "${enable_mingw_prefix+set}" = set; then
1696 enableval="$enable_mingw_prefix"
1697 MINGWPREFIX=$enableval
1698 else
1699 MINGWPREFIX=no
1703 # Check whether --enable-tex-prefix or --disable-tex-prefix was given.
1704 if test "${enable_tex_prefix+set}" = set; then
1705 enableval="$enable_tex_prefix"
1706 TEXPREFIX=$enableval
1707 else
1708 TEXPREFIX=auto
1712 # Check whether --enable-tex-dir or --disable-tex-dir was given.
1713 if test "${enable_tex_dir+set}" = set; then
1714 enableval="$enable_tex_dir"
1715 TEXDIR=$enableval
1716 else
1717 TEXDIR=auto
1721 # Check whether --enable-mf-dir or --disable-mf-dir was given.
1722 if test "${enable_mf_dir+set}" = set; then
1723 enableval="$enable_mf_dir"
1724 MFDIR=$enableval
1725 else
1726 MFDIR=auto
1730 if test "$printing_b" = no; then
1731 cat >> confdefs.h <<\EOF
1732 #define NPRINT 1
1737 if test "$checking_b" = no; then
1738 cat >> confdefs.h <<\EOF
1739 #define NDEBUG 1
1744 if test "$optimise_b" = yes; then
1745 # DEFINES="$DEFINES -finline-functions -O2 -DSTRING_UTILS_INLINED"
1746 cat >> confdefs.h <<\EOF
1747 #define STRINGS_UTILS_INLINED 1
1752 # oeps, broken for now
1753 if test $profile_b = yes; then
1754 EXTRA_LIBES="-pg"
1755 DEFINES="$DEFINES -pg"
1758 if test $debug_b = yes; then
1759 DEFINES="$DEFINES -g"
1762 # however, C++ support in mingw32 v 0.1.4 is still flaky
1763 if test x$MINGWPREFIX != xno; then
1764 ICFLAGS="-I$MINGWPREFIX/include"
1765 ILDFLAGS="-$MINGWPREFIX/lib"
1768 if test "x$OSTYPE" = "xWindows_NT"; then
1769 LN=cp # hard link does not work under cygnus-nt (yet?)
1770 ZIP="zip -r -9" #
1771 else
1772 LN=ln
1773 ZIP="zip -r -9"
1776 AUTOGENERATE="This file was automatically generated by configure"
1777 CPPFLAGS=${CPPFLAGS:-""} # we don't want -g -O junk
1778 CXXFLAGS=${CXXFLAGS:-""} # we don't want -g -O junk
1780 for ac_prog in $CCC c++ g++ gcc CC cxx cc++
1782 # Extract the first word of "$ac_prog", so it can be a program name with args.
1783 set dummy $ac_prog; ac_word=$2
1784 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1785 echo "configure:1786: checking for $ac_word" >&5
1786 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1787 echo $ac_n "(cached) $ac_c" 1>&6
1788 else
1789 if test -n "$CXX"; then
1790 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1791 else
1792 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1793 for ac_dir in $PATH; do
1794 test -z "$ac_dir" && ac_dir=.
1795 if test -f $ac_dir/$ac_word; then
1796 ac_cv_prog_CXX="$ac_prog"
1797 break
1799 done
1800 IFS="$ac_save_ifs"
1803 CXX="$ac_cv_prog_CXX"
1804 if test -n "$CXX"; then
1805 echo "$ac_t""$CXX" 1>&6
1806 else
1807 echo "$ac_t""no" 1>&6
1810 test -n "$CXX" && break
1811 done
1812 test -n "$CXX" || CXX="gcc"
1815 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1816 echo "configure:1817: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1818 ac_ext=C
1819 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1820 ac_cpp='$CXXCPP $CPPFLAGS'
1821 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1822 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1823 cross_compiling=$ac_cv_prog_cxx_cross
1825 cat > conftest.$ac_ext <<EOF
1826 #line 1827 "configure"
1827 #include "confdefs.h"
1828 main(){return(0);}
1830 if { (eval echo configure:1831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1831 ac_cv_prog_cxx_works=yes
1832 # If we can't run a trivial program, we are probably using a cross compiler.
1833 if (./conftest; exit) 2>/dev/null; then
1834 ac_cv_prog_cxx_cross=no
1835 else
1836 ac_cv_prog_cxx_cross=yes
1838 else
1839 echo "configure: failed program was:" >&5
1840 cat conftest.$ac_ext >&5
1841 ac_cv_prog_cxx_works=no
1843 rm -fr conftest*
1845 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1846 if test $ac_cv_prog_cxx_works = no; then
1847 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1849 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1850 echo "configure:1851: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1851 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1852 cross_compiling=$ac_cv_prog_cxx_cross
1854 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1855 echo "configure:1856: checking whether we are using GNU C++" >&5
1856 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1857 echo $ac_n "(cached) $ac_c" 1>&6
1858 else
1859 cat > conftest.C <<EOF
1860 #ifdef __GNUC__
1861 yes;
1862 #endif
1864 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1865 ac_cv_prog_gxx=yes
1866 else
1867 ac_cv_prog_gxx=no
1871 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1873 if test $ac_cv_prog_gxx = yes; then
1874 GXX=yes
1875 ac_test_CXXFLAGS="${CXXFLAGS+set}"
1876 ac_save_CXXFLAGS="$CXXFLAGS"
1877 CXXFLAGS=
1878 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1879 echo "configure:1880: checking whether ${CXX-g++} accepts -g" >&5
1880 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1881 echo $ac_n "(cached) $ac_c" 1>&6
1882 else
1883 echo 'void f(){}' > conftest.cc
1884 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1885 ac_cv_prog_cxx_g=yes
1886 else
1887 ac_cv_prog_cxx_g=no
1889 rm -f conftest*
1893 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1894 if test "$ac_test_CXXFLAGS" = set; then
1895 CXXFLAGS="$ac_save_CXXFLAGS"
1896 elif test $ac_cv_prog_cxx_g = yes; then
1897 CXXFLAGS="-g -O2"
1898 else
1899 CXXFLAGS="-O2"
1901 else
1902 GXX=
1903 test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
1906 # AC_PROG_RANLIB
1907 # Find a good install program. We prefer a C program (faster),
1908 # so one script is as good as another. But avoid the broken or
1909 # incompatible versions:
1910 # SysV /etc/install, /usr/sbin/install
1911 # SunOS /usr/etc/install
1912 # IRIX /sbin/install
1913 # AIX /bin/install
1914 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1915 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1916 # ./install, which can be erroneously created by make from ./install.sh.
1917 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
1918 echo "configure:1919: checking for a BSD compatible install" >&5
1919 if test -z "$INSTALL"; then
1920 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
1921 echo $ac_n "(cached) $ac_c" 1>&6
1922 else
1923 IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
1924 for ac_dir in $PATH; do
1925 # Account for people who put trailing slashes in PATH elements.
1926 case "$ac_dir/" in
1927 /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
1929 # OSF1 and SCO ODT 3.0 have their own names for install.
1930 for ac_prog in ginstall installbsd scoinst install; do
1931 if test -f $ac_dir/$ac_prog; then
1932 if test $ac_prog = install &&
1933 grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
1934 # AIX install. It has an incompatible calling convention.
1935 # OSF/1 installbsd also uses dspmsg, but is usable.
1937 else
1938 ac_cv_path_install="$ac_dir/$ac_prog -c"
1939 break 2
1942 done
1944 esac
1945 done
1946 IFS="$ac_save_IFS"
1949 if test "${ac_cv_path_install+set}" = set; then
1950 INSTALL="$ac_cv_path_install"
1951 else
1952 # As a last resort, use the slow shell script. We don't cache a
1953 # path for INSTALL within a source directory, because that will
1954 # break other packages using the cache if that directory is
1955 # removed, or if the path is relative.
1956 INSTALL="$ac_install_sh"
1959 echo "$ac_t""$INSTALL" 1>&6
1961 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1962 # It thinks the first close brace ends the variable substitution.
1963 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1965 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1967 for ac_prog in tar
1969 # Extract the first word of "$ac_prog", so it can be a program name with args.
1970 set dummy $ac_prog; ac_word=$2
1971 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1972 echo "configure:1973: checking for $ac_word" >&5
1973 if eval "test \"`echo '$''{'ac_cv_prog_TAR'+set}'`\" = set"; then
1974 echo $ac_n "(cached) $ac_c" 1>&6
1975 else
1976 if test -n "$TAR"; then
1977 ac_cv_prog_TAR="$TAR" # Let the user override the test.
1978 else
1979 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1980 for ac_dir in $PATH; do
1981 test -z "$ac_dir" && ac_dir=.
1982 if test -f $ac_dir/$ac_word; then
1983 ac_cv_prog_TAR="$ac_prog"
1984 break
1986 done
1987 IFS="$ac_save_ifs"
1990 TAR="$ac_cv_prog_TAR"
1991 if test -n "$TAR"; then
1992 echo "$ac_t""$TAR" 1>&6
1993 else
1994 echo "$ac_t""no" 1>&6
1997 test -n "$TAR" && break
1998 done
1999 test -n "$TAR" || TAR="error"
2001 for ac_prog in find
2003 # Extract the first word of "$ac_prog", so it can be a program name with args.
2004 set dummy $ac_prog; ac_word=$2
2005 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2006 echo "configure:2007: checking for $ac_word" >&5
2007 if eval "test \"`echo '$''{'ac_cv_prog_FIND'+set}'`\" = set"; then
2008 echo $ac_n "(cached) $ac_c" 1>&6
2009 else
2010 if test -n "$FIND"; then
2011 ac_cv_prog_FIND="$FIND" # Let the user override the test.
2012 else
2013 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2014 for ac_dir in $PATH; do
2015 test -z "$ac_dir" && ac_dir=.
2016 if test -f $ac_dir/$ac_word; then
2017 ac_cv_prog_FIND="$ac_prog"
2018 break
2020 done
2021 IFS="$ac_save_ifs"
2024 FIND="$ac_cv_prog_FIND"
2025 if test -n "$FIND"; then
2026 echo "$ac_t""$FIND" 1>&6
2027 else
2028 echo "$ac_t""no" 1>&6
2031 test -n "$FIND" && break
2032 done
2033 test -n "$FIND" || FIND="error"
2037 if test $FIND = "error"
2038 then
2040 echo "configure: warning: can't find \`find\'. Please use --enable-tex-dir. " 1>&2
2041 warn_b=yes
2047 cat >> confdefs.h <<EOF
2048 #define TOPLEVEL_VERSION "${FULL_VERSION}"
2051 # ugh: produces "${prefix}/share/lilypond"
2052 # DIR_DATADIR=$datadir/lilypond
2053 # ugh: produces "NONE/share/lilypond"
2054 # DIR_DATADIR=$prefix/share/lilypond
2056 DIR_DATADIR=$prefix/share/lilypond
2057 if test x$prefix = xNONE; then
2058 DIR_DATADIR=/usr/local/share/lilypond
2060 cat >> confdefs.h <<EOF
2061 #define DIR_DATADIR "${DIR_DATADIR}"
2065 absolute_builddir="`pwd`"
2088 for ac_prog in bison
2090 # Extract the first word of "$ac_prog", so it can be a program name with args.
2091 set dummy $ac_prog; ac_word=$2
2092 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2093 echo "configure:2094: checking for $ac_word" >&5
2094 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
2095 echo $ac_n "(cached) $ac_c" 1>&6
2096 else
2097 if test -n "$BISON"; then
2098 ac_cv_prog_BISON="$BISON" # Let the user override the test.
2099 else
2100 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2101 for ac_dir in $PATH; do
2102 test -z "$ac_dir" && ac_dir=.
2103 if test -f $ac_dir/$ac_word; then
2104 ac_cv_prog_BISON="$ac_prog"
2105 break
2107 done
2108 IFS="$ac_save_ifs"
2111 BISON="$ac_cv_prog_BISON"
2112 if test -n "$BISON"; then
2113 echo "$ac_t""$BISON" 1>&6
2114 else
2115 echo "$ac_t""no" 1>&6
2118 test -n "$BISON" && break
2119 done
2120 test -n "$BISON" || BISON="error"
2122 for ac_prog in flex
2124 # Extract the first word of "$ac_prog", so it can be a program name with args.
2125 set dummy $ac_prog; ac_word=$2
2126 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2127 echo "configure:2128: checking for $ac_word" >&5
2128 if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
2129 echo $ac_n "(cached) $ac_c" 1>&6
2130 else
2131 if test -n "$FLEX"; then
2132 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
2133 else
2134 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2135 for ac_dir in $PATH; do
2136 test -z "$ac_dir" && ac_dir=.
2137 if test -f $ac_dir/$ac_word; then
2138 ac_cv_prog_FLEX="$ac_prog"
2139 break
2141 done
2142 IFS="$ac_save_ifs"
2145 FLEX="$ac_cv_prog_FLEX"
2146 if test -n "$FLEX"; then
2147 echo "$ac_t""$FLEX" 1>&6
2148 else
2149 echo "$ac_t""no" 1>&6
2152 test -n "$FLEX" && break
2153 done
2154 test -n "$FLEX" || FLEX="error"
2156 for ac_prog in make
2158 # Extract the first word of "$ac_prog", so it can be a program name with args.
2159 set dummy $ac_prog; ac_word=$2
2160 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2161 echo "configure:2162: checking for $ac_word" >&5
2162 if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then
2163 echo $ac_n "(cached) $ac_c" 1>&6
2164 else
2165 if test -n "$MAKE"; then
2166 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
2167 else
2168 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2169 for ac_dir in $PATH; do
2170 test -z "$ac_dir" && ac_dir=.
2171 if test -f $ac_dir/$ac_word; then
2172 ac_cv_prog_MAKE="$ac_prog"
2173 break
2175 done
2176 IFS="$ac_save_ifs"
2179 MAKE="$ac_cv_prog_MAKE"
2180 if test -n "$MAKE"; then
2181 echo "$ac_t""$MAKE" 1>&6
2182 else
2183 echo "$ac_t""no" 1>&6
2186 test -n "$MAKE" && break
2187 done
2188 test -n "$MAKE" || MAKE="error"
2190 # Extract the first word of "perl", so it can be a program name with args.
2191 set dummy perl; ac_word=$2
2192 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2193 echo "configure:2194: checking for $ac_word" >&5
2194 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
2195 echo $ac_n "(cached) $ac_c" 1>&6
2196 else
2197 case "$PERL" in
2199 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
2202 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2203 for ac_dir in $PATH; do
2204 test -z "$ac_dir" && ac_dir=.
2205 if test -f $ac_dir/$ac_word; then
2206 ac_cv_path_PERL="$ac_dir/$ac_word"
2207 break
2209 done
2210 IFS="$ac_save_ifs"
2211 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="error"
2213 esac
2215 PERL="$ac_cv_path_PERL"
2216 if test -n "$PERL"; then
2217 echo "$ac_t""$PERL" 1>&6
2218 else
2219 echo "$ac_t""no" 1>&6
2222 # Extract the first word of "python", so it can be a program name with args.
2223 set dummy python; ac_word=$2
2224 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2225 echo "configure:2226: checking for $ac_word" >&5
2226 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
2227 echo $ac_n "(cached) $ac_c" 1>&6
2228 else
2229 case "$PYTHON" in
2231 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
2234 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2235 for ac_dir in $PATH; do
2236 test -z "$ac_dir" && ac_dir=.
2237 if test -f $ac_dir/$ac_word; then
2238 ac_cv_path_PYTHON="$ac_dir/$ac_word"
2239 break
2241 done
2242 IFS="$ac_save_ifs"
2243 test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="error"
2245 esac
2247 PYTHON="$ac_cv_path_PYTHON"
2248 if test -n "$PYTHON"; then
2249 echo "$ac_t""$PYTHON" 1>&6
2250 else
2251 echo "$ac_t""no" 1>&6
2254 for ac_prog in pod2html
2256 # Extract the first word of "$ac_prog", so it can be a program name with args.
2257 set dummy $ac_prog; ac_word=$2
2258 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2259 echo "configure:2260: checking for $ac_word" >&5
2260 if eval "test \"`echo '$''{'ac_cv_prog_POD2HTML'+set}'`\" = set"; then
2261 echo $ac_n "(cached) $ac_c" 1>&6
2262 else
2263 if test -n "$POD2HTML"; then
2264 ac_cv_prog_POD2HTML="$POD2HTML" # Let the user override the test.
2265 else
2266 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2267 for ac_dir in $PATH; do
2268 test -z "$ac_dir" && ac_dir=.
2269 if test -f $ac_dir/$ac_word; then
2270 ac_cv_prog_POD2HTML="$ac_prog"
2271 break
2273 done
2274 IFS="$ac_save_ifs"
2277 POD2HTML="$ac_cv_prog_POD2HTML"
2278 if test -n "$POD2HTML"; then
2279 echo "$ac_t""$POD2HTML" 1>&6
2280 else
2281 echo "$ac_t""no" 1>&6
2284 test -n "$POD2HTML" && break
2285 done
2286 test -n "$POD2HTML" || POD2HTML="error"
2288 for ac_prog in pod2man
2290 # Extract the first word of "$ac_prog", so it can be a program name with args.
2291 set dummy $ac_prog; ac_word=$2
2292 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2293 echo "configure:2294: checking for $ac_word" >&5
2294 if eval "test \"`echo '$''{'ac_cv_prog_POD2MAN'+set}'`\" = set"; then
2295 echo $ac_n "(cached) $ac_c" 1>&6
2296 else
2297 if test -n "$POD2MAN"; then
2298 ac_cv_prog_POD2MAN="$POD2MAN" # Let the user override the test.
2299 else
2300 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
2301 for ac_dir in $PATH; do
2302 test -z "$ac_dir" && ac_dir=.
2303 if test -f $ac_dir/$ac_word; then
2304 ac_cv_prog_POD2MAN="$ac_prog"
2305 break
2307 done
2308 IFS="$ac_save_ifs"
2311 POD2MAN="$ac_cv_prog_POD2MAN"
2312 if test -n "$POD2MAN"; then
2313 echo "$ac_t""$POD2MAN" 1>&6
2314 else
2315 echo "$ac_t""no" 1>&6
2318 test -n "$POD2MAN" && break
2319 done
2320 test -n "$POD2MAN" || POD2MAN="error"
2324 if test "x$TEXPREFIX" = xauto ; then
2328 echo $ac_n "checking TeX/MF root dir directory""... $ac_c" 1>&6
2329 echo "configure:2330: checking TeX/MF root dir directory" >&5
2331 find_root_prefix="$prefix"
2334 test "x$find_root_prefix" = xNONE && find_root_prefix="$ac_default_prefix"
2335 find_texpostfix="";
2336 for postfix in "/lib/tex/" "/lib/texmf" "/lib" "/tex" "/texmf"; do
2337 find_texprefix="$find_root_prefix$postfix"
2338 if test -d $find_texprefix; then
2339 find_texpostfix=$postfix
2340 break;
2342 done
2344 if test "x$find_texpostfix" = x; then
2345 find_texpostfix='/lib/texmf/tex'
2347 echo "configure: warning: Cannot determine the TeX-directory. Please use --enable-tex-prefix" 1>&2
2348 warn_b=yes
2352 find_texprefix="$find_root_prefix/$find_texpostfix"
2354 # only assign if variablename not empty
2355 if test x != "x$TEXPREFIX"; then
2356 TEXPREFIX='${prefix}'/"$find_texpostfix"
2358 echo "$ac_t""$find_texprefix" 1>&6
2361 else
2362 find_texprefix=$TEXPREFIX
2365 # if test "x$MFDIR" = xauto; then
2366 # AC_MF_SUBDIR(MFDIR)
2367 # fi
2369 if test "x$TEXDIR" = xauto ; then
2373 echo $ac_n "checking TeX input directory""... $ac_c" 1>&6
2374 echo "configure:2375: checking TeX input directory" >&5
2375 find_dirdir=`(cd $find_texprefix;
2376 $FIND ./ -type d -a -name tex -print |sort|head -1|sed 's#^\./##')`
2379 if test "x$find_dirdir" = x; then
2380 find_dirdir="/tex";
2382 echo "configure: warning: Cannot determine TeX input subdirectory. Please set from command-line" 1>&2
2383 warn_b=yes
2385 true
2387 TEXDIR=$find_dirdir
2388 echo "$ac_t""$find_texprefix/$find_dirdir" 1>&6
2390 TEXDIR="$TEXPREFIX/$TEXDIR"
2395 # AC_JUNK_ARGS( [if test "x$MFDIR" = xauto; then
2396 # AC_MF_SUBDIR(MFDIR)
2397 # fi]
2401 if test $MAKE = "error"
2402 then
2404 echo "configure: warning: can't find GNU make. You should install GNU make" 1>&2
2405 warn_b=yes
2410 if test $BISON = "error"
2411 then
2413 echo "configure: warning: can't find bison. Please install Bison" 1>&2
2414 warn_b=yes
2419 if test $PERL = "error"
2420 then
2422 echo "configure: warning: can't find perl. You should install Perl" 1>&2
2423 warn_b=yes
2428 if test $PYTHON = "error"
2429 then
2431 echo "configure: warning: can't find python. You should install Python" 1>&2
2432 warn_b=yes
2437 if test $FLEX = "error"
2438 then
2440 echo "configure: warning: can't find flex. Please install Flex" 1>&2
2441 warn_b=yes
2446 if test $POD2MAN = "error"
2447 then
2449 echo "configure: warning: can't find pod. You should install Perl" 1>&2
2450 warn_b=yes
2456 if test $MAKE != "error" ; then
2457 $MAKE -v| grep GNU > /dev/null
2458 if test "$?" = 1
2459 then
2461 echo "configure: warning: Please install *GNU* make" 1>&2
2462 warn_b=yes
2467 if test $BISON != "error"; then
2468 bison_version=`$BISON --version| sed 's/^.*version 1.//g' `
2469 if test $bison_version -lt 25; then
2471 echo "configure: warning: Your bison is too old (1.$bison_version). Please install 1.25" 1>&2
2472 warn_b=yes
2478 # ugh autoconf
2479 if $CXX --version | grep '2\.[78]' > /dev/null
2480 then
2481 true
2482 else
2484 echo "configure: warning: can't find g++ 2.7 or 2.8" 1>&2
2485 warn_b=yes
2489 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2490 echo "configure:2491: checking how to run the C++ preprocessor" >&5
2491 if test -z "$CXXCPP"; then
2492 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
2493 echo $ac_n "(cached) $ac_c" 1>&6
2494 else
2495 ac_ext=C
2496 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2497 ac_cpp='$CXXCPP $CPPFLAGS'
2498 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2499 ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
2500 cross_compiling=$ac_cv_prog_cxx_cross
2501 CXXCPP="${CXX-g++} -E"
2502 cat > conftest.$ac_ext <<EOF
2503 #line 2504 "configure"
2504 #include "confdefs.h"
2505 #include <stdlib.h>
2507 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2508 { (eval echo configure:2509: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2509 ac_err=`grep -v '^ *+' conftest.out`
2510 if test -z "$ac_err"; then
2512 else
2513 echo "$ac_err" >&5
2514 echo "configure: failed program was:" >&5
2515 cat conftest.$ac_ext >&5
2516 rm -rf conftest*
2517 CXXCPP=/lib/cpp
2519 rm -f conftest*
2520 ac_cv_prog_CXXCPP="$CXXCPP"
2523 CXXCPP="$ac_cv_prog_CXXCPP"
2524 echo "$ac_t""$CXXCPP" 1>&6
2526 ac_safe=`echo "FlexLexer.h" | sed 'y%./+-%__p_%'`
2527 echo $ac_n "checking for FlexLexer.h""... $ac_c" 1>&6
2528 echo "configure:2529: checking for FlexLexer.h" >&5
2529 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2530 echo $ac_n "(cached) $ac_c" 1>&6
2531 else
2532 cat > conftest.$ac_ext <<EOF
2533 #line 2534 "configure"
2534 #include "confdefs.h"
2535 #include <FlexLexer.h>
2537 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2538 { (eval echo configure:2539: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2539 ac_err=`grep -v '^ *+' conftest.out`
2540 if test -z "$ac_err"; then
2541 rm -rf conftest*
2542 eval "ac_cv_header_$ac_safe=yes"
2543 else
2544 echo "$ac_err" >&5
2545 echo "configure: failed program was:" >&5
2546 cat conftest.$ac_ext >&5
2547 rm -rf conftest*
2548 eval "ac_cv_header_$ac_safe=no"
2550 rm -f conftest*
2552 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2553 echo "$ac_t""yes" 1>&6
2554 true
2555 else
2556 echo "$ac_t""no" 1>&6
2558 echo "configure: warning: can't find flex header. Please install Flex headers correctly" 1>&2
2559 warn_b=yes
2564 subdirs="flower"
2567 touch lib/stamp-h.in
2568 # AM_CONFIG_HEADER(lib/config.hh:lib/config.hh.in)
2573 # first do Foobar/Makefile then Foobar/include/Makefile
2574 trap '' 1 2 15
2575 cat > confcache <<\EOF
2576 # This file is a shell script that caches the results of configure
2577 # tests run on this system so they can be shared between configure
2578 # scripts and configure runs. It is not useful on other systems.
2579 # If it contains results you don't want to keep, you may remove or edit it.
2581 # By default, configure uses ./config.cache as the cache file,
2582 # creating it if it does not exist already. You can give configure
2583 # the --cache-file=FILE option to use a different cache file; that is
2584 # what configure does when it calls configure scripts in
2585 # subdirectories, so they share the cache.
2586 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2587 # config.status only pays attention to the cache file if you give it the
2588 # --recheck option to rerun configure.
2591 # The following way of writing the cache mishandles newlines in values,
2592 # but we know of no workaround that is simple, portable, and efficient.
2593 # So, don't put newlines in cache variables' values.
2594 # Ultrix sh set writes to stderr and can't be redirected directly,
2595 # and sets the high bit in the cache file unless we assign to the vars.
2596 (set) 2>&1 |
2597 case `(ac_space=' '; set) 2>&1` in
2598 *ac_space=\ *)
2599 # `set' does not quote correctly, so add quotes (double-quote substitution
2600 # turns \\\\ into \\, and sed turns \\ into \).
2601 sed -n \
2602 -e "s/'/'\\\\''/g" \
2603 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2606 # `set' quotes correctly as required by POSIX, so do not add quotes.
2607 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2609 esac >> confcache
2610 if cmp -s $cache_file confcache; then
2612 else
2613 if test -w $cache_file; then
2614 echo "updating cache $cache_file"
2615 cat confcache > $cache_file
2616 else
2617 echo "not updating unwritable cache $cache_file"
2620 rm -f confcache
2622 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2624 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2625 # Let make expand exec_prefix.
2626 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2628 # Any assignment to VPATH causes Sun make to only execute
2629 # the first set of double-colon rules, so remove it if not needed.
2630 # If there is a colon in the path, we need to keep it.
2631 if test "x$srcdir" = x.; then
2632 ac_vpsub='/^[ ]*VPATH[ ]*=[^:]*$/d'
2635 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2637 DEFS=-DHAVE_CONFIG_H
2639 # Without the "./", some shells look in PATH for config.status.
2640 : ${CONFIG_STATUS=./config.status}
2642 echo creating $CONFIG_STATUS
2643 rm -f $CONFIG_STATUS
2644 cat > $CONFIG_STATUS <<EOF
2645 #! /bin/sh
2646 # Generated automatically by configure.
2647 # Run this file to recreate the current configuration.
2648 # This directory was configured as follows,
2649 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2651 # $0 $ac_configure_args
2653 # Compiler output produced by configure, useful for debugging
2654 # configure, is in ./config.log if it exists.
2656 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2657 for ac_option
2659 case "\$ac_option" in
2660 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2661 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2662 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2663 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2664 echo "$CONFIG_STATUS generated by autoconf version 2.12"
2665 exit 0 ;;
2666 -help | --help | --hel | --he | --h)
2667 echo "\$ac_cs_usage"; exit 0 ;;
2668 *) echo "\$ac_cs_usage"; exit 1 ;;
2669 esac
2670 done
2672 ac_given_srcdir=$srcdir
2673 ac_given_INSTALL="$INSTALL"
2675 trap 'rm -fr `echo "bin/Makefile lib/Makefile lib/include/Makefile lily/Makefile
2676 lily/include/Makefile mf/Makefile mi2mu/Makefile
2677 mi2mu/include/Makefile debian/Makefile Documentation/Makefile
2678 init/Makefile input/Makefile tex/Makefile make/Makefile
2679 mutopia/Makefile mutopia/J.S.Bach/Makefile Makefile bin/add-URLs
2680 bin/clean-diaper bin/clean-embeds bin/clean-fonts bin/conflily
2681 bin/convert-mudela bin/cvm bin/find-typenames bin/foo bin/genheader
2682 bin/ly2dvi bin/make-docxx bin/make-examples bin/make-patch
2683 bin/make-version bin/make-website bin/mf-deps bin/mf-to-table
2684 bin/mudela-book bin/ps-to-gifs bin/release bin/show-latest lib/config.hh:config.hh.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2686 cat >> $CONFIG_STATUS <<EOF
2688 # Protect against being on the right side of a sed subst in config.status.
2689 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2690 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2691 $ac_vpsub
2692 $extrasub
2693 s%@CFLAGS@%$CFLAGS%g
2694 s%@CPPFLAGS@%$CPPFLAGS%g
2695 s%@CXXFLAGS@%$CXXFLAGS%g
2696 s%@DEFS@%$DEFS%g
2697 s%@LDFLAGS@%$LDFLAGS%g
2698 s%@LIBS@%$LIBS%g
2699 s%@exec_prefix@%$exec_prefix%g
2700 s%@prefix@%$prefix%g
2701 s%@program_transform_name@%$program_transform_name%g
2702 s%@bindir@%$bindir%g
2703 s%@sbindir@%$sbindir%g
2704 s%@libexecdir@%$libexecdir%g
2705 s%@datadir@%$datadir%g
2706 s%@sysconfdir@%$sysconfdir%g
2707 s%@sharedstatedir@%$sharedstatedir%g
2708 s%@localstatedir@%$localstatedir%g
2709 s%@libdir@%$libdir%g
2710 s%@includedir@%$includedir%g
2711 s%@oldincludedir@%$oldincludedir%g
2712 s%@infodir@%$infodir%g
2713 s%@mandir@%$mandir%g
2714 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2715 s%@INSTALL_DATA@%$INSTALL_DATA%g
2716 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2717 s%@PACKAGE@%$PACKAGE%g
2718 s%@VERSION@%$VERSION%g
2719 s%@ACLOCAL@%$ACLOCAL%g
2720 s%@AUTOCONF@%$AUTOCONF%g
2721 s%@AUTOMAKE@%$AUTOMAKE%g
2722 s%@AUTOHEADER@%$AUTOHEADER%g
2723 s%@MAKEINFO@%$MAKEINFO%g
2724 s%@SET_MAKE@%$SET_MAKE%g
2725 s%@CC@%$CC%g
2726 s%@CXX@%$CXX%g
2727 s%@host@%$host%g
2728 s%@host_alias@%$host_alias%g
2729 s%@host_cpu@%$host_cpu%g
2730 s%@host_vendor@%$host_vendor%g
2731 s%@host_os@%$host_os%g
2732 s%@RANLIB@%$RANLIB%g
2733 s%@LD@%$LD%g
2734 s%@NM@%$NM%g
2735 s%@LN_S@%$LN_S%g
2736 s%@LIBTOOL@%$LIBTOOL%g
2737 s%@YACC@%$YACC%g
2738 s%@LEX@%$LEX%g
2739 s%@LEXLIB@%$LEXLIB%g
2740 s%@CPP@%$CPP%g
2741 s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
2742 s%@TAR@%$TAR%g
2743 s%@FIND@%$FIND%g
2744 s%@ICFLAGS@%$ICFLAGS%g
2745 s%@ILDFLAGS@%$ILDFLAGS%g
2746 s%@DEFINES@%$DEFINES%g
2747 s%@COMPILEINFO@%$COMPILEINFO%g
2748 s%@AUTOGENERATE@%$AUTOGENERATE%g
2749 s%@BISON@%$BISON%g
2750 s%@FLEX@%$FLEX%g
2751 s%@LN@%$LN%g
2752 s%@PERL@%$PERL%g
2753 s%@PYTHON@%$PYTHON%g
2754 s%@ZIP@%$ZIP%g
2755 s%@TEXPREFIX@%$TEXPREFIX%g
2756 s%@TEXDIR@%$TEXDIR%g
2757 s%@MFDIR@%$MFDIR%g
2758 s%@DIR_DATADIR@%$DIR_DATADIR%g
2759 s%@absolute_builddir@%$absolute_builddir%g
2760 s%@EXTRA_LIBES@%$EXTRA_LIBES%g
2761 s%@MAKE@%$MAKE%g
2762 s%@POD2HTML@%$POD2HTML%g
2763 s%@POD2MAN@%$POD2MAN%g
2764 s%@CXXCPP@%$CXXCPP%g
2765 s%@subdirs@%$subdirs%g
2767 CEOF
2770 cat >> $CONFIG_STATUS <<\EOF
2772 # Split the substitutions into bite-sized pieces for seds with
2773 # small command number limits, like on Digital OSF/1 and HP-UX.
2774 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2775 ac_file=1 # Number of current file.
2776 ac_beg=1 # First line for current file.
2777 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2778 ac_more_lines=:
2779 ac_sed_cmds=""
2780 while $ac_more_lines; do
2781 if test $ac_beg -gt 1; then
2782 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2783 else
2784 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2786 if test ! -s conftest.s$ac_file; then
2787 ac_more_lines=false
2788 rm -f conftest.s$ac_file
2789 else
2790 if test -z "$ac_sed_cmds"; then
2791 ac_sed_cmds="sed -f conftest.s$ac_file"
2792 else
2793 ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2795 ac_file=`expr $ac_file + 1`
2796 ac_beg=$ac_end
2797 ac_end=`expr $ac_end + $ac_max_sed_cmds`
2799 done
2800 if test -z "$ac_sed_cmds"; then
2801 ac_sed_cmds=cat
2805 cat >> $CONFIG_STATUS <<EOF
2807 CONFIG_FILES=\${CONFIG_FILES-"bin/Makefile lib/Makefile lib/include/Makefile lily/Makefile
2808 lily/include/Makefile mf/Makefile mi2mu/Makefile
2809 mi2mu/include/Makefile debian/Makefile Documentation/Makefile
2810 init/Makefile input/Makefile tex/Makefile make/Makefile
2811 mutopia/Makefile mutopia/J.S.Bach/Makefile Makefile bin/add-URLs
2812 bin/clean-diaper bin/clean-embeds bin/clean-fonts bin/conflily
2813 bin/convert-mudela bin/cvm bin/find-typenames bin/foo bin/genheader
2814 bin/ly2dvi bin/make-docxx bin/make-examples bin/make-patch
2815 bin/make-version bin/make-website bin/mf-deps bin/mf-to-table
2816 bin/mudela-book bin/ps-to-gifs bin/release bin/show-latest"}
2818 cat >> $CONFIG_STATUS <<\EOF
2819 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2820 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2821 case "$ac_file" in
2822 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2823 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2824 *) ac_file_in="${ac_file}.in" ;;
2825 esac
2827 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2829 # Remove last slash and all that follows it. Not all systems have dirname.
2830 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2831 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2832 # The file is in a subdirectory.
2833 test ! -d "$ac_dir" && mkdir "$ac_dir"
2834 ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2835 # A "../" for each directory in $ac_dir_suffix.
2836 ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2837 else
2838 ac_dir_suffix= ac_dots=
2841 case "$ac_given_srcdir" in
2842 .) srcdir=.
2843 if test -z "$ac_dots"; then top_srcdir=.
2844 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2845 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2846 *) # Relative path.
2847 srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2848 top_srcdir="$ac_dots$ac_given_srcdir" ;;
2849 esac
2851 case "$ac_given_INSTALL" in
2852 [/$]*) INSTALL="$ac_given_INSTALL" ;;
2853 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2854 esac
2856 echo creating "$ac_file"
2857 rm -f "$ac_file"
2858 configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2859 case "$ac_file" in
2860 *Makefile*) ac_comsub="1i\\
2861 # $configure_input" ;;
2862 *) ac_comsub= ;;
2863 esac
2865 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2866 sed -e "$ac_comsub
2867 s%@configure_input@%$configure_input%g
2868 s%@srcdir@%$srcdir%g
2869 s%@top_srcdir@%$top_srcdir%g
2870 s%@INSTALL@%$INSTALL%g
2871 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2872 fi; done
2873 rm -f conftest.s*
2875 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2876 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2878 # ac_d sets the value in "#define NAME VALUE" lines.
2879 ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
2880 ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
2881 ac_dC='\3'
2882 ac_dD='%g'
2883 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2884 ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2885 ac_uB='\([ ]\)%\1#\2define\3'
2886 ac_uC=' '
2887 ac_uD='\4%g'
2888 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2889 ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
2890 ac_eB='$%\1#\2define\3'
2891 ac_eC=' '
2892 ac_eD='%g'
2894 if test "${CONFIG_HEADERS+set}" != set; then
2896 cat >> $CONFIG_STATUS <<EOF
2897 CONFIG_HEADERS="lib/config.hh:config.hh.in"
2899 cat >> $CONFIG_STATUS <<\EOF
2901 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2902 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2903 case "$ac_file" in
2904 *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2905 ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2906 *) ac_file_in="${ac_file}.in" ;;
2907 esac
2909 echo creating $ac_file
2911 rm -f conftest.frag conftest.in conftest.out
2912 ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2913 cat $ac_file_inputs > conftest.in
2917 # Transform confdefs.h into a sed script conftest.vals that substitutes
2918 # the proper values into config.h.in to produce config.h. And first:
2919 # Protect against being on the right side of a sed subst in config.status.
2920 # Protect against being in an unquoted here document in config.status.
2921 rm -f conftest.vals
2922 cat > conftest.hdr <<\EOF
2923 s/[\\&%]/\\&/g
2924 s%[\\$`]%\\&%g
2925 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2926 s%ac_d%ac_u%gp
2927 s%ac_u%ac_e%gp
2929 sed -n -f conftest.hdr confdefs.h > conftest.vals
2930 rm -f conftest.hdr
2932 # This sed command replaces #undef with comments. This is necessary, for
2933 # example, in the case of _POSIX_SOURCE, which is predefined and required
2934 # on some systems where configure will not decide to define it.
2935 cat >> conftest.vals <<\EOF
2936 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2939 # Break up conftest.vals because some shells have a limit on
2940 # the size of here documents, and old seds have small limits too.
2942 rm -f conftest.tail
2943 while :
2945 ac_lines=`grep -c . conftest.vals`
2946 # grep -c gives empty output for an empty file on some AIX systems.
2947 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2948 # Write a limited-size here document to conftest.frag.
2949 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2950 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2951 echo 'CEOF
2952 sed -f conftest.frag conftest.in > conftest.out
2953 rm -f conftest.in
2954 mv conftest.out conftest.in
2955 ' >> $CONFIG_STATUS
2956 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2957 rm -f conftest.vals
2958 mv conftest.tail conftest.vals
2959 done
2960 rm -f conftest.vals
2962 cat >> $CONFIG_STATUS <<\EOF
2963 rm -f conftest.frag conftest.h
2964 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
2965 cat conftest.in >> conftest.h
2966 rm -f conftest.in
2967 if cmp -s $ac_file conftest.h 2>/dev/null; then
2968 echo "$ac_file is unchanged"
2969 rm -f conftest.h
2970 else
2971 # Remove last slash and all that follows it. Not all systems have dirname.
2972 ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2973 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2974 # The file is in a subdirectory.
2975 test ! -d "$ac_dir" && mkdir "$ac_dir"
2977 rm -f $ac_file
2978 mv conftest.h $ac_file
2980 fi; done
2983 cat >> $CONFIG_STATUS <<EOF
2987 cat >> $CONFIG_STATUS <<\EOF
2988 test -z "$CONFIG_HEADERS" || echo timestamp > lib/stamp-h
2990 exit 0
2992 chmod +x $CONFIG_STATUS
2993 rm -fr confdefs* $ac_clean_files
2994 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2996 if test "$no_recursion" != yes; then
2998 # Remove --cache-file and --srcdir arguments so they do not pile up.
2999 ac_sub_configure_args=
3000 ac_prev=
3001 for ac_arg in $ac_configure_args; do
3002 if test -n "$ac_prev"; then
3003 ac_prev=
3004 continue
3006 case "$ac_arg" in
3007 -cache-file | --cache-file | --cache-fil | --cache-fi \
3008 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3009 ac_prev=cache_file ;;
3010 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3011 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3013 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3014 ac_prev=srcdir ;;
3015 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3017 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3018 esac
3019 done
3021 for ac_config_dir in flower; do
3023 # Do not complain, so a configure script can configure whichever
3024 # parts of a large source tree are present.
3025 if test ! -d $srcdir/$ac_config_dir; then
3026 continue
3029 echo configuring in $ac_config_dir
3031 case "$srcdir" in
3032 .) ;;
3034 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3035 else
3036 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3039 esac
3041 ac_popdir=`pwd`
3042 cd $ac_config_dir
3044 # A "../" for each directory in /$ac_config_dir.
3045 ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
3047 case "$srcdir" in
3048 .) # No --srcdir option. We are building in place.
3049 ac_sub_srcdir=$srcdir ;;
3050 /*) # Absolute path.
3051 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
3052 *) # Relative path.
3053 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
3054 esac
3056 # Check for guested configure; otherwise get Cygnus style configure.
3057 if test -f $ac_sub_srcdir/configure; then
3058 ac_sub_configure=$ac_sub_srcdir/configure
3059 elif test -f $ac_sub_srcdir/configure.in; then
3060 ac_sub_configure=$ac_configure
3061 else
3062 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
3063 ac_sub_configure=
3066 # The recursion is here.
3067 if test -n "$ac_sub_configure"; then
3069 # Make the cache file name correct relative to the subdirectory.
3070 case "$cache_file" in
3071 /*) ac_sub_cache_file=$cache_file ;;
3072 *) # Relative path.
3073 ac_sub_cache_file="$ac_dots$cache_file" ;;
3074 esac
3075 case "$ac_given_INSTALL" in
3076 [/$]*) INSTALL="$ac_given_INSTALL" ;;
3077 *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
3078 esac
3080 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
3081 # The eval makes quoting arguments work.
3082 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
3083 then :
3084 else
3085 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
3089 cd $ac_popdir
3090 done
3094 # ugh
3095 chmod 755 bin/add-URLs bin/clean-diaper bin/clean-embeds bin/clean-fonts bin/conflily bin/convert-mudela bin/cvm bin/find-typenames bin/foo bin/genheader bin/ly2dvi bin/make-docxx bin/make-examples bin/make-patch bin/make-version bin/make-website bin/mf-deps bin/mf-to-table bin/mudela-book bin/ps-to-gifs bin/release bin/show-latest