]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/configure
release: 1.1.23
[lilypond.git] / stepmake / configure
1 #! /bin/sh
2
3 ac_help="$ac_help
4   --with-gtkmm-prefix=PREFIX
5                           Prefix where GTK-- is installed (optional)"
6 # Check whether --with-gtkmm-prefix or --without-gtkmm-prefix was given.
7 if test "${with_gtkmm_prefix+set}" = set; then
8   withval="$with_gtkmm_prefix"
9   gtkmm_config_prefix="$withval"
10 else
11   gtkmm_config_prefix=""
12 fi
13
14 ac_help="$ac_help
15   --with-gtkmm-exec-prefix=PREFIX
16                           Exec prefix where GTK-- is installed (optional)"
17 # Check whether --with-gtkmm-exec-prefix or --without-gtkmm-exec-prefix was given.
18 if test "${with_gtkmm_exec_prefix+set}" = set; then
19   withval="$with_gtkmm_exec_prefix"
20   gtkmm_config_exec_prefix="$withval"
21 else
22   gtkmm_config_exec_prefix=""
23 fi
24
25 ac_help="$ac_help
26   --disable-gtkmmtest     Do not try to compile and run a test GTK-- program"
27 # Check whether --enable-gtkmmtest or --disable-gtkmmtest was given.
28 if test "${enable_gtkmmtest+set}" = set; then
29   enableval="$enable_gtkmmtest"
30   :
31 else
32   enable_gtkmmtest=yes
33 fi
34
35
36   if test x$gtkmm_config_exec_prefix != x ; then
37      gtkmm_config_args="$gtkmm_config_args --exec-prefix=$gtkmm_config_exec_prefix"
38      if test x${GTKMM_CONFIG+set} != xset ; then
39         GTKMM_CONFIG=$gtkmm_config_exec_prefix/bin/gtkmm-config
40      fi
41   fi
42   if test x$gtkmm_config_prefix != x ; then
43      gtkmm_config_args="$gtkmm_config_args --prefix=$gtkmm_config_prefix"
44      if test x${GTKMM_CONFIG+set} != xset ; then
45         GTKMM_CONFIG=$gtkmm_config_prefix/bin/gtkmm-config
46      fi
47   fi
48
49
50
51
52 # Configure paths for GTK--DRAW
53 # Derek Quinn Wyatt   98-08-21  (adapted from Jan Nieuwenhuizen's code)
54
55
56
57 # Guess values for system-dependent variables and create Makefiles.
58 # Generated automatically using autoconf version 2.12 
59 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
60 #
61 # This configure script is free software; the Free Software Foundation
62 # gives unlimited permission to copy, distribute and modify it.
63
64 # Defaults:
65 ac_help=
66 ac_default_prefix=/usr/local
67 # Any additions from configure.in:
68 ac_help="$ac_help
69   enable-config=FILE      put configure settings in config-FILE.make"
70 ac_help="$ac_help
71   with-localedir=LOCALE   use LOCALE as locale dir. Default: PREFIX/share/locale "
72 ac_help="$ac_help
73   with-lang=LANG          use LANG as language to emit messages"
74
75 # Initialize some variables set by options.
76 # The variables have the same names as the options, with
77 # dashes changed to underlines.
78 build=NONE
79 cache_file=./config.cache
80 exec_prefix=NONE
81 host=NONE
82 no_create=
83 nonopt=NONE
84 no_recursion=
85 prefix=NONE
86 program_prefix=NONE
87 program_suffix=NONE
88 program_transform_name=s,x,x,
89 silent=
90 site=
91 srcdir=
92 target=NONE
93 verbose=
94 x_includes=NONE
95 x_libraries=NONE
96 bindir='${exec_prefix}/bin'
97 sbindir='${exec_prefix}/sbin'
98 libexecdir='${exec_prefix}/libexec'
99 datadir='${prefix}/share'
100 sysconfdir='${prefix}/etc'
101 sharedstatedir='${prefix}/com'
102 localstatedir='${prefix}/var'
103 libdir='${exec_prefix}/lib'
104 includedir='${prefix}/include'
105 oldincludedir='/usr/include'
106 infodir='${prefix}/info'
107 mandir='${prefix}/man'
108
109 # Initialize some other variables.
110 subdirs=
111 MFLAGS= MAKEFLAGS=
112 # Maximum number of lines to put in a shell here document.
113 ac_max_here_lines=12
114
115 ac_prev=
116 for ac_option
117 do
118
119   # If the previous option needs an argument, assign it.
120   if test -n "$ac_prev"; then
121     eval "$ac_prev=\$ac_option"
122     ac_prev=
123     continue
124   fi
125
126   case "$ac_option" in
127   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
128   *) ac_optarg= ;;
129   esac
130
131   # Accept the important Cygnus configure options, so we can diagnose typos.
132
133   case "$ac_option" in
134
135   -bindir | --bindir | --bindi | --bind | --bin | --bi)
136     ac_prev=bindir ;;
137   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
138     bindir="$ac_optarg" ;;
139
140   -build | --build | --buil | --bui | --bu)
141     ac_prev=build ;;
142   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
143     build="$ac_optarg" ;;
144
145   -cache-file | --cache-file | --cache-fil | --cache-fi \
146   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
147     ac_prev=cache_file ;;
148   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
149   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
150     cache_file="$ac_optarg" ;;
151
152   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
153     ac_prev=datadir ;;
154   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
155   | --da=*)
156     datadir="$ac_optarg" ;;
157
158   -disable-* | --disable-*)
159     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
160     # Reject names that are not valid shell variable names.
161     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
162       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
163     fi
164     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
165     eval "enable_${ac_feature}=no" ;;
166
167   -enable-* | --enable-*)
168     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
169     # Reject names that are not valid shell variable names.
170     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
171       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
172     fi
173     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
174     case "$ac_option" in
175       *=*) ;;
176       *) ac_optarg=yes ;;
177     esac
178     eval "enable_${ac_feature}='$ac_optarg'" ;;
179
180   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
181   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
182   | --exec | --exe | --ex)
183     ac_prev=exec_prefix ;;
184   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
185   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
186   | --exec=* | --exe=* | --ex=*)
187     exec_prefix="$ac_optarg" ;;
188
189   -gas | --gas | --ga | --g)
190     # Obsolete; use --with-gas.
191     with_gas=yes ;;
192
193   -help | --help | --hel | --he)
194     # Omit some internal or obsolete options to make the list less imposing.
195     # This message is too long to be a string in the A/UX 3.1 sh.
196     cat << EOF
197 Usage: configure [options] [host]
198 Options: [defaults in brackets after descriptions]
199 Configuration:
200   --cache-file=FILE       cache test results in FILE
201   --help                  print this message
202   --no-create             do not create output files
203   --quiet, --silent       do not print \`checking...' messages
204   --version               print the version of autoconf that created configure
205 Directory and file names:
206   --prefix=PREFIX         install architecture-independent files in PREFIX
207                           [$ac_default_prefix]
208   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
209                           [same as prefix]
210   --bindir=DIR            user executables in DIR [EPREFIX/bin]
211   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
212   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
213   --datadir=DIR           read-only architecture-independent data in DIR
214                           [PREFIX/share]
215   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
216   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
217                           [PREFIX/com]
218   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
219   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
220   --includedir=DIR        C header files in DIR [PREFIX/include]
221   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
222   --infodir=DIR           info documentation in DIR [PREFIX/info]
223   --mandir=DIR            man documentation in DIR [PREFIX/man]
224   --srcdir=DIR            find the sources in DIR [configure dir or ..]
225   --program-prefix=PREFIX prepend PREFIX to installed program names
226   --program-suffix=SUFFIX append SUFFIX to installed program names
227   --program-transform-name=PROGRAM
228                           run sed PROGRAM on installed program names
229 EOF
230     cat << EOF
231 Host type:
232   --build=BUILD           configure for building on BUILD [BUILD=HOST]
233   --host=HOST             configure for HOST [guessed]
234   --target=TARGET         configure for TARGET [TARGET=HOST]
235 Features and packages:
236   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
237   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
238   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
239   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
240   --x-includes=DIR        X include files are in DIR
241   --x-libraries=DIR       X library files are in DIR
242 EOF
243     if test -n "$ac_help"; then
244       echo "--enable and --with options recognized:$ac_help"
245     fi
246     exit 0 ;;
247
248   -host | --host | --hos | --ho)
249     ac_prev=host ;;
250   -host=* | --host=* | --hos=* | --ho=*)
251     host="$ac_optarg" ;;
252
253   -includedir | --includedir | --includedi | --included | --include \
254   | --includ | --inclu | --incl | --inc)
255     ac_prev=includedir ;;
256   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
257   | --includ=* | --inclu=* | --incl=* | --inc=*)
258     includedir="$ac_optarg" ;;
259
260   -infodir | --infodir | --infodi | --infod | --info | --inf)
261     ac_prev=infodir ;;
262   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
263     infodir="$ac_optarg" ;;
264
265   -libdir | --libdir | --libdi | --libd)
266     ac_prev=libdir ;;
267   -libdir=* | --libdir=* | --libdi=* | --libd=*)
268     libdir="$ac_optarg" ;;
269
270   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
271   | --libexe | --libex | --libe)
272     ac_prev=libexecdir ;;
273   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
274   | --libexe=* | --libex=* | --libe=*)
275     libexecdir="$ac_optarg" ;;
276
277   -localstatedir | --localstatedir | --localstatedi | --localstated \
278   | --localstate | --localstat | --localsta | --localst \
279   | --locals | --local | --loca | --loc | --lo)
280     ac_prev=localstatedir ;;
281   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
282   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
283   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
284     localstatedir="$ac_optarg" ;;
285
286   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
287     ac_prev=mandir ;;
288   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
289     mandir="$ac_optarg" ;;
290
291   -nfp | --nfp | --nf)
292     # Obsolete; use --without-fp.
293     with_fp=no ;;
294
295   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
296   | --no-cr | --no-c)
297     no_create=yes ;;
298
299   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
300   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
301     no_recursion=yes ;;
302
303   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
304   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
305   | --oldin | --oldi | --old | --ol | --o)
306     ac_prev=oldincludedir ;;
307   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
308   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
309   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
310     oldincludedir="$ac_optarg" ;;
311
312   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
313     ac_prev=prefix ;;
314   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
315     prefix="$ac_optarg" ;;
316
317   -program-prefix | --program-prefix | --program-prefi | --program-pref \
318   | --program-pre | --program-pr | --program-p)
319     ac_prev=program_prefix ;;
320   -program-prefix=* | --program-prefix=* | --program-prefi=* \
321   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
322     program_prefix="$ac_optarg" ;;
323
324   -program-suffix | --program-suffix | --program-suffi | --program-suff \
325   | --program-suf | --program-su | --program-s)
326     ac_prev=program_suffix ;;
327   -program-suffix=* | --program-suffix=* | --program-suffi=* \
328   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
329     program_suffix="$ac_optarg" ;;
330
331   -program-transform-name | --program-transform-name \
332   | --program-transform-nam | --program-transform-na \
333   | --program-transform-n | --program-transform- \
334   | --program-transform | --program-transfor \
335   | --program-transfo | --program-transf \
336   | --program-trans | --program-tran \
337   | --progr-tra | --program-tr | --program-t)
338     ac_prev=program_transform_name ;;
339   -program-transform-name=* | --program-transform-name=* \
340   | --program-transform-nam=* | --program-transform-na=* \
341   | --program-transform-n=* | --program-transform-=* \
342   | --program-transform=* | --program-transfor=* \
343   | --program-transfo=* | --program-transf=* \
344   | --program-trans=* | --program-tran=* \
345   | --progr-tra=* | --program-tr=* | --program-t=*)
346     program_transform_name="$ac_optarg" ;;
347
348   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
349   | -silent | --silent | --silen | --sile | --sil)
350     silent=yes ;;
351
352   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
353     ac_prev=sbindir ;;
354   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
355   | --sbi=* | --sb=*)
356     sbindir="$ac_optarg" ;;
357
358   -sharedstatedir | --sharedstatedir | --sharedstatedi \
359   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
360   | --sharedst | --shareds | --shared | --share | --shar \
361   | --sha | --sh)
362     ac_prev=sharedstatedir ;;
363   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
364   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
365   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
366   | --sha=* | --sh=*)
367     sharedstatedir="$ac_optarg" ;;
368
369   -site | --site | --sit)
370     ac_prev=site ;;
371   -site=* | --site=* | --sit=*)
372     site="$ac_optarg" ;;
373
374   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
375     ac_prev=srcdir ;;
376   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
377     srcdir="$ac_optarg" ;;
378
379   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
380   | --syscon | --sysco | --sysc | --sys | --sy)
381     ac_prev=sysconfdir ;;
382   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
383   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
384     sysconfdir="$ac_optarg" ;;
385
386   -target | --target | --targe | --targ | --tar | --ta | --t)
387     ac_prev=target ;;
388   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
389     target="$ac_optarg" ;;
390
391   -v | -verbose | --verbose | --verbos | --verbo | --verb)
392     verbose=yes ;;
393
394   -version | --version | --versio | --versi | --vers)
395     echo "configure generated by autoconf version 2.12"
396     exit 0 ;;
397
398   -with-* | --with-*)
399     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
400     # Reject names that are not valid shell variable names.
401     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
402       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
403     fi
404     ac_package=`echo $ac_package| sed 's/-/_/g'`
405     case "$ac_option" in
406       *=*) ;;
407       *) ac_optarg=yes ;;
408     esac
409     eval "with_${ac_package}='$ac_optarg'" ;;
410
411   -without-* | --without-*)
412     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
413     # Reject names that are not valid shell variable names.
414     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
415       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
416     fi
417     ac_package=`echo $ac_package| sed 's/-/_/g'`
418     eval "with_${ac_package}=no" ;;
419
420   --x)
421     # Obsolete; use --with-x.
422     with_x=yes ;;
423
424   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
425   | --x-incl | --x-inc | --x-in | --x-i)
426     ac_prev=x_includes ;;
427   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
428   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
429     x_includes="$ac_optarg" ;;
430
431   -x-libraries | --x-libraries | --x-librarie | --x-librari \
432   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
433     ac_prev=x_libraries ;;
434   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
435   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
436     x_libraries="$ac_optarg" ;;
437
438   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
439     ;;
440
441   *)
442     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
443       echo "configure: warning: $ac_option: invalid host type" 1>&2
444     fi
445     if test "x$nonopt" != xNONE; then
446       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
447     fi
448     nonopt="$ac_option"
449     ;;
450
451   esac
452 done
453
454 if test -n "$ac_prev"; then
455   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
456 fi
457
458 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
459
460 # File descriptor usage:
461 # 0 standard input
462 # 1 file creation
463 # 2 errors and warnings
464 # 3 some systems may open it to /dev/tty
465 # 4 used on the Kubota Titan
466 # 6 checking for... messages and results
467 # 5 compiler messages saved in config.log
468 if test "$silent" = yes; then
469   exec 6>/dev/null
470 else
471   exec 6>&1
472 fi
473 exec 5>./config.log
474
475 echo "\
476 This file contains any messages produced by compilers while
477 running configure, to aid debugging if configure makes a mistake.
478 " 1>&5
479
480 # Strip out --no-create and --no-recursion so they do not pile up.
481 # Also quote any args containing shell metacharacters.
482 ac_configure_args=
483 for ac_arg
484 do
485   case "$ac_arg" in
486   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
487   | --no-cr | --no-c) ;;
488   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
489   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
490   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
491   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
492   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
493   esac
494 done
495
496 # NLS nuisances.
497 # Only set these to C if already set.  These must not be set unconditionally
498 # because not all systems understand e.g. LANG=C (notably SCO).
499 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
500 # Non-C LC_CTYPE values break the ctype check.
501 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
502 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
503 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
504 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
505
506 # confdefs.h avoids OS command line length limits that DEFS can exceed.
507 rm -rf conftest* confdefs.h
508 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
509 echo > confdefs.h
510
511 # A filename unique to this package, relative to the directory that
512 # configure is in, which we can look for to find out if srcdir is correct.
513 ac_unique_file=make/stepmake.lsm.in
514
515 # Find the source files, if location was not specified.
516 if test -z "$srcdir"; then
517   ac_srcdir_defaulted=yes
518   # Try the directory containing this script, then its parent.
519   ac_prog=$0
520   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
521   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
522   srcdir=$ac_confdir
523   if test ! -r $srcdir/$ac_unique_file; then
524     srcdir=..
525   fi
526 else
527   ac_srcdir_defaulted=no
528 fi
529 if test ! -r $srcdir/$ac_unique_file; then
530   if test "$ac_srcdir_defaulted" = yes; then
531     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
532   else
533     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
534   fi
535 fi
536 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
537
538 # Prefer explicitly selected file to automatically selected ones.
539 if test -z "$CONFIG_SITE"; then
540   if test "x$prefix" != xNONE; then
541     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
542   else
543     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
544   fi
545 fi
546 for ac_site_file in $CONFIG_SITE; do
547   if test -r "$ac_site_file"; then
548     echo "loading site script $ac_site_file"
549     . "$ac_site_file"
550   fi
551 done
552
553 if test -r "$cache_file"; then
554   echo "loading cache $cache_file"
555   . $cache_file
556 else
557   echo "creating cache $cache_file"
558   > $cache_file
559 fi
560
561 ac_ext=c
562 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
563 ac_cpp='$CPP $CPPFLAGS'
564 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
565 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
566 cross_compiling=$ac_cv_prog_cc_cross
567
568 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
569   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
570   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
571     ac_n= ac_c='
572 ' ac_t='        '
573   else
574     ac_n=-n ac_c= ac_t=
575   fi
576 else
577   ac_n= ac_c='\c' ac_t=
578 fi
579
580
581
582
583 # Bootstrap StepMake configure
584
585
586     . $srcdir/VERSION
587     FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL
588     if test x$MY_PATCH_LEVEL != x; then
589         FULL_VERSION=$FULL_VERSION.$MY_PATCH_LEVEL
590     fi
591
592     # urg: don't "fix" this: irix doesn't know about [:lower:] and [:upper:]
593         PACKAGE=`echo $PACKAGE_NAME | tr '[a-z]' '[A-Z]'`
594     package=`echo $PACKAGE_NAME | tr '[A-Z]' '[a-z]'`
595     
596     # No versioning on directory names of sub-packages 
597     # urg, urg
598     stepmake=${datadir}/stepmake
599     presome=${prefix}
600     if test "$prefix" = "NONE"; then
601             presome=${ac_default_prefix}
602     fi
603     stepmake=`echo ${stepmake} | sed "s!\\\${prefix}!$presome!"`
604
605     if test "x$PACKAGE" = "xSTEPMAKE"; then
606         echo Stepmake package!
607         (cd stepmake; rm -f stepmake; ln -s ../stepmake .)
608         (cd stepmake; rm -f bin; ln -s ../bin .)
609         ac_aux_dir=
610 for ac_dir in bin $srcdir/bin; do
611   if test -f $ac_dir/install-sh; then
612     ac_aux_dir=$ac_dir
613     ac_install_sh="$ac_aux_dir/install-sh -c"
614     break
615   elif test -f $ac_dir/install.sh; then
616     ac_aux_dir=$ac_dir
617     ac_install_sh="$ac_aux_dir/install.sh -c"
618     break
619   fi
620 done
621 if test -z "$ac_aux_dir"; then
622   { echo "configure: error: can not find install-sh or install.sh in bin $srcdir/bin" 1>&2; exit 1; }
623 fi
624 ac_config_guess=$ac_aux_dir/config.guess
625 ac_config_sub=$ac_aux_dir/config.sub
626 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
627
628         stepmake=stepmake
629     else
630         echo Package: $PACKAGE
631         # Check for installed stepmake
632         if test -d $stepmake; then
633             echo Using installed stepmake: $stepmake
634         else
635             stepmake='$(depth)'/stepmake
636             echo Using local stepmake: $datadir/stepmake not found
637         fi
638         ac_aux_dir=
639 for ac_dir in \
640           $HOME/usr/local/share/stepmake/bin\
641           $HOME/usr/local/lib/stepmake/bin\
642           $HOME/usr/share/stepmake/bin\
643           $HOME/usr/lib/stepmake/bin\
644           /usr/local/share/stepmake/bin\
645           /usr/local/lib/stepmake/bin\
646           /usr/share/stepmake/bin\
647           /usr/lib/stepmake/bin\
648           stepmake/bin\
649          $srcdir/\
650           $HOME/usr/local/share/stepmake/bin\
651           $HOME/usr/local/lib/stepmake/bin\
652           $HOME/usr/share/stepmake/bin\
653           $HOME/usr/lib/stepmake/bin\
654           /usr/local/share/stepmake/bin\
655           /usr/local/lib/stepmake/bin\
656           /usr/share/stepmake/bin\
657           /usr/lib/stepmake/bin\
658           stepmake/bin\
659         ; do
660   if test -f $ac_dir/install-sh; then
661     ac_aux_dir=$ac_dir
662     ac_install_sh="$ac_aux_dir/install-sh -c"
663     break
664   elif test -f $ac_dir/install.sh; then
665     ac_aux_dir=$ac_dir
666     ac_install_sh="$ac_aux_dir/install.sh -c"
667     break
668   fi
669 done
670 if test -z "$ac_aux_dir"; then
671   { echo "configure: error: can not find install-sh or install.sh in \
672           $HOME/usr/local/share/stepmake/bin\
673           $HOME/usr/local/lib/stepmake/bin\
674           $HOME/usr/share/stepmake/bin\
675           $HOME/usr/lib/stepmake/bin\
676           /usr/local/share/stepmake/bin\
677           /usr/local/lib/stepmake/bin\
678           /usr/share/stepmake/bin\
679           /usr/lib/stepmake/bin\
680           stepmake/bin\
681          $srcdir/\
682           $HOME/usr/local/share/stepmake/bin\
683           $HOME/usr/local/lib/stepmake/bin\
684           $HOME/usr/share/stepmake/bin\
685           $HOME/usr/lib/stepmake/bin\
686           /usr/local/share/stepmake/bin\
687           /usr/local/lib/stepmake/bin\
688           /usr/share/stepmake/bin\
689           /usr/lib/stepmake/bin\
690           stepmake/bin\
691         " 1>&2; exit 1; }
692 fi
693 ac_config_guess=$ac_aux_dir/config.guess
694 ac_config_sub=$ac_aux_dir/config.sub
695 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
696
697     fi
698
699     
700     
701     
702     
703     cat >> confdefs.h <<EOF
704 #define PACKAGE "${PACKAGE_NAME}"
705 EOF
706
707     cat >> confdefs.h <<EOF
708 #define TOPLEVEL_VERSION "${FULL_VERSION}"
709 EOF
710
711
712     package_depth=`dirname $cache_file`
713     
714
715     AUTOGENERATE="This file was automatically generated by configure"
716     
717     absolute_builddir="`pwd`"
718     
719
720     STATE_VECTOR=`ls make/STATE-VECTOR 2>/dev/null`
721     if test "x$STATE_VECTOR" != "x"; then
722         STATE_VECTOR="\$(depth)/$STATE_VECTOR"
723     fi
724     
725
726     CONFIGSUFFIX=
727     # Check whether --enable-config or --disable-config was given.
728 if test "${enable_config+set}" = set; then
729   enableval="$enable_config"
730   CONFIGSUFFIX=$enableval
731 fi
732
733
734     if test "$CONFIGSUFFIX" != "" ; then
735         CONFIGFILE=config-$CONFIGSUFFIX
736     else
737         CONFIGFILE=config
738     fi
739     
740      
741     
742 # Make sure we can run config.sub.
743 if $ac_config_sub sun4 >/dev/null 2>&1; then :
744 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
745 fi
746
747 echo $ac_n "checking host system type""... $ac_c" 1>&6
748 echo "configure:749: checking host system type" >&5
749
750 host_alias=$host
751 case "$host_alias" in
752 NONE)
753   case $nonopt in
754   NONE)
755     if host_alias=`$ac_config_guess`; then :
756     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
757     fi ;;
758   *) host_alias=$nonopt ;;
759   esac ;;
760 esac
761
762 host=`$ac_config_sub $host_alias`
763 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
764 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
765 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
766 echo "$ac_t""$host" 1>&6
767
768     for ac_prog in gmake make
769 do
770 # Extract the first word of "$ac_prog", so it can be a program name with args.
771 set dummy $ac_prog; ac_word=$2
772 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
773 echo "configure:774: checking for $ac_word" >&5
774 if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then
775   echo $ac_n "(cached) $ac_c" 1>&6
776 else
777   if test -n "$MAKE"; then
778   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
779 else
780   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
781   for ac_dir in $PATH; do
782     test -z "$ac_dir" && ac_dir=.
783     if test -f $ac_dir/$ac_word; then
784       ac_cv_prog_MAKE="$ac_prog"
785       break
786     fi
787   done
788   IFS="$ac_save_ifs"
789 fi
790 fi
791 MAKE="$ac_cv_prog_MAKE"
792 if test -n "$MAKE"; then
793   echo "$ac_t""$MAKE" 1>&6
794 else
795   echo "$ac_t""no" 1>&6
796 fi
797
798 test -n "$MAKE" && break
799 done
800 test -n "$MAKE" || MAKE="error"
801
802     for ac_prog in find
803 do
804 # Extract the first word of "$ac_prog", so it can be a program name with args.
805 set dummy $ac_prog; ac_word=$2
806 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
807 echo "configure:808: checking for $ac_word" >&5
808 if eval "test \"`echo '$''{'ac_cv_prog_FIND'+set}'`\" = set"; then
809   echo $ac_n "(cached) $ac_c" 1>&6
810 else
811   if test -n "$FIND"; then
812   ac_cv_prog_FIND="$FIND" # Let the user override the test.
813 else
814   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
815   for ac_dir in $PATH; do
816     test -z "$ac_dir" && ac_dir=.
817     if test -f $ac_dir/$ac_word; then
818       ac_cv_prog_FIND="$ac_prog"
819       break
820     fi
821   done
822   IFS="$ac_save_ifs"
823 fi
824 fi
825 FIND="$ac_cv_prog_FIND"
826 if test -n "$FIND"; then
827   echo "$ac_t""$FIND" 1>&6
828 else
829   echo "$ac_t""no" 1>&6
830 fi
831
832 test -n "$FIND" && break
833 done
834 test -n "$FIND" || FIND="error"
835
836
837
838     for ac_prog in tar
839 do
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_TAR'+set}'`\" = set"; then
845   echo $ac_n "(cached) $ac_c" 1>&6
846 else
847   if test -n "$TAR"; then
848   ac_cv_prog_TAR="$TAR" # Let the user override the test.
849 else
850   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
851   for ac_dir in $PATH; do
852     test -z "$ac_dir" && ac_dir=.
853     if test -f $ac_dir/$ac_word; then
854       ac_cv_prog_TAR="$ac_prog"
855       break
856     fi
857   done
858   IFS="$ac_save_ifs"
859 fi
860 fi
861 TAR="$ac_cv_prog_TAR"
862 if test -n "$TAR"; then
863   echo "$ac_t""$TAR" 1>&6
864 else
865   echo "$ac_t""no" 1>&6
866 fi
867
868 test -n "$TAR" && break
869 done
870 test -n "$TAR" || TAR="error"
871
872     for ac_prog in bash
873 do
874 # Extract the first word of "$ac_prog", so it can be a program name with args.
875 set dummy $ac_prog; ac_word=$2
876 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
877 echo "configure:878: checking for $ac_word" >&5
878 if eval "test \"`echo '$''{'ac_cv_prog_BASH'+set}'`\" = set"; then
879   echo $ac_n "(cached) $ac_c" 1>&6
880 else
881   if test -n "$BASH"; then
882   ac_cv_prog_BASH="$BASH" # Let the user override the test.
883 else
884   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
885   for ac_dir in $PATH; do
886     test -z "$ac_dir" && ac_dir=.
887     if test -f $ac_dir/$ac_word; then
888       ac_cv_prog_BASH="$ac_prog"
889       break
890     fi
891   done
892   IFS="$ac_save_ifs"
893 fi
894 fi
895 BASH="$ac_cv_prog_BASH"
896 if test -n "$BASH"; then
897   echo "$ac_t""$BASH" 1>&6
898 else
899   echo "$ac_t""no" 1>&6
900 fi
901
902 test -n "$BASH" && break
903 done
904 test -n "$BASH" || BASH="/bin/sh"
905
906
907     # Extract the first word of "${PYTHON:-python}", so it can be a program name with args.
908 set dummy ${PYTHON:-python}; ac_word=$2
909 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
910 echo "configure:911: checking for $ac_word" >&5
911 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
912   echo $ac_n "(cached) $ac_c" 1>&6
913 else
914   case "$PYTHON" in
915   /*)
916   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
917   ;;
918   *)
919   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
920   for ac_dir in $PATH; do
921     test -z "$ac_dir" && ac_dir=.
922     if test -f $ac_dir/$ac_word; then
923       ac_cv_path_PYTHON="$ac_dir/$ac_word"
924       break
925     fi
926   done
927   IFS="$ac_save_ifs"
928   test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="-echo no python"
929   ;;
930 esac
931 fi
932 PYTHON="$ac_cv_path_PYTHON"
933 if test -n "$PYTHON"; then
934   echo "$ac_t""$PYTHON" 1>&6
935 else
936   echo "$ac_t""no" 1>&6
937 fi
938
939     
940
941     if test $MAKE != "error" ; then
942         $MAKE -v 2> /dev/null | grep GNU > /dev/null
943         if test "$?" = 1
944         then
945                 
946     echo "configure: warning: Please install *GNU* make" 1>&2
947     warn_b=yes
948  
949         fi
950     fi 
951
952     
953         result="`echo \"$PYTHON\" | grep echo`"
954         if test "x$PYTHON" = "xerror" -o "x$result" != "x"; then
955                 
956     echo "configure: warning: can\'t find python. You should install Python" 1>&2
957     warn_b=yes
958
959         fi
960
961
962     if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then
963         LN=cp # hard link does not work under cygnus-nt
964         LN_S=cp # symbolic link does not work for native nt
965         ZIP="zip -r -9" #
966         DOTEXE=.exe
967         # urg
968         # DIRSEP='\\'
969         # PATHSEP=';'
970         #
971         # cygwin fixes all these things.  
972         # it seems these were used because of dos-style TEXINPUTS and
973         # MFINPUTS needed for miktex.
974         # but this breaks parsing of all other cygwin/unix style paths.
975         #
976         # if your (mik)tex breaks, make a:
977         #    /usr/local/bin/tex:
978         #    #!/bin/sh
979         #    TEXINPUTS=`cygpath -pw $TEXINPUTS` /texmf/miktex/bin/tex 
980         #
981         # and
982         #
983         #    /usr/local/bin/mf:
984         #    #!/bin/sh
985         #    MFINPUTS=`cygpath -pw $MFINPUTS` /texmf/miktex/bin/mf 
986         #
987         # this way, you may have buildscripts/out/lilypond-profile 
988         # 'automatically' sourced from /usr/etc/profile.d/ too.
989         #
990         DIRSEP='/'
991         PATHSEP=':'
992         INSTALL="\$(SHELL) \$(stepdir)/../bin/install-dot-exe.sh -c"
993     else
994         DIRSEP='/'
995         PATHSEP=':'
996         LN=ln
997         LN_S='ln -s'
998         ZIP="zip -r -9"
999         INSTALL="\$(SHELL) \$(stepdir)/../bin/install-sh -c"
1000     fi
1001     
1002     
1003     
1004     
1005     
1006     cat >> confdefs.h <<EOF
1007 #define DIRSEP '${DIRSEP}'
1008 EOF
1009
1010     cat >> confdefs.h <<EOF
1011 #define PATHSEP '${PATHSEP}'
1012 EOF
1013
1014     
1015     
1016   
1017    
1018     
1019     if test "$datadir" = "\${prefix}/share"; then
1020             datadir='${prefix}/share/'$package
1021     fi
1022     DIR_DATADIR=${datadir}
1023     presome=${prefix}
1024     if test "$prefix" = "NONE"; then
1025             presome=${ac_default_prefix}
1026     fi
1027     DIR_DATADIR=`echo ${DIR_DATADIR} | sed "s!\\\${prefix}!$presome!"`
1028     
1029     
1030     cat >> confdefs.h <<EOF
1031 #define DIR_DATADIR "${DIR_DATADIR}"
1032 EOF
1033
1034
1035
1036
1037 # For all packages except the StepMake package itself
1038 # AC_CONFIG_SUBDIRS(stepmake)
1039
1040 # Uncomment the configuration options your package needs.
1041 # AC_STEPMAKE_COMPILE
1042 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
1043 # AC_STEPMAKE_CXX
1044 # AC_STEPMAKE_GXX
1045 # AC_STEPMAKE_CXXTEMPLATE
1046 # AC_STEPMAKE_LEXYACC
1047 # AC_STEPMAKE_LIB
1048 # AC_STEPMAKE_LIBTOOL
1049
1050     lang=English
1051     ALL_LINGUAS="en nl"
1052
1053     # with/enable ??
1054     # Check whether --with-localedir or --without-localedir was given.
1055 if test "${with_localedir+set}" = set; then
1056   withval="$with_localedir"
1057   localedir=$with_localedir
1058 else
1059   localedir='${prefix}/share/locale'
1060 fi
1061
1062
1063     # Check whether --with-lang or --without-lang was given.
1064 if test "${with_lang+set}" = set; then
1065   withval="$with_lang"
1066   language=$with_lang
1067 else
1068   language=English
1069 fi
1070
1071
1072     echo $ac_n "checking language""... $ac_c" 1>&6
1073 echo "configure:1074: checking language" >&5    
1074     case "$language" in
1075       En* | en* | Am* | am* | US* | us*)
1076             lang=English;;
1077       NL | nl | Du* | du* | Ned* | ned*)
1078             lang=Dutch;;
1079       "")
1080             lang=English;;
1081       *)
1082             lang=unknown;;
1083     esac
1084     echo "$ac_t""$lang" 1>&6
1085
1086     if test "$lang" = "unknown" ; then
1087         
1088     echo "configure: warning: $language not supported; available are: $ALL_LINGUAS" 1>&2
1089     warn_b=yes
1090
1091     fi
1092
1093
1094 # AC_STEPMAKE_GETTEXT
1095 # AC_STEPMAKE_MAN
1096 # AC_STEPMAKE_MSGFMT
1097 # AC_STEPMAKE_TEXMF
1098 # AC_STEPMAKE_TEXMF_DIRS
1099
1100     if test "x$YODL" = "x"; then 
1101         for ac_prog in striproff
1102 do
1103 # Extract the first word of "$ac_prog", so it can be a program name with args.
1104 set dummy $ac_prog; ac_word=$2
1105 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1106 echo "configure:1107: checking for $ac_word" >&5
1107 if eval "test \"`echo '$''{'ac_cv_prog_STRIPROFF'+set}'`\" = set"; then
1108   echo $ac_n "(cached) $ac_c" 1>&6
1109 else
1110   if test -n "$STRIPROFF"; then
1111   ac_cv_prog_STRIPROFF="$STRIPROFF" # Let the user override the test.
1112 else
1113   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1114   for ac_dir in $PATH; do
1115     test -z "$ac_dir" && ac_dir=.
1116     if test -f $ac_dir/$ac_word; then
1117       ac_cv_prog_STRIPROFF="$ac_prog"
1118       break
1119     fi
1120   done
1121   IFS="$ac_save_ifs"
1122 fi
1123 fi
1124 STRIPROFF="$ac_cv_prog_STRIPROFF"
1125 if test -n "$STRIPROFF"; then
1126   echo "$ac_t""$STRIPROFF" 1>&6
1127 else
1128   echo "$ac_t""no" 1>&6
1129 fi
1130
1131 test -n "$STRIPROFF" && break
1132 done
1133 test -n "$STRIPROFF" || STRIPROFF="-echo no striproff"
1134
1135         for ac_prog in yodl
1136 do
1137 # Extract the first word of "$ac_prog", so it can be a program name with args.
1138 set dummy $ac_prog; ac_word=$2
1139 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1140 echo "configure:1141: checking for $ac_word" >&5
1141 if eval "test \"`echo '$''{'ac_cv_prog_YODL'+set}'`\" = set"; then
1142   echo $ac_n "(cached) $ac_c" 1>&6
1143 else
1144   if test -n "$YODL"; then
1145   ac_cv_prog_YODL="$YODL" # Let the user override the test.
1146 else
1147   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1148   for ac_dir in $PATH; do
1149     test -z "$ac_dir" && ac_dir=.
1150     if test -f $ac_dir/$ac_word; then
1151       ac_cv_prog_YODL="$ac_prog"
1152       break
1153     fi
1154   done
1155   IFS="$ac_save_ifs"
1156 fi
1157 fi
1158 YODL="$ac_cv_prog_YODL"
1159 if test -n "$YODL"; then
1160   echo "$ac_t""$YODL" 1>&6
1161 else
1162   echo "$ac_t""no" 1>&6
1163 fi
1164
1165 test -n "$YODL" && break
1166 done
1167 test -n "$YODL" || YODL="-echo no yodl"
1168
1169         for ac_prog in yodl2html
1170 do
1171 # Extract the first word of "$ac_prog", so it can be a program name with args.
1172 set dummy $ac_prog; ac_word=$2
1173 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1174 echo "configure:1175: checking for $ac_word" >&5
1175 if eval "test \"`echo '$''{'ac_cv_prog_YODL2HTML'+set}'`\" = set"; then
1176   echo $ac_n "(cached) $ac_c" 1>&6
1177 else
1178   if test -n "$YODL2HTML"; then
1179   ac_cv_prog_YODL2HTML="$YODL2HTML" # Let the user override the test.
1180 else
1181   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1182   for ac_dir in $PATH; do
1183     test -z "$ac_dir" && ac_dir=.
1184     if test -f $ac_dir/$ac_word; then
1185       ac_cv_prog_YODL2HTML="$ac_prog"
1186       break
1187     fi
1188   done
1189   IFS="$ac_save_ifs"
1190 fi
1191 fi
1192 YODL2HTML="$ac_cv_prog_YODL2HTML"
1193 if test -n "$YODL2HTML"; then
1194   echo "$ac_t""$YODL2HTML" 1>&6
1195 else
1196   echo "$ac_t""no" 1>&6
1197 fi
1198
1199 test -n "$YODL2HTML" && break
1200 done
1201 test -n "$YODL2HTML" || YODL2HTML="-echo no yodl"
1202
1203         for ac_prog in yodl2latex
1204 do
1205 # Extract the first word of "$ac_prog", so it can be a program name with args.
1206 set dummy $ac_prog; ac_word=$2
1207 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1208 echo "configure:1209: checking for $ac_word" >&5
1209 if eval "test \"`echo '$''{'ac_cv_prog_YODL2LATEX'+set}'`\" = set"; then
1210   echo $ac_n "(cached) $ac_c" 1>&6
1211 else
1212   if test -n "$YODL2LATEX"; then
1213   ac_cv_prog_YODL2LATEX="$YODL2LATEX" # Let the user override the test.
1214 else
1215   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1216   for ac_dir in $PATH; do
1217     test -z "$ac_dir" && ac_dir=.
1218     if test -f $ac_dir/$ac_word; then
1219       ac_cv_prog_YODL2LATEX="$ac_prog"
1220       break
1221     fi
1222   done
1223   IFS="$ac_save_ifs"
1224 fi
1225 fi
1226 YODL2LATEX="$ac_cv_prog_YODL2LATEX"
1227 if test -n "$YODL2LATEX"; then
1228   echo "$ac_t""$YODL2LATEX" 1>&6
1229 else
1230   echo "$ac_t""no" 1>&6
1231 fi
1232
1233 test -n "$YODL2LATEX" && break
1234 done
1235
1236         for ac_prog in yodl2man
1237 do
1238 # Extract the first word of "$ac_prog", so it can be a program name with args.
1239 set dummy $ac_prog; ac_word=$2
1240 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1241 echo "configure:1242: checking for $ac_word" >&5
1242 if eval "test \"`echo '$''{'ac_cv_prog_YODL2MAN'+set}'`\" = set"; then
1243   echo $ac_n "(cached) $ac_c" 1>&6
1244 else
1245   if test -n "$YODL2MAN"; then
1246   ac_cv_prog_YODL2MAN="$YODL2MAN" # Let the user override the test.
1247 else
1248   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1249   for ac_dir in $PATH; do
1250     test -z "$ac_dir" && ac_dir=.
1251     if test -f $ac_dir/$ac_word; then
1252       ac_cv_prog_YODL2MAN="$ac_prog"
1253       break
1254     fi
1255   done
1256   IFS="$ac_save_ifs"
1257 fi
1258 fi
1259 YODL2MAN="$ac_cv_prog_YODL2MAN"
1260 if test -n "$YODL2MAN"; then
1261   echo "$ac_t""$YODL2MAN" 1>&6
1262 else
1263   echo "$ac_t""no" 1>&6
1264 fi
1265
1266 test -n "$YODL2MAN" && break
1267 done
1268 test -n "$YODL2MAN" || YODL2MAN="-echo no yodl"
1269
1270         for ac_prog in yodl2msless
1271 do
1272 # Extract the first word of "$ac_prog", so it can be a program name with args.
1273 set dummy $ac_prog; ac_word=$2
1274 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1275 echo "configure:1276: checking for $ac_word" >&5
1276 if eval "test \"`echo '$''{'ac_cv_prog_YODL2MSLESS'+set}'`\" = set"; then
1277   echo $ac_n "(cached) $ac_c" 1>&6
1278 else
1279   if test -n "$YODL2MSLESS"; then
1280   ac_cv_prog_YODL2MSLESS="$YODL2MSLESS" # Let the user override the test.
1281 else
1282   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1283   for ac_dir in $PATH; do
1284     test -z "$ac_dir" && ac_dir=.
1285     if test -f $ac_dir/$ac_word; then
1286       ac_cv_prog_YODL2MSLESS="$ac_prog"
1287       break
1288     fi
1289   done
1290   IFS="$ac_save_ifs"
1291 fi
1292 fi
1293 YODL2MSLESS="$ac_cv_prog_YODL2MSLESS"
1294 if test -n "$YODL2MSLESS"; then
1295   echo "$ac_t""$YODL2MSLESS" 1>&6
1296 else
1297   echo "$ac_t""no" 1>&6
1298 fi
1299
1300 test -n "$YODL2MSLESS" && break
1301 done
1302 test -n "$YODL2MSLESS" || YODL2MSLESS="-echo no yodl"
1303
1304         for ac_prog in yodl2texinfo
1305 do
1306 # Extract the first word of "$ac_prog", so it can be a program name with args.
1307 set dummy $ac_prog; ac_word=$2
1308 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1309 echo "configure:1310: checking for $ac_word" >&5
1310 if eval "test \"`echo '$''{'ac_cv_prog_YODL2TEXINFO'+set}'`\" = set"; then
1311   echo $ac_n "(cached) $ac_c" 1>&6
1312 else
1313   if test -n "$YODL2TEXINFO"; then
1314   ac_cv_prog_YODL2TEXINFO="$YODL2TEXINFO" # Let the user override the test.
1315 else
1316   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1317   for ac_dir in $PATH; do
1318     test -z "$ac_dir" && ac_dir=.
1319     if test -f $ac_dir/$ac_word; then
1320       ac_cv_prog_YODL2TEXINFO="$ac_prog"
1321       break
1322     fi
1323   done
1324   IFS="$ac_save_ifs"
1325 fi
1326 fi
1327 YODL2TEXINFO="$ac_cv_prog_YODL2TEXINFO"
1328 if test -n "$YODL2TEXINFO"; then
1329   echo "$ac_t""$YODL2TEXINFO" 1>&6
1330 else
1331   echo "$ac_t""no" 1>&6
1332 fi
1333
1334 test -n "$YODL2TEXINFO" && break
1335 done
1336 test -n "$YODL2TEXINFO" || YODL2TEXINFO="-echo no yodl"
1337
1338         for ac_prog in yodl2txt
1339 do
1340 # Extract the first word of "$ac_prog", so it can be a program name with args.
1341 set dummy $ac_prog; ac_word=$2
1342 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1343 echo "configure:1344: checking for $ac_word" >&5
1344 if eval "test \"`echo '$''{'ac_cv_prog_YODL2TXT'+set}'`\" = set"; then
1345   echo $ac_n "(cached) $ac_c" 1>&6
1346 else
1347   if test -n "$YODL2TXT"; then
1348   ac_cv_prog_YODL2TXT="$YODL2TXT" # Let the user override the test.
1349 else
1350   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1351   for ac_dir in $PATH; do
1352     test -z "$ac_dir" && ac_dir=.
1353     if test -f $ac_dir/$ac_word; then
1354       ac_cv_prog_YODL2TXT="$ac_prog"
1355       break
1356     fi
1357   done
1358   IFS="$ac_save_ifs"
1359 fi
1360 fi
1361 YODL2TXT="$ac_cv_prog_YODL2TXT"
1362 if test -n "$YODL2TXT"; then
1363   echo "$ac_t""$YODL2TXT" 1>&6
1364 else
1365   echo "$ac_t""no" 1>&6
1366 fi
1367
1368 test -n "$YODL2TXT" && break
1369 done
1370 test -n "$YODL2TXT" || YODL2TXT="-echo no yodl"
1371
1372         YODL2LESS_DIR='$(bindir)/'
1373     else
1374         
1375         
1376         
1377         
1378         
1379         
1380         
1381         
1382         
1383         export STRIPROFF YODL YODL2HTML YODL2LATEX YODL2MAN YODL2MSLESS YODL2TEXINFO YODL2TXT
1384     fi
1385     if test "x$YODL" = "-echo no yodl"; then
1386         
1387     echo "configure: warning: Did not find YODL (Yodl is Yet Oneother Document Language, see http://www.cs.uu.nl/~hanwen/yodl)" 1>&2
1388     warn_b=yes
1389
1390     fi    
1391
1392
1393 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
1394 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
1395
1396 for ac_prog in makeinfo
1397 do
1398 # Extract the first word of "$ac_prog", so it can be a program name with args.
1399 set dummy $ac_prog; ac_word=$2
1400 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1401 echo "configure:1402: checking for $ac_word" >&5
1402 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
1403   echo $ac_n "(cached) $ac_c" 1>&6
1404 else
1405   if test -n "$MAKEINFO"; then
1406   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
1407 else
1408   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1409   for ac_dir in $PATH; do
1410     test -z "$ac_dir" && ac_dir=.
1411     if test -f $ac_dir/$ac_word; then
1412       ac_cv_prog_MAKEINFO="$ac_prog"
1413       break
1414     fi
1415   done
1416   IFS="$ac_save_ifs"
1417 fi
1418 fi
1419 MAKEINFO="$ac_cv_prog_MAKEINFO"
1420 if test -n "$MAKEINFO"; then
1421   echo "$ac_t""$MAKEINFO" 1>&6
1422 else
1423   echo "$ac_t""no" 1>&6
1424 fi
1425
1426 test -n "$MAKEINFO" && break
1427 done
1428 test -n "$MAKEINFO" || MAKEINFO="error"
1429
1430 # AC_CHECK_SEARCH_RESULT($YODL2TEXINFO, yodl,  
1431 #    You should install Yodl 1.30.pre6 or better)
1432
1433
1434     trap '' 1 2 15
1435 cat > confcache <<\EOF
1436 # This file is a shell script that caches the results of configure
1437 # tests run on this system so they can be shared between configure
1438 # scripts and configure runs.  It is not useful on other systems.
1439 # If it contains results you don't want to keep, you may remove or edit it.
1440 #
1441 # By default, configure uses ./config.cache as the cache file,
1442 # creating it if it does not exist already.  You can give configure
1443 # the --cache-file=FILE option to use a different cache file; that is
1444 # what configure does when it calls configure scripts in
1445 # subdirectories, so they share the cache.
1446 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1447 # config.status only pays attention to the cache file if you give it the
1448 # --recheck option to rerun configure.
1449 #
1450 EOF
1451 # The following way of writing the cache mishandles newlines in values,
1452 # but we know of no workaround that is simple, portable, and efficient.
1453 # So, don't put newlines in cache variables' values.
1454 # Ultrix sh set writes to stderr and can't be redirected directly,
1455 # and sets the high bit in the cache file unless we assign to the vars.
1456 (set) 2>&1 |
1457   case `(ac_space=' '; set) 2>&1` in
1458   *ac_space=\ *)
1459     # `set' does not quote correctly, so add quotes (double-quote substitution
1460     # turns \\\\ into \\, and sed turns \\ into \).
1461     sed -n \
1462       -e "s/'/'\\\\''/g" \
1463       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1464     ;;
1465   *)
1466     # `set' quotes correctly as required by POSIX, so do not add quotes.
1467     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1468     ;;
1469   esac >> confcache
1470 if cmp -s $cache_file confcache; then
1471   :
1472 else
1473   if test -w $cache_file; then
1474     echo "updating cache $cache_file"
1475     cat confcache > $cache_file
1476   else
1477     echo "not updating unwritable cache $cache_file"
1478   fi
1479 fi
1480 rm -f confcache
1481
1482 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1483
1484 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1485 # Let make expand exec_prefix.
1486 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1487
1488 # Any assignment to VPATH causes Sun make to only execute
1489 # the first set of double-colon rules, so remove it if not needed.
1490 # If there is a colon in the path, we need to keep it.
1491 if test "x$srcdir" = x.; then
1492   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1493 fi
1494
1495 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1496
1497 DEFS=-DHAVE_CONFIG_H
1498
1499 # Without the "./", some shells look in PATH for config.status.
1500 : ${CONFIG_STATUS=./config.status}
1501
1502 echo creating $CONFIG_STATUS
1503 rm -f $CONFIG_STATUS
1504 cat > $CONFIG_STATUS <<EOF
1505 #! /bin/sh
1506 # Generated automatically by configure.
1507 # Run this file to recreate the current configuration.
1508 # This directory was configured as follows,
1509 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1510 #
1511 # $0 $ac_configure_args
1512 #
1513 # Compiler output produced by configure, useful for debugging
1514 # configure, is in ./config.log if it exists.
1515
1516 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1517 for ac_option
1518 do
1519   case "\$ac_option" in
1520   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1521     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1522     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1523   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1524     echo "$CONFIG_STATUS generated by autoconf version 2.12"
1525     exit 0 ;;
1526   -help | --help | --hel | --he | --h)
1527     echo "\$ac_cs_usage"; exit 0 ;;
1528   *) echo "\$ac_cs_usage"; exit 1 ;;
1529   esac
1530 done
1531
1532 ac_given_srcdir=$srcdir
1533
1534 trap 'rm -fr `echo "$CONFIGFILE.make:config.make.in $CONFIGFILE.hh:config.hh.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1535 EOF
1536 cat >> $CONFIG_STATUS <<EOF
1537
1538 # Protect against being on the right side of a sed subst in config.status.
1539 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1540  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1541 $ac_vpsub
1542 $extrasub
1543 s%@CFLAGS@%$CFLAGS%g
1544 s%@CPPFLAGS@%$CPPFLAGS%g
1545 s%@CXXFLAGS@%$CXXFLAGS%g
1546 s%@DEFS@%$DEFS%g
1547 s%@LDFLAGS@%$LDFLAGS%g
1548 s%@LIBS@%$LIBS%g
1549 s%@exec_prefix@%$exec_prefix%g
1550 s%@prefix@%$prefix%g
1551 s%@program_transform_name@%$program_transform_name%g
1552 s%@bindir@%$bindir%g
1553 s%@sbindir@%$sbindir%g
1554 s%@libexecdir@%$libexecdir%g
1555 s%@datadir@%$datadir%g
1556 s%@sysconfdir@%$sysconfdir%g
1557 s%@sharedstatedir@%$sharedstatedir%g
1558 s%@localstatedir@%$localstatedir%g
1559 s%@libdir@%$libdir%g
1560 s%@includedir@%$includedir%g
1561 s%@oldincludedir@%$oldincludedir%g
1562 s%@infodir@%$infodir%g
1563 s%@mandir@%$mandir%g
1564 s%@stepmake@%$stepmake%g
1565 s%@package@%$package%g
1566 s%@PACKAGE@%$PACKAGE%g
1567 s%@PACKAGE_NAME@%$PACKAGE_NAME%g
1568 s%@package_depth@%$package_depth%g
1569 s%@AUTOGENERATE@%$AUTOGENERATE%g
1570 s%@absolute_builddir@%$absolute_builddir%g
1571 s%@STATE_VECTOR@%$STATE_VECTOR%g
1572 s%@CONFIGSUFFIX@%$CONFIGSUFFIX%g
1573 s%@host@%$host%g
1574 s%@host_alias@%$host_alias%g
1575 s%@host_cpu@%$host_cpu%g
1576 s%@host_vendor@%$host_vendor%g
1577 s%@host_os@%$host_os%g
1578 s%@MAKE@%$MAKE%g
1579 s%@FIND@%$FIND%g
1580 s%@TAR@%$TAR%g
1581 s%@BASH@%$BASH%g
1582 s%@PYTHON@%$PYTHON%g
1583 s%@DOTEXE@%$DOTEXE%g
1584 s%@ZIP@%$ZIP%g
1585 s%@LN@%$LN%g
1586 s%@LN_S@%$LN_S%g
1587 s%@INSTALL@%$INSTALL%g
1588 s%@PATHSEP@%$PATHSEP%g
1589 s%@DIRSEP@%$DIRSEP%g
1590 s%@DIR_DATADIR@%$DIR_DATADIR%g
1591 s%@STRIPROFF@%$STRIPROFF%g
1592 s%@YODL@%$YODL%g
1593 s%@YODL2HTML@%$YODL2HTML%g
1594 s%@YODL2LATEX@%$YODL2LATEX%g
1595 s%@YODL2MAN@%$YODL2MAN%g
1596 s%@YODL2MSLESS@%$YODL2MSLESS%g
1597 s%@YODL2TEXINFO@%$YODL2TEXINFO%g
1598 s%@YODL2TXT@%$YODL2TXT%g
1599 s%@YODL2LESS_DIR@%$YODL2LESS_DIR%g
1600 s%@MAKEINFO@%$MAKEINFO%g
1601
1602 CEOF
1603 EOF
1604
1605 cat >> $CONFIG_STATUS <<\EOF
1606
1607 # Split the substitutions into bite-sized pieces for seds with
1608 # small command number limits, like on Digital OSF/1 and HP-UX.
1609 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1610 ac_file=1 # Number of current file.
1611 ac_beg=1 # First line for current file.
1612 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1613 ac_more_lines=:
1614 ac_sed_cmds=""
1615 while $ac_more_lines; do
1616   if test $ac_beg -gt 1; then
1617     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1618   else
1619     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1620   fi
1621   if test ! -s conftest.s$ac_file; then
1622     ac_more_lines=false
1623     rm -f conftest.s$ac_file
1624   else
1625     if test -z "$ac_sed_cmds"; then
1626       ac_sed_cmds="sed -f conftest.s$ac_file"
1627     else
1628       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1629     fi
1630     ac_file=`expr $ac_file + 1`
1631     ac_beg=$ac_end
1632     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1633   fi
1634 done
1635 if test -z "$ac_sed_cmds"; then
1636   ac_sed_cmds=cat
1637 fi
1638 EOF
1639
1640 cat >> $CONFIG_STATUS <<EOF
1641
1642 CONFIG_FILES=\${CONFIG_FILES-"$CONFIGFILE.make:config.make.in"}
1643 EOF
1644 cat >> $CONFIG_STATUS <<\EOF
1645 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1646   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1647   case "$ac_file" in
1648   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1649        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1650   *) ac_file_in="${ac_file}.in" ;;
1651   esac
1652
1653   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1654
1655   # Remove last slash and all that follows it.  Not all systems have dirname.
1656   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1657   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1658     # The file is in a subdirectory.
1659     test ! -d "$ac_dir" && mkdir "$ac_dir"
1660     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1661     # A "../" for each directory in $ac_dir_suffix.
1662     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1663   else
1664     ac_dir_suffix= ac_dots=
1665   fi
1666
1667   case "$ac_given_srcdir" in
1668   .)  srcdir=.
1669       if test -z "$ac_dots"; then top_srcdir=.
1670       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1671   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1672   *) # Relative path.
1673     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1674     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1675   esac
1676
1677
1678   echo creating "$ac_file"
1679   rm -f "$ac_file"
1680   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1681   case "$ac_file" in
1682   *Makefile*) ac_comsub="1i\\
1683 # $configure_input" ;;
1684   *) ac_comsub= ;;
1685   esac
1686
1687   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1688   sed -e "$ac_comsub
1689 s%@configure_input@%$configure_input%g
1690 s%@srcdir@%$srcdir%g
1691 s%@top_srcdir@%$top_srcdir%g
1692 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1693 fi; done
1694 rm -f conftest.s*
1695
1696 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1697 # NAME is the cpp macro being defined and VALUE is the value it is being given.
1698 #
1699 # ac_d sets the value in "#define NAME VALUE" lines.
1700 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
1701 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
1702 ac_dC='\3'
1703 ac_dD='%g'
1704 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1705 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1706 ac_uB='\([      ]\)%\1#\2define\3'
1707 ac_uC=' '
1708 ac_uD='\4%g'
1709 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1710 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1711 ac_eB='$%\1#\2define\3'
1712 ac_eC=' '
1713 ac_eD='%g'
1714
1715 if test "${CONFIG_HEADERS+set}" != set; then
1716 EOF
1717 cat >> $CONFIG_STATUS <<EOF
1718   CONFIG_HEADERS="$CONFIGFILE.hh:config.hh.in"
1719 EOF
1720 cat >> $CONFIG_STATUS <<\EOF
1721 fi
1722 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
1723   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1724   case "$ac_file" in
1725   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1726        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1727   *) ac_file_in="${ac_file}.in" ;;
1728   esac
1729
1730   echo creating $ac_file
1731
1732   rm -f conftest.frag conftest.in conftest.out
1733   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1734   cat $ac_file_inputs > conftest.in
1735
1736 EOF
1737
1738 # Transform confdefs.h into a sed script conftest.vals that substitutes
1739 # the proper values into config.h.in to produce config.h.  And first:
1740 # Protect against being on the right side of a sed subst in config.status.
1741 # Protect against being in an unquoted here document in config.status.
1742 rm -f conftest.vals
1743 cat > conftest.hdr <<\EOF
1744 s/[\\&%]/\\&/g
1745 s%[\\$`]%\\&%g
1746 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1747 s%ac_d%ac_u%gp
1748 s%ac_u%ac_e%gp
1749 EOF
1750 sed -n -f conftest.hdr confdefs.h > conftest.vals
1751 rm -f conftest.hdr
1752
1753 # This sed command replaces #undef with comments.  This is necessary, for
1754 # example, in the case of _POSIX_SOURCE, which is predefined and required
1755 # on some systems where configure will not decide to define it.
1756 cat >> conftest.vals <<\EOF
1757 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1758 EOF
1759
1760 # Break up conftest.vals because some shells have a limit on
1761 # the size of here documents, and old seds have small limits too.
1762
1763 rm -f conftest.tail
1764 while :
1765 do
1766   ac_lines=`grep -c . conftest.vals`
1767   # grep -c gives empty output for an empty file on some AIX systems.
1768   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1769   # Write a limited-size here document to conftest.frag.
1770   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1771   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1772   echo 'CEOF
1773   sed -f conftest.frag conftest.in > conftest.out
1774   rm -f conftest.in
1775   mv conftest.out conftest.in
1776 ' >> $CONFIG_STATUS
1777   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1778   rm -f conftest.vals
1779   mv conftest.tail conftest.vals
1780 done
1781 rm -f conftest.vals
1782
1783 cat >> $CONFIG_STATUS <<\EOF
1784   rm -f conftest.frag conftest.h
1785   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
1786   cat conftest.in >> conftest.h
1787   rm -f conftest.in
1788   if cmp -s $ac_file conftest.h 2>/dev/null; then
1789     echo "$ac_file is unchanged"
1790     rm -f conftest.h
1791   else
1792     # Remove last slash and all that follows it.  Not all systems have dirname.
1793       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1794       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1795       # The file is in a subdirectory.
1796       test ! -d "$ac_dir" && mkdir "$ac_dir"
1797     fi
1798     rm -f $ac_file
1799     mv conftest.h $ac_file
1800   fi
1801 fi; done
1802
1803 EOF
1804 cat >> $CONFIG_STATUS <<EOF
1805
1806 EOF
1807 cat >> $CONFIG_STATUS <<\EOF
1808
1809 exit 0
1810 EOF
1811 chmod +x $CONFIG_STATUS
1812 rm -fr confdefs* $ac_clean_files
1813 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1814
1815
1816     rm -f GNUmakefile
1817     cp make/toplevel.make.in ./GNUmakefile
1818     chmod 444 GNUmakefile
1819