4 --with-gtkmm-prefix=PREFIX
5 Prefix where GTK-- is installed (optional)"
6 # Check whether --with-gtkmm-prefix or --without-gtkmm-prefix was given.
7 if test "${with_gtkmm_prefix+set}" = set; then
8 withval
="$with_gtkmm_prefix"
9 gtkmm_config_prefix
="$withval"
11 gtkmm_config_prefix
=""
15 --with-gtkmm-exec-prefix=PREFIX
16 Exec prefix where GTK-- is installed (optional)"
17 # Check whether --with-gtkmm-exec-prefix or --without-gtkmm-exec-prefix was given.
18 if test "${with_gtkmm_exec_prefix+set}" = set; then
19 withval
="$with_gtkmm_exec_prefix"
20 gtkmm_config_exec_prefix
="$withval"
22 gtkmm_config_exec_prefix
=""
26 --disable-gtkmmtest Do not try to compile and run a test GTK-- program"
27 # Check whether --enable-gtkmmtest or --disable-gtkmmtest was given.
28 if test "${enable_gtkmmtest+set}" = set; then
29 enableval
="$enable_gtkmmtest"
36 if test x
$gtkmm_config_exec_prefix != x
; then
37 gtkmm_config_args
="$gtkmm_config_args --exec-prefix=$gtkmm_config_exec_prefix"
38 if test x
${GTKMM_CONFIG+set} != xset
; then
39 GTKMM_CONFIG
=$gtkmm_config_exec_prefix/bin
/gtkmm-config
42 if test x
$gtkmm_config_prefix != x
; then
43 gtkmm_config_args
="$gtkmm_config_args --prefix=$gtkmm_config_prefix"
44 if test x
${GTKMM_CONFIG+set} != xset
; then
45 GTKMM_CONFIG
=$gtkmm_config_prefix/bin
/gtkmm-config
52 # Configure paths for GTK--DRAW
53 # Derek Quinn Wyatt 98-08-21 (adapted from Jan Nieuwenhuizen's code)
56 # Guess values for system-dependent variables and create Makefiles.
57 # Generated automatically using autoconf version 2.13
58 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
60 # This configure script is free software; the Free Software Foundation
61 # gives unlimited permission to copy, distribute and modify it.
65 ac_default_prefix
=/usr
/local
66 # Any additions from configure.in:
68 --enable-config=CONF put settings in config-CONF.make and config-CONF.h;
69 do \`make conf=CONF' to get output in ./out-CONF"
71 --enable-checking set runtime checks (assert calls). Default: on"
73 --enable-debugging compile with debugging info. Default: on"
75 --enable-optimise use maximal speed optimisations. Default: off"
77 --enable-profiling compile with gprof support. Default: off"
79 --enable-mingw-prefix=DIR
80 set the mingw32 directory (standalone windows32 exes)"
82 --with-localedir=LOCALE use LOCALE as locale dir. Default:
85 --with-lang=LANG use LANG as language to emit messages"
87 --enable-tfm-path=PATH set path of tex directories where tfm files live,
88 esp.: cmr10.tfm. Default: use kpsewhich"
90 --with-kpathsea use kpathsea lib. Default: on"
92 # Initialize some variables set by options.
93 # The variables have the same names as the options, with
94 # dashes changed to underlines.
96 cache_file
=.
/config.cache
105 program_transform_name
=s
,x
,x
,
113 bindir
='${exec_prefix}/bin'
114 sbindir
='${exec_prefix}/sbin'
115 libexecdir
='${exec_prefix}/libexec'
116 datadir
='${prefix}/share'
117 sysconfdir
='${prefix}/etc'
118 sharedstatedir
='${prefix}/com'
119 localstatedir
='${prefix}/var'
120 libdir
='${exec_prefix}/lib'
121 includedir
='${prefix}/include'
122 oldincludedir
='/usr/include'
123 infodir
='${prefix}/info'
124 mandir
='${prefix}/man'
126 # Initialize some other variables.
129 SHELL
=${CONFIG_SHELL-/bin/sh}
130 # Maximum number of lines to put in a shell here document.
137 # If the previous option needs an argument, assign it.
138 if test -n "$ac_prev"; then
139 eval "$ac_prev=\$ac_option"
145 -*=*) ac_optarg
=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
149 # Accept the important Cygnus configure options, so we can diagnose typos.
153 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
155 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
156 bindir
="$ac_optarg" ;;
158 -build |
--build |
--buil |
--bui |
--bu)
160 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
161 build
="$ac_optarg" ;;
163 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
164 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
165 ac_prev
=cache_file
;;
166 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
167 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
168 cache_file
="$ac_optarg" ;;
170 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
172 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
174 datadir
="$ac_optarg" ;;
176 -disable-* |
--disable-*)
177 ac_feature
=`echo $ac_option|sed -e 's/-*disable-//'`
178 # Reject names that are not valid shell variable names.
179 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
180 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
182 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
183 eval "enable_${ac_feature}=no" ;;
185 -enable-* |
--enable-*)
186 ac_feature
=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
187 # Reject names that are not valid shell variable names.
188 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
189 { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
191 ac_feature
=`echo $ac_feature| sed 's/-/_/g'`
196 eval "enable_${ac_feature}='$ac_optarg'" ;;
198 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
199 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
200 |
--exec |
--exe |
--ex)
201 ac_prev
=exec_prefix
;;
202 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
203 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
204 |
--exec=* |
--exe=* |
--ex=*)
205 exec_prefix
="$ac_optarg" ;;
207 -gas |
--gas |
--ga |
--g)
208 # Obsolete; use --with-gas.
211 -help |
--help |
--hel |
--he)
212 # Omit some internal or obsolete options to make the list less imposing.
213 # This message is too long to be a string in the A/UX 3.1 sh.
215 Usage: configure [options] [host]
216 Options: [defaults in brackets after descriptions]
218 --cache-file=FILE cache test results in FILE
219 --help print this message
220 --no-create do not create output files
221 --quiet, --silent do not print \`checking...' messages
222 --version print the version of autoconf that created configure
223 Directory and file names:
224 --prefix=PREFIX install architecture-independent files in PREFIX
226 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
228 --bindir=DIR user executables in DIR [EPREFIX/bin]
229 --sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
230 --libexecdir=DIR program executables in DIR [EPREFIX/libexec]
231 --datadir=DIR read-only architecture-independent data in DIR
233 --sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
234 --sharedstatedir=DIR modifiable architecture-independent data in DIR
236 --localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
237 --libdir=DIR object code libraries in DIR [EPREFIX/lib]
238 --includedir=DIR C header files in DIR [PREFIX/include]
239 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
240 --infodir=DIR info documentation in DIR [PREFIX/info]
241 --mandir=DIR man documentation in DIR [PREFIX/man]
242 --srcdir=DIR find the sources in DIR [configure dir or ..]
243 --program-prefix=PREFIX prepend PREFIX to installed program names
244 --program-suffix=SUFFIX append SUFFIX to installed program names
245 --program-transform-name=PROGRAM
246 run sed PROGRAM on installed program names
250 --build=BUILD configure for building on BUILD [BUILD=HOST]
251 --host=HOST configure for HOST [guessed]
252 --target=TARGET configure for TARGET [TARGET=HOST]
253 Features and packages:
254 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
255 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
256 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
257 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
258 --x-includes=DIR X include files are in DIR
259 --x-libraries=DIR X library files are in DIR
261 if test -n "$ac_help"; then
262 echo "--enable and --with options recognized:$ac_help"
266 -host |
--host |
--hos |
--ho)
268 -host=* |
--host=* |
--hos=* |
--ho=*)
271 -includedir |
--includedir |
--includedi |
--included |
--include \
272 |
--includ |
--inclu |
--incl |
--inc)
273 ac_prev
=includedir
;;
274 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
275 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
276 includedir
="$ac_optarg" ;;
278 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
280 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
281 infodir
="$ac_optarg" ;;
283 -libdir |
--libdir |
--libdi |
--libd)
285 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
286 libdir
="$ac_optarg" ;;
288 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
289 |
--libexe |
--libex |
--libe)
290 ac_prev
=libexecdir
;;
291 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
292 |
--libexe=* |
--libex=* |
--libe=*)
293 libexecdir
="$ac_optarg" ;;
295 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
296 |
--localstate |
--localstat |
--localsta |
--localst \
297 |
--locals |
--local |
--loca |
--loc |
--lo)
298 ac_prev
=localstatedir
;;
299 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
300 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
301 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
302 localstatedir
="$ac_optarg" ;;
304 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
306 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
307 mandir
="$ac_optarg" ;;
310 # Obsolete; use --without-fp.
313 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
317 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
318 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
321 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
322 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
323 |
--oldin |
--oldi |
--old |
--ol |
--o)
324 ac_prev
=oldincludedir
;;
325 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
326 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
327 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
328 oldincludedir
="$ac_optarg" ;;
330 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
332 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
333 prefix
="$ac_optarg" ;;
335 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
336 |
--program-pre |
--program-pr |
--program-p)
337 ac_prev
=program_prefix
;;
338 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
339 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
340 program_prefix
="$ac_optarg" ;;
342 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
343 |
--program-suf |
--program-su |
--program-s)
344 ac_prev
=program_suffix
;;
345 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
346 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
347 program_suffix
="$ac_optarg" ;;
349 -program-transform-name |
--program-transform-name \
350 |
--program-transform-nam |
--program-transform-na \
351 |
--program-transform-n |
--program-transform- \
352 |
--program-transform |
--program-transfor \
353 |
--program-transfo |
--program-transf \
354 |
--program-trans |
--program-tran \
355 |
--progr-tra |
--program-tr |
--program-t)
356 ac_prev
=program_transform_name
;;
357 -program-transform-name=* |
--program-transform-name=* \
358 |
--program-transform-nam=* |
--program-transform-na=* \
359 |
--program-transform-n=* |
--program-transform-=* \
360 |
--program-transform=* |
--program-transfor=* \
361 |
--program-transfo=* |
--program-transf=* \
362 |
--program-trans=* |
--program-tran=* \
363 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
364 program_transform_name
="$ac_optarg" ;;
366 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
367 |
-silent |
--silent |
--silen |
--sile |
--sil)
370 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
372 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
374 sbindir
="$ac_optarg" ;;
376 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
377 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
378 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
380 ac_prev
=sharedstatedir
;;
381 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
382 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
383 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
385 sharedstatedir
="$ac_optarg" ;;
387 -site |
--site |
--sit)
389 -site=* |
--site=* |
--sit=*)
392 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
394 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
395 srcdir
="$ac_optarg" ;;
397 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
398 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
399 ac_prev
=sysconfdir
;;
400 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
401 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
402 sysconfdir
="$ac_optarg" ;;
404 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
406 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
407 target
="$ac_optarg" ;;
409 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
412 -version |
--version |
--versio |
--versi |
--vers)
413 echo "configure generated by autoconf version 2.13"
417 ac_package
=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
418 # Reject names that are not valid shell variable names.
419 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
420 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
422 ac_package
=`echo $ac_package| sed 's/-/_/g'`
427 eval "with_${ac_package}='$ac_optarg'" ;;
429 -without-* |
--without-*)
430 ac_package
=`echo $ac_option|sed -e 's/-*without-//'`
431 # Reject names that are not valid shell variable names.
432 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
433 { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
435 ac_package
=`echo $ac_package| sed 's/-/_/g'`
436 eval "with_${ac_package}=no" ;;
439 # Obsolete; use --with-x.
442 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
443 |
--x-incl |
--x-inc |
--x-in |
--x-i)
444 ac_prev
=x_includes
;;
445 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
446 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
447 x_includes
="$ac_optarg" ;;
449 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
450 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
451 ac_prev
=x_libraries
;;
452 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
453 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
454 x_libraries
="$ac_optarg" ;;
456 -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
460 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
461 echo "configure: warning: $ac_option: invalid host type" 1>&2
463 if test "x$nonopt" != xNONE
; then
464 { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
472 if test -n "$ac_prev"; then
473 { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
476 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
478 # File descriptor usage:
481 # 2 errors and warnings
482 # 3 some systems may open it to /dev/tty
483 # 4 used on the Kubota Titan
484 # 6 checking for... messages and results
485 # 5 compiler messages saved in config.log
486 if test "$silent" = yes; then
494 This file contains any messages produced by compilers while
495 running configure, to aid debugging if configure makes a mistake.
498 # Strip out --no-create and --no-recursion so they do not pile up.
499 # Also quote any args containing shell metacharacters.
504 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
505 |
--no-cr |
--no-c) ;;
506 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
507 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r) ;;
508 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
509 ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
510 *) ac_configure_args
="$ac_configure_args $ac_arg" ;;
515 # Only set these to C if already set. These must not be set unconditionally
516 # because not all systems understand e.g. LANG=C (notably SCO).
517 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
518 # Non-C LC_CTYPE values break the ctype check.
519 if test "${LANG+set}" = set; then LANG
=C
; export LANG
; fi
520 if test "${LC_ALL+set}" = set; then LC_ALL
=C
; export LC_ALL
; fi
521 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES
=C
; export LC_MESSAGES
; fi
522 if test "${LC_CTYPE+set}" = set; then LC_CTYPE
=C
; export LC_CTYPE
; fi
524 # confdefs.h avoids OS command line length limits that DEFS can exceed.
525 rm -rf conftest
* confdefs.h
526 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
529 # A filename unique to this package, relative to the directory that
530 # configure is in, which we can look for to find out if srcdir is correct.
531 ac_unique_file
=make
/lilypond.lsm.
in
533 # Find the source files, if location was not specified.
534 if test -z "$srcdir"; then
535 ac_srcdir_defaulted
=yes
536 # Try the directory containing this script, then its parent.
538 ac_confdir
=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
539 test "x$ac_confdir" = "x$ac_prog" && ac_confdir
=.
541 if test ! -r $srcdir/$ac_unique_file; then
545 ac_srcdir_defaulted
=no
547 if test ! -r $srcdir/$ac_unique_file; then
548 if test "$ac_srcdir_defaulted" = yes; then
549 { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
551 { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
554 srcdir
=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
556 # Prefer explicitly selected file to automatically selected ones.
557 if test -z "$CONFIG_SITE"; then
558 if test "x$prefix" != xNONE
; then
559 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
561 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
564 for ac_site_file
in $CONFIG_SITE; do
565 if test -r "$ac_site_file"; then
566 echo "loading site script $ac_site_file"
571 if test -r "$cache_file"; then
572 echo "loading cache $cache_file"
575 echo "creating cache $cache_file"
580 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
581 ac_cpp
='$CPP $CPPFLAGS'
582 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
583 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
584 cross_compiling
=$ac_cv_prog_cc_cross
588 if (echo "testing\c"; echo 1,2,3) |
grep c
>/dev
/null
; then
589 # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
590 if (echo -n testing
; echo 1,2,3) |
sed s
/-n/xn
/ |
grep xn
>/dev
/null
; then
597 ac_n
= ac_c
='\c' ac_t
=
603 # Bootstrap StepMake configure
607 FULL_VERSION
=$MAJOR_VERSION.
$MINOR_VERSION.
$PATCH_LEVEL
608 if test x
$MY_PATCH_LEVEL != x
; then
609 FULL_VERSION
=$FULL_VERSION.
$MY_PATCH_LEVEL
612 # urg: don't "fix" this: irix doesn't know about [:lower:] and [:upper:]
613 PACKAGE
=`echo $PACKAGE_NAME | tr '[a-z]' '[A-Z]'`
614 package
=`echo $PACKAGE_NAME | tr '[A-Z]' '[a-z]'`
616 # No versioning on directory names of sub-packages
618 stepmake
=${datadir}/stepmake
620 if test "$prefix" = "NONE"; then
621 presome
=${ac_default_prefix}
623 stepmake
=`echo ${stepmake} | sed "s!\\\${prefix}!$presome!"`
625 # urg, how is this supposed to work?
626 if test "$program_prefix" = "NONE"; then
629 if test "$program_suffix" = "NONE"; then
633 echo $ac_n "checking Package""... $ac_c" 1>&6
634 echo "configure:635: checking Package" >&5
635 if test "x$PACKAGE" = "xSTEPMAKE"; then
636 echo "$ac_t""Stepmake package!" 1>&6
638 echo $ac_n "checking builddir""... $ac_c" 1>&6
639 echo "configure:640: checking builddir" >&5
640 if test "$srcdir" = "."; then
643 absolute_builddir
="`pwd`"
644 package_absolute_builddir
="`dirname $absolute_builddir`"
645 package_srcdir
="`dirname $srcdir`"
646 builddir
="`dirname $package_srcdir`/`basename $package_absolute_builddir`/`basename $absolute_builddir`"
648 echo "$ac_t""$builddir" 1>&6
650 (cd stepmake
2>/dev
/null || mkdir stepmake
)
651 (cd stepmake
; rm -f stepmake
; ln -s ..
/$srcdir/stepmake .
)
652 (cd stepmake
; rm -f bin
; ln -s ..
/$srcdir/bin .
)
654 for ac_dir
in bin
$srcdir/bin
; do
655 if test -f $ac_dir/install-sh
; then
657 ac_install_sh
="$ac_aux_dir/install-sh -c"
659 elif test -f $ac_dir/install.sh
; then
661 ac_install_sh
="$ac_aux_dir/install.sh -c"
665 if test -z "$ac_aux_dir"; then
666 { echo "configure: error: can not find install-sh or install.sh in bin $srcdir/bin" 1>&2; exit 1; }
668 ac_config_guess
=$ac_aux_dir/config.guess
669 ac_config_sub
=$ac_aux_dir/config.sub
670 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
674 echo "$ac_t""$PACKAGE" 1>&6
676 echo $ac_n "checking builddir""... $ac_c" 1>&6
677 echo "configure:678: checking builddir" >&5
678 if test "$srcdir" = "."; then
682 absolute_builddir
="`pwd`"
683 # builddir="`dirname $srcdir`/`basename $absolute_builddir`"
684 builddir
="`bash $srcdir/buildscripts/walk.sh \"$srcdir\"`"
687 echo "$ac_t""$builddir" 1>&6
688 if expr "$srcdir" : '/' > /dev
/null
2>&1; then
691 echo "configure: warning: Absolute --srcdir specified: $srcdir" 1>&2
696 echo $ac_n "checking for stepmake""... $ac_c" 1>&6
697 echo "configure:698: checking for stepmake" >&5
698 # Check for installed stepmake
699 if test -d $stepmake; then
700 echo "$ac_t""$stepmake" 1>&6
702 if test "$absolute_srcdir" != "yes"; then
703 stepmake
='$(depth)'/$srcdir/stepmake
705 stepmake
=$srcdir/stepmake
707 echo "$ac_t""$srcdir/stepmake ($datadir/stepmake not found)" 1>&6
712 $HOME/usr
/local
/share
/stepmake
/bin\
713 $HOME/usr
/local
/lib
/stepmake
/bin\
714 $HOME/usr
/share
/stepmake
/bin\
715 $HOME/usr
/lib
/stepmake
/bin\
716 /usr
/local
/share
/stepmake
/bin\
717 /usr
/local
/lib
/stepmake
/bin\
718 /usr
/share
/stepmake
/bin\
719 /usr
/lib
/stepmake
/bin\
721 $srcdir/stepmake
/bin\
723 $HOME/usr
/local
/share
/stepmake
/bin\
724 $HOME/usr
/local
/lib
/stepmake
/bin\
725 $HOME/usr
/share
/stepmake
/bin\
726 $HOME/usr
/lib
/stepmake
/bin\
727 /usr
/local
/share
/stepmake
/bin\
728 /usr
/local
/lib
/stepmake
/bin\
729 /usr
/share
/stepmake
/bin\
730 /usr
/lib
/stepmake
/bin\
732 $srcdir/stepmake
/bin\
734 if test -f $ac_dir/install-sh
; then
736 ac_install_sh
="$ac_aux_dir/install-sh -c"
738 elif test -f $ac_dir/install.sh
; then
740 ac_install_sh
="$ac_aux_dir/install.sh -c"
744 if test -z "$ac_aux_dir"; then
745 { echo "configure: error: can not find install-sh or install.sh in \
746 $HOME/usr/local/share/stepmake/bin\
747 $HOME/usr/local/lib/stepmake/bin\
748 $HOME/usr/share/stepmake/bin\
749 $HOME/usr/lib/stepmake/bin\
750 /usr/local/share/stepmake/bin\
751 /usr/local/lib/stepmake/bin\
752 /usr/share/stepmake/bin\
753 /usr/lib/stepmake/bin\
755 $srcdir/stepmake/bin\
757 $HOME/usr/local/share/stepmake/bin\
758 $HOME/usr/local/lib/stepmake/bin\
759 $HOME/usr/share/stepmake/bin\
760 $HOME/usr/lib/stepmake/bin\
761 /usr/local/share/stepmake/bin\
762 /usr/local/lib/stepmake/bin\
763 /usr/share/stepmake/bin\
764 /usr/lib/stepmake/bin\
766 $srcdir/stepmake/bin\
769 ac_config_guess
=$ac_aux_dir/config.guess
770 ac_config_sub
=$ac_aux_dir/config.sub
771 ac_configure
=$ac_aux_dir/configure
# This should be Cygnus configure.
780 cat >> confdefs.h
<<EOF
781 #define PACKAGE "${PACKAGE_NAME}"
784 cat >> confdefs.h
<<EOF
785 #define TOPLEVEL_VERSION "${FULL_VERSION}"
789 if test "$package_depth" = "" ; then
792 package_depth
="../$package_depth"
797 AUTOGENERATE
="This file was automatically generated by configure"
801 # Check whether --enable-config or --disable-config was given.
802 if test "${enable_config+set}" = set; then
803 enableval
="$enable_config"
804 CONFIGSUFFIX
=-$enableval
808 CONFIGFILE
=config
$CONFIGSUFFIX
812 # Make sure we can run config.sub.
813 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4
>/dev
/null
2>&1; then :
814 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
817 echo $ac_n "checking host system type""... $ac_c" 1>&6
818 echo "configure:819: checking host system type" >&5
821 case "$host_alias" in
825 if host_alias
=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
826 else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
828 *) host_alias
=$nonopt ;;
832 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
833 host_cpu
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
834 host_vendor
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
835 host_os
=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
836 echo "$ac_t""$host" 1>&6
838 for ac_prog
in gmake
make
840 # Extract the first word of "$ac_prog", so it can be a program name with args.
841 set dummy
$ac_prog; ac_word
=$2
842 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
843 echo "configure:844: checking for $ac_word" >&5
844 if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then
845 echo $ac_n "(cached) $ac_c" 1>&6
847 if test -n "$MAKE"; then
848 ac_cv_prog_MAKE
="$MAKE" # Let the user override the test.
850 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
852 for ac_dir
in $ac_dummy; do
853 test -z "$ac_dir" && ac_dir
=.
854 if test -f $ac_dir/$ac_word; then
855 ac_cv_prog_MAKE
="$ac_prog"
862 MAKE
="$ac_cv_prog_MAKE"
863 if test -n "$MAKE"; then
864 echo "$ac_t""$MAKE" 1>&6
866 echo "$ac_t""no" 1>&6
869 test -n "$MAKE" && break
871 test -n "$MAKE" || MAKE
="error"
875 # Extract the first word of "$ac_prog", so it can be a program name with args.
876 set dummy
$ac_prog; ac_word
=$2
877 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
878 echo "configure:879: checking for $ac_word" >&5
879 if eval "test \"`echo '$''{'ac_cv_prog_FIND'+set}'`\" = set"; then
880 echo $ac_n "(cached) $ac_c" 1>&6
882 if test -n "$FIND"; then
883 ac_cv_prog_FIND
="$FIND" # Let the user override the test.
885 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
887 for ac_dir
in $ac_dummy; do
888 test -z "$ac_dir" && ac_dir
=.
889 if test -f $ac_dir/$ac_word; then
890 ac_cv_prog_FIND
="$ac_prog"
897 FIND
="$ac_cv_prog_FIND"
898 if test -n "$FIND"; then
899 echo "$ac_t""$FIND" 1>&6
901 echo "$ac_t""no" 1>&6
904 test -n "$FIND" && break
906 test -n "$FIND" || FIND
="error"
912 # Extract the first word of "$ac_prog", so it can be a program name with args.
913 set dummy
$ac_prog; ac_word
=$2
914 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
915 echo "configure:916: checking for $ac_word" >&5
916 if eval "test \"`echo '$''{'ac_cv_prog_TAR'+set}'`\" = set"; then
917 echo $ac_n "(cached) $ac_c" 1>&6
919 if test -n "$TAR"; then
920 ac_cv_prog_TAR
="$TAR" # Let the user override the test.
922 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
924 for ac_dir
in $ac_dummy; do
925 test -z "$ac_dir" && ac_dir
=.
926 if test -f $ac_dir/$ac_word; then
927 ac_cv_prog_TAR
="$ac_prog"
934 TAR
="$ac_cv_prog_TAR"
935 if test -n "$TAR"; then
936 echo "$ac_t""$TAR" 1>&6
938 echo "$ac_t""no" 1>&6
941 test -n "$TAR" && break
943 test -n "$TAR" || TAR
="error"
946 if test "x`uname`" = "xHP-UX"; then
947 # Extract the first word of "bash", so it can be a program name with args.
948 set dummy bash
; ac_word
=$2
949 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
950 echo "configure:951: checking for $ac_word" >&5
951 if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
952 echo $ac_n "(cached) $ac_c" 1>&6
956 ac_cv_path_BASH
="$BASH" # Let the user override the test with a path.
959 ac_cv_path_BASH
="$BASH" # Let the user override the test with a dos path.
962 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
964 for ac_dir
in $ac_dummy; do
965 test -z "$ac_dir" && ac_dir
=.
966 if test -f $ac_dir/$ac_word; then
967 ac_cv_path_BASH
="$ac_dir/$ac_word"
972 test -z "$ac_cv_path_BASH" && ac_cv_path_BASH
="/bin/sh"
976 BASH
="$ac_cv_path_BASH"
977 if test -n "$BASH"; then
978 echo "$ac_t""$BASH" 1>&6
980 echo "$ac_t""no" 1>&6
984 echo "configure: warning: avoiding buggy /bin/sh" 1>&2
987 # Extract the first word of "bash", so it can be a program name with args.
988 set dummy bash
; ac_word
=$2
989 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
990 echo "configure:991: checking for $ac_word" >&5
991 if eval "test \"`echo '$''{'ac_cv_path_SHELL'+set}'`\" = set"; then
992 echo $ac_n "(cached) $ac_c" 1>&6
996 ac_cv_path_SHELL
="$SHELL" # Let the user override the test with a path.
999 ac_cv_path_SHELL
="$SHELL" # Let the user override the test with a dos path.
1002 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1004 for ac_dir
in $ac_dummy; do
1005 test -z "$ac_dir" && ac_dir
=.
1006 if test -f $ac_dir/$ac_word; then
1007 ac_cv_path_SHELL
="$ac_dir/$ac_word"
1012 test -z "$ac_cv_path_SHELL" && ac_cv_path_SHELL
="/bin/ksh"
1016 SHELL
="$ac_cv_path_SHELL"
1017 if test -n "$SHELL"; then
1018 echo "$ac_t""$SHELL" 1>&6
1020 echo "$ac_t""no" 1>&6
1024 # Extract the first word of "bash", so it can be a program name with args.
1025 set dummy bash
; ac_word
=$2
1026 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1027 echo "configure:1028: checking for $ac_word" >&5
1028 if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
1029 echo $ac_n "(cached) $ac_c" 1>&6
1033 ac_cv_path_BASH
="$BASH" # Let the user override the test with a path.
1036 ac_cv_path_BASH
="$BASH" # Let the user override the test with a dos path.
1039 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1041 for ac_dir
in $ac_dummy; do
1042 test -z "$ac_dir" && ac_dir
=.
1043 if test -f $ac_dir/$ac_word; then
1044 ac_cv_path_BASH
="$ac_dir/$ac_word"
1049 test -z "$ac_cv_path_BASH" && ac_cv_path_BASH
="/bin/sh"
1053 BASH
="$ac_cv_path_BASH"
1054 if test -n "$BASH"; then
1055 echo "$ac_t""$BASH" 1>&6
1057 echo "$ac_t""no" 1>&6
1065 # Extract the first word of "${PYTHON:-python}", so it can be a program name with args.
1066 set dummy
${PYTHON:-python}; ac_word
=$2
1067 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1068 echo "configure:1069: checking for $ac_word" >&5
1069 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
1070 echo $ac_n "(cached) $ac_c" 1>&6
1074 ac_cv_path_PYTHON
="$PYTHON" # Let the user override the test with a path.
1077 ac_cv_path_PYTHON
="$PYTHON" # Let the user override the test with a dos path.
1080 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1082 for ac_dir
in $ac_dummy; do
1083 test -z "$ac_dir" && ac_dir
=.
1084 if test -f $ac_dir/$ac_word; then
1085 ac_cv_path_PYTHON
="$ac_dir/$ac_word"
1090 test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON
="-echo no python"
1094 PYTHON
="$ac_cv_path_PYTHON"
1095 if test -n "$PYTHON"; then
1096 echo "$ac_t""$PYTHON" 1>&6
1098 echo "$ac_t""no" 1>&6
1103 if test $MAKE != "error" ; then
1104 $MAKE -v 2> /dev
/null |
grep GNU
> /dev
/null
1108 echo "configure: warning: Please install *GNU* make" 1>&2
1115 result
="`echo \"$PYTHON\" | grep echo`"
1116 if test "x$PYTHON" = "xerror" -o "x$result" != "x"; then
1118 echo "configure: warning: can\'t find python. You should install Python" 1>&2
1124 if test "x$OSTYPE" = "xcygwin32" ||
test "x$OSTYPE" = "xWindows_NT"; then
1125 LN
=cp # hard link does not work under cygnus-nt
1126 LN_S
='cp -r' # symbolic link does not work for native nt
1134 # cygwin fixes all these things.
1135 # it seems these were used because of dos-style TEXINPUTS and
1136 # MFINPUTS needed for miktex.
1137 # but this breaks parsing of all other cygwin/unix style paths.
1139 # if your (mik)tex breaks, make a:
1140 # /usr/local/bin/tex:
1142 # TEXINPUTS=`cygpath -pw $TEXINPUTS` /texmf/miktex/bin/tex
1146 # /usr/local/bin/mf:
1148 # MFINPUTS=`cygpath -pw $MFINPUTS` /texmf/miktex/bin/mf
1150 # this way, you may have buildscripts/out/lilypond-profile
1151 # 'automatically' sourced from /usr/etc/profile.d/ too.
1156 INSTALL
="\$(SHELL) \$(stepdir)/../bin/install-dot-exe.sh -c"
1164 INSTALL
="\$(SHELL) \$(stepdir)/../bin/install-sh -c"
1172 cat >> confdefs.h
<<EOF
1173 #define DIRSEP '${DIRSEP}'
1176 cat >> confdefs.h
<<EOF
1177 #define PATHSEP '${PATHSEP}'
1184 if test "$datadir" = "\${prefix}/share"; then
1185 datadir
='${prefix}/share/'$package
1187 DIR_DATADIR
=${datadir}
1189 if test "$prefix" = "NONE"; then
1190 presome
=${ac_default_prefix}
1192 DIR_DATADIR
=`echo ${DIR_DATADIR} | sed "s!\\\${prefix}!$presome!"`
1198 cat >> confdefs.h
<<EOF
1199 #define DIR_DATADIR "${DIR_DATADIR}"
1205 # For all packages except the StepMake package itself
1209 # Uncomment the configuration options your package needs.
1211 # -O is necessary to get inlining
1213 CFLAGS
=${CFLAGS:-""}
1214 CXXFLAGS
=${CXXFLAGS:-$CFLAGS}
1215 LDFLAGS
=${LDFLAGS:-""}
1221 # Check whether --enable-checking or --disable-checking was given.
1222 if test "${enable_checking+set}" = set; then
1223 enableval
="$enable_checking"
1224 checking_b
=$enableval
1228 # Check whether --enable-debugging or --disable-debugging was given.
1229 if test "${enable_debugging+set}" = set; then
1230 enableval
="$enable_debugging"
1235 # Check whether --enable-optimise or --disable-optimise was given.
1236 if test "${enable_optimise+set}" = set; then
1237 enableval
="$enable_optimise"
1238 optimise_b
=$enableval
1242 # Check whether --enable-profiling or --disable-profiling was given.
1243 if test "${enable_profiling+set}" = set; then
1244 enableval
="$enable_profiling"
1245 profile_b
=$enableval
1249 # Check whether --enable-mingw-prefix or --disable-mingw-prefix was given.
1250 if test "${enable_mingw_prefix+set}" = set; then
1251 enableval
="$enable_mingw_prefix"
1252 MINGWPREFIX
=$enableval
1258 if test "$checking_b" = no
; then
1260 cat >> confdefs.h
<<\EOF
1264 DEFINES
="$DEFINES -DNDEBUG"
1267 if test "$optimise_b" = yes; then
1268 OPTIMIZE
="-O2 -finline-functions"
1271 if test "$optimise_b" = no
; then
1275 if test $profile_b = yes; then
1277 OPTIMIZE
="$OPTIMIZE -pg"
1280 if test $debug_b = yes; then
1281 OPTIMIZE
="$OPTIMIZE -g"
1284 # however, C++ support in mingw32 v 0.1.4 is still flaky
1285 if test x
$MINGWPREFIX != xno
; then
1286 ICFLAGS
="-I$MINGWPREFIX/include"
1287 ILDFLAGS
="-$MINGWPREFIX/lib"
1290 # Extract the first word of "gcc", so it can be a program name with args.
1291 set dummy gcc
; ac_word
=$2
1292 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1293 echo "configure:1294: checking for $ac_word" >&5
1294 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1295 echo $ac_n "(cached) $ac_c" 1>&6
1297 if test -n "$CC"; then
1298 ac_cv_prog_CC
="$CC" # Let the user override the test.
1300 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1302 for ac_dir
in $ac_dummy; do
1303 test -z "$ac_dir" && ac_dir
=.
1304 if test -f $ac_dir/$ac_word; then
1313 if test -n "$CC"; then
1314 echo "$ac_t""$CC" 1>&6
1316 echo "$ac_t""no" 1>&6
1319 if test -z "$CC"; then
1320 # Extract the first word of "cc", so it can be a program name with args.
1321 set dummy cc
; ac_word
=$2
1322 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1323 echo "configure:1324: checking for $ac_word" >&5
1324 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1325 echo $ac_n "(cached) $ac_c" 1>&6
1327 if test -n "$CC"; then
1328 ac_cv_prog_CC
="$CC" # Let the user override the test.
1330 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1333 for ac_dir
in $ac_dummy; do
1334 test -z "$ac_dir" && ac_dir
=.
1335 if test -f $ac_dir/$ac_word; then
1336 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
1337 ac_prog_rejected
=yes
1345 if test $ac_prog_rejected = yes; then
1346 # We found a bogon in the path, so make sure we never use it.
1347 set dummy
$ac_cv_prog_CC
1349 if test $# -gt 0; then
1350 # We chose a different compiler from the bogus one.
1351 # However, it has the same basename, so the bogon will be chosen
1352 # first if we set CC to just the basename; use the full file name.
1354 set dummy
"$ac_dir/$ac_word" "$@"
1362 if test -n "$CC"; then
1363 echo "$ac_t""$CC" 1>&6
1365 echo "$ac_t""no" 1>&6
1368 if test -z "$CC"; then
1369 case "`uname -s`" in
1371 # Extract the first word of "cl", so it can be a program name with args.
1372 set dummy cl
; ac_word
=$2
1373 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1374 echo "configure:1375: checking for $ac_word" >&5
1375 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
1376 echo $ac_n "(cached) $ac_c" 1>&6
1378 if test -n "$CC"; then
1379 ac_cv_prog_CC
="$CC" # Let the user override the test.
1381 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1383 for ac_dir
in $ac_dummy; do
1384 test -z "$ac_dir" && ac_dir
=.
1385 if test -f $ac_dir/$ac_word; then
1394 if test -n "$CC"; then
1395 echo "$ac_t""$CC" 1>&6
1397 echo "$ac_t""no" 1>&6
1402 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
1405 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1406 echo "configure:1407: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1409 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1410 ac_cpp
='$CPP $CPPFLAGS'
1411 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1412 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1413 cross_compiling
=$ac_cv_prog_cc_cross
1415 cat > conftest.
$ac_ext << EOF
1417 #line 1418 "configure"
1418 #include "confdefs.h"
1422 if { (eval echo configure
:1423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1423 ac_cv_prog_cc_works
=yes
1424 # If we can't run a trivial program, we are probably using a cross compiler.
1425 if (.
/conftest
; exit) 2>/dev
/null
; then
1426 ac_cv_prog_cc_cross
=no
1428 ac_cv_prog_cc_cross
=yes
1431 echo "configure: failed program was:" >&5
1432 cat conftest.
$ac_ext >&5
1433 ac_cv_prog_cc_works
=no
1437 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1438 ac_cpp
='$CPP $CPPFLAGS'
1439 ac_compile
='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1440 ac_link
='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1441 cross_compiling
=$ac_cv_prog_cc_cross
1443 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
1444 if test $ac_cv_prog_cc_works = no
; then
1445 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1447 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1448 echo "configure:1449: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1449 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
1450 cross_compiling
=$ac_cv_prog_cc_cross
1452 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1453 echo "configure:1454: checking whether we are using GNU C" >&5
1454 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
1455 echo $ac_n "(cached) $ac_c" 1>&6
1457 cat > conftest.c
<<EOF
1462 if { ac_try
='${CC-cc} -E conftest.c'; { (eval echo configure
:1463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
1469 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1471 if test $ac_cv_prog_gcc = yes; then
1477 ac_test_CFLAGS
="${CFLAGS+set}"
1478 ac_save_CFLAGS
="$CFLAGS"
1480 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1481 echo "configure:1482: checking whether ${CC-cc} accepts -g" >&5
1482 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1483 echo $ac_n "(cached) $ac_c" 1>&6
1485 echo 'void f(){}' > conftest.c
1486 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1495 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1496 if test "$ac_test_CFLAGS" = set; then
1497 CFLAGS
="$ac_save_CFLAGS"
1498 elif test $ac_cv_prog_cc_g = yes; then
1499 if test "$GCC" = yes; then
1505 if test "$GCC" = yes; then
1515 CFLAGS
="$CFLAGS $OPTIMIZE"
1516 CPPFLAGS
=${CPPFLAGS:-""}
1526 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
1527 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1528 echo "configure:1529: checking how to run the C preprocessor" >&5
1529 # On Suns, sometimes $CPP names a directory.
1530 if test -n "$CPP" && test -d "$CPP"; then
1533 if test -z "$CPP"; then
1534 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1535 echo $ac_n "(cached) $ac_c" 1>&6
1537 # This must be in double quotes, not single quotes, because CPP may get
1538 # substituted into the Makefile and "${CC-cc}" will confuse make.
1540 # On the NeXT, cc -E runs the code through the compiler's parser,
1541 # not just through cpp.
1542 cat > conftest.
$ac_ext <<EOF
1543 #line 1544 "configure"
1544 #include "confdefs.h"
1548 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1549 { (eval echo configure
:1550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1550 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1551 if test -z "$ac_err"; then
1555 echo "configure: failed program was:" >&5
1556 cat conftest.
$ac_ext >&5
1558 CPP
="${CC-cc} -E -traditional-cpp"
1559 cat > conftest.
$ac_ext <<EOF
1560 #line 1561 "configure"
1561 #include "confdefs.h"
1565 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1566 { (eval echo configure
:1567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1567 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1568 if test -z "$ac_err"; then
1572 echo "configure: failed program was:" >&5
1573 cat conftest.
$ac_ext >&5
1575 CPP
="${CC-cc} -nologo -E"
1576 cat > conftest.
$ac_ext <<EOF
1577 #line 1578 "configure"
1578 #include "confdefs.h"
1582 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1583 { (eval echo configure
:1584: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1584 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1585 if test -z "$ac_err"; then
1589 echo "configure: failed program was:" >&5
1590 cat conftest.
$ac_ext >&5
1599 ac_cv_prog_CPP
="$CPP"
1601 CPP
="$ac_cv_prog_CPP"
1603 ac_cv_prog_CPP
="$CPP"
1605 echo "$ac_t""$CPP" 1>&6
1607 for ac_hdr
in assert.h sys
/stat.h
1609 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1610 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1611 echo "configure:1612: checking for $ac_hdr" >&5
1612 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1613 echo $ac_n "(cached) $ac_c" 1>&6
1615 cat > conftest.
$ac_ext <<EOF
1616 #line 1617 "configure"
1617 #include "confdefs.h"
1620 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1621 { (eval echo configure
:1622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1622 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1623 if test -z "$ac_err"; then
1625 eval "ac_cv_header_$ac_safe=yes"
1628 echo "configure: failed program was:" >&5
1629 cat conftest.
$ac_ext >&5
1631 eval "ac_cv_header_$ac_safe=no"
1635 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1636 echo "$ac_t""yes" 1>&6
1637 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1638 cat >> confdefs.h
<<EOF
1639 #define $ac_tr_hdr 1
1643 echo "$ac_t""no" 1>&6
1647 echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&6
1648 echo "configure:1649: checking whether stat file-mode macros are broken" >&5
1649 if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
1650 echo $ac_n "(cached) $ac_c" 1>&6
1652 cat > conftest.
$ac_ext <<EOF
1653 #line 1654 "configure"
1654 #include "confdefs.h"
1655 #include <sys/types.h>
1656 #include <sys/stat.h>
1658 #if defined(S_ISBLK) && defined(S_IFDIR)
1659 # if S_ISBLK (S_IFDIR)
1664 #if defined(S_ISBLK) && defined(S_IFCHR)
1665 # if S_ISBLK (S_IFCHR)
1670 #if defined(S_ISLNK) && defined(S_IFREG)
1671 # if S_ISLNK (S_IFREG)
1676 #if defined(S_ISSOCK) && defined(S_IFREG)
1677 # if S_ISSOCK (S_IFREG)
1683 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1684 egrep "You lose" >/dev
/null
2>&1; then
1686 ac_cv_header_stat_broken
=yes
1689 ac_cv_header_stat_broken
=no
1695 echo "$ac_t""$ac_cv_header_stat_broken" 1>&6
1696 if test $ac_cv_header_stat_broken = yes; then
1697 cat >> confdefs.h
<<\EOF
1698 #define STAT_MACROS_BROKEN 1
1704 if test "$optimise_b" = yes; then
1705 DEFINES
="$DEFINES -DSTRING_UTILS_INLINED"
1706 cat >> confdefs.h
<<\EOF
1707 #define STRINGS_UTILS_INLINED 1
1712 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
1713 echo "configure:1714: checking how to run the C++ preprocessor" >&5
1714 if test -z "$CXXCPP"; then
1715 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
1716 echo $ac_n "(cached) $ac_c" 1>&6
1719 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1720 ac_cpp
='$CXXCPP $CPPFLAGS'
1721 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1722 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1723 cross_compiling
=$ac_cv_prog_cxx_cross
1724 CXXCPP
="${CXX-g++} -E"
1725 cat > conftest.
$ac_ext <<EOF
1726 #line 1727 "configure"
1727 #include "confdefs.h"
1730 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1731 { (eval echo configure
:1732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1732 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1733 if test -z "$ac_err"; then
1737 echo "configure: failed program was:" >&5
1738 cat conftest.
$ac_ext >&5
1743 ac_cv_prog_CXXCPP
="$CXXCPP"
1745 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1746 ac_cpp
='$CXXCPP $CPPFLAGS'
1747 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1748 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1749 cross_compiling
=$ac_cv_prog_cxx_cross
1752 CXXCPP
="$ac_cv_prog_CXXCPP"
1753 echo "$ac_t""$CXXCPP" 1>&6
1757 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1758 ac_cpp
='$CXXCPP $CPPFLAGS'
1759 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1760 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1761 cross_compiling
=$ac_cv_prog_cxx_cross
1763 for ac_prog
in $CCC c
++ g
++ gcc CC cxx cc
++ cl
1765 # Extract the first word of "$ac_prog", so it can be a program name with args.
1766 set dummy
$ac_prog; ac_word
=$2
1767 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1768 echo "configure:1769: checking for $ac_word" >&5
1769 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
1770 echo $ac_n "(cached) $ac_c" 1>&6
1772 if test -n "$CXX"; then
1773 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
1775 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
1777 for ac_dir
in $ac_dummy; do
1778 test -z "$ac_dir" && ac_dir
=.
1779 if test -f $ac_dir/$ac_word; then
1780 ac_cv_prog_CXX
="$ac_prog"
1787 CXX
="$ac_cv_prog_CXX"
1788 if test -n "$CXX"; then
1789 echo "$ac_t""$CXX" 1>&6
1791 echo "$ac_t""no" 1>&6
1794 test -n "$CXX" && break
1796 test -n "$CXX" || CXX
="gcc"
1799 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1800 echo "configure:1801: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
1803 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1804 ac_cpp
='$CXXCPP $CPPFLAGS'
1805 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1806 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1807 cross_compiling
=$ac_cv_prog_cxx_cross
1809 cat > conftest.
$ac_ext << EOF
1811 #line 1812 "configure"
1812 #include "confdefs.h"
1814 int main(){return(0);}
1816 if { (eval echo configure
:1817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1817 ac_cv_prog_cxx_works
=yes
1818 # If we can't run a trivial program, we are probably using a cross compiler.
1819 if (.
/conftest
; exit) 2>/dev
/null
; then
1820 ac_cv_prog_cxx_cross
=no
1822 ac_cv_prog_cxx_cross
=yes
1825 echo "configure: failed program was:" >&5
1826 cat conftest.
$ac_ext >&5
1827 ac_cv_prog_cxx_works
=no
1831 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1832 ac_cpp
='$CXXCPP $CPPFLAGS'
1833 ac_compile
='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1834 ac_link
='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1835 cross_compiling
=$ac_cv_prog_cxx_cross
1837 echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
1838 if test $ac_cv_prog_cxx_works = no
; then
1839 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
1841 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1842 echo "configure:1843: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
1843 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
1844 cross_compiling
=$ac_cv_prog_cxx_cross
1846 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
1847 echo "configure:1848: checking whether we are using GNU C++" >&5
1848 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
1849 echo $ac_n "(cached) $ac_c" 1>&6
1851 cat > conftest.C
<<EOF
1856 if { ac_try
='${CXX-g++} -E conftest.C'; { (eval echo configure
:1857: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } |
egrep yes >/dev
/null
2>&1; then
1863 echo "$ac_t""$ac_cv_prog_gxx" 1>&6
1865 if test $ac_cv_prog_gxx = yes; then
1871 ac_test_CXXFLAGS
="${CXXFLAGS+set}"
1872 ac_save_CXXFLAGS
="$CXXFLAGS"
1874 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
1875 echo "configure:1876: checking whether ${CXX-g++} accepts -g" >&5
1876 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
1877 echo $ac_n "(cached) $ac_c" 1>&6
1879 echo 'void f(){}' > conftest.cc
1880 if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
1881 ac_cv_prog_cxx_g
=yes
1889 echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
1890 if test "$ac_test_CXXFLAGS" = set; then
1891 CXXFLAGS
="$ac_save_CXXFLAGS"
1892 elif test $ac_cv_prog_cxx_g = yes; then
1893 if test "$GXX" = yes; then
1899 if test "$GXX" = yes; then
1907 ac_safe
=`echo "FlexLexer.h" | sed 'y%./+-%__p_%'`
1908 echo $ac_n "checking for FlexLexer.h""... $ac_c" 1>&6
1909 echo "configure:1910: checking for FlexLexer.h" >&5
1910 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1911 echo $ac_n "(cached) $ac_c" 1>&6
1913 cat > conftest.
$ac_ext <<EOF
1914 #line 1915 "configure"
1915 #include "confdefs.h"
1916 #include <FlexLexer.h>
1918 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1919 { (eval echo configure
:1920: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1920 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1921 if test -z "$ac_err"; then
1923 eval "ac_cv_header_$ac_safe=yes"
1926 echo "configure: failed program was:" >&5
1927 cat conftest.
$ac_ext >&5
1929 eval "ac_cv_header_$ac_safe=no"
1933 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1934 echo "$ac_t""yes" 1>&6
1937 echo "$ac_t""no" 1>&6
1939 echo "configure: warning: can"\'"t find flex header. Please install Flex headers correctly" 1>&2
1945 CPPFLAGS
="$CPPFLAGS $DEFINES"
1946 CXXFLAGS
="$CXXFLAGS $OPTIMIZE"
1947 LDFLAGS
="$LDFLAGS $EXTRA_LIBES"
1956 # urg, egcs: how to check for egcs >= 1.1?
1957 if $CXX --version |
egrep '2\.[89]' > /dev
/null ||
1958 $CXX --version |
grep 'egcs' > /dev
/null
1963 echo "configure: warning: can\'t find g++ 2.8" 1>&2
1969 echo $ac_n "checking whether explicit instantiation is needed""... $ac_c" 1>&6
1970 echo "configure:1971: checking whether explicit instantiation is needed" >&5
1971 if eval "test \"`echo '$''{'lily_cv_need_explicit_instantiation'+set}'`\" = set"; then
1972 echo $ac_n "(cached) $ac_c" 1>&6
1974 cat > conftest.
$ac_ext <<EOF
1975 #line 1976 "configure"
1976 #include "confdefs.h"
1978 template <class T> struct foo { static int baz; };
1979 template <class T> int foo<T>::baz = 1;
1982 return foo<int>::baz;
1985 if { (eval echo configure
:1986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
1987 lily_cv_need_explicit_instantiation
=no
1989 echo "configure: failed program was:" >&5
1990 cat conftest.
$ac_ext >&5
1992 lily_cv_need_explicit_instantiation
=yes
1997 echo "$ac_t""$lily_cv_need_explicit_instantiation" 1>&6
1998 if test x
"$lily_cv_need_explicit_instantiation"x
= x
"yes"x
; then
1999 cat >> confdefs.h
<<\EOF
2000 #define NEED_EXPLICIT_INSTANTIATION 1
2006 # ugh, automake: we want (and check for) bison
2007 for ac_prog
in 'bison -y' byacc
2009 # Extract the first word of "$ac_prog", so it can be a program name with args.
2010 set dummy
$ac_prog; ac_word
=$2
2011 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2012 echo "configure:2013: checking for $ac_word" >&5
2013 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2014 echo $ac_n "(cached) $ac_c" 1>&6
2016 if test -n "$YACC"; then
2017 ac_cv_prog_YACC
="$YACC" # Let the user override the test.
2019 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2021 for ac_dir
in $ac_dummy; do
2022 test -z "$ac_dir" && ac_dir
=.
2023 if test -f $ac_dir/$ac_word; then
2024 ac_cv_prog_YACC
="$ac_prog"
2031 YACC
="$ac_cv_prog_YACC"
2032 if test -n "$YACC"; then
2033 echo "$ac_t""$YACC" 1>&6
2035 echo "$ac_t""no" 1>&6
2038 test -n "$YACC" && break
2040 test -n "$YACC" || YACC
="yacc"
2042 # ugh, automake: we want (and check for) flex
2044 # urg: automake 1.3: hope this doesn't break 1.2 ac_cv_pro_lex_root hack...
2048 ac_cv_prog_lex_root
=lex.yy
2050 for ac_prog
in bison
2052 # Extract the first word of "$ac_prog", so it can be a program name with args.
2053 set dummy
$ac_prog; ac_word
=$2
2054 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2055 echo "configure:2056: checking for $ac_word" >&5
2056 if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
2057 echo $ac_n "(cached) $ac_c" 1>&6
2059 if test -n "$BISON"; then
2060 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
2062 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2064 for ac_dir
in $ac_dummy; do
2065 test -z "$ac_dir" && ac_dir
=.
2066 if test -f $ac_dir/$ac_word; then
2067 ac_cv_prog_BISON
="$ac_prog"
2074 BISON
="$ac_cv_prog_BISON"
2075 if test -n "$BISON"; then
2076 echo "$ac_t""$BISON" 1>&6
2078 echo "$ac_t""no" 1>&6
2081 test -n "$BISON" && break
2083 test -n "$BISON" || BISON
="error"
2087 # Extract the first word of "$ac_prog", so it can be a program name with args.
2088 set dummy
$ac_prog; ac_word
=$2
2089 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2090 echo "configure:2091: checking for $ac_word" >&5
2091 if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
2092 echo $ac_n "(cached) $ac_c" 1>&6
2094 if test -n "$FLEX"; then
2095 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
2097 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2099 for ac_dir
in $ac_dummy; do
2100 test -z "$ac_dir" && ac_dir
=.
2101 if test -f $ac_dir/$ac_word; then
2102 ac_cv_prog_FLEX
="$ac_prog"
2109 FLEX
="$ac_cv_prog_FLEX"
2110 if test -n "$FLEX"; then
2111 echo "$ac_t""$FLEX" 1>&6
2113 echo "$ac_t""no" 1>&6
2116 test -n "$FLEX" && break
2118 test -n "$FLEX" || FLEX
="error"
2121 result
="`echo \"$BISON\" | grep echo`"
2122 if test "x$BISON" = "xerror" -o "x$result" != "x"; then
2124 echo "configure: warning: can\'t find bison. Please install Bison" 1>&2
2130 result
="`echo \"$FLEX\" | grep echo`"
2131 if test "x$FLEX" = "xerror" -o "x$result" != "x"; then
2133 echo "configure: warning: can\'t find flex. Please install Flex" 1>&2
2139 if test $BISON != "error"; then
2140 bison_version
=`$BISON --version | sed 's/^.*version 1.//g'`
2141 if test `echo $bison_version | sed 's/\..*$//g'` -lt 25; then
2143 echo "configure: warning: Your bison is a bit old (1.$bison_version). You might have to install 1.25" 1>&2
2155 # Extract the first word of "$ac_prog", so it can be a program name with args.
2156 set dummy
$ac_prog; ac_word
=$2
2157 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2158 echo "configure:2159: checking for $ac_word" >&5
2159 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
2160 echo $ac_n "(cached) $ac_c" 1>&6
2162 if test -n "$AR"; then
2163 ac_cv_prog_AR
="$AR" # Let the user override the test.
2165 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2167 for ac_dir
in $ac_dummy; do
2168 test -z "$ac_dir" && ac_dir
=.
2169 if test -f $ac_dir/$ac_word; then
2170 ac_cv_prog_AR
="$ac_prog"
2178 if test -n "$AR"; then
2179 echo "$ac_t""$AR" 1>&6
2181 echo "$ac_t""no" 1>&6
2184 test -n "$AR" && break
2186 test -n "$AR" || AR
="error"
2188 # Extract the first word of "ranlib", so it can be a program name with args.
2189 set dummy ranlib
; ac_word
=$2
2190 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2191 echo "configure:2192: checking for $ac_word" >&5
2192 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
2193 echo $ac_n "(cached) $ac_c" 1>&6
2195 if test -n "$RANLIB"; then
2196 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2198 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2200 for ac_dir
in $ac_dummy; do
2201 test -z "$ac_dir" && ac_dir
=.
2202 if test -f $ac_dir/$ac_word; then
2203 ac_cv_prog_RANLIB
="ranlib"
2208 test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB
=":"
2211 RANLIB
="$ac_cv_prog_RANLIB"
2212 if test -n "$RANLIB"; then
2213 echo "$ac_t""$RANLIB" 1>&6
2215 echo "$ac_t""no" 1>&6
2222 # AC_STEPMAKE_LIBTOOL
2228 # Check whether --with-localedir or --without-localedir was given.
2229 if test "${with_localedir+set}" = set; then
2230 withval
="$with_localedir"
2231 localedir
=$with_localedir
2233 localedir
='${prefix}/share/locale'
2237 # Check whether --with-lang or --without-lang was given.
2238 if test "${with_lang+set}" = set; then
2239 withval
="$with_lang"
2246 echo $ac_n "checking language""... $ac_c" 1>&6
2247 echo "configure:2248: checking language" >&5
2249 En
* | en
* | Am
* | am
* | US
* | us
*)
2251 NL |
nl | Du
* | du
* | Ned
* | ned
*)
2258 echo "$ac_t""$lang" 1>&6
2260 if test "$lang" = "unknown" ; then
2262 echo "configure: warning: $language not supported; available are: $ALL_LINGUAS" 1>&2
2269 DIR_LOCALEDIR
=${localedir}
2271 if test "$prefix" = "NONE"; then
2272 presome
=${ac_default_prefix}
2274 DIR_LOCALEDIR
=`echo ${DIR_LOCALEDIR} | sed "s!\\\${prefix}!$presome!"`
2277 cat >> confdefs.h
<<EOF
2278 #define DIR_LOCALEDIR "${DIR_LOCALEDIR}"
2282 echo $ac_n "checking for gettext in -lintl""... $ac_c" 1>&6
2283 echo "configure:2284: checking for gettext in -lintl" >&5
2284 ac_lib_var
=`echo intl'_'gettext | sed 'y%./+-%__p_%'`
2285 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2286 echo $ac_n "(cached) $ac_c" 1>&6
2288 ac_save_LIBS
="$LIBS"
2290 cat > conftest.
$ac_ext <<EOF
2291 #line 2292 "configure"
2292 #include "confdefs.h"
2293 /* Override any gcc2 internal prototype to avoid an error. */
2297 /* We use char because int might match the return type of a gcc2
2298 builtin and then its argument prototype would still apply. */
2305 if { (eval echo configure
:2306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2307 eval "ac_cv_lib_$ac_lib_var=yes"
2309 echo "configure: failed program was:" >&5
2310 cat conftest.
$ac_ext >&5
2312 eval "ac_cv_lib_$ac_lib_var=no"
2315 LIBS
="$ac_save_LIBS"
2318 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2319 echo "$ac_t""yes" 1>&6
2320 ac_tr_lib
=HAVE_LIB
`echo intl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
2321 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
2322 cat >> confdefs.h
<<EOF
2323 #define $ac_tr_lib 1
2329 echo "$ac_t""no" 1>&6
2332 for ac_func
in gettext
2334 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
2335 echo "configure:2336: checking for $ac_func" >&5
2336 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
2337 echo $ac_n "(cached) $ac_c" 1>&6
2339 cat > conftest.
$ac_ext <<EOF
2340 #line 2341 "configure"
2341 #include "confdefs.h"
2342 /* System header to define __stub macros and hopefully few prototypes,
2343 which can conflict with char $ac_func(); below. */
2345 /* Override any gcc2 internal prototype to avoid an error. */
2349 /* We use char because int might match the return type of a gcc2
2350 builtin and then its argument prototype would still apply. */
2355 /* The GNU C library defines this for functions which it implements
2356 to always fail with ENOSYS. Some functions are actually named
2357 something starting with __ and the normal name is an alias. */
2358 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
2366 if { (eval echo configure
:2367: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
2368 eval "ac_cv_func_$ac_func=yes"
2370 echo "configure: failed program was:" >&5
2371 cat conftest.
$ac_ext >&5
2373 eval "ac_cv_func_$ac_func=no"
2378 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
2379 echo "$ac_t""yes" 1>&6
2380 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
2381 cat >> confdefs.h
<<EOF
2382 #define $ac_tr_func 1
2386 echo "$ac_t""no" 1>&6
2392 # AC_CHECK_PROGS(MSGFMT, msgfmt, -echo no msgfmt)
2393 for ac_prog
in msgfmt
2395 # Extract the first word of "$ac_prog", so it can be a program name with args.
2396 set dummy
$ac_prog; ac_word
=$2
2397 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2398 echo "configure:2399: checking for $ac_word" >&5
2399 if eval "test \"`echo '$''{'ac_cv_prog_MSGFMT'+set}'`\" = set"; then
2400 echo $ac_n "(cached) $ac_c" 1>&6
2402 if test -n "$MSGFMT"; then
2403 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
2405 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2407 for ac_dir
in $ac_dummy; do
2408 test -z "$ac_dir" && ac_dir
=.
2409 if test -f $ac_dir/$ac_word; then
2410 ac_cv_prog_MSGFMT
="$ac_prog"
2417 MSGFMT
="$ac_cv_prog_MSGFMT"
2418 if test -n "$MSGFMT"; then
2419 echo "$ac_t""$MSGFMT" 1>&6
2421 echo "$ac_t""no" 1>&6
2424 test -n "$MSGFMT" && break
2426 test -n "$MSGFMT" || MSGFMT
="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh "
2428 echo $ac_n "checking whether msgfmt accepts -o""... $ac_c" 1>&6
2429 echo "configure:2430: checking whether msgfmt accepts -o" >&5
2430 msgfmt_output
="`msgfmt -o bla 2>&1 | grep usage`"
2431 if test "$msgfmt_output" = ""; then
2432 echo "$ac_t""yes" 1>&6
2435 MSGFMT
="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh"
2436 echo "$ac_t""no" 1>&6
2438 echo "configure: warning: please install msgfmt from GNU gettext" 1>&2
2442 if test ! -n "$MSGFMT"; then
2444 echo "configure: warning: please install msgfmt from GNU gettext" 1>&2
2450 # urg, never know what names these teTeX guys will think up
2454 # Extract the first word of "$ac_prog", so it can be a program name with args.
2455 set dummy
$ac_prog; ac_word
=$2
2456 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2457 echo "configure:2458: checking for $ac_word" >&5
2458 if eval "test \"`echo '$''{'ac_cv_prog_METAFONT'+set}'`\" = set"; then
2459 echo $ac_n "(cached) $ac_c" 1>&6
2461 if test -n "$METAFONT"; then
2462 ac_cv_prog_METAFONT
="$METAFONT" # Let the user override the test.
2464 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2466 for ac_dir
in $ac_dummy; do
2467 test -z "$ac_dir" && ac_dir
=.
2468 if test -f $ac_dir/$ac_word; then
2469 ac_cv_prog_METAFONT
="$ac_prog"
2476 METAFONT
="$ac_cv_prog_METAFONT"
2477 if test -n "$METAFONT"; then
2478 echo "$ac_t""$METAFONT" 1>&6
2480 echo "$ac_t""no" 1>&6
2483 test -n "$METAFONT" && break
2485 test -n "$METAFONT" || METAFONT
="no"
2487 if test "x$METAFONT" = "xno"; then
2488 for ac_prog
in mfont
2490 # Extract the first word of "$ac_prog", so it can be a program name with args.
2491 set dummy
$ac_prog; ac_word
=$2
2492 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2493 echo "configure:2494: checking for $ac_word" >&5
2494 if eval "test \"`echo '$''{'ac_cv_prog_MFONT'+set}'`\" = set"; then
2495 echo $ac_n "(cached) $ac_c" 1>&6
2497 if test -n "$MFONT"; then
2498 ac_cv_prog_MFONT
="$MFONT" # Let the user override the test.
2500 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2502 for ac_dir
in $ac_dummy; do
2503 test -z "$ac_dir" && ac_dir
=.
2504 if test -f $ac_dir/$ac_word; then
2505 ac_cv_prog_MFONT
="$ac_prog"
2512 MFONT
="$ac_cv_prog_MFONT"
2513 if test -n "$MFONT"; then
2514 echo "$ac_t""$MFONT" 1>&6
2516 echo "$ac_t""no" 1>&6
2519 test -n "$MFONT" && break
2521 test -n "$MFONT" || MFONT
="-echo no mf or mfont"
2528 # Extract the first word of "$ac_prog", so it can be a program name with args.
2529 set dummy
$ac_prog; ac_word
=$2
2530 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2531 echo "configure:2532: checking for $ac_word" >&5
2532 if eval "test \"`echo '$''{'ac_cv_prog_METAPOST'+set}'`\" = set"; then
2533 echo $ac_n "(cached) $ac_c" 1>&6
2535 if test -n "$METAPOST"; then
2536 ac_cv_prog_METAPOST
="$METAPOST" # Let the user override the test.
2538 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2540 for ac_dir
in $ac_dummy; do
2541 test -z "$ac_dir" && ac_dir
=.
2542 if test -f $ac_dir/$ac_word; then
2543 ac_cv_prog_METAPOST
="$ac_prog"
2550 METAPOST
="$ac_cv_prog_METAPOST"
2551 if test -n "$METAPOST"; then
2552 echo "$ac_t""$METAPOST" 1>&6
2554 echo "$ac_t""no" 1>&6
2557 test -n "$METAPOST" && break
2559 test -n "$METAPOST" || METAPOST
="no"
2561 if test "x$METAPOST" = "xno"; then
2562 for ac_prog
in mpost
2564 # Extract the first word of "$ac_prog", so it can be a program name with args.
2565 set dummy
$ac_prog; ac_word
=$2
2566 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2567 echo "configure:2568: checking for $ac_word" >&5
2568 if eval "test \"`echo '$''{'ac_cv_prog_MPOST'+set}'`\" = set"; then
2569 echo $ac_n "(cached) $ac_c" 1>&6
2571 if test -n "$MPOST"; then
2572 ac_cv_prog_MPOST
="$MPOST" # Let the user override the test.
2574 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2576 for ac_dir
in $ac_dummy; do
2577 test -z "$ac_dir" && ac_dir
=.
2578 if test -f $ac_dir/$ac_word; then
2579 ac_cv_prog_MPOST
="$ac_prog"
2586 MPOST
="$ac_cv_prog_MPOST"
2587 if test -n "$MPOST"; then
2588 echo "$ac_t""$MPOST" 1>&6
2590 echo "$ac_t""no" 1>&6
2593 test -n "$MPOST" && break
2595 test -n "$MPOST" || MPOST
="-echo no mp or mpost"
2601 for ac_prog
in inimf
2603 # Extract the first word of "$ac_prog", so it can be a program name with args.
2604 set dummy
$ac_prog; ac_word
=$2
2605 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2606 echo "configure:2607: checking for $ac_word" >&5
2607 if eval "test \"`echo '$''{'ac_cv_prog_INIMETAFONT'+set}'`\" = set"; then
2608 echo $ac_n "(cached) $ac_c" 1>&6
2610 if test -n "$INIMETAFONT"; then
2611 ac_cv_prog_INIMETAFONT
="$INIMETAFONT" # Let the user override the test.
2613 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2615 for ac_dir
in $ac_dummy; do
2616 test -z "$ac_dir" && ac_dir
=.
2617 if test -f $ac_dir/$ac_word; then
2618 ac_cv_prog_INIMETAFONT
="$ac_prog"
2625 INIMETAFONT
="$ac_cv_prog_INIMETAFONT"
2626 if test -n "$INIMETAFONT"; then
2627 echo "$ac_t""$INIMETAFONT" 1>&6
2629 echo "$ac_t""no" 1>&6
2632 test -n "$INIMETAFONT" && break
2634 test -n "$INIMETAFONT" || INIMETAFONT
="no"
2636 if test "x$INIMETAFONT" = "xno"; then
2637 for ac_prog
in inimfont
2639 # Extract the first word of "$ac_prog", so it can be a program name with args.
2640 set dummy
$ac_prog; ac_word
=$2
2641 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2642 echo "configure:2643: checking for $ac_word" >&5
2643 if eval "test \"`echo '$''{'ac_cv_prog_INIMFONT'+set}'`\" = set"; then
2644 echo $ac_n "(cached) $ac_c" 1>&6
2646 if test -n "$INIMFONT"; then
2647 ac_cv_prog_INIMFONT
="$INIMFONT" # Let the user override the test.
2649 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2651 for ac_dir
in $ac_dummy; do
2652 test -z "$ac_dir" && ac_dir
=.
2653 if test -f $ac_dir/$ac_word; then
2654 ac_cv_prog_INIMFONT
="$ac_prog"
2661 INIMFONT
="$ac_cv_prog_INIMFONT"
2662 if test -n "$INIMFONT"; then
2663 echo "$ac_t""$INIMFONT" 1>&6
2665 echo "$ac_t""no" 1>&6
2668 test -n "$INIMFONT" && break
2670 test -n "$INIMFONT" || INIMFONT
="-echo no inimf or inimfont"
2672 INIMETAFONT
=$INIMFONT
2675 for ac_prog
in inimp
2677 # Extract the first word of "$ac_prog", so it can be a program name with args.
2678 set dummy
$ac_prog; ac_word
=$2
2679 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2680 echo "configure:2681: checking for $ac_word" >&5
2681 if eval "test \"`echo '$''{'ac_cv_prog_INIMETAPOST'+set}'`\" = set"; then
2682 echo $ac_n "(cached) $ac_c" 1>&6
2684 if test -n "$INIMETAPOST"; then
2685 ac_cv_prog_INIMETAPOST
="$INIMETAPOST" # Let the user override the test.
2687 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2689 for ac_dir
in $ac_dummy; do
2690 test -z "$ac_dir" && ac_dir
=.
2691 if test -f $ac_dir/$ac_word; then
2692 ac_cv_prog_INIMETAPOST
="$ac_prog"
2699 INIMETAPOST
="$ac_cv_prog_INIMETAPOST"
2700 if test -n "$INIMETAPOST"; then
2701 echo "$ac_t""$INIMETAPOST" 1>&6
2703 echo "$ac_t""no" 1>&6
2706 test -n "$INIMETAPOST" && break
2708 test -n "$INIMETAPOST" || INIMETAPOST
="no"
2710 if test "x$INIMETAPOST" = "xno"; then
2711 for ac_prog
in inimpost
2713 # Extract the first word of "$ac_prog", so it can be a program name with args.
2714 set dummy
$ac_prog; ac_word
=$2
2715 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2716 echo "configure:2717: checking for $ac_word" >&5
2717 if eval "test \"`echo '$''{'ac_cv_prog_INIMPOST'+set}'`\" = set"; then
2718 echo $ac_n "(cached) $ac_c" 1>&6
2720 if test -n "$INIMPOST"; then
2721 ac_cv_prog_INIMPOST
="$INIMPOST" # Let the user override the test.
2723 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2725 for ac_dir
in $ac_dummy; do
2726 test -z "$ac_dir" && ac_dir
=.
2727 if test -f $ac_dir/$ac_word; then
2728 ac_cv_prog_INIMPOST
="$ac_prog"
2735 INIMPOST
="$ac_cv_prog_INIMPOST"
2736 if test -n "$INIMPOST"; then
2737 echo "$ac_t""$INIMPOST" 1>&6
2739 echo "$ac_t""no" 1>&6
2742 test -n "$INIMPOST" && break
2744 test -n "$INIMPOST" || INIMPOST
="-echo no inimp or inimpost"
2746 INIMETAPOST
=$INIMPOST
2749 echo $ac_n "checking for working metafont mode""... $ac_c" 1>&6
2750 echo "configure:2751: checking for working metafont mode" >&5
2751 modelist
='ljfour lj4 lj3 lj2 ljet laserjet'
2752 for MFMODE
in $modelist; do
2753 $METAFONT "\mode:=$MFMODE; mode_setup; end." > /dev
/null
2>&1
2754 if test -f mfput.tfm
; then
2758 echo "$ac_t""$MFMODE" 1>&6
2760 echo $ac_n "checking for mfplain.mp""... $ac_c" 1>&6
2761 echo "configure:2762: checking for mfplain.mp" >&5
2763 # For now let people define these in their environments
2765 : ${MFPLAIN_MP=`kpsewhich mp mfplain.mp`}
2766 echo "$ac_t""$MFPLAIN_MP" 1>&6
2768 echo $ac_n "checking for inimetapost flags""... $ac_c" 1>&6
2769 echo "configure:2770: checking for inimetapost flags" >&5
2770 if test ${INIMETAPOST} = "inimp" ; then
2771 : ${INIMETAPOST_FLAGS=''}
2773 : ${INIMETAPOST_FLAGS='-interaction=nonstopmode'}
2775 echo "$ac_t""$INIMETAPOST_FLAGS" 1>&6
2788 # Check whether --enable-tfm-path or --disable-tfm-path was given.
2789 if test "${enable_tfm_path+set}" = set; then
2790 enableval
="$enable_tfm_path"
2797 for ac_prog
in kpsewhich
2799 # Extract the first word of "$ac_prog", so it can be a program name with args.
2800 set dummy
$ac_prog; ac_word
=$2
2801 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2802 echo "configure:2803: checking for $ac_word" >&5
2803 if eval "test \"`echo '$''{'ac_cv_prog_KPSEWHICH'+set}'`\" = set"; then
2804 echo $ac_n "(cached) $ac_c" 1>&6
2806 if test -n "$KPSEWHICH"; then
2807 ac_cv_prog_KPSEWHICH
="$KPSEWHICH" # Let the user override the test.
2809 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2811 for ac_dir
in $ac_dummy; do
2812 test -z "$ac_dir" && ac_dir
=.
2813 if test -f $ac_dir/$ac_word; then
2814 ac_cv_prog_KPSEWHICH
="$ac_prog"
2821 KPSEWHICH
="$ac_cv_prog_KPSEWHICH"
2822 if test -n "$KPSEWHICH"; then
2823 echo "$ac_t""$KPSEWHICH" 1>&6
2825 echo "$ac_t""no" 1>&6
2828 test -n "$KPSEWHICH" && break
2830 test -n "$KPSEWHICH" || KPSEWHICH
="no"
2832 echo $ac_n "checking for tfm path""... $ac_c" 1>&6
2833 echo "configure:2834: checking for tfm path" >&5
2835 TFM_FONTS
="cmr msam"
2837 if test "x$tfm_path" = xauto
; then
2838 if test "x$KPSEWHICH" != "xno" ; then
2839 for i
in $TFM_FONTS; do
2840 dir
=`$KPSEWHICH tfm ${i}10.tfm`
2841 TFM_PATH
="$TFM_PATH `dirname $dir`"
2845 echo "configure: warning: Please specify where cmr10.tfm lives:
2846 ./configure --enable-tfm-path=/usr/local/TeX/lib/tex/fonts" 1>&2
2854 TFM_PATH
=`echo $TFM_PATH | tr ':' ' '`
2855 echo "$ac_t""$TFM_PATH" 1>&6
2859 ## First, let's just see if we can find Guile at all.
2860 echo $ac_n "checking "for guile-config
"""... $ac_c" 1>&6
2861 echo "configure:2862: checking "for guile-config
"" >&5
2862 for guile_config
in guile-config
$target-guile-config $build-guile-config; do
2863 echo "$ac_t"""$guile_config"" 1>&6
2864 if ! $guile_config --version > /dev
/null
2>&1 ; then
2865 echo "configure: warning: "cannot execute
$guile_config"" 1>&2
2866 echo $ac_n "checking "if we are cross compiling
"""... $ac_c" 1>&6
2867 echo "configure:2868: checking "if we are cross compiling
"" >&5
2873 if test "$guile_config" = "error"; then
2874 { echo "configure: error: "cannot
find guile-config
; is Guile installed?
"" 1>&2; exit 1; }
2877 echo $ac_n "checking "Guile version
"""... $ac_c" 1>&6
2878 echo "configure:2879: checking "Guile version
"" >&5
2879 need_guile_version
="1.3.4"
2880 need_guile_version_numeric
=100304
2881 guile_version
=`$guile_config --version 2>&1 | awk '{print $NF}'`
2882 guile_version_numeric
=`echo $guile_version | awk -F. '
2883 {if ($3) {last = $3}
2885 {printf "%s%s%s\n",$1*100, $2*10,last}'`
2886 echo "$ac_t"""$guile_version"" 1>&6
2887 if test $guile_version_numeric -lt $need_guile_version_numeric
2890 echo "configure: warning: "Guile version
"$need_guile_version" or newer is needed
"" 1>&2
2895 ## The GUILE_FLAGS macro.
2896 echo $ac_n "checking for Guile""... $ac_c" 1>&6
2897 echo "configure:2898: checking for Guile" >&5
2898 if ! $guile_config link
> /dev
/null
; then
2899 echo "$ac_t"""cannot execute
$guile_config"" 1>&6
2900 { echo "configure: error: "cannot
find guile-config
; is Guile installed?
"" 1>&2; exit 1; }
2903 GUILE_CFLAGS
="`$guile_config compile`"
2904 GUILE_LDFLAGS
="`$guile_config link`"
2907 echo "$ac_t""yes" 1>&6
2909 # Extract the first word of "guile", so it can be a program name with args.
2910 set dummy guile
; ac_word
=$2
2911 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2912 echo "configure:2913: checking for $ac_word" >&5
2913 if eval "test \"`echo '$''{'ac_cv_path_GUILE'+set}'`\" = set"; then
2914 echo $ac_n "(cached) $ac_c" 1>&6
2918 ac_cv_path_GUILE
="$GUILE" # Let the user override the test with a path.
2921 ac_cv_path_GUILE
="$GUILE" # Let the user override the test with a dos path.
2924 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
2926 for ac_dir
in $ac_dummy; do
2927 test -z "$ac_dir" && ac_dir
=.
2928 if test -f $ac_dir/$ac_word; then
2929 ac_cv_path_GUILE
="$ac_dir/$ac_word"
2934 test -z "$ac_cv_path_GUILE" && ac_cv_path_GUILE
="error"
2938 GUILE
="$ac_cv_path_GUILE"
2939 if test -n "$GUILE"; then
2940 echo "$ac_t""$GUILE" 1>&6
2942 echo "$ac_t""no" 1>&6
2950 # Check whether --with-kpathsea or --without-kpathsea was given.
2951 if test "${with_kpathsea+set}" = set; then
2952 withval
="$with_kpathsea"
2953 kpathsea_b
=$enableval
2957 if test $kpathsea_b = yes; then
2958 for ac_hdr
in kpathsea
/kpathsea.h
2960 ac_safe
=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2961 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2962 echo "configure:2963: checking for $ac_hdr" >&5
2963 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2964 echo $ac_n "(cached) $ac_c" 1>&6
2966 cat > conftest.
$ac_ext <<EOF
2967 #line 2968 "configure"
2968 #include "confdefs.h"
2971 ac_try
="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2972 { (eval echo configure
:2973: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2973 ac_err
=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2974 if test -z "$ac_err"; then
2976 eval "ac_cv_header_$ac_safe=yes"
2979 echo "configure: failed program was:" >&5
2980 cat conftest.
$ac_ext >&5
2982 eval "ac_cv_header_$ac_safe=no"
2986 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
2987 echo "$ac_t""yes" 1>&6
2988 ac_tr_hdr
=HAVE_
`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
2989 cat >> confdefs.h
<<EOF
2990 #define $ac_tr_hdr 1
2994 echo "$ac_t""no" 1>&6
2998 echo $ac_n "checking for kpse_find_file in -lkpathsea""... $ac_c" 1>&6
2999 echo "configure:3000: checking for kpse_find_file in -lkpathsea" >&5
3000 ac_lib_var
=`echo kpathsea'_'kpse_find_file | sed 'y%./+-%__p_%'`
3001 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3002 echo $ac_n "(cached) $ac_c" 1>&6
3004 ac_save_LIBS
="$LIBS"
3005 LIBS
="-lkpathsea $LIBS"
3006 cat > conftest.
$ac_ext <<EOF
3007 #line 3008 "configure"
3008 #include "confdefs.h"
3009 /* Override any gcc2 internal prototype to avoid an error. */
3013 /* We use char because int might match the return type of a gcc2
3014 builtin and then its argument prototype would still apply. */
3015 char kpse_find_file();
3021 if { (eval echo configure
:3022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3023 eval "ac_cv_lib_$ac_lib_var=yes"
3025 echo "configure: failed program was:" >&5
3026 cat conftest.
$ac_ext >&5
3028 eval "ac_cv_lib_$ac_lib_var=no"
3031 LIBS
="$ac_save_LIBS"
3034 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
3035 echo "$ac_t""yes" 1>&6
3036 ac_tr_lib
=HAVE_LIB
`echo kpathsea | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3037 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3038 cat >> confdefs.h
<<EOF
3039 #define $ac_tr_lib 1
3042 LIBS
="-lkpathsea $LIBS"
3045 echo "$ac_t""no" 1>&6
3048 # urg: kpse_find_tfm is a #define, how to check for this?
3049 # AC_CHECK_LIB(kpathsea, kpse_find_tfm)
3050 # AC_CHECK_FUNCS(kpse_find_file kpse_find_tfm,, AC_STEPMAKE_WARN(Cannot find kpathsea functions. You may have to create TFM files manually.))
3051 for ac_func
in kpse_find_file
3053 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3054 echo "configure:3055: checking for $ac_func" >&5
3055 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3056 echo $ac_n "(cached) $ac_c" 1>&6
3058 cat > conftest.
$ac_ext <<EOF
3059 #line 3060 "configure"
3060 #include "confdefs.h"
3061 /* System header to define __stub macros and hopefully few prototypes,
3062 which can conflict with char $ac_func(); below. */
3064 /* Override any gcc2 internal prototype to avoid an error. */
3068 /* We use char because int might match the return type of a gcc2
3069 builtin and then its argument prototype would still apply. */
3074 /* The GNU C library defines this for functions which it implements
3075 to always fail with ENOSYS. Some functions are actually named
3076 something starting with __ and the normal name is an alias. */
3077 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3085 if { (eval echo configure
:3086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3087 eval "ac_cv_func_$ac_func=yes"
3089 echo "configure: failed program was:" >&5
3090 cat conftest.
$ac_ext >&5
3092 eval "ac_cv_func_$ac_func=no"
3097 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3098 echo "$ac_t""yes" 1>&6
3099 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3100 cat >> confdefs.h
<<EOF
3101 #define $ac_tr_func 1
3105 echo "$ac_t""no" 1>&6
3106 echo "configure: warning: Cannot find kpathsea functions. You may have to create TFM files manually." 1>&2
3113 echo $ac_n "checking whether to use kpathsea""... $ac_c" 1>&6
3114 echo "configure:3115: checking whether to use kpathsea" >&5
3115 if test $kpathsea_b = yes; then
3116 echo "$ac_t""yes" 1>&6
3119 echo "$ac_t""no" 1>&6
3124 cat >> confdefs.h
<<EOF
3125 #define KPATHSEA $KPATHSEA
3130 for ac_prog
in bibtex2html bib2html
3132 # Extract the first word of "$ac_prog", so it can be a program name with args.
3133 set dummy
$ac_prog; ac_word
=$2
3134 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3135 echo "configure:3136: checking for $ac_word" >&5
3136 if eval "test \"`echo '$''{'ac_cv_prog_BIBTEX2HTML'+set}'`\" = set"; then
3137 echo $ac_n "(cached) $ac_c" 1>&6
3139 if test -n "$BIBTEX2HTML"; then
3140 ac_cv_prog_BIBTEX2HTML
="$BIBTEX2HTML" # Let the user override the test.
3142 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3144 for ac_dir
in $ac_dummy; do
3145 test -z "$ac_dir" && ac_dir
=.
3146 if test -f $ac_dir/$ac_word; then
3147 ac_cv_prog_BIBTEX2HTML
="$ac_prog"
3154 BIBTEX2HTML
="$ac_cv_prog_BIBTEX2HTML"
3155 if test -n "$BIBTEX2HTML"; then
3156 echo "$ac_t""$BIBTEX2HTML" 1>&6
3158 echo "$ac_t""no" 1>&6
3161 test -n "$BIBTEX2HTML" && break
3163 test -n "$BIBTEX2HTML" || BIBTEX2HTML
="error"
3165 if test "$BIBTEX2HTML" = "bib2html"; then
3166 BIBTEX2HTML_FLAGS
='$< $(@)'
3168 BIBTEX2HTML_FLAGS
='-o $(@D)/$(*F) $<'
3175 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
3176 echo "configure:3177: checking for 8-bit clean memcmp" >&5
3177 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
3178 echo $ac_n "(cached) $ac_c" 1>&6
3180 if test "$cross_compiling" = yes; then
3181 ac_cv_func_memcmp_clean
=no
3183 cat > conftest.
$ac_ext <<EOF
3184 #line 3185 "configure"
3185 #include "confdefs.h"
3187 extern "C" void exit(int);
3192 char c0 = 0x40, c1 = 0x80, c2 = 0x81;
3193 exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
3197 if { (eval echo configure
:3198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext} && (.
/conftest
; exit) 2>/dev
/null
3199 ac_cv_func_memcmp_clean
=yes
3201 echo "configure: failed program was:" >&5
3202 cat conftest.
$ac_ext >&5
3204 ac_cv_func_memcmp_clean
=no
3211 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
3212 test $ac_cv_func_memcmp_clean = no
&& LIBOBJS
="$LIBOBJS memcmp.${ac_objext}"
3214 echo $ac_n "checking for vprintf""... $ac_c" 1>&6
3215 echo "configure:3216: checking for vprintf" >&5
3216 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
3217 echo $ac_n "(cached) $ac_c" 1>&6
3219 cat > conftest.
$ac_ext <<EOF
3220 #line 3221 "configure"
3221 #include "confdefs.h"
3222 /* System header to define __stub macros and hopefully few prototypes,
3223 which can conflict with char vprintf(); below. */
3225 /* Override any gcc2 internal prototype to avoid an error. */
3229 /* We use char because int might match the return type of a gcc2
3230 builtin and then its argument prototype would still apply. */
3235 /* The GNU C library defines this for functions which it implements
3236 to always fail with ENOSYS. Some functions are actually named
3237 something starting with __ and the normal name is an alias. */
3238 #if defined (__stub_vprintf) || defined (__stub___vprintf)
3246 if { (eval echo configure
:3247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3248 eval "ac_cv_func_vprintf=yes"
3250 echo "configure: failed program was:" >&5
3251 cat conftest.
$ac_ext >&5
3253 eval "ac_cv_func_vprintf=no"
3258 if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
3259 echo "$ac_t""yes" 1>&6
3260 cat >> confdefs.h
<<\EOF
3261 #define HAVE_VPRINTF 1
3265 echo "$ac_t""no" 1>&6
3268 if test "$ac_cv_func_vprintf" != yes; then
3269 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
3270 echo "configure:3271: checking for _doprnt" >&5
3271 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
3272 echo $ac_n "(cached) $ac_c" 1>&6
3274 cat > conftest.
$ac_ext <<EOF
3275 #line 3276 "configure"
3276 #include "confdefs.h"
3277 /* System header to define __stub macros and hopefully few prototypes,
3278 which can conflict with char _doprnt(); below. */
3280 /* Override any gcc2 internal prototype to avoid an error. */
3284 /* We use char because int might match the return type of a gcc2
3285 builtin and then its argument prototype would still apply. */
3290 /* The GNU C library defines this for functions which it implements
3291 to always fail with ENOSYS. Some functions are actually named
3292 something starting with __ and the normal name is an alias. */
3293 #if defined (__stub__doprnt) || defined (__stub____doprnt)
3301 if { (eval echo configure
:3302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3303 eval "ac_cv_func__doprnt=yes"
3305 echo "configure: failed program was:" >&5
3306 cat conftest.
$ac_ext >&5
3308 eval "ac_cv_func__doprnt=no"
3313 if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
3314 echo "$ac_t""yes" 1>&6
3315 cat >> confdefs.h
<<\EOF
3316 #define HAVE_DOPRNT 1
3320 echo "$ac_t""no" 1>&6
3325 for ac_func
in memmem snprintf vsnprintf
gettext isinf
3327 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
3328 echo "configure:3329: checking for $ac_func" >&5
3329 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
3330 echo $ac_n "(cached) $ac_c" 1>&6
3332 cat > conftest.
$ac_ext <<EOF
3333 #line 3334 "configure"
3334 #include "confdefs.h"
3335 /* System header to define __stub macros and hopefully few prototypes,
3336 which can conflict with char $ac_func(); below. */
3338 /* Override any gcc2 internal prototype to avoid an error. */
3342 /* We use char because int might match the return type of a gcc2
3343 builtin and then its argument prototype would still apply. */
3348 /* The GNU C library defines this for functions which it implements
3349 to always fail with ENOSYS. Some functions are actually named
3350 something starting with __ and the normal name is an alias. */
3351 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3359 if { (eval echo configure
:3360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest
${ac_exeext}; then
3361 eval "ac_cv_func_$ac_func=yes"
3363 echo "configure: failed program was:" >&5
3364 cat conftest.
$ac_ext >&5
3366 eval "ac_cv_func_$ac_func=no"
3371 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
3372 echo "$ac_t""yes" 1>&6
3373 ac_tr_func
=HAVE_
`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
3374 cat >> confdefs.h
<<EOF
3375 #define $ac_tr_func 1
3379 echo "$ac_t""no" 1>&6
3384 cat >> confdefs.h
<<EOF
3385 #define TOPLEVEL_VERSION "${FULL_VERSION}"
3388 cat >> confdefs.h
<<EOF
3389 #define FLOWER_VERSION "${FULL_FLOWER_VERSION}"
3393 for ac_prog
in makeinfo
3395 # Extract the first word of "$ac_prog", so it can be a program name with args.
3396 set dummy
$ac_prog; ac_word
=$2
3397 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3398 echo "configure:3399: checking for $ac_word" >&5
3399 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
3400 echo $ac_n "(cached) $ac_c" 1>&6
3402 if test -n "$MAKEINFO"; then
3403 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
3405 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3407 for ac_dir
in $ac_dummy; do
3408 test -z "$ac_dir" && ac_dir
=.
3409 if test -f $ac_dir/$ac_word; then
3410 ac_cv_prog_MAKEINFO
="$ac_prog"
3417 MAKEINFO
="$ac_cv_prog_MAKEINFO"
3418 if test -n "$MAKEINFO"; then
3419 echo "$ac_t""$MAKEINFO" 1>&6
3421 echo "$ac_t""no" 1>&6
3424 test -n "$MAKEINFO" && break
3426 test -n "$MAKEINFO" || MAKEINFO
="error"
3428 # Extract the first word of "perl", so it can be a program name with args.
3429 set dummy perl
; ac_word
=$2
3430 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
3431 echo "configure:3432: checking for $ac_word" >&5
3432 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
3433 echo $ac_n "(cached) $ac_c" 1>&6
3437 ac_cv_path_PERL
="$PERL" # Let the user override the test with a path.
3440 ac_cv_path_PERL
="$PERL" # Let the user override the test with a dos path.
3443 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3445 for ac_dir
in $ac_dummy; do
3446 test -z "$ac_dir" && ac_dir
=.
3447 if test -f $ac_dir/$ac_word; then
3448 ac_cv_path_PERL
="$ac_dir/$ac_word"
3453 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL
="error"
3457 PERL
="$ac_cv_path_PERL"
3458 if test -n "$PERL"; then
3459 echo "$ac_t""$PERL" 1>&6
3461 echo "$ac_t""no" 1>&6
3467 cat > confcache
<<\EOF
3468 # This file is a shell script that caches the results of configure
3469 # tests run on this system so they can be shared between configure
3470 # scripts and configure runs. It is not useful on other systems.
3471 # If it contains results you don't want to keep, you may remove or edit it.
3473 # By default, configure uses ./config.cache as the cache file,
3474 # creating it if it does not exist already. You can give configure
3475 # the --cache-file=FILE option to use a different cache file; that is
3476 # what configure does when it calls configure scripts in
3477 # subdirectories, so they share the cache.
3478 # Giving --cache-file=/dev/null disables caching, for debugging configure.
3479 # config.status only pays attention to the cache file if you give it the
3480 # --recheck option to rerun configure.
3483 # The following way of writing the cache mishandles newlines in values,
3484 # but we know of no workaround that is simple, portable, and efficient.
3485 # So, don't put newlines in cache variables' values.
3486 # Ultrix sh set writes to stderr and can't be redirected directly,
3487 # and sets the high bit in the cache file unless we assign to the vars.
3489 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3491 # `set' does not quote correctly, so add quotes (double-quote substitution
3492 # turns \\\\ into \\, and sed turns \\ into \).
3494 -e "s/'/'\\\\''/g" \
3495 -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
3498 # `set' quotes correctly as required by POSIX, so do not add quotes.
3499 sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
3502 if cmp -s $cache_file confcache
; then
3505 if test -w $cache_file; then
3506 echo "updating cache $cache_file"
3507 cat confcache
> $cache_file
3509 echo "not updating unwritable cache $cache_file"
3514 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
3516 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
3517 # Let make expand exec_prefix.
3518 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
3520 # Any assignment to VPATH causes Sun make to only execute
3521 # the first set of double-colon rules, so remove it if not needed.
3522 # If there is a colon in the path, we need to keep it.
3523 if test "x$srcdir" = x.
; then
3524 ac_vpsub
='/^[ ]*VPATH[ ]*=[^:]*$/d'
3527 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
3529 DEFS
=-DHAVE_CONFIG_H
3531 # Without the "./", some shells look in PATH for config.status.
3532 : ${CONFIG_STATUS=./config.status}
3534 echo creating
$CONFIG_STATUS
3535 rm -f $CONFIG_STATUS
3536 cat > $CONFIG_STATUS <<EOF
3538 # Generated automatically by configure.
3539 # Run this file to recreate the current configuration.
3540 # This directory was configured as follows,
3541 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
3543 # $0 $ac_configure_args
3545 # Compiler output produced by configure, useful for debugging
3546 # configure, is in ./config.log if it exists.
3548 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
3551 case "\$ac_option" in
3552 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3553 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
3554 exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
3555 -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
3556 echo "$CONFIG_STATUS generated by autoconf version 2.13"
3558 -help | --help | --hel | --he | --h)
3559 echo "\$ac_cs_usage"; exit 0 ;;
3560 *) echo "\$ac_cs_usage"; exit 1 ;;
3564 ac_given_srcdir=$srcdir
3566 trap 'rm -fr `echo "$CONFIGFILE.make:config.make.in $CONFIGFILE.h:config.hh.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
3568 cat >> $CONFIG_STATUS <<EOF
3570 # Protect against being on the right side of a sed subst in config.status.
3571 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
3572 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
3576 s%@CFLAGS@%$CFLAGS%g
3577 s%@CPPFLAGS@%$CPPFLAGS%g
3578 s%@CXXFLAGS@%$CXXFLAGS%g
3579 s%@FFLAGS@%$FFLAGS%g
3581 s%@LDFLAGS@%$LDFLAGS%g
3583 s%@exec_prefix@%$exec_prefix%g
3584 s%@prefix@%$prefix%g
3585 s%@program_transform_name@%$program_transform_name%g
3586 s%@bindir@%$bindir%g
3587 s%@sbindir@%$sbindir%g
3588 s%@libexecdir@%$libexecdir%g
3589 s%@datadir@%$datadir%g
3590 s%@sysconfdir@%$sysconfdir%g
3591 s%@sharedstatedir@%$sharedstatedir%g
3592 s%@localstatedir@%$localstatedir%g
3593 s%@libdir@%$libdir%g
3594 s%@includedir@%$includedir%g
3595 s%@oldincludedir@%$oldincludedir%g
3596 s%@infodir@%$infodir%g
3597 s%@mandir@%$mandir%g
3598 s%@builddir@%$builddir%g
3599 s%@stepmake@%$stepmake%g
3600 s%@package@%$package%g
3601 s%@PACKAGE@%$PACKAGE%g
3602 s%@PACKAGE_NAME@%$PACKAGE_NAME%g
3603 s%@package_depth@%$package_depth%g
3604 s%@AUTOGENERATE@%$AUTOGENERATE%g
3605 s%@CONFIGSUFFIX@%$CONFIGSUFFIX%g
3607 s%@host_alias@%$host_alias%g
3608 s%@host_cpu@%$host_cpu%g
3609 s%@host_vendor@%$host_vendor%g
3610 s%@host_os@%$host_os%g
3615 s%@PYTHON@%$PYTHON%g
3616 s%@program_prefix@%$program_prefix%g
3617 s%@program_suffix@%$program_suffix%g
3621 s%@INSTALL@%$INSTALL%g
3622 s%@PATHSEP@%$PATHSEP%g
3623 s%@DIRSEP@%$DIRSEP%g
3624 s%@DIR_DATADIR@%$DIR_DATADIR%g
3625 s%@subdirs@%$subdirs%g
3628 s%@cross_compiling@%$cross_compiling%g
3629 s%@ICFLAGS@%$ICFLAGS%g
3630 s%@ILDFLAGS@%$ILDFLAGS%g
3631 s%@DEFINES@%$DEFINES%g
3632 s%@EXTRA_LIBES@%$EXTRA_LIBES%g
3635 s%@CXXCPP@%$CXXCPP%g
3640 s%@RANLIB@%$RANLIB%g
3641 s%@localedir@%$localedir%g
3642 s%@DIR_LOCALEDIR@%$DIR_LOCALEDIR%g
3643 s%@MSGFMT@%$MSGFMT%g
3644 s%@METAFONT@%$METAFONT%g
3646 s%@METAPOST@%$METAPOST%g
3648 s%@INIMETAFONT@%$INIMETAFONT%g
3649 s%@INIMFONT@%$INIMFONT%g
3650 s%@INIMETAPOST@%$INIMETAPOST%g
3651 s%@INIMPOST@%$INIMPOST%g
3652 s%@MFMODE@%$MFMODE%g
3653 s%@MFPLAIN_MP@%$MFPLAIN_MP%g
3654 s%@INIMETAPOST_FLAGS@%$INIMETAPOST_FLAGS%g
3655 s%@KPSEWHICH@%$KPSEWHICH%g
3656 s%@TFM_PATH@%$TFM_PATH%g
3657 s%@GUILE_CFLAGS@%$GUILE_CFLAGS%g
3658 s%@GUILE_LDFLAGS@%$GUILE_LDFLAGS%g
3660 s%@KPATHSEA@%$KPATHSEA%g
3661 s%@BIBTEX2HTML@%$BIBTEX2HTML%g
3662 s%@BIBTEX2HTML_FLAGS@%$BIBTEX2HTML_FLAGS%g
3663 s%@LIBOBJS@%$LIBOBJS%g
3664 s%@MAKEINFO@%$MAKEINFO%g
3670 cat >> $CONFIG_STATUS <<\EOF
3672 # Split the substitutions into bite-sized pieces for seds with
3673 # small command number limits, like on Digital OSF/1 and HP-UX.
3674 ac_max_sed_cmds
=90 # Maximum number of lines to put in a sed script.
3675 ac_file
=1 # Number of current file.
3676 ac_beg
=1 # First line for current file.
3677 ac_end
=$ac_max_sed_cmds # Line after last line for current file.
3680 while $ac_more_lines; do
3681 if test $ac_beg -gt 1; then
3682 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs
> conftest.s
$ac_file
3684 sed "${ac_end}q" conftest.subs
> conftest.s
$ac_file
3686 if test ! -s conftest.s
$ac_file; then
3688 rm -f conftest.s
$ac_file
3690 if test -z "$ac_sed_cmds"; then
3691 ac_sed_cmds
="sed -f conftest.s$ac_file"
3693 ac_sed_cmds
="$ac_sed_cmds | sed -f conftest.s$ac_file"
3695 ac_file
=`expr $ac_file + 1`
3697 ac_end
=`expr $ac_end + $ac_max_sed_cmds`
3700 if test -z "$ac_sed_cmds"; then
3705 cat >> $CONFIG_STATUS <<EOF
3707 CONFIG_FILES=\${CONFIG_FILES-"$CONFIGFILE.make:config.make.in"}
3709 cat >> $CONFIG_STATUS <<\EOF
3710 for ac_file
in ..
$CONFIG_FILES; do if test "x$ac_file" != x..
; then
3711 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3713 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
3714 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
3715 *) ac_file_in
="${ac_file}.in" ;;
3718 # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
3720 # Remove last slash and all that follows it. Not all systems have dirname.
3721 ac_dir
=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
3722 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .
; then
3723 # The file is in a subdirectory.
3724 test ! -d "$ac_dir" && mkdir
"$ac_dir"
3725 ac_dir_suffix
="/`echo $ac_dir|sed 's%^\./%%'`"
3726 # A "../" for each directory in $ac_dir_suffix.
3727 ac_dots
=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
3729 ac_dir_suffix
= ac_dots
=
3732 case "$ac_given_srcdir" in
3734 if test -z "$ac_dots"; then top_srcdir
=.
3735 else top_srcdir
=`echo $ac_dots|sed 's%/$%%'`; fi ;;
3736 /*) srcdir
="$ac_given_srcdir$ac_dir_suffix"; top_srcdir
="$ac_given_srcdir" ;;
3738 srcdir
="$ac_dots$ac_given_srcdir$ac_dir_suffix"
3739 top_srcdir
="$ac_dots$ac_given_srcdir" ;;
3743 echo creating
"$ac_file"
3745 configure_input
="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
3747 *Makefile
*) ac_comsub
="1i\\
3748 # $configure_input" ;;
3752 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3754 s%@configure_input@%$configure_input%g
3755 s%@srcdir@%$srcdir%g
3756 s%@top_srcdir@%$top_srcdir%g
3757 " $ac_file_inputs |
(eval "$ac_sed_cmds") > $ac_file
3761 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
3762 # NAME is the cpp macro being defined and VALUE is the value it is being given.
3764 # ac_d sets the value in "#define NAME VALUE" lines.
3765 ac_dA
='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
3766 ac_dB
='\([ ][ ]*\)[^ ]*%\1#\2'
3769 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
3770 ac_uA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3771 ac_uB
='\([ ]\)%\1#\2define\3'
3774 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
3775 ac_eA
='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
3776 ac_eB
='$%\1#\2define\3'
3780 if test "${CONFIG_HEADERS+set}" != set; then
3782 cat >> $CONFIG_STATUS <<EOF
3783 CONFIG_HEADERS="$CONFIGFILE.h:config.hh.in"
3785 cat >> $CONFIG_STATUS <<\EOF
3787 for ac_file
in ..
$CONFIG_HEADERS; do if test "x$ac_file" != x..
; then
3788 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3790 *:*) ac_file_in
=`echo "$ac_file"|sed 's%[^:]*:%%'`
3791 ac_file
=`echo "$ac_file"|sed 's%:.*%%'` ;;
3792 *) ac_file_in
="${ac_file}.in" ;;
3795 echo creating
$ac_file
3797 rm -f conftest.frag conftest.
in conftest.out
3798 ac_file_inputs
=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
3799 cat $ac_file_inputs > conftest.
in
3803 # Transform confdefs.h into a sed script conftest.vals that substitutes
3804 # the proper values into config.h.in to produce config.h. And first:
3805 # Protect against being on the right side of a sed subst in config.status.
3806 # Protect against being in an unquoted here document in config.status.
3808 cat > conftest.hdr
<<\EOF
3811 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
3815 sed -n -f conftest.hdr confdefs.h > conftest.vals
3818 # This sed command replaces #undef with comments. This is necessary, for
3819 # example, in the case of _POSIX_SOURCE, which is predefined and required
3820 # on some systems where configure will not decide to define it.
3821 cat >> conftest.vals <<\EOF
3822 s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
3825 # Break up conftest.vals because some shells have a limit on
3826 # the size of here documents, and old seds have small limits too.
3831 ac_lines=`grep -c . conftest.vals
`
3832 # grep -c gives empty output for an empty file on some AIX systems.
3833 if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
3834 # Write a limited-size here document to conftest.frag.
3835 echo ' cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
3836 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3838 sed -f conftest.frag conftest.in > conftest.out
3840 mv conftest.out conftest.in
3842 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3844 mv conftest.tail conftest.vals
3848 cat >> $CONFIG_STATUS <<\EOF
3849 rm -f conftest.frag conftest.h
3850 echo "/* $ac_file. Generated automatically by configure. */" > conftest.h
3851 cat conftest.in >> conftest.h
3853 if cmp -s $ac_file conftest.h 2>/dev/null; then
3854 echo "$ac_file is unchanged"
3857 # Remove last slash and all that follows it. Not all systems have dirname.
3858 ac_dir=`echo $ac_file|
sed 's%/[^/][^/]*$%%'`
3859 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
3860 # The file is in a subdirectory.
3861 test ! -d "$ac_dir" && mkdir "$ac_dir"
3864 mv conftest.h $ac_file
3869 cat >> $CONFIG_STATUS <<EOF
3872 cat >> $CONFIG_STATUS <<\EOF
3876 chmod +x $CONFIG_STATUS
3877 rm -fr confdefs* $ac_clean_files
3878 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
3880 if test "$no_recursion" != yes; then
3882 # Remove --cache-file and --srcdir arguments so they do not pile up.
3883 ac_sub_configure_args=
3885 for ac_arg in $ac_configure_args; do
3886 if test -n "$ac_prev"; then
3891 -cache-file | --cache-file | --cache-fil | --cache-fi \
3892 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
3893 ac_prev=cache_file ;;
3894 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
3895 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
3897 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3899 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3901 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
3905 for ac_config_dir in stepmake; do
3907 # Do not complain, so a configure script can configure whichever
3908 # parts of a large source tree are present.
3909 if test ! -d $srcdir/$ac_config_dir; then
3913 echo configuring in $ac_config_dir
3918 if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :;
3920 { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; }
3928 # A "../" for each directory in /$ac_config_dir.
3929 ac_dots=`echo $ac_config_dir|
sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'`
3932 .) # No --srcdir option. We are building in place.
3933 ac_sub_srcdir=$srcdir ;;
3934 /*) # Absolute path.
3935 ac_sub_srcdir=$srcdir/$ac_config_dir ;;
3937 ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;;
3940 # Check for guested configure; otherwise get Cygnus style configure.
3941 if test -f $ac_sub_srcdir/configure; then
3942 ac_sub_configure=$ac_sub_srcdir/configure
3943 elif test -f $ac_sub_srcdir/configure.in; then
3944 ac_sub_configure=$ac_configure
3946 echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2
3950 # The recursion is here.
3951 if test -n "$ac_sub_configure"; then
3953 # Make the cache file name correct relative to the subdirectory.
3954 case "$cache_file" in
3955 /*) ac_sub_cache_file=$cache_file ;;
3957 ac_sub_cache_file="$ac_dots$cache_file" ;;
3960 echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
3961 # The eval makes quoting arguments work.
3962 if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
3965 { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; }
3974 # regular in-place build
3975 # test for srcdir_build = yes ?
3976 if test "$builddir" = "."; then
3977 rm -f $srcdir/GNUmakefile
3978 cp $srcdir/GNUmakefile.in $srcdir/GNUmakefile
3979 chmod 444 $srcdir/GNUmakefile
3980 else # --srcdir build
3982 cp $srcdir/make/srcdir.make.in GNUmakefile
3983 chmod 444 GNUmakefile
3990 make all to build LilyPond
3991 make install to install LilyPond
3992 make help to see all possible targets
3994 Do not worry if ./Documentation or ./mutopia should not build.