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