]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/configure
release: 1.3.135
[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 # Guess values for system-dependent variables and create Makefiles.
57 # Generated automatically using autoconf version 2.13 
58 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
59 #
60 # This configure script is free software; the Free Software Foundation
61 # gives unlimited permission to copy, distribute and modify it.
62
63 # Defaults:
64 ac_help=
65 ac_default_prefix=/usr/local
66 # Any additions from configure.in:
67 ac_help="$ac_help
68   enable-config=FILE      put configure settings in config-FILE.make"
69 ac_help="$ac_help
70   with-localedir=LOCALE   use LOCALE as locale dir. Default: PREFIX/share/locale "
71 ac_help="$ac_help
72   with-lang=LANG          use LANG as language to emit messages"
73
74 # Initialize some variables set by options.
75 # The variables have the same names as the options, with
76 # dashes changed to underlines.
77 build=NONE
78 cache_file=./config.cache
79 exec_prefix=NONE
80 host=NONE
81 no_create=
82 nonopt=NONE
83 no_recursion=
84 prefix=NONE
85 program_prefix=NONE
86 program_suffix=NONE
87 program_transform_name=s,x,x,
88 silent=
89 site=
90 srcdir=
91 target=NONE
92 verbose=
93 x_includes=NONE
94 x_libraries=NONE
95 bindir='${exec_prefix}/bin'
96 sbindir='${exec_prefix}/sbin'
97 libexecdir='${exec_prefix}/libexec'
98 datadir='${prefix}/share'
99 sysconfdir='${prefix}/etc'
100 sharedstatedir='${prefix}/com'
101 localstatedir='${prefix}/var'
102 libdir='${exec_prefix}/lib'
103 includedir='${prefix}/include'
104 oldincludedir='/usr/include'
105 infodir='${prefix}/info'
106 mandir='${prefix}/man'
107
108 # Initialize some other variables.
109 subdirs=
110 MFLAGS= MAKEFLAGS=
111 SHELL=${CONFIG_SHELL-/bin/sh}
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.13"
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${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
566 cross_compiling=$ac_cv_prog_cc_cross
567
568 ac_exeext=
569 ac_objext=o
570 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
571   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
572   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
573     ac_n= ac_c='
574 ' ac_t='        '
575   else
576     ac_n=-n ac_c= ac_t=
577   fi
578 else
579   ac_n= ac_c='\c' ac_t=
580 fi
581
582
583
584
585 # Bootstrap StepMake configure
586
587
588     . $srcdir/VERSION
589     FULL_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL
590     if test x$MY_PATCH_LEVEL != x; then
591         FULL_VERSION=$FULL_VERSION.$MY_PATCH_LEVEL
592     fi
593
594     # urg: don't "fix" this: irix doesn't know about [:lower:] and [:upper:]
595         PACKAGE=`echo $PACKAGE_NAME | tr '[a-z]' '[A-Z]'`
596     package=`echo $PACKAGE_NAME | tr '[A-Z]' '[a-z]'`
597     
598     # No versioning on directory names of sub-packages 
599     # urg, urg
600     stepmake=${datadir}/stepmake
601     presome=${prefix}
602     if test "$prefix" = "NONE"; then
603             presome=${ac_default_prefix}
604     fi
605     stepmake=`echo ${stepmake} | sed "s!\\\${prefix}!$presome!"`
606
607     # urg, how is this supposed to work?
608     if test "$program_prefix" = "NONE"; then
609           program_prefix=
610     fi
611     if test "$program_suffix" = "NONE"; then
612           program_suffix=
613     fi
614
615     echo $ac_n "checking Package""... $ac_c" 1>&6
616 echo "configure:617: checking Package" >&5
617     if test "x$PACKAGE" = "xSTEPMAKE"; then
618         echo "$ac_t""Stepmake package!" 1>&6
619
620         echo $ac_n "checking builddir""... $ac_c" 1>&6
621 echo "configure:622: checking builddir" >&5
622         if test "$srcdir" = "."; then
623             builddir=.
624         else
625             absolute_builddir="`pwd`"
626             package_absolute_builddir="`dirname $absolute_builddir`"
627             package_srcdir="`dirname  $srcdir`"
628             builddir="`dirname $package_srcdir`/`basename $package_absolute_builddir`/`basename $absolute_builddir`"
629         fi
630         echo "$ac_t""$builddir" 1>&6
631
632         (cd stepmake 2>/dev/null || mkdir stepmake)
633         (cd stepmake; rm -f stepmake; ln -s ../$srcdir/stepmake .)
634         (cd stepmake; rm -f bin; ln -s ../$srcdir/bin .)
635         ac_aux_dir=
636 for ac_dir in bin $srcdir/bin; do
637   if test -f $ac_dir/install-sh; then
638     ac_aux_dir=$ac_dir
639     ac_install_sh="$ac_aux_dir/install-sh -c"
640     break
641   elif test -f $ac_dir/install.sh; then
642     ac_aux_dir=$ac_dir
643     ac_install_sh="$ac_aux_dir/install.sh -c"
644     break
645   fi
646 done
647 if test -z "$ac_aux_dir"; then
648   { echo "configure: error: can not find install-sh or install.sh in bin $srcdir/bin" 1>&2; exit 1; }
649 fi
650 ac_config_guess=$ac_aux_dir/config.guess
651 ac_config_sub=$ac_aux_dir/config.sub
652 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
653
654         stepmake=stepmake
655     else
656         echo "$ac_t""$PACKAGE" 1>&6
657
658         echo $ac_n "checking builddir""... $ac_c" 1>&6
659 echo "configure:660: checking builddir" >&5
660         if test "$srcdir" = "."; then
661             builddir=.
662             srcdir_build=no
663         else
664             absolute_builddir="`pwd`"
665 #           builddir="`dirname  $srcdir`/`basename $absolute_builddir`"
666             builddir="`bash $srcdir/buildscripts/walk.sh \"$srcdir\"`"
667             srcdir_build=yes
668         fi
669         echo "$ac_t""$builddir" 1>&6
670         if expr "$srcdir" : '/' > /dev/null 2>&1; then
671             absolute_srcdir=yes
672             
673     echo "configure: warning: Absolute --srcdir specified: $srcdir" 1>&2
674     warn_b=yes
675
676         fi
677
678         echo $ac_n "checking for stepmake""... $ac_c" 1>&6
679 echo "configure:680: checking for stepmake" >&5
680         # Check for installed stepmake
681         if test -d $stepmake; then
682             echo "$ac_t""$stepmake" 1>&6
683         else
684             if test "$absolute_srcdir" != "yes"; then
685                 stepmake='$(depth)'/$srcdir/stepmake
686             else
687                 stepmake=$srcdir/stepmake
688             fi
689             echo "$ac_t""$srcdir/stepmake  ($datadir/stepmake not found)" 1>&6
690         fi
691
692         ac_aux_dir=
693 for ac_dir in \
694           $HOME/usr/local/share/stepmake/bin\
695           $HOME/usr/local/lib/stepmake/bin\
696           $HOME/usr/share/stepmake/bin\
697           $HOME/usr/lib/stepmake/bin\
698           /usr/local/share/stepmake/bin\
699           /usr/local/lib/stepmake/bin\
700           /usr/share/stepmake/bin\
701           /usr/lib/stepmake/bin\
702           stepmake/bin\
703           $srcdir/stepmake/bin\
704          $srcdir/\
705           $HOME/usr/local/share/stepmake/bin\
706           $HOME/usr/local/lib/stepmake/bin\
707           $HOME/usr/share/stepmake/bin\
708           $HOME/usr/lib/stepmake/bin\
709           /usr/local/share/stepmake/bin\
710           /usr/local/lib/stepmake/bin\
711           /usr/share/stepmake/bin\
712           /usr/lib/stepmake/bin\
713           stepmake/bin\
714           $srcdir/stepmake/bin\
715         ; do
716   if test -f $ac_dir/install-sh; then
717     ac_aux_dir=$ac_dir
718     ac_install_sh="$ac_aux_dir/install-sh -c"
719     break
720   elif test -f $ac_dir/install.sh; then
721     ac_aux_dir=$ac_dir
722     ac_install_sh="$ac_aux_dir/install.sh -c"
723     break
724   fi
725 done
726 if test -z "$ac_aux_dir"; then
727   { echo "configure: error: can not find install-sh or install.sh in \
728           $HOME/usr/local/share/stepmake/bin\
729           $HOME/usr/local/lib/stepmake/bin\
730           $HOME/usr/share/stepmake/bin\
731           $HOME/usr/lib/stepmake/bin\
732           /usr/local/share/stepmake/bin\
733           /usr/local/lib/stepmake/bin\
734           /usr/share/stepmake/bin\
735           /usr/lib/stepmake/bin\
736           stepmake/bin\
737           $srcdir/stepmake/bin\
738          $srcdir/\
739           $HOME/usr/local/share/stepmake/bin\
740           $HOME/usr/local/lib/stepmake/bin\
741           $HOME/usr/share/stepmake/bin\
742           $HOME/usr/lib/stepmake/bin\
743           /usr/local/share/stepmake/bin\
744           /usr/local/lib/stepmake/bin\
745           /usr/share/stepmake/bin\
746           /usr/lib/stepmake/bin\
747           stepmake/bin\
748           $srcdir/stepmake/bin\
749         " 1>&2; exit 1; }
750 fi
751 ac_config_guess=$ac_aux_dir/config.guess
752 ac_config_sub=$ac_aux_dir/config.sub
753 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
754
755     fi
756
757     
758     
759     
760     
761     
762     cat >> confdefs.h <<EOF
763 #define PACKAGE "${PACKAGE_NAME}"
764 EOF
765
766     cat >> confdefs.h <<EOF
767 #define TOPLEVEL_VERSION "${FULL_VERSION}"
768 EOF
769
770
771     if test "$package_depth" = "" ; then
772         package_depth="."
773     else
774         package_depth="../$package_depth"
775     fi
776     export package_depth
777     
778
779     AUTOGENERATE="This file was automatically generated by configure"
780     
781
782     CONFIGSUFFIX=
783     # Check whether --enable-config or --disable-config was given.
784 if test "${enable_config+set}" = set; then
785   enableval="$enable_config"
786   CONFIGSUFFIX=-$enableval
787 fi
788
789
790     CONFIGFILE=config$CONFIGSUFFIX
791     
792      
793     
794 # Make sure we can run config.sub.
795 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
796 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
797 fi
798
799 echo $ac_n "checking host system type""... $ac_c" 1>&6
800 echo "configure:801: checking host system type" >&5
801
802 host_alias=$host
803 case "$host_alias" in
804 NONE)
805   case $nonopt in
806   NONE)
807     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
808     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
809     fi ;;
810   *) host_alias=$nonopt ;;
811   esac ;;
812 esac
813
814 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
815 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
816 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
817 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
818 echo "$ac_t""$host" 1>&6
819
820     for ac_prog in gmake make
821 do
822 # Extract the first word of "$ac_prog", so it can be a program name with args.
823 set dummy $ac_prog; ac_word=$2
824 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
825 echo "configure:826: checking for $ac_word" >&5
826 if eval "test \"`echo '$''{'ac_cv_prog_MAKE'+set}'`\" = set"; then
827   echo $ac_n "(cached) $ac_c" 1>&6
828 else
829   if test -n "$MAKE"; then
830   ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
831 else
832   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
833   ac_dummy="$PATH"
834   for ac_dir in $ac_dummy; do
835     test -z "$ac_dir" && ac_dir=.
836     if test -f $ac_dir/$ac_word; then
837       ac_cv_prog_MAKE="$ac_prog"
838       break
839     fi
840   done
841   IFS="$ac_save_ifs"
842 fi
843 fi
844 MAKE="$ac_cv_prog_MAKE"
845 if test -n "$MAKE"; then
846   echo "$ac_t""$MAKE" 1>&6
847 else
848   echo "$ac_t""no" 1>&6
849 fi
850
851 test -n "$MAKE" && break
852 done
853 test -n "$MAKE" || MAKE="error"
854
855     for ac_prog in find
856 do
857 # Extract the first word of "$ac_prog", so it can be a program name with args.
858 set dummy $ac_prog; ac_word=$2
859 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
860 echo "configure:861: checking for $ac_word" >&5
861 if eval "test \"`echo '$''{'ac_cv_prog_FIND'+set}'`\" = set"; then
862   echo $ac_n "(cached) $ac_c" 1>&6
863 else
864   if test -n "$FIND"; then
865   ac_cv_prog_FIND="$FIND" # Let the user override the test.
866 else
867   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
868   ac_dummy="$PATH"
869   for ac_dir in $ac_dummy; do
870     test -z "$ac_dir" && ac_dir=.
871     if test -f $ac_dir/$ac_word; then
872       ac_cv_prog_FIND="$ac_prog"
873       break
874     fi
875   done
876   IFS="$ac_save_ifs"
877 fi
878 fi
879 FIND="$ac_cv_prog_FIND"
880 if test -n "$FIND"; then
881   echo "$ac_t""$FIND" 1>&6
882 else
883   echo "$ac_t""no" 1>&6
884 fi
885
886 test -n "$FIND" && break
887 done
888 test -n "$FIND" || FIND="error"
889
890
891
892     for ac_prog in tar
893 do
894 # Extract the first word of "$ac_prog", so it can be a program name with args.
895 set dummy $ac_prog; ac_word=$2
896 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
897 echo "configure:898: checking for $ac_word" >&5
898 if eval "test \"`echo '$''{'ac_cv_prog_TAR'+set}'`\" = set"; then
899   echo $ac_n "(cached) $ac_c" 1>&6
900 else
901   if test -n "$TAR"; then
902   ac_cv_prog_TAR="$TAR" # Let the user override the test.
903 else
904   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
905   ac_dummy="$PATH"
906   for ac_dir in $ac_dummy; do
907     test -z "$ac_dir" && ac_dir=.
908     if test -f $ac_dir/$ac_word; then
909       ac_cv_prog_TAR="$ac_prog"
910       break
911     fi
912   done
913   IFS="$ac_save_ifs"
914 fi
915 fi
916 TAR="$ac_cv_prog_TAR"
917 if test -n "$TAR"; then
918   echo "$ac_t""$TAR" 1>&6
919 else
920   echo "$ac_t""no" 1>&6
921 fi
922
923 test -n "$TAR" && break
924 done
925 test -n "$TAR" || TAR="error"
926
927
928     if test "x`uname`" = "xHP-UX"; then
929         # Extract the first word of "bash", so it can be a program name with args.
930 set dummy bash; ac_word=$2
931 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
932 echo "configure:933: checking for $ac_word" >&5
933 if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
934   echo $ac_n "(cached) $ac_c" 1>&6
935 else
936   case "$BASH" in
937   /*)
938   ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
939   ;;
940   ?:/*)                  
941   ac_cv_path_BASH="$BASH" # Let the user override the test with a dos path.
942   ;;
943   *)
944   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
945   ac_dummy="$PATH"
946   for ac_dir in $ac_dummy; do 
947     test -z "$ac_dir" && ac_dir=.
948     if test -f $ac_dir/$ac_word; then
949       ac_cv_path_BASH="$ac_dir/$ac_word"
950       break
951     fi
952   done
953   IFS="$ac_save_ifs"
954   test -z "$ac_cv_path_BASH" && ac_cv_path_BASH="/bin/sh"
955   ;;
956 esac
957 fi
958 BASH="$ac_cv_path_BASH"
959 if test -n "$BASH"; then
960   echo "$ac_t""$BASH" 1>&6
961 else
962   echo "$ac_t""no" 1>&6
963 fi
964
965         
966     echo "configure: warning: avoiding buggy /bin/sh" 1>&2
967     warn_b=yes
968
969         # Extract the first word of "bash", so it can be a program name with args.
970 set dummy bash; ac_word=$2
971 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
972 echo "configure:973: checking for $ac_word" >&5
973 if eval "test \"`echo '$''{'ac_cv_path_SHELL'+set}'`\" = set"; then
974   echo $ac_n "(cached) $ac_c" 1>&6
975 else
976   case "$SHELL" in
977   /*)
978   ac_cv_path_SHELL="$SHELL" # Let the user override the test with a path.
979   ;;
980   ?:/*)                  
981   ac_cv_path_SHELL="$SHELL" # Let the user override the test with a dos path.
982   ;;
983   *)
984   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
985   ac_dummy="$PATH"
986   for ac_dir in $ac_dummy; do 
987     test -z "$ac_dir" && ac_dir=.
988     if test -f $ac_dir/$ac_word; then
989       ac_cv_path_SHELL="$ac_dir/$ac_word"
990       break
991     fi
992   done
993   IFS="$ac_save_ifs"
994   test -z "$ac_cv_path_SHELL" && ac_cv_path_SHELL="/bin/ksh"
995   ;;
996 esac
997 fi
998 SHELL="$ac_cv_path_SHELL"
999 if test -n "$SHELL"; then
1000   echo "$ac_t""$SHELL" 1>&6
1001 else
1002   echo "$ac_t""no" 1>&6
1003 fi
1004
1005     else
1006         # Extract the first word of "bash", so it can be a program name with args.
1007 set dummy bash; ac_word=$2
1008 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1009 echo "configure:1010: checking for $ac_word" >&5
1010 if eval "test \"`echo '$''{'ac_cv_path_BASH'+set}'`\" = set"; then
1011   echo $ac_n "(cached) $ac_c" 1>&6
1012 else
1013   case "$BASH" in
1014   /*)
1015   ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
1016   ;;
1017   ?:/*)                  
1018   ac_cv_path_BASH="$BASH" # Let the user override the test with a dos path.
1019   ;;
1020   *)
1021   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1022   ac_dummy="$PATH"
1023   for ac_dir in $ac_dummy; do 
1024     test -z "$ac_dir" && ac_dir=.
1025     if test -f $ac_dir/$ac_word; then
1026       ac_cv_path_BASH="$ac_dir/$ac_word"
1027       break
1028     fi
1029   done
1030   IFS="$ac_save_ifs"
1031   test -z "$ac_cv_path_BASH" && ac_cv_path_BASH="/bin/sh"
1032   ;;
1033 esac
1034 fi
1035 BASH="$ac_cv_path_BASH"
1036 if test -n "$BASH"; then
1037   echo "$ac_t""$BASH" 1>&6
1038 else
1039   echo "$ac_t""no" 1>&6
1040 fi
1041
1042         SHELL=/bin/sh
1043         
1044     fi
1045
1046
1047     # Extract the first word of "${PYTHON:-python}", so it can be a program name with args.
1048 set dummy ${PYTHON:-python}; ac_word=$2
1049 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1050 echo "configure:1051: checking for $ac_word" >&5
1051 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
1052   echo $ac_n "(cached) $ac_c" 1>&6
1053 else
1054   case "$PYTHON" in
1055   /*)
1056   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
1057   ;;
1058   ?:/*)                  
1059   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a dos path.
1060   ;;
1061   *)
1062   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1063   ac_dummy="$PATH"
1064   for ac_dir in $ac_dummy; do 
1065     test -z "$ac_dir" && ac_dir=.
1066     if test -f $ac_dir/$ac_word; then
1067       ac_cv_path_PYTHON="$ac_dir/$ac_word"
1068       break
1069     fi
1070   done
1071   IFS="$ac_save_ifs"
1072   test -z "$ac_cv_path_PYTHON" && ac_cv_path_PYTHON="-echo no python"
1073   ;;
1074 esac
1075 fi
1076 PYTHON="$ac_cv_path_PYTHON"
1077 if test -n "$PYTHON"; then
1078   echo "$ac_t""$PYTHON" 1>&6
1079 else
1080   echo "$ac_t""no" 1>&6
1081 fi
1082
1083     
1084
1085     if test $MAKE != "error" ; then
1086         $MAKE -v 2> /dev/null | grep GNU > /dev/null
1087         if test "$?" = 1
1088         then
1089                 
1090     echo "configure: warning: Please install *GNU* make" 1>&2
1091     warn_b=yes
1092  
1093         fi
1094     fi 
1095
1096     
1097         result="`echo \"$PYTHON\" | grep echo`"
1098         if test "x$PYTHON" = "xerror" -o "x$result" != "x"; then
1099                 
1100     echo "configure: warning: can\'t find python. You should install Python" 1>&2
1101     warn_b=yes
1102
1103         fi
1104
1105
1106     if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then
1107         LN=cp # hard link does not work under cygnus-nt
1108         LN_S='cp -r' # symbolic link does not work for native nt
1109         ZIP="zip -r -9" #
1110         program_suffix=.exe
1111         # urg
1112         # ROOTSEP=':'
1113         # DIRSEP='\\'
1114         # PATHSEP=';'
1115         #
1116         # cygwin fixes all these things.  
1117         # it seems these were used because of dos-style TEXINPUTS and
1118         # MFINPUTS needed for miktex.
1119         # but this breaks parsing of all other cygwin/unix style paths.
1120         #
1121         # if your (mik)tex breaks, make a:
1122         #    /usr/local/bin/tex:
1123         #    #!/bin/sh
1124         #    TEXINPUTS=`cygpath -pw $TEXINPUTS` /texmf/miktex/bin/tex 
1125         #
1126         # and
1127         #
1128         #    /usr/local/bin/mf:
1129         #    #!/bin/sh
1130         #    MFINPUTS=`cygpath -pw $MFINPUTS` /texmf/miktex/bin/mf 
1131         #
1132         # this way, you may have buildscripts/out/lilypond-profile 
1133         # 'automatically' sourced from /usr/etc/profile.d/ too.
1134         #
1135         ROOTSEP=':'
1136         DIRSEP='/'
1137         PATHSEP=':'
1138         INSTALL="\$(SHELL) \$(stepdir)/../bin/install-dot-exe.sh -c"
1139     else
1140         ROOTSEP=':'
1141         DIRSEP='/'
1142         PATHSEP=':'
1143         LN=ln
1144         LN_S='ln -s'
1145         ZIP="zip -r -9"
1146         INSTALL="\$(SHELL) \$(stepdir)/../bin/install-sh -c"
1147     fi
1148     
1149     
1150     
1151     
1152     
1153     
1154     cat >> confdefs.h <<EOF
1155 #define DIRSEP '${DIRSEP}'
1156 EOF
1157
1158     cat >> confdefs.h <<EOF
1159 #define PATHSEP '${PATHSEP}'
1160 EOF
1161
1162     
1163     
1164   
1165     
1166     if test "$datadir" = "\${prefix}/share"; then
1167             datadir='${prefix}/share/'$package
1168     fi
1169     DIR_DATADIR=${datadir}
1170     presome=${prefix}
1171     if test "$prefix" = "NONE"; then
1172             presome=${ac_default_prefix}
1173     fi
1174     DIR_DATADIR=`echo ${DIR_DATADIR} | sed "s!\\\${prefix}!$presome!"`
1175
1176     
1177     
1178     
1179                         
1180     cat >> confdefs.h <<EOF
1181 #define DIR_DATADIR "${DIR_DATADIR}"
1182 EOF
1183
1184
1185
1186
1187 # For all packages except the StepMake package itself
1188 # AC_CONFIG_SUBDIRS(stepmake)
1189
1190 # Uncomment the configuration options your package needs.
1191 # AC_STEPMAKE_COMPILE
1192 # AC_HAVE_HEADERS(limits.h malloc.h string.h unistd.h values.h)
1193 # AC_STEPMAKE_CXX
1194 # AC_STEPMAKE_GXX
1195 # AC_STEPMAKE_CXXTEMPLATE
1196 # AC_STEPMAKE_LEXYACC
1197 # AC_STEPMAKE_LIB
1198 # AC_STEPMAKE_LIBTOOL
1199
1200     lang=English
1201     ALL_LINGUAS="en nl"
1202
1203     # with/enable ??
1204     # Check whether --with-localedir or --without-localedir was given.
1205 if test "${with_localedir+set}" = set; then
1206   withval="$with_localedir"
1207   localedir=$with_localedir
1208 else
1209   localedir='${prefix}/share/locale'
1210 fi
1211
1212
1213     # Check whether --with-lang or --without-lang was given.
1214 if test "${with_lang+set}" = set; then
1215   withval="$with_lang"
1216   language=$with_lang
1217 else
1218   language=English
1219 fi
1220
1221
1222     echo $ac_n "checking language""... $ac_c" 1>&6
1223 echo "configure:1224: checking language" >&5    
1224     case "$language" in
1225       En* | en* | Am* | am* | US* | us*)
1226             lang=English;;
1227       NL | nl | Du* | du* | Ned* | ned*)
1228             lang=Dutch;;
1229       "")
1230             lang=English;;
1231       *)
1232             lang=unknown;;
1233     esac
1234     echo "$ac_t""$lang" 1>&6
1235
1236     if test "$lang" = "unknown" ; then
1237         
1238     echo "configure: warning: $language not supported; available are: $ALL_LINGUAS" 1>&2
1239     warn_b=yes
1240
1241     fi
1242
1243
1244 # AC_STEPMAKE_GETTEXT
1245 # AC_STEPMAKE_MAN
1246 # AC_STEPMAKE_MSGFMT
1247 # AC_STEPMAKE_TEXMF
1248 # AC_STEPMAKE_TEXMF_DIRS
1249
1250 # AM_PATH_GTK(1.0.0,,AC_MSG_ERROR([please install proper version of gtk]))
1251 # AM_PATH_GTK__(0.9.4,,AC_MSG_ERROR([please install proper version of gtk--]))
1252
1253 for ac_prog in makeinfo
1254 do
1255 # Extract the first word of "$ac_prog", so it can be a program name with args.
1256 set dummy $ac_prog; ac_word=$2
1257 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1258 echo "configure:1259: checking for $ac_word" >&5
1259 if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
1260   echo $ac_n "(cached) $ac_c" 1>&6
1261 else
1262   if test -n "$MAKEINFO"; then
1263   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
1264 else
1265   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1266   ac_dummy="$PATH"
1267   for ac_dir in $ac_dummy; do
1268     test -z "$ac_dir" && ac_dir=.
1269     if test -f $ac_dir/$ac_word; then
1270       ac_cv_prog_MAKEINFO="$ac_prog"
1271       break
1272     fi
1273   done
1274   IFS="$ac_save_ifs"
1275 fi
1276 fi
1277 MAKEINFO="$ac_cv_prog_MAKEINFO"
1278 if test -n "$MAKEINFO"; then
1279   echo "$ac_t""$MAKEINFO" 1>&6
1280 else
1281   echo "$ac_t""no" 1>&6
1282 fi
1283
1284 test -n "$MAKEINFO" && break
1285 done
1286 test -n "$MAKEINFO" || MAKEINFO="error"
1287
1288
1289
1290     trap '' 1 2 15
1291 cat > confcache <<\EOF
1292 # This file is a shell script that caches the results of configure
1293 # tests run on this system so they can be shared between configure
1294 # scripts and configure runs.  It is not useful on other systems.
1295 # If it contains results you don't want to keep, you may remove or edit it.
1296 #
1297 # By default, configure uses ./config.cache as the cache file,
1298 # creating it if it does not exist already.  You can give configure
1299 # the --cache-file=FILE option to use a different cache file; that is
1300 # what configure does when it calls configure scripts in
1301 # subdirectories, so they share the cache.
1302 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1303 # config.status only pays attention to the cache file if you give it the
1304 # --recheck option to rerun configure.
1305 #
1306 EOF
1307 # The following way of writing the cache mishandles newlines in values,
1308 # but we know of no workaround that is simple, portable, and efficient.
1309 # So, don't put newlines in cache variables' values.
1310 # Ultrix sh set writes to stderr and can't be redirected directly,
1311 # and sets the high bit in the cache file unless we assign to the vars.
1312 (set) 2>&1 |
1313   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1314   *ac_space=\ *)
1315     # `set' does not quote correctly, so add quotes (double-quote substitution
1316     # turns \\\\ into \\, and sed turns \\ into \).
1317     sed -n \
1318       -e "s/'/'\\\\''/g" \
1319       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1320     ;;
1321   *)
1322     # `set' quotes correctly as required by POSIX, so do not add quotes.
1323     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1324     ;;
1325   esac >> confcache
1326 if cmp -s $cache_file confcache; then
1327   :
1328 else
1329   if test -w $cache_file; then
1330     echo "updating cache $cache_file"
1331     cat confcache > $cache_file
1332   else
1333     echo "not updating unwritable cache $cache_file"
1334   fi
1335 fi
1336 rm -f confcache
1337
1338 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1339
1340 test "x$prefix" = xNONE && prefix=$ac_default_prefix
1341 # Let make expand exec_prefix.
1342 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1343
1344 # Any assignment to VPATH causes Sun make to only execute
1345 # the first set of double-colon rules, so remove it if not needed.
1346 # If there is a colon in the path, we need to keep it.
1347 if test "x$srcdir" = x.; then
1348   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
1349 fi
1350
1351 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1352
1353 DEFS=-DHAVE_CONFIG_H
1354
1355 # Without the "./", some shells look in PATH for config.status.
1356 : ${CONFIG_STATUS=./config.status}
1357
1358 echo creating $CONFIG_STATUS
1359 rm -f $CONFIG_STATUS
1360 cat > $CONFIG_STATUS <<EOF
1361 #! /bin/sh
1362 # Generated automatically by configure.
1363 # Run this file to recreate the current configuration.
1364 # This directory was configured as follows,
1365 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1366 #
1367 # $0 $ac_configure_args
1368 #
1369 # Compiler output produced by configure, useful for debugging
1370 # configure, is in ./config.log if it exists.
1371
1372 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1373 for ac_option
1374 do
1375   case "\$ac_option" in
1376   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1377     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1378     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1379   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1380     echo "$CONFIG_STATUS generated by autoconf version 2.13"
1381     exit 0 ;;
1382   -help | --help | --hel | --he | --h)
1383     echo "\$ac_cs_usage"; exit 0 ;;
1384   *) echo "\$ac_cs_usage"; exit 1 ;;
1385   esac
1386 done
1387
1388 ac_given_srcdir=$srcdir
1389
1390 trap 'rm -fr `echo "$CONFIGFILE.make:config.make.in $CONFIGFILE.h:config.hh.in" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1391 EOF
1392 cat >> $CONFIG_STATUS <<EOF
1393
1394 # Protect against being on the right side of a sed subst in config.status.
1395 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1396  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1397 $ac_vpsub
1398 $extrasub
1399 s%@SHELL@%$SHELL%g
1400 s%@CFLAGS@%$CFLAGS%g
1401 s%@CPPFLAGS@%$CPPFLAGS%g
1402 s%@CXXFLAGS@%$CXXFLAGS%g
1403 s%@FFLAGS@%$FFLAGS%g
1404 s%@DEFS@%$DEFS%g
1405 s%@LDFLAGS@%$LDFLAGS%g
1406 s%@LIBS@%$LIBS%g
1407 s%@exec_prefix@%$exec_prefix%g
1408 s%@prefix@%$prefix%g
1409 s%@program_transform_name@%$program_transform_name%g
1410 s%@bindir@%$bindir%g
1411 s%@sbindir@%$sbindir%g
1412 s%@libexecdir@%$libexecdir%g
1413 s%@datadir@%$datadir%g
1414 s%@sysconfdir@%$sysconfdir%g
1415 s%@sharedstatedir@%$sharedstatedir%g
1416 s%@localstatedir@%$localstatedir%g
1417 s%@libdir@%$libdir%g
1418 s%@includedir@%$includedir%g
1419 s%@oldincludedir@%$oldincludedir%g
1420 s%@infodir@%$infodir%g
1421 s%@mandir@%$mandir%g
1422 s%@builddir@%$builddir%g
1423 s%@stepmake@%$stepmake%g
1424 s%@package@%$package%g
1425 s%@PACKAGE@%$PACKAGE%g
1426 s%@PACKAGE_NAME@%$PACKAGE_NAME%g
1427 s%@package_depth@%$package_depth%g
1428 s%@AUTOGENERATE@%$AUTOGENERATE%g
1429 s%@CONFIGSUFFIX@%$CONFIGSUFFIX%g
1430 s%@host@%$host%g
1431 s%@host_alias@%$host_alias%g
1432 s%@host_cpu@%$host_cpu%g
1433 s%@host_vendor@%$host_vendor%g
1434 s%@host_os@%$host_os%g
1435 s%@MAKE@%$MAKE%g
1436 s%@FIND@%$FIND%g
1437 s%@TAR@%$TAR%g
1438 s%@BASH@%$BASH%g
1439 s%@PYTHON@%$PYTHON%g
1440 s%@program_prefix@%$program_prefix%g
1441 s%@program_suffix@%$program_suffix%g
1442 s%@ZIP@%$ZIP%g
1443 s%@LN@%$LN%g
1444 s%@LN_S@%$LN_S%g
1445 s%@INSTALL@%$INSTALL%g
1446 s%@PATHSEP@%$PATHSEP%g
1447 s%@DIRSEP@%$DIRSEP%g
1448 s%@DIR_DATADIR@%$DIR_DATADIR%g
1449 s%@MAKEINFO@%$MAKEINFO%g
1450
1451 CEOF
1452 EOF
1453
1454 cat >> $CONFIG_STATUS <<\EOF
1455
1456 # Split the substitutions into bite-sized pieces for seds with
1457 # small command number limits, like on Digital OSF/1 and HP-UX.
1458 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
1459 ac_file=1 # Number of current file.
1460 ac_beg=1 # First line for current file.
1461 ac_end=$ac_max_sed_cmds # Line after last line for current file.
1462 ac_more_lines=:
1463 ac_sed_cmds=""
1464 while $ac_more_lines; do
1465   if test $ac_beg -gt 1; then
1466     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
1467   else
1468     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
1469   fi
1470   if test ! -s conftest.s$ac_file; then
1471     ac_more_lines=false
1472     rm -f conftest.s$ac_file
1473   else
1474     if test -z "$ac_sed_cmds"; then
1475       ac_sed_cmds="sed -f conftest.s$ac_file"
1476     else
1477       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
1478     fi
1479     ac_file=`expr $ac_file + 1`
1480     ac_beg=$ac_end
1481     ac_end=`expr $ac_end + $ac_max_sed_cmds`
1482   fi
1483 done
1484 if test -z "$ac_sed_cmds"; then
1485   ac_sed_cmds=cat
1486 fi
1487 EOF
1488
1489 cat >> $CONFIG_STATUS <<EOF
1490
1491 CONFIG_FILES=\${CONFIG_FILES-"$CONFIGFILE.make:config.make.in"}
1492 EOF
1493 cat >> $CONFIG_STATUS <<\EOF
1494 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
1495   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1496   case "$ac_file" in
1497   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1498        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1499   *) ac_file_in="${ac_file}.in" ;;
1500   esac
1501
1502   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
1503
1504   # Remove last slash and all that follows it.  Not all systems have dirname.
1505   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1506   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1507     # The file is in a subdirectory.
1508     test ! -d "$ac_dir" && mkdir "$ac_dir"
1509     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
1510     # A "../" for each directory in $ac_dir_suffix.
1511     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
1512   else
1513     ac_dir_suffix= ac_dots=
1514   fi
1515
1516   case "$ac_given_srcdir" in
1517   .)  srcdir=.
1518       if test -z "$ac_dots"; then top_srcdir=.
1519       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
1520   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
1521   *) # Relative path.
1522     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
1523     top_srcdir="$ac_dots$ac_given_srcdir" ;;
1524   esac
1525
1526
1527   echo creating "$ac_file"
1528   rm -f "$ac_file"
1529   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
1530   case "$ac_file" in
1531   *Makefile*) ac_comsub="1i\\
1532 # $configure_input" ;;
1533   *) ac_comsub= ;;
1534   esac
1535
1536   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1537   sed -e "$ac_comsub
1538 s%@configure_input@%$configure_input%g
1539 s%@srcdir@%$srcdir%g
1540 s%@top_srcdir@%$top_srcdir%g
1541 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
1542 fi; done
1543 rm -f conftest.s*
1544
1545 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
1546 # NAME is the cpp macro being defined and VALUE is the value it is being given.
1547 #
1548 # ac_d sets the value in "#define NAME VALUE" lines.
1549 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
1550 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
1551 ac_dC='\3'
1552 ac_dD='%g'
1553 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
1554 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1555 ac_uB='\([      ]\)%\1#\2define\3'
1556 ac_uC=' '
1557 ac_uD='\4%g'
1558 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
1559 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
1560 ac_eB='$%\1#\2define\3'
1561 ac_eC=' '
1562 ac_eD='%g'
1563
1564 if test "${CONFIG_HEADERS+set}" != set; then
1565 EOF
1566 cat >> $CONFIG_STATUS <<EOF
1567   CONFIG_HEADERS="$CONFIGFILE.h:config.hh.in"
1568 EOF
1569 cat >> $CONFIG_STATUS <<\EOF
1570 fi
1571 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
1572   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
1573   case "$ac_file" in
1574   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
1575        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1576   *) ac_file_in="${ac_file}.in" ;;
1577   esac
1578
1579   echo creating $ac_file
1580
1581   rm -f conftest.frag conftest.in conftest.out
1582   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
1583   cat $ac_file_inputs > conftest.in
1584
1585 EOF
1586
1587 # Transform confdefs.h into a sed script conftest.vals that substitutes
1588 # the proper values into config.h.in to produce config.h.  And first:
1589 # Protect against being on the right side of a sed subst in config.status.
1590 # Protect against being in an unquoted here document in config.status.
1591 rm -f conftest.vals
1592 cat > conftest.hdr <<\EOF
1593 s/[\\&%]/\\&/g
1594 s%[\\$`]%\\&%g
1595 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1596 s%ac_d%ac_u%gp
1597 s%ac_u%ac_e%gp
1598 EOF
1599 sed -n -f conftest.hdr confdefs.h > conftest.vals
1600 rm -f conftest.hdr
1601
1602 # This sed command replaces #undef with comments.  This is necessary, for
1603 # example, in the case of _POSIX_SOURCE, which is predefined and required
1604 # on some systems where configure will not decide to define it.
1605 cat >> conftest.vals <<\EOF
1606 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
1607 EOF
1608
1609 # Break up conftest.vals because some shells have a limit on
1610 # the size of here documents, and old seds have small limits too.
1611
1612 rm -f conftest.tail
1613 while :
1614 do
1615   ac_lines=`grep -c . conftest.vals`
1616   # grep -c gives empty output for an empty file on some AIX systems.
1617   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
1618   # Write a limited-size here document to conftest.frag.
1619   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
1620   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1621   echo 'CEOF
1622   sed -f conftest.frag conftest.in > conftest.out
1623   rm -f conftest.in
1624   mv conftest.out conftest.in
1625 ' >> $CONFIG_STATUS
1626   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1627   rm -f conftest.vals
1628   mv conftest.tail conftest.vals
1629 done
1630 rm -f conftest.vals
1631
1632 cat >> $CONFIG_STATUS <<\EOF
1633   rm -f conftest.frag conftest.h
1634   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
1635   cat conftest.in >> conftest.h
1636   rm -f conftest.in
1637   if cmp -s $ac_file conftest.h 2>/dev/null; then
1638     echo "$ac_file is unchanged"
1639     rm -f conftest.h
1640   else
1641     # Remove last slash and all that follows it.  Not all systems have dirname.
1642       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
1643       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
1644       # The file is in a subdirectory.
1645       test ! -d "$ac_dir" && mkdir "$ac_dir"
1646     fi
1647     rm -f $ac_file
1648     mv conftest.h $ac_file
1649   fi
1650 fi; done
1651
1652 EOF
1653 cat >> $CONFIG_STATUS <<EOF
1654
1655 EOF
1656 cat >> $CONFIG_STATUS <<\EOF
1657
1658 exit 0
1659 EOF
1660 chmod +x $CONFIG_STATUS
1661 rm -fr confdefs* $ac_clean_files
1662 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
1663
1664
1665     # regular in-place build
1666     # test for srcdir_build = yes ?
1667     if test "$builddir" = "."; then
1668         rm -f $srcdir/GNUmakefile
1669         cp $srcdir/GNUmakefile.in $srcdir/GNUmakefile
1670         chmod 444 $srcdir/GNUmakefile
1671     else # --srcdir build
1672         rm -f GNUmakefile
1673         cp $srcdir/make/srcdir.make.in GNUmakefile
1674         chmod 444 GNUmakefile
1675     fi
1676