]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/configure
release: 1.1.0
[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 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
839     for ac_prog in tar
840 do
841 # Extract the first word of "$ac_prog", so it can be a program name with args.
842 set dummy $ac_prog; ac_word=$2
843 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
844 echo "configure:845: checking for $ac_word" >&5
845 if eval "test \"`echo '$''{'ac_cv_prog_TAR'+set}'`\" = set"; then
846   echo $ac_n "(cached) $ac_c" 1>&6
847 else
848   if test -n "$TAR"; then
849   ac_cv_prog_TAR="$TAR" # Let the user override the test.
850 else
851   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
852   for ac_dir in $PATH; do
853     test -z "$ac_dir" && ac_dir=.
854     if test -f $ac_dir/$ac_word; then
855       ac_cv_prog_TAR="$ac_prog"
856       break
857     fi
858   done
859   IFS="$ac_save_ifs"
860 fi
861 fi
862 TAR="$ac_cv_prog_TAR"
863 if test -n "$TAR"; then
864   echo "$ac_t""$TAR" 1>&6
865 else
866   echo "$ac_t""no" 1>&6
867 fi
868
869 test -n "$TAR" && break
870 done
871 test -n "$TAR" || TAR="error"
872
873     for ac_prog in bash
874 do
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_BASH'+set}'`\" = set"; then
880   echo $ac_n "(cached) $ac_c" 1>&6
881 else
882   if test -n "$BASH"; then
883   ac_cv_prog_BASH="$BASH" # Let the user override the test.
884 else
885   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
886   for ac_dir in $PATH; do
887     test -z "$ac_dir" && ac_dir=.
888     if test -f $ac_dir/$ac_word; then
889       ac_cv_prog_BASH="$ac_prog"
890       break
891     fi
892   done
893   IFS="$ac_save_ifs"
894 fi
895 fi
896 BASH="$ac_cv_prog_BASH"
897 if test -n "$BASH"; then
898   echo "$ac_t""$BASH" 1>&6
899 else
900   echo "$ac_t""no" 1>&6
901 fi
902
903 test -n "$BASH" && break
904 done
905 test -n "$BASH" || BASH="/bin/sh"
906
907
908     # Extract the first word of "${PYTHON:-python}", so it can be a program name with args.
909 set dummy ${PYTHON:-python}; ac_word=$2
910 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
911 echo "configure:912: checking for $ac_word" >&5
912 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
913   echo $ac_n "(cached) $ac_c" 1>&6
914 else
915   case "$PYTHON" in
916   /*)
917   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
918   ;;
919   *)
920   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
921   for ac_dir in $PATH; do
922     test -z "$ac_dir" && ac_dir=.
923     if test -f $ac_dir/$ac_word; then
924       ac_cv_path_PYTHON="$ac_dir/$ac_word"
925       break
926     fi
927   done
928   IFS="$ac_save_ifs"
929   test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="-echo no python"
930   ;;
931 esac
932 fi
933 PYTHON="$ac_cv_path_PYTHON"
934 if test -n "$PYTHON"; then
935   echo "$ac_t""$PYTHON" 1>&6
936 else
937   echo "$ac_t""no" 1>&6
938 fi
939
940     
941
942
943     
944         result="`echo \"$MAKE\" | grep echo`"
945         if test "x$MAKE" = "xerror" -o "x$result" != "x"; then
946                 
947     echo "configure: warning: can\'t find GNU make. You should install GNU make" 1>&2
948     warn_b=yes
949
950         fi
951
952     if test $MAKE != "error" ; then
953         $MAKE -v| grep GNU > /dev/null
954         if test "$?" = 1
955         then
956                 
957     echo "configure: warning: Please install *GNU* make" 1>&2
958     warn_b=yes
959  
960         fi 
961     fi 
962
963     
964         result="`echo \"$PYTHON\" | grep echo`"
965         if test "x$PYTHON" = "xerror" -o "x$result" != "x"; then
966                 
967     echo "configure: warning: can\'t find python. You should install Python" 1>&2
968     warn_b=yes
969
970         fi
971
972
973     if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then
974         LN=cp # hard link does not work under cygnus-nt
975         LN_S=cp # symbolic link does not work for native nt
976         ZIP="zip -r -9" #
977         DOTEXE=.exe
978        DIRSEP='\\'
979         PATHSEP=';'
980        INSTALL="\$(SHELL) \$(stepdir)/../bin/install-dot-exe.sh -c"
981     else
982         DIRSEP='/'
983         PATHSEP=':'
984         LN=ln
985         LN_S='ln -s'
986         ZIP="zip -r -9"
987         INSTALL="\$(SHELL) \$(stepdir)/../bin/install-sh -c"
988     fi
989     
990     
991     
992     
993     
994     cat >> confdefs.h <<EOF
995 #define DIRSEP '${DIRSEP}'
996 EOF
997
998     cat >> confdefs.h <<EOF
999 #define PATHSEP '${PATHSEP}'
1000 EOF
1001
1002     
1003     
1004   
1005    
1006     
1007     if test "$datadir" = "\${prefix}/share"; then
1008             datadir='${prefix}/share/'$package
1009     fi
1010     DIR_DATADIR=${datadir}
1011     presome=${prefix}
1012     if test "$prefix" = "NONE"; then
1013             presome=${ac_default_prefix}
1014     fi
1015     DIR_DATADIR=`echo ${DIR_DATADIR} | sed "s!\\\${prefix}!$presome!"`
1016     
1017     
1018     cat >> confdefs.h <<EOF
1019 #define DIR_DATADIR "${DIR_DATADIR}"
1020 EOF
1021
1022
1023
1024
1025 # For all packages except the StepMake package itself
1026 # AC_CONFIG_SUBDIRS(stepmake)
1027
1028 # Uncomment the configuration options your package needs.
1029 # AC_STEPMAKE_COMPILE
1030 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
1031 # AC_STEPMAKE_CXX
1032 # AC_STEPMAKE_GXX
1033 # AC_STEPMAKE_CXXTEMPLATE
1034 # AC_STEPMAKE_LEXYACC
1035 # AC_STEPMAKE_LIB
1036 # AC_STEPMAKE_LIBTOOL
1037
1038     lang=English
1039     ALL_LINGUAS="en nl"
1040
1041     # with/enable ??
1042     # Check whether --with-localedir or --without-localedir was given.
1043 if test "${with_localedir+set}" = set; then
1044   withval="$with_localedir"
1045   localedir=$with_localedir
1046 else
1047   localedir='${prefix}/share/locale'
1048 fi
1049
1050
1051     # Check whether --with-lang or --without-lang was given.
1052 if test "${with_lang+set}" = set; then
1053   withval="$with_lang"
1054   language=$with_lang
1055 else
1056   language=English
1057 fi
1058
1059
1060     echo $ac_n "checking language""... $ac_c" 1>&6
1061 echo "configure:1062: checking language" >&5    
1062     case "$language" in
1063       En* | en* | Am* | am* | US* | us*)
1064             lang=English;;
1065       NL | nl | Du* | du* | Ned* | ned*)
1066             lang=Dutch;;
1067       "")
1068             lang=English;;
1069       *)
1070             lang=unknown;;
1071     esac
1072     echo "$ac_t""$lang" 1>&6
1073
1074     if test "$lang" = "unknown" ; then
1075         
1076     echo "configure: warning: $language not supported; available are: $ALL_LINGUAS" 1>&2
1077     warn_b=yes
1078
1079     fi
1080
1081
1082 # AC_STEPMAKE_GETTEXT
1083 # AC_STEPMAKE_MAN
1084 # AC_STEPMAKE_MSGFMT
1085 # AC_STEPMAKE_TEXMF
1086 # AC_STEPMAKE_TEXMF_DIRS
1087
1088     if test "x$YODL" = "x"; then 
1089         for ac_prog in striproff
1090 do
1091 # Extract the first word of "$ac_prog", so it can be a program name with args.
1092 set dummy $ac_prog; ac_word=$2
1093 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1094 echo "configure:1095: checking for $ac_word" >&5
1095 if eval "test \"`echo '$''{'ac_cv_prog_STRIPROFF'+set}'`\" = set"; then
1096   echo $ac_n "(cached) $ac_c" 1>&6
1097 else
1098   if test -n "$STRIPROFF"; then
1099   ac_cv_prog_STRIPROFF="$STRIPROFF" # Let the user override the test.
1100 else
1101   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1102   for ac_dir in $PATH; do
1103     test -z "$ac_dir" && ac_dir=.
1104     if test -f $ac_dir/$ac_word; then
1105       ac_cv_prog_STRIPROFF="$ac_prog"
1106       break
1107     fi
1108   done
1109   IFS="$ac_save_ifs"
1110 fi
1111 fi
1112 STRIPROFF="$ac_cv_prog_STRIPROFF"
1113 if test -n "$STRIPROFF"; then
1114   echo "$ac_t""$STRIPROFF" 1>&6
1115 else
1116   echo "$ac_t""no" 1>&6
1117 fi
1118
1119 test -n "$STRIPROFF" && break
1120 done
1121 test -n "$STRIPROFF" || STRIPROFF="-echo no striproff"
1122
1123         for ac_prog in yodl
1124 do
1125 # Extract the first word of "$ac_prog", so it can be a program name with args.
1126 set dummy $ac_prog; ac_word=$2
1127 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1128 echo "configure:1129: checking for $ac_word" >&5
1129 if eval "test \"`echo '$''{'ac_cv_prog_YODL'+set}'`\" = set"; then
1130   echo $ac_n "(cached) $ac_c" 1>&6
1131 else
1132   if test -n "$YODL"; then
1133   ac_cv_prog_YODL="$YODL" # Let the user override the test.
1134 else
1135   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1136   for ac_dir in $PATH; do
1137     test -z "$ac_dir" && ac_dir=.
1138     if test -f $ac_dir/$ac_word; then
1139       ac_cv_prog_YODL="$ac_prog"
1140       break
1141     fi
1142   done
1143   IFS="$ac_save_ifs"
1144 fi
1145 fi
1146 YODL="$ac_cv_prog_YODL"
1147 if test -n "$YODL"; then
1148   echo "$ac_t""$YODL" 1>&6
1149 else
1150   echo "$ac_t""no" 1>&6
1151 fi
1152
1153 test -n "$YODL" && break
1154 done
1155 test -n "$YODL" || YODL="-echo no yodl"
1156
1157         for ac_prog in yodl2html
1158 do
1159 # Extract the first word of "$ac_prog", so it can be a program name with args.
1160 set dummy $ac_prog; ac_word=$2
1161 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1162 echo "configure:1163: checking for $ac_word" >&5
1163 if eval "test \"`echo '$''{'ac_cv_prog_YODL2HTML'+set}'`\" = set"; then
1164   echo $ac_n "(cached) $ac_c" 1>&6
1165 else
1166   if test -n "$YODL2HTML"; then
1167   ac_cv_prog_YODL2HTML="$YODL2HTML" # Let the user override the test.
1168 else
1169   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1170   for ac_dir in $PATH; do
1171     test -z "$ac_dir" && ac_dir=.
1172     if test -f $ac_dir/$ac_word; then
1173       ac_cv_prog_YODL2HTML="$ac_prog"
1174       break
1175     fi
1176   done
1177   IFS="$ac_save_ifs"
1178 fi
1179 fi
1180 YODL2HTML="$ac_cv_prog_YODL2HTML"
1181 if test -n "$YODL2HTML"; then
1182   echo "$ac_t""$YODL2HTML" 1>&6
1183 else
1184   echo "$ac_t""no" 1>&6
1185 fi
1186
1187 test -n "$YODL2HTML" && break
1188 done
1189 test -n "$YODL2HTML" || YODL2HTML="-echo no yodl"
1190
1191         for ac_prog in yodl2latex
1192 do
1193 # Extract the first word of "$ac_prog", so it can be a program name with args.
1194 set dummy $ac_prog; ac_word=$2
1195 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1196 echo "configure:1197: checking for $ac_word" >&5
1197 if eval "test \"`echo '$''{'ac_cv_prog_YODL2LATEX'+set}'`\" = set"; then
1198   echo $ac_n "(cached) $ac_c" 1>&6
1199 else
1200   if test -n "$YODL2LATEX"; then
1201   ac_cv_prog_YODL2LATEX="$YODL2LATEX" # Let the user override the test.
1202 else
1203   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1204   for ac_dir in $PATH; do
1205     test -z "$ac_dir" && ac_dir=.
1206     if test -f $ac_dir/$ac_word; then
1207       ac_cv_prog_YODL2LATEX="$ac_prog"
1208       break
1209     fi
1210   done
1211   IFS="$ac_save_ifs"
1212 fi
1213 fi
1214 YODL2LATEX="$ac_cv_prog_YODL2LATEX"
1215 if test -n "$YODL2LATEX"; then
1216   echo "$ac_t""$YODL2LATEX" 1>&6
1217 else
1218   echo "$ac_t""no" 1>&6
1219 fi
1220
1221 test -n "$YODL2LATEX" && break
1222 done
1223
1224         for ac_prog in yodl2man
1225 do
1226 # Extract the first word of "$ac_prog", so it can be a program name with args.
1227 set dummy $ac_prog; ac_word=$2
1228 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1229 echo "configure:1230: checking for $ac_word" >&5
1230 if eval "test \"`echo '$''{'ac_cv_prog_YODL2MAN'+set}'`\" = set"; then
1231   echo $ac_n "(cached) $ac_c" 1>&6
1232 else
1233   if test -n "$YODL2MAN"; then
1234   ac_cv_prog_YODL2MAN="$YODL2MAN" # Let the user override the test.
1235 else
1236   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1237   for ac_dir in $PATH; do
1238     test -z "$ac_dir" && ac_dir=.
1239     if test -f $ac_dir/$ac_word; then
1240       ac_cv_prog_YODL2MAN="$ac_prog"
1241       break
1242     fi
1243   done
1244   IFS="$ac_save_ifs"
1245 fi
1246 fi
1247 YODL2MAN="$ac_cv_prog_YODL2MAN"
1248 if test -n "$YODL2MAN"; then
1249   echo "$ac_t""$YODL2MAN" 1>&6
1250 else
1251   echo "$ac_t""no" 1>&6
1252 fi
1253
1254 test -n "$YODL2MAN" && break
1255 done
1256 test -n "$YODL2MAN" || YODL2MAN="-echo no yodl"
1257
1258         for ac_prog in yodl2msless
1259 do
1260 # Extract the first word of "$ac_prog", so it can be a program name with args.
1261 set dummy $ac_prog; ac_word=$2
1262 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1263 echo "configure:1264: checking for $ac_word" >&5
1264 if eval "test \"`echo '$''{'ac_cv_prog_YODL2MSLESS'+set}'`\" = set"; then
1265   echo $ac_n "(cached) $ac_c" 1>&6
1266 else
1267   if test -n "$YODL2MSLESS"; then
1268   ac_cv_prog_YODL2MSLESS="$YODL2MSLESS" # Let the user override the test.
1269 else
1270   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1271   for ac_dir in $PATH; do
1272     test -z "$ac_dir" && ac_dir=.
1273     if test -f $ac_dir/$ac_word; then
1274       ac_cv_prog_YODL2MSLESS="$ac_prog"
1275       break
1276     fi
1277   done
1278   IFS="$ac_save_ifs"
1279 fi
1280 fi
1281 YODL2MSLESS="$ac_cv_prog_YODL2MSLESS"
1282 if test -n "$YODL2MSLESS"; then
1283   echo "$ac_t""$YODL2MSLESS" 1>&6
1284 else
1285   echo "$ac_t""no" 1>&6
1286 fi
1287
1288 test -n "$YODL2MSLESS" && break
1289 done
1290 test -n "$YODL2MSLESS" || YODL2MSLESS="-echo no yodl"
1291
1292         for ac_prog in yodl2texinfo
1293 do
1294 # Extract the first word of "$ac_prog", so it can be a program name with args.
1295 set dummy $ac_prog; ac_word=$2
1296 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1297 echo "configure:1298: checking for $ac_word" >&5
1298 if eval "test \"`echo '$''{'ac_cv_prog_YODL2TEXINFO'+set}'`\" = set"; then
1299   echo $ac_n "(cached) $ac_c" 1>&6
1300 else
1301   if test -n "$YODL2TEXINFO"; then
1302   ac_cv_prog_YODL2TEXINFO="$YODL2TEXINFO" # Let the user override the test.
1303 else
1304   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1305   for ac_dir in $PATH; do
1306     test -z "$ac_dir" && ac_dir=.
1307     if test -f $ac_dir/$ac_word; then
1308       ac_cv_prog_YODL2TEXINFO="$ac_prog"
1309       break
1310     fi
1311   done
1312   IFS="$ac_save_ifs"
1313 fi
1314 fi
1315 YODL2TEXINFO="$ac_cv_prog_YODL2TEXINFO"
1316 if test -n "$YODL2TEXINFO"; then
1317   echo "$ac_t""$YODL2TEXINFO" 1>&6
1318 else
1319   echo "$ac_t""no" 1>&6
1320 fi
1321
1322 test -n "$YODL2TEXINFO" && break
1323 done
1324 test -n "$YODL2TEXINFO" || YODL2TEXINFO="-echo no yodl"
1325
1326         for ac_prog in yodl2txt
1327 do
1328 # Extract the first word of "$ac_prog", so it can be a program name with args.
1329 set dummy $ac_prog; ac_word=$2
1330 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1331 echo "configure:1332: checking for $ac_word" >&5
1332 if eval "test \"`echo '$''{'ac_cv_prog_YODL2TXT'+set}'`\" = set"; then
1333   echo $ac_n "(cached) $ac_c" 1>&6
1334 else
1335   if test -n "$YODL2TXT"; then
1336   ac_cv_prog_YODL2TXT="$YODL2TXT" # Let the user override the test.
1337 else
1338   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1339   for ac_dir in $PATH; do
1340     test -z "$ac_dir" && ac_dir=.
1341     if test -f $ac_dir/$ac_word; then
1342       ac_cv_prog_YODL2TXT="$ac_prog"
1343       break
1344     fi
1345   done
1346   IFS="$ac_save_ifs"
1347 fi
1348 fi
1349 YODL2TXT="$ac_cv_prog_YODL2TXT"
1350 if test -n "$YODL2TXT"; then
1351   echo "$ac_t""$YODL2TXT" 1>&6
1352 else
1353   echo "$ac_t""no" 1>&6
1354 fi
1355
1356 test -n "$YODL2TXT" && break
1357 done
1358 test -n "$YODL2TXT" || YODL2TXT="-echo no yodl"
1359
1360         YODL2LESS_DIR='$(bindir)/'
1361     else
1362         
1363         
1364         
1365         
1366         
1367         
1368         
1369         
1370         
1371         export STRIPROFF YODL YODL2HTML YODL2LATEX YODL2MAN YODL2MSLESS YODL2TEXINFO YODL2TXT
1372     fi
1373     if test "x$YODL" = "-echo no yodl"; then
1374         
1375     echo "configure: warning: Did not find YODL (Yodl is Yet Oneother Document Language, see http://www.cs.uu.nl/~hanwen/yodl)" 1>&2
1376     warn_b=yes
1377
1378     fi    
1379
1380
1381 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
1382 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
1383
1384 for ac_prog in makeinfo
1385 do
1386 # Extract the first word of "$ac_prog", so it can be a program name with args.
1387 set dummy $ac_prog; ac_word=$2
1388 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1389 echo "configure:1390: checking for $ac_word" >&5
1390 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
1391   echo $ac_n "(cached) $ac_c" 1>&6
1392 else
1393   if test -n "$MAKEINFO"; then
1394   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
1395 else
1396   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
1397   for ac_dir in $PATH; do
1398     test -z "$ac_dir" && ac_dir=.
1399     if test -f $ac_dir/$ac_word; then
1400       ac_cv_prog_MAKEINFO="$ac_prog"
1401       break
1402     fi
1403   done
1404   IFS="$ac_save_ifs"
1405 fi
1406 fi
1407 MAKEINFO="$ac_cv_prog_MAKEINFO"
1408 if test -n "$MAKEINFO"; then
1409   echo "$ac_t""$MAKEINFO" 1>&6
1410 else
1411   echo "$ac_t""no" 1>&6
1412 fi
1413
1414 test -n "$MAKEINFO" && break
1415 done
1416 test -n "$MAKEINFO" || MAKEINFO="error"
1417
1418 # AC_CHECK_SEARCH_RESULT($YODL2TEXINFO, yodl,  
1419 #    You should install Yodl 1.30.pre6 or better)
1420
1421
1422     trap '' 1 2 15
1423 cat > confcache <<\EOF
1424 # This file is a shell script that caches the results of configure
1425 # tests run on this system so they can be shared between configure
1426 # scripts and configure runs.  It is not useful on other systems.
1427 # If it contains results you don't want to keep, you may remove or edit it.
1428 #
1429 # By default, configure uses ./config.cache as the cache file,
1430 # creating it if it does not exist already.  You can give configure
1431 # the --cache-file=FILE option to use a different cache file; that is
1432 # what configure does when it calls configure scripts in
1433 # subdirectories, so they share the cache.
1434 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1435 # config.status only pays attention to the cache file if you give it the
1436 # --recheck option to rerun configure.
1437 #
1438 EOF
1439 # The following way of writing the cache mishandles newlines in values,
1440 # but we know of no workaround that is simple, portable, and efficient.
1441 # So, don't put newlines in cache variables' values.
1442 # Ultrix sh set writes to stderr and can't be redirected directly,
1443 # and sets the high bit in the cache file unless we assign to the vars.
1444 (set) 2>&1 |
1445   case `(ac_space=' '; set) 2>&1` in
1446   *ac_space=\ *)
1447     # `set' does not quote correctly, so add quotes (double-quote substitution
1448     # turns \\\\ into \\, and sed turns \\ into \).
1449     sed -n \
1450       -e "s/'/'\\\\''/g" \
1451       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1452     ;;
1453   *)
1454     # `set' quotes correctly as required by POSIX, so do not add quotes.
1455     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1456     ;;
1457   esac >> confcache
1458 if cmp -s $cache_file confcache; then
1459   :
1460 else
1461   if test -w $cache_file; then
1462     echo "updating cache $cache_file"
1463     cat confcache > $cache_file
1464   else
1465     echo "not updating unwritable cache $cache_file"
1466   fi
1467 fi
1468 rm -f confcache
1469
1470 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1471
1472 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1473 # Let make expand exec_prefix.
1474 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1475
1476 # Any assignment to VPATH causes Sun make to only execute
1477 # the first set of double-colon rules, so remove it if not needed.
1478 # If there is a colon in the path, we need to keep it.
1479 if test "x$srcdir" = x.; then
1480   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1481 fi
1482
1483 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1484
1485 DEFS=-DHAVE_CONFIG_H
1486
1487 # Without the "./", some shells look in PATH for config.status.
1488 : ${CONFIG_STATUS=./config.status}
1489
1490 echo creating $CONFIG_STATUS
1491 rm -f $CONFIG_STATUS
1492 cat > $CONFIG_STATUS <<EOF
1493 #! /bin/sh
1494 # Generated automatically by configure.
1495 # Run this file to recreate the current configuration.
1496 # This directory was configured as follows,
1497 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1498 #
1499 # $0 $ac_configure_args
1500 #
1501 # Compiler output produced by configure, useful for debugging
1502 # configure, is in ./config.log if it exists.
1503
1504 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1505 for ac_option
1506 do
1507   case "\$ac_option" in
1508   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1509     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1510     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1511   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1512     echo "$CONFIG_STATUS generated by autoconf version 2.12"
1513     exit 0 ;;
1514   -help | --help | --hel | --he | --h)
1515     echo "\$ac_cs_usage"; exit 0 ;;
1516   *) echo "\$ac_cs_usage"; exit 1 ;;
1517   esac
1518 done
1519
1520 ac_given_srcdir=$srcdir
1521
1522 trap 'rm -fr `echo "$CONFIGFILE.make:config.make.in $CONFIGFILE.hh:config.hh.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1523 EOF
1524 cat >> $CONFIG_STATUS <<EOF
1525
1526 # Protect against being on the right side of a sed subst in config.status.
1527 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1528  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1529 $ac_vpsub
1530 $extrasub
1531 s%@CFLAGS@%$CFLAGS%g
1532 s%@CPPFLAGS@%$CPPFLAGS%g
1533 s%@CXXFLAGS@%$CXXFLAGS%g
1534 s%@DEFS@%$DEFS%g
1535 s%@LDFLAGS@%$LDFLAGS%g
1536 s%@LIBS@%$LIBS%g
1537 s%@exec_prefix@%$exec_prefix%g
1538 s%@prefix@%$prefix%g
1539 s%@program_transform_name@%$program_transform_name%g
1540 s%@bindir@%$bindir%g
1541 s%@sbindir@%$sbindir%g
1542 s%@libexecdir@%$libexecdir%g
1543 s%@datadir@%$datadir%g
1544 s%@sysconfdir@%$sysconfdir%g
1545 s%@sharedstatedir@%$sharedstatedir%g
1546 s%@localstatedir@%$localstatedir%g
1547 s%@libdir@%$libdir%g
1548 s%@includedir@%$includedir%g
1549 s%@oldincludedir@%$oldincludedir%g
1550 s%@infodir@%$infodir%g
1551 s%@mandir@%$mandir%g
1552 s%@stepmake@%$stepmake%g
1553 s%@package@%$package%g
1554 s%@PACKAGE@%$PACKAGE%g
1555 s%@PACKAGE_NAME@%$PACKAGE_NAME%g
1556 s%@package_depth@%$package_depth%g
1557 s%@AUTOGENERATE@%$AUTOGENERATE%g
1558 s%@absolute_builddir@%$absolute_builddir%g
1559 s%@STATE_VECTOR@%$STATE_VECTOR%g
1560 s%@CONFIGSUFFIX@%$CONFIGSUFFIX%g
1561 s%@host@%$host%g
1562 s%@host_alias@%$host_alias%g
1563 s%@host_cpu@%$host_cpu%g
1564 s%@host_vendor@%$host_vendor%g
1565 s%@host_os@%$host_os%g
1566 s%@MAKE@%$MAKE%g
1567 s%@FIND@%$FIND%g
1568 s%@TAR@%$TAR%g
1569 s%@BASH@%$BASH%g
1570 s%@PYTHON@%$PYTHON%g
1571 s%@DOTEXE@%$DOTEXE%g
1572 s%@ZIP@%$ZIP%g
1573 s%@LN@%$LN%g
1574 s%@LN_S@%$LN_S%g
1575 s%@INSTALL@%$INSTALL%g
1576 s%@PATHSEP@%$PATHSEP%g
1577 s%@DIRSEP@%$DIRSEP%g
1578 s%@DIR_DATADIR@%$DIR_DATADIR%g
1579 s%@STRIPROFF@%$STRIPROFF%g
1580 s%@YODL@%$YODL%g
1581 s%@YODL2HTML@%$YODL2HTML%g
1582 s%@YODL2LATEX@%$YODL2LATEX%g
1583 s%@YODL2MAN@%$YODL2MAN%g
1584 s%@YODL2MSLESS@%$YODL2MSLESS%g
1585 s%@YODL2TEXINFO@%$YODL2TEXINFO%g
1586 s%@YODL2TXT@%$YODL2TXT%g
1587 s%@YODL2LESS_DIR@%$YODL2LESS_DIR%g
1588 s%@MAKEINFO@%$MAKEINFO%g
1589
1590 CEOF
1591 EOF
1592
1593 cat >> $CONFIG_STATUS <<\EOF
1594
1595 # Split the substitutions into bite-sized pieces for seds with
1596 # small command number limits, like on Digital OSF/1 and HP-UX.
1597 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1598 ac_file=1 # Number of current file.
1599 ac_beg=1 # First line for current file.
1600 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1601 ac_more_lines=:
1602 ac_sed_cmds=""
1603 while $ac_more_lines; do
1604   if test $ac_beg -gt 1; then
1605     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1606   else
1607     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1608   fi
1609   if test ! -s conftest.s$ac_file; then
1610     ac_more_lines=false
1611     rm -f conftest.s$ac_file
1612   else
1613     if test -z "$ac_sed_cmds"; then
1614       ac_sed_cmds="sed -f conftest.s$ac_file"
1615     else
1616       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1617     fi
1618     ac_file=`expr $ac_file + 1`
1619     ac_beg=$ac_end
1620     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1621   fi
1622 done
1623 if test -z "$ac_sed_cmds"; then
1624   ac_sed_cmds=cat
1625 fi
1626 EOF
1627
1628 cat >> $CONFIG_STATUS <<EOF
1629
1630 CONFIG_FILES=\${CONFIG_FILES-"$CONFIGFILE.make:config.make.in"}
1631 EOF
1632 cat >> $CONFIG_STATUS <<\EOF
1633 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1634   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1635   case "$ac_file" in
1636   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1637        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1638   *) ac_file_in="${ac_file}.in" ;;
1639   esac
1640
1641   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1642
1643   # Remove last slash and all that follows it.  Not all systems have dirname.
1644   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1645   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1646     # The file is in a subdirectory.
1647     test ! -d "$ac_dir" && mkdir "$ac_dir"
1648     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1649     # A "../" for each directory in $ac_dir_suffix.
1650     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1651   else
1652     ac_dir_suffix= ac_dots=
1653   fi
1654
1655   case "$ac_given_srcdir" in
1656   .)  srcdir=.
1657       if test -z "$ac_dots"; then top_srcdir=.
1658       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1659   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1660   *) # Relative path.
1661     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1662     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1663   esac
1664
1665
1666   echo creating "$ac_file"
1667   rm -f "$ac_file"
1668   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1669   case "$ac_file" in
1670   *Makefile*) ac_comsub="1i\\
1671 # $configure_input" ;;
1672   *) ac_comsub= ;;
1673   esac
1674
1675   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1676   sed -e "$ac_comsub
1677 s%@configure_input@%$configure_input%g
1678 s%@srcdir@%$srcdir%g
1679 s%@top_srcdir@%$top_srcdir%g
1680 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1681 fi; done
1682 rm -f conftest.s*
1683
1684 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1685 # NAME is the cpp macro being defined and VALUE is the value it is being given.
1686 #
1687 # ac_d sets the value in "#define NAME VALUE" lines.
1688 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
1689 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
1690 ac_dC='\3'
1691 ac_dD='%g'
1692 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1693 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1694 ac_uB='\([      ]\)%\1#\2define\3'
1695 ac_uC=' '
1696 ac_uD='\4%g'
1697 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1698 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1699 ac_eB='$%\1#\2define\3'
1700 ac_eC=' '
1701 ac_eD='%g'
1702
1703 if test "${CONFIG_HEADERS+set}" != set; then
1704 EOF
1705 cat >> $CONFIG_STATUS <<EOF
1706   CONFIG_HEADERS="$CONFIGFILE.hh:config.hh.in"
1707 EOF
1708 cat >> $CONFIG_STATUS <<\EOF
1709 fi
1710 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
1711   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1712   case "$ac_file" in
1713   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1714        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1715   *) ac_file_in="${ac_file}.in" ;;
1716   esac
1717
1718   echo creating $ac_file
1719
1720   rm -f conftest.frag conftest.in conftest.out
1721   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1722   cat $ac_file_inputs > conftest.in
1723
1724 EOF
1725
1726 # Transform confdefs.h into a sed script conftest.vals that substitutes
1727 # the proper values into config.h.in to produce config.h.  And first:
1728 # Protect against being on the right side of a sed subst in config.status.
1729 # Protect against being in an unquoted here document in config.status.
1730 rm -f conftest.vals
1731 cat > conftest.hdr <<\EOF
1732 s/[\\&%]/\\&/g
1733 s%[\\$`]%\\&%g
1734 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1735 s%ac_d%ac_u%gp
1736 s%ac_u%ac_e%gp
1737 EOF
1738 sed -n -f conftest.hdr confdefs.h > conftest.vals
1739 rm -f conftest.hdr
1740
1741 # This sed command replaces #undef with comments.  This is necessary, for
1742 # example, in the case of _POSIX_SOURCE, which is predefined and required
1743 # on some systems where configure will not decide to define it.
1744 cat >> conftest.vals <<\EOF
1745 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1746 EOF
1747
1748 # Break up conftest.vals because some shells have a limit on
1749 # the size of here documents, and old seds have small limits too.
1750
1751 rm -f conftest.tail
1752 while :
1753 do
1754   ac_lines=`grep -c . conftest.vals`
1755   # grep -c gives empty output for an empty file on some AIX systems.
1756   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1757   # Write a limited-size here document to conftest.frag.
1758   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1759   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1760   echo 'CEOF
1761   sed -f conftest.frag conftest.in > conftest.out
1762   rm -f conftest.in
1763   mv conftest.out conftest.in
1764 ' >> $CONFIG_STATUS
1765   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1766   rm -f conftest.vals
1767   mv conftest.tail conftest.vals
1768 done
1769 rm -f conftest.vals
1770
1771 cat >> $CONFIG_STATUS <<\EOF
1772   rm -f conftest.frag conftest.h
1773   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
1774   cat conftest.in >> conftest.h
1775   rm -f conftest.in
1776   if cmp -s $ac_file conftest.h 2>/dev/null; then
1777     echo "$ac_file is unchanged"
1778     rm -f conftest.h
1779   else
1780     # Remove last slash and all that follows it.  Not all systems have dirname.
1781       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1782       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1783       # The file is in a subdirectory.
1784       test ! -d "$ac_dir" && mkdir "$ac_dir"
1785     fi
1786     rm -f $ac_file
1787     mv conftest.h $ac_file
1788   fi
1789 fi; done
1790
1791 EOF
1792 cat >> $CONFIG_STATUS <<EOF
1793
1794 EOF
1795 cat >> $CONFIG_STATUS <<\EOF
1796
1797 exit 0
1798 EOF
1799 chmod +x $CONFIG_STATUS
1800 rm -fr confdefs* $ac_clean_files
1801 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1802
1803
1804     rm -f GNUmakefile
1805     cp make/toplevel.make.in ./GNUmakefile
1806     chmod 444 GNUmakefile
1807