Initial revision
[freeglut] / configure
1 #! /bin/sh
2
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated automatically using autoconf version 2.13 
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-shared[=PKGS]  build shared libraries [default=yes]"
16 ac_help="$ac_help
17   --enable-static[=PKGS]  build static libraries [default=yes]"
18 ac_help="$ac_help
19   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
20 ac_help="$ac_help
21   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
22 ac_help="$ac_help
23   --disable-libtool-lock  avoid locking (might break parallel builds)"
24
25 # Initialize some variables set by options.
26 # The variables have the same names as the options, with
27 # dashes changed to underlines.
28 build=NONE
29 cache_file=./config.cache
30 exec_prefix=NONE
31 host=NONE
32 no_create=
33 nonopt=NONE
34 no_recursion=
35 prefix=NONE
36 program_prefix=NONE
37 program_suffix=NONE
38 program_transform_name=s,x,x,
39 silent=
40 site=
41 srcdir=
42 target=NONE
43 verbose=
44 x_includes=NONE
45 x_libraries=NONE
46 bindir='${exec_prefix}/bin'
47 sbindir='${exec_prefix}/sbin'
48 libexecdir='${exec_prefix}/libexec'
49 datadir='${prefix}/share'
50 sysconfdir='${prefix}/etc'
51 sharedstatedir='${prefix}/com'
52 localstatedir='${prefix}/var'
53 libdir='${exec_prefix}/lib'
54 includedir='${prefix}/include'
55 oldincludedir='/usr/include'
56 infodir='${prefix}/info'
57 mandir='${prefix}/man'
58
59 # Initialize some other variables.
60 subdirs=
61 MFLAGS= MAKEFLAGS=
62 SHELL=${CONFIG_SHELL-/bin/sh}
63 # Maximum number of lines to put in a shell here document.
64 ac_max_here_lines=12
65
66 ac_prev=
67 for ac_option
68 do
69
70   # If the previous option needs an argument, assign it.
71   if test -n "$ac_prev"; then
72     eval "$ac_prev=\$ac_option"
73     ac_prev=
74     continue
75   fi
76
77   case "$ac_option" in
78   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
79   *) ac_optarg= ;;
80   esac
81
82   # Accept the important Cygnus configure options, so we can diagnose typos.
83
84   case "$ac_option" in
85
86   -bindir | --bindir | --bindi | --bind | --bin | --bi)
87     ac_prev=bindir ;;
88   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
89     bindir="$ac_optarg" ;;
90
91   -build | --build | --buil | --bui | --bu)
92     ac_prev=build ;;
93   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
94     build="$ac_optarg" ;;
95
96   -cache-file | --cache-file | --cache-fil | --cache-fi \
97   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
98     ac_prev=cache_file ;;
99   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
100   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
101     cache_file="$ac_optarg" ;;
102
103   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
104     ac_prev=datadir ;;
105   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
106   | --da=*)
107     datadir="$ac_optarg" ;;
108
109   -disable-* | --disable-*)
110     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
111     # Reject names that are not valid shell variable names.
112     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
113       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
114     fi
115     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
116     eval "enable_${ac_feature}=no" ;;
117
118   -enable-* | --enable-*)
119     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
120     # Reject names that are not valid shell variable names.
121     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
122       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
123     fi
124     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
125     case "$ac_option" in
126       *=*) ;;
127       *) ac_optarg=yes ;;
128     esac
129     eval "enable_${ac_feature}='$ac_optarg'" ;;
130
131   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
132   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
133   | --exec | --exe | --ex)
134     ac_prev=exec_prefix ;;
135   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
136   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
137   | --exec=* | --exe=* | --ex=*)
138     exec_prefix="$ac_optarg" ;;
139
140   -gas | --gas | --ga | --g)
141     # Obsolete; use --with-gas.
142     with_gas=yes ;;
143
144   -help | --help | --hel | --he)
145     # Omit some internal or obsolete options to make the list less imposing.
146     # This message is too long to be a string in the A/UX 3.1 sh.
147     cat << EOF
148 Usage: configure [options] [host]
149 Options: [defaults in brackets after descriptions]
150 Configuration:
151   --cache-file=FILE       cache test results in FILE
152   --help                  print this message
153   --no-create             do not create output files
154   --quiet, --silent       do not print \`checking...' messages
155   --version               print the version of autoconf that created configure
156 Directory and file names:
157   --prefix=PREFIX         install architecture-independent files in PREFIX
158                           [$ac_default_prefix]
159   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
160                           [same as prefix]
161   --bindir=DIR            user executables in DIR [EPREFIX/bin]
162   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
163   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
164   --datadir=DIR           read-only architecture-independent data in DIR
165                           [PREFIX/share]
166   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
167   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
168                           [PREFIX/com]
169   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
170   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
171   --includedir=DIR        C header files in DIR [PREFIX/include]
172   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
173   --infodir=DIR           info documentation in DIR [PREFIX/info]
174   --mandir=DIR            man documentation in DIR [PREFIX/man]
175   --srcdir=DIR            find the sources in DIR [configure dir or ..]
176   --program-prefix=PREFIX prepend PREFIX to installed program names
177   --program-suffix=SUFFIX append SUFFIX to installed program names
178   --program-transform-name=PROGRAM
179                           run sed PROGRAM on installed program names
180 EOF
181     cat << EOF
182 Host type:
183   --build=BUILD           configure for building on BUILD [BUILD=HOST]
184   --host=HOST             configure for HOST [guessed]
185   --target=TARGET         configure for TARGET [TARGET=HOST]
186 Features and packages:
187   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
188   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
189   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
190   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
191   --x-includes=DIR        X include files are in DIR
192   --x-libraries=DIR       X library files are in DIR
193 EOF
194     if test -n "$ac_help"; then
195       echo "--enable and --with options recognized:$ac_help"
196     fi
197     exit 0 ;;
198
199   -host | --host | --hos | --ho)
200     ac_prev=host ;;
201   -host=* | --host=* | --hos=* | --ho=*)
202     host="$ac_optarg" ;;
203
204   -includedir | --includedir | --includedi | --included | --include \
205   | --includ | --inclu | --incl | --inc)
206     ac_prev=includedir ;;
207   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
208   | --includ=* | --inclu=* | --incl=* | --inc=*)
209     includedir="$ac_optarg" ;;
210
211   -infodir | --infodir | --infodi | --infod | --info | --inf)
212     ac_prev=infodir ;;
213   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
214     infodir="$ac_optarg" ;;
215
216   -libdir | --libdir | --libdi | --libd)
217     ac_prev=libdir ;;
218   -libdir=* | --libdir=* | --libdi=* | --libd=*)
219     libdir="$ac_optarg" ;;
220
221   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
222   | --libexe | --libex | --libe)
223     ac_prev=libexecdir ;;
224   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
225   | --libexe=* | --libex=* | --libe=*)
226     libexecdir="$ac_optarg" ;;
227
228   -localstatedir | --localstatedir | --localstatedi | --localstated \
229   | --localstate | --localstat | --localsta | --localst \
230   | --locals | --local | --loca | --loc | --lo)
231     ac_prev=localstatedir ;;
232   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
233   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
234   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
235     localstatedir="$ac_optarg" ;;
236
237   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
238     ac_prev=mandir ;;
239   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
240     mandir="$ac_optarg" ;;
241
242   -nfp | --nfp | --nf)
243     # Obsolete; use --without-fp.
244     with_fp=no ;;
245
246   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
247   | --no-cr | --no-c)
248     no_create=yes ;;
249
250   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
251   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
252     no_recursion=yes ;;
253
254   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
255   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
256   | --oldin | --oldi | --old | --ol | --o)
257     ac_prev=oldincludedir ;;
258   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
259   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
260   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
261     oldincludedir="$ac_optarg" ;;
262
263   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
264     ac_prev=prefix ;;
265   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
266     prefix="$ac_optarg" ;;
267
268   -program-prefix | --program-prefix | --program-prefi | --program-pref \
269   | --program-pre | --program-pr | --program-p)
270     ac_prev=program_prefix ;;
271   -program-prefix=* | --program-prefix=* | --program-prefi=* \
272   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
273     program_prefix="$ac_optarg" ;;
274
275   -program-suffix | --program-suffix | --program-suffi | --program-suff \
276   | --program-suf | --program-su | --program-s)
277     ac_prev=program_suffix ;;
278   -program-suffix=* | --program-suffix=* | --program-suffi=* \
279   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
280     program_suffix="$ac_optarg" ;;
281
282   -program-transform-name | --program-transform-name \
283   | --program-transform-nam | --program-transform-na \
284   | --program-transform-n | --program-transform- \
285   | --program-transform | --program-transfor \
286   | --program-transfo | --program-transf \
287   | --program-trans | --program-tran \
288   | --progr-tra | --program-tr | --program-t)
289     ac_prev=program_transform_name ;;
290   -program-transform-name=* | --program-transform-name=* \
291   | --program-transform-nam=* | --program-transform-na=* \
292   | --program-transform-n=* | --program-transform-=* \
293   | --program-transform=* | --program-transfor=* \
294   | --program-transfo=* | --program-transf=* \
295   | --program-trans=* | --program-tran=* \
296   | --progr-tra=* | --program-tr=* | --program-t=*)
297     program_transform_name="$ac_optarg" ;;
298
299   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
300   | -silent | --silent | --silen | --sile | --sil)
301     silent=yes ;;
302
303   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
304     ac_prev=sbindir ;;
305   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
306   | --sbi=* | --sb=*)
307     sbindir="$ac_optarg" ;;
308
309   -sharedstatedir | --sharedstatedir | --sharedstatedi \
310   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
311   | --sharedst | --shareds | --shared | --share | --shar \
312   | --sha | --sh)
313     ac_prev=sharedstatedir ;;
314   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
315   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
316   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
317   | --sha=* | --sh=*)
318     sharedstatedir="$ac_optarg" ;;
319
320   -site | --site | --sit)
321     ac_prev=site ;;
322   -site=* | --site=* | --sit=*)
323     site="$ac_optarg" ;;
324
325   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
326     ac_prev=srcdir ;;
327   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
328     srcdir="$ac_optarg" ;;
329
330   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
331   | --syscon | --sysco | --sysc | --sys | --sy)
332     ac_prev=sysconfdir ;;
333   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
334   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
335     sysconfdir="$ac_optarg" ;;
336
337   -target | --target | --targe | --targ | --tar | --ta | --t)
338     ac_prev=target ;;
339   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
340     target="$ac_optarg" ;;
341
342   -v | -verbose | --verbose | --verbos | --verbo | --verb)
343     verbose=yes ;;
344
345   -version | --version | --versio | --versi | --vers)
346     echo "configure generated by autoconf version 2.13"
347     exit 0 ;;
348
349   -with-* | --with-*)
350     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
351     # Reject names that are not valid shell variable names.
352     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
353       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
354     fi
355     ac_package=`echo $ac_package| sed 's/-/_/g'`
356     case "$ac_option" in
357       *=*) ;;
358       *) ac_optarg=yes ;;
359     esac
360     eval "with_${ac_package}='$ac_optarg'" ;;
361
362   -without-* | --without-*)
363     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
364     # Reject names that are not valid shell variable names.
365     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
366       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
367     fi
368     ac_package=`echo $ac_package| sed 's/-/_/g'`
369     eval "with_${ac_package}=no" ;;
370
371   --x)
372     # Obsolete; use --with-x.
373     with_x=yes ;;
374
375   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
376   | --x-incl | --x-inc | --x-in | --x-i)
377     ac_prev=x_includes ;;
378   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
379   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
380     x_includes="$ac_optarg" ;;
381
382   -x-libraries | --x-libraries | --x-librarie | --x-librari \
383   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
384     ac_prev=x_libraries ;;
385   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
386   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
387     x_libraries="$ac_optarg" ;;
388
389   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
390     ;;
391
392   *)
393     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
394       echo "configure: warning: $ac_option: invalid host type" 1>&2
395     fi
396     if test "x$nonopt" != xNONE; then
397       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
398     fi
399     nonopt="$ac_option"
400     ;;
401
402   esac
403 done
404
405 if test -n "$ac_prev"; then
406   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
407 fi
408
409 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
410
411 # File descriptor usage:
412 # 0 standard input
413 # 1 file creation
414 # 2 errors and warnings
415 # 3 some systems may open it to /dev/tty
416 # 4 used on the Kubota Titan
417 # 6 checking for... messages and results
418 # 5 compiler messages saved in config.log
419 if test "$silent" = yes; then
420   exec 6>/dev/null
421 else
422   exec 6>&1
423 fi
424 exec 5>./config.log
425
426 echo "\
427 This file contains any messages produced by compilers while
428 running configure, to aid debugging if configure makes a mistake.
429 " 1>&5
430
431 # Strip out --no-create and --no-recursion so they do not pile up.
432 # Also quote any args containing shell metacharacters.
433 ac_configure_args=
434 for ac_arg
435 do
436   case "$ac_arg" in
437   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
438   | --no-cr | --no-c) ;;
439   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
440   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
441   *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
442   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
443   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
444   esac
445 done
446
447 # NLS nuisances.
448 # Only set these to C if already set.  These must not be set unconditionally
449 # because not all systems understand e.g. LANG=C (notably SCO).
450 # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
451 # Non-C LC_CTYPE values break the ctype check.
452 if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
453 if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
454 if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
455 if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
456
457 # confdefs.h avoids OS command line length limits that DEFS can exceed.
458 rm -rf conftest* confdefs.h
459 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
460 echo > confdefs.h
461
462 # A filename unique to this package, relative to the directory that
463 # configure is in, which we can look for to find out if srcdir is correct.
464 ac_unique_file=Makefile.am
465
466 # Find the source files, if location was not specified.
467 if test -z "$srcdir"; then
468   ac_srcdir_defaulted=yes
469   # Try the directory containing this script, then its parent.
470   ac_prog=$0
471   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
472   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
473   srcdir=$ac_confdir
474   if test ! -r $srcdir/$ac_unique_file; then
475     srcdir=..
476   fi
477 else
478   ac_srcdir_defaulted=no
479 fi
480 if test ! -r $srcdir/$ac_unique_file; then
481   if test "$ac_srcdir_defaulted" = yes; then
482     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
483   else
484     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
485   fi
486 fi
487 srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
488
489 # Prefer explicitly selected file to automatically selected ones.
490 if test -z "$CONFIG_SITE"; then
491   if test "x$prefix" != xNONE; then
492     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
493   else
494     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
495   fi
496 fi
497 for ac_site_file in $CONFIG_SITE; do
498   if test -r "$ac_site_file"; then
499     echo "loading site script $ac_site_file"
500     . "$ac_site_file"
501   fi
502 done
503
504 if test -r "$cache_file"; then
505   echo "loading cache $cache_file"
506   . $cache_file
507 else
508   echo "creating cache $cache_file"
509   > $cache_file
510 fi
511
512 ac_ext=c
513 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
514 ac_cpp='$CPP $CPPFLAGS'
515 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
516 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
517 cross_compiling=$ac_cv_prog_cc_cross
518
519 ac_exeext=
520 ac_objext=o
521 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
522   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
523   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
524     ac_n= ac_c='
525 ' ac_t='        '
526   else
527     ac_n=-n ac_c= ac_t=
528   fi
529 else
530   ac_n= ac_c='\c' ac_t=
531 fi
532
533
534
535 ac_aux_dir=
536 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
537   if test -f $ac_dir/install-sh; then
538     ac_aux_dir=$ac_dir
539     ac_install_sh="$ac_aux_dir/install-sh -c"
540     break
541   elif test -f $ac_dir/install.sh; then
542     ac_aux_dir=$ac_dir
543     ac_install_sh="$ac_aux_dir/install.sh -c"
544     break
545   fi
546 done
547 if test -z "$ac_aux_dir"; then
548   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
549 fi
550 ac_config_guess=$ac_aux_dir/config.guess
551 ac_config_sub=$ac_aux_dir/config.sub
552 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
553
554 # Find a good install program.  We prefer a C program (faster),
555 # so one script is as good as another.  But avoid the broken or
556 # incompatible versions:
557 # SysV /etc/install, /usr/sbin/install
558 # SunOS /usr/etc/install
559 # IRIX /sbin/install
560 # AIX /bin/install
561 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
562 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
563 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
564 # ./install, which can be erroneously created by make from ./install.sh.
565 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
566 echo "configure:567: checking for a BSD compatible install" >&5
567 if test -z "$INSTALL"; then
568 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
569   echo $ac_n "(cached) $ac_c" 1>&6
570 else
571     IFS="${IFS=         }"; ac_save_IFS="$IFS"; IFS=":"
572   for ac_dir in $PATH; do
573     # Account for people who put trailing slashes in PATH elements.
574     case "$ac_dir/" in
575     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
576     *)
577       # OSF1 and SCO ODT 3.0 have their own names for install.
578       # Don't use installbsd from OSF since it installs stuff as root
579       # by default.
580       for ac_prog in ginstall scoinst install; do
581         if test -f $ac_dir/$ac_prog; then
582           if test $ac_prog = install &&
583             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
584             # AIX install.  It has an incompatible calling convention.
585             :
586           else
587             ac_cv_path_install="$ac_dir/$ac_prog -c"
588             break 2
589           fi
590         fi
591       done
592       ;;
593     esac
594   done
595   IFS="$ac_save_IFS"
596
597 fi
598   if test "${ac_cv_path_install+set}" = set; then
599     INSTALL="$ac_cv_path_install"
600   else
601     # As a last resort, use the slow shell script.  We don't cache a
602     # path for INSTALL within a source directory, because that will
603     # break other packages using the cache if that directory is
604     # removed, or if the path is relative.
605     INSTALL="$ac_install_sh"
606   fi
607 fi
608 echo "$ac_t""$INSTALL" 1>&6
609
610 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
611 # It thinks the first close brace ends the variable substitution.
612 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
613
614 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
615
616 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
617
618 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
619 echo "configure:620: checking whether build environment is sane" >&5
620 # Just in case
621 sleep 1
622 echo timestamp > conftestfile
623 # Do `set' in a subshell so we don't clobber the current shell's
624 # arguments.  Must try -L first in case configure is actually a
625 # symlink; some systems play weird games with the mod time of symlinks
626 # (eg FreeBSD returns the mod time of the symlink's containing
627 # directory).
628 if (
629    set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
630    if test "$*" = "X"; then
631       # -L didn't work.
632       set X `ls -t $srcdir/configure conftestfile`
633    fi
634    if test "$*" != "X $srcdir/configure conftestfile" \
635       && test "$*" != "X conftestfile $srcdir/configure"; then
636
637       # If neither matched, then we have a broken ls.  This can happen
638       # if, for instance, CONFIG_SHELL is bash and it inherits a
639       # broken ls alias from the environment.  This has actually
640       # happened.  Such a system could not be considered "sane".
641       { echo "configure: error: ls -t appears to fail.  Make sure there is not a broken
642 alias in your environment" 1>&2; exit 1; }
643    fi
644
645    test "$2" = conftestfile
646    )
647 then
648    # Ok.
649    :
650 else
651    { echo "configure: error: newly created file is older than distributed files!
652 Check your system clock" 1>&2; exit 1; }
653 fi
654 rm -f conftest*
655 echo "$ac_t""yes" 1>&6
656 if test "$program_transform_name" = s,x,x,; then
657   program_transform_name=
658 else
659   # Double any \ or $.  echo might interpret backslashes.
660   cat <<\EOF_SED > conftestsed
661 s,\\,\\\\,g; s,\$,$$,g
662 EOF_SED
663   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
664   rm -f conftestsed
665 fi
666 test "$program_prefix" != NONE &&
667   program_transform_name="s,^,${program_prefix},; $program_transform_name"
668 # Use a double $ so make ignores it.
669 test "$program_suffix" != NONE &&
670   program_transform_name="s,\$\$,${program_suffix},; $program_transform_name"
671
672 # sed with no file args requires a program.
673 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
674
675 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
676 echo "configure:677: checking whether ${MAKE-make} sets \${MAKE}" >&5
677 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
678 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
679   echo $ac_n "(cached) $ac_c" 1>&6
680 else
681   cat > conftestmake <<\EOF
682 all:
683         @echo 'ac_maketemp="${MAKE}"'
684 EOF
685 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
686 eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
687 if test -n "$ac_maketemp"; then
688   eval ac_cv_prog_make_${ac_make}_set=yes
689 else
690   eval ac_cv_prog_make_${ac_make}_set=no
691 fi
692 rm -f conftestmake
693 fi
694 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
695   echo "$ac_t""yes" 1>&6
696   SET_MAKE=
697 else
698   echo "$ac_t""no" 1>&6
699   SET_MAKE="MAKE=${MAKE-make}"
700 fi
701
702
703 PACKAGE=freeglut
704
705 VERSION=0.1
706
707 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
708   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
709 fi
710 cat >> confdefs.h <<EOF
711 #define PACKAGE "$PACKAGE"
712 EOF
713
714 cat >> confdefs.h <<EOF
715 #define VERSION "$VERSION"
716 EOF
717
718
719
720 missing_dir=`cd $ac_aux_dir && pwd`
721 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
722 echo "configure:723: checking for working aclocal" >&5
723 # Run test in a subshell; some versions of sh will print an error if
724 # an executable is not found, even if stderr is redirected.
725 # Redirect stdin to placate older versions of autoconf.  Sigh.
726 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
727    ACLOCAL=aclocal
728    echo "$ac_t""found" 1>&6
729 else
730    ACLOCAL="$missing_dir/missing aclocal"
731    echo "$ac_t""missing" 1>&6
732 fi
733
734 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
735 echo "configure:736: checking for working autoconf" >&5
736 # Run test in a subshell; some versions of sh will print an error if
737 # an executable is not found, even if stderr is redirected.
738 # Redirect stdin to placate older versions of autoconf.  Sigh.
739 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
740    AUTOCONF=autoconf
741    echo "$ac_t""found" 1>&6
742 else
743    AUTOCONF="$missing_dir/missing autoconf"
744    echo "$ac_t""missing" 1>&6
745 fi
746
747 echo $ac_n "checking for working automake""... $ac_c" 1>&6
748 echo "configure:749: checking for working automake" >&5
749 # Run test in a subshell; some versions of sh will print an error if
750 # an executable is not found, even if stderr is redirected.
751 # Redirect stdin to placate older versions of autoconf.  Sigh.
752 if (automake --version) < /dev/null > /dev/null 2>&1; then
753    AUTOMAKE=automake
754    echo "$ac_t""found" 1>&6
755 else
756    AUTOMAKE="$missing_dir/missing automake"
757    echo "$ac_t""missing" 1>&6
758 fi
759
760 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
761 echo "configure:762: checking for working autoheader" >&5
762 # Run test in a subshell; some versions of sh will print an error if
763 # an executable is not found, even if stderr is redirected.
764 # Redirect stdin to placate older versions of autoconf.  Sigh.
765 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
766    AUTOHEADER=autoheader
767    echo "$ac_t""found" 1>&6
768 else
769    AUTOHEADER="$missing_dir/missing autoheader"
770    echo "$ac_t""missing" 1>&6
771 fi
772
773 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
774 echo "configure:775: checking for working makeinfo" >&5
775 # Run test in a subshell; some versions of sh will print an error if
776 # an executable is not found, even if stderr is redirected.
777 # Redirect stdin to placate older versions of autoconf.  Sigh.
778 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
779    MAKEINFO=makeinfo
780    echo "$ac_t""found" 1>&6
781 else
782    MAKEINFO="$missing_dir/missing makeinfo"
783    echo "$ac_t""missing" 1>&6
784 fi
785
786
787
788
789
790
791 # Extract the first word of "gcc", so it can be a program name with args.
792 set dummy gcc; ac_word=$2
793 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
794 echo "configure:795: checking for $ac_word" >&5
795 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
796   echo $ac_n "(cached) $ac_c" 1>&6
797 else
798   if test -n "$CC"; then
799   ac_cv_prog_CC="$CC" # Let the user override the test.
800 else
801   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
802   ac_dummy="$PATH"
803   for ac_dir in $ac_dummy; do
804     test -z "$ac_dir" && ac_dir=.
805     if test -f $ac_dir/$ac_word; then
806       ac_cv_prog_CC="gcc"
807       break
808     fi
809   done
810   IFS="$ac_save_ifs"
811 fi
812 fi
813 CC="$ac_cv_prog_CC"
814 if test -n "$CC"; then
815   echo "$ac_t""$CC" 1>&6
816 else
817   echo "$ac_t""no" 1>&6
818 fi
819
820 if test -z "$CC"; then
821   # Extract the first word of "cc", so it can be a program name with args.
822 set dummy cc; ac_word=$2
823 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
824 echo "configure:825: checking for $ac_word" >&5
825 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
826   echo $ac_n "(cached) $ac_c" 1>&6
827 else
828   if test -n "$CC"; then
829   ac_cv_prog_CC="$CC" # Let the user override the test.
830 else
831   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
832   ac_prog_rejected=no
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       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
838         ac_prog_rejected=yes
839         continue
840       fi
841       ac_cv_prog_CC="cc"
842       break
843     fi
844   done
845   IFS="$ac_save_ifs"
846 if test $ac_prog_rejected = yes; then
847   # We found a bogon in the path, so make sure we never use it.
848   set dummy $ac_cv_prog_CC
849   shift
850   if test $# -gt 0; then
851     # We chose a different compiler from the bogus one.
852     # However, it has the same basename, so the bogon will be chosen
853     # first if we set CC to just the basename; use the full file name.
854     shift
855     set dummy "$ac_dir/$ac_word" "$@"
856     shift
857     ac_cv_prog_CC="$@"
858   fi
859 fi
860 fi
861 fi
862 CC="$ac_cv_prog_CC"
863 if test -n "$CC"; then
864   echo "$ac_t""$CC" 1>&6
865 else
866   echo "$ac_t""no" 1>&6
867 fi
868
869   if test -z "$CC"; then
870     case "`uname -s`" in
871     *win32* | *WIN32*)
872       # Extract the first word of "cl", so it can be a program name with args.
873 set dummy cl; ac_word=$2
874 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
875 echo "configure:876: checking for $ac_word" >&5
876 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
877   echo $ac_n "(cached) $ac_c" 1>&6
878 else
879   if test -n "$CC"; then
880   ac_cv_prog_CC="$CC" # Let the user override the test.
881 else
882   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
883   ac_dummy="$PATH"
884   for ac_dir in $ac_dummy; do
885     test -z "$ac_dir" && ac_dir=.
886     if test -f $ac_dir/$ac_word; then
887       ac_cv_prog_CC="cl"
888       break
889     fi
890   done
891   IFS="$ac_save_ifs"
892 fi
893 fi
894 CC="$ac_cv_prog_CC"
895 if test -n "$CC"; then
896   echo "$ac_t""$CC" 1>&6
897 else
898   echo "$ac_t""no" 1>&6
899 fi
900  ;;
901     esac
902   fi
903   test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
904 fi
905
906 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
907 echo "configure:908: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
908
909 ac_ext=c
910 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
911 ac_cpp='$CPP $CPPFLAGS'
912 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
913 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
914 cross_compiling=$ac_cv_prog_cc_cross
915
916 cat > conftest.$ac_ext << EOF
917
918 #line 919 "configure"
919 #include "confdefs.h"
920
921 main(){return(0);}
922 EOF
923 if { (eval echo configure:924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
924   ac_cv_prog_cc_works=yes
925   # If we can't run a trivial program, we are probably using a cross compiler.
926   if (./conftest; exit) 2>/dev/null; then
927     ac_cv_prog_cc_cross=no
928   else
929     ac_cv_prog_cc_cross=yes
930   fi
931 else
932   echo "configure: failed program was:" >&5
933   cat conftest.$ac_ext >&5
934   ac_cv_prog_cc_works=no
935 fi
936 rm -fr conftest*
937 ac_ext=c
938 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
939 ac_cpp='$CPP $CPPFLAGS'
940 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
941 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
942 cross_compiling=$ac_cv_prog_cc_cross
943
944 echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
945 if test $ac_cv_prog_cc_works = no; then
946   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
947 fi
948 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
949 echo "configure:950: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
950 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
951 cross_compiling=$ac_cv_prog_cc_cross
952
953 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
954 echo "configure:955: checking whether we are using GNU C" >&5
955 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
956   echo $ac_n "(cached) $ac_c" 1>&6
957 else
958   cat > conftest.c <<EOF
959 #ifdef __GNUC__
960   yes;
961 #endif
962 EOF
963 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:964: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
964   ac_cv_prog_gcc=yes
965 else
966   ac_cv_prog_gcc=no
967 fi
968 fi
969
970 echo "$ac_t""$ac_cv_prog_gcc" 1>&6
971
972 if test $ac_cv_prog_gcc = yes; then
973   GCC=yes
974 else
975   GCC=
976 fi
977
978 ac_test_CFLAGS="${CFLAGS+set}"
979 ac_save_CFLAGS="$CFLAGS"
980 CFLAGS=
981 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
982 echo "configure:983: checking whether ${CC-cc} accepts -g" >&5
983 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
984   echo $ac_n "(cached) $ac_c" 1>&6
985 else
986   echo 'void f(){}' > conftest.c
987 if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
988   ac_cv_prog_cc_g=yes
989 else
990   ac_cv_prog_cc_g=no
991 fi
992 rm -f conftest*
993
994 fi
995
996 echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
997 if test "$ac_test_CFLAGS" = set; then
998   CFLAGS="$ac_save_CFLAGS"
999 elif test $ac_cv_prog_cc_g = yes; then
1000   if test "$GCC" = yes; then
1001     CFLAGS="-g -O2"
1002   else
1003     CFLAGS="-g"
1004   fi
1005 else
1006   if test "$GCC" = yes; then
1007     CFLAGS="-O2"
1008   else
1009     CFLAGS=
1010   fi
1011 fi
1012
1013 echo $ac_n "checking for working const""... $ac_c" 1>&6
1014 echo "configure:1015: checking for working const" >&5
1015 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
1016   echo $ac_n "(cached) $ac_c" 1>&6
1017 else
1018   cat > conftest.$ac_ext <<EOF
1019 #line 1020 "configure"
1020 #include "confdefs.h"
1021
1022 int main() {
1023
1024 /* Ultrix mips cc rejects this.  */
1025 typedef int charset[2]; const charset x;
1026 /* SunOS 4.1.1 cc rejects this.  */
1027 char const *const *ccp;
1028 char **p;
1029 /* NEC SVR4.0.2 mips cc rejects this.  */
1030 struct point {int x, y;};
1031 static struct point const zero = {0,0};
1032 /* AIX XL C 1.02.0.0 rejects this.
1033    It does not let you subtract one const X* pointer from another in an arm
1034    of an if-expression whose if-part is not a constant expression */
1035 const char *g = "string";
1036 ccp = &g + (g ? g-g : 0);
1037 /* HPUX 7.0 cc rejects these. */
1038 ++ccp;
1039 p = (char**) ccp;
1040 ccp = (char const *const *) p;
1041 { /* SCO 3.2v4 cc rejects this.  */
1042   char *t;
1043   char const *s = 0 ? (char *) 0 : (char const *) 0;
1044
1045   *t++ = 0;
1046 }
1047 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
1048   int x[] = {25, 17};
1049   const int *foo = &x[0];
1050   ++foo;
1051 }
1052 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
1053   typedef const int *iptr;
1054   iptr p = 0;
1055   ++p;
1056 }
1057 { /* AIX XL C 1.02.0.0 rejects this saying
1058      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
1059   struct s { int j; const int *ap[3]; };
1060   struct s *b; b->j = 5;
1061 }
1062 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
1063   const int foo = 10;
1064 }
1065
1066 ; return 0; }
1067 EOF
1068 if { (eval echo configure:1069: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1069   rm -rf conftest*
1070   ac_cv_c_const=yes
1071 else
1072   echo "configure: failed program was:" >&5
1073   cat conftest.$ac_ext >&5
1074   rm -rf conftest*
1075   ac_cv_c_const=no
1076 fi
1077 rm -f conftest*
1078 fi
1079
1080 echo "$ac_t""$ac_cv_c_const" 1>&6
1081 if test $ac_cv_c_const = no; then
1082   cat >> confdefs.h <<\EOF
1083 #define const 
1084 EOF
1085
1086 fi
1087
1088 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1089 echo "configure:1090: checking for Cygwin environment" >&5
1090 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
1091   echo $ac_n "(cached) $ac_c" 1>&6
1092 else
1093   cat > conftest.$ac_ext <<EOF
1094 #line 1095 "configure"
1095 #include "confdefs.h"
1096
1097 int main() {
1098
1099 #ifndef __CYGWIN__
1100 #define __CYGWIN__ __CYGWIN32__
1101 #endif
1102 return __CYGWIN__;
1103 ; return 0; }
1104 EOF
1105 if { (eval echo configure:1106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1106   rm -rf conftest*
1107   ac_cv_cygwin=yes
1108 else
1109   echo "configure: failed program was:" >&5
1110   cat conftest.$ac_ext >&5
1111   rm -rf conftest*
1112   ac_cv_cygwin=no
1113 fi
1114 rm -f conftest*
1115 rm -f conftest*
1116 fi
1117
1118 echo "$ac_t""$ac_cv_cygwin" 1>&6
1119 CYGWIN=
1120 test "$ac_cv_cygwin" = yes && CYGWIN=yes
1121 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1122 echo "configure:1123: checking for mingw32 environment" >&5
1123 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
1124   echo $ac_n "(cached) $ac_c" 1>&6
1125 else
1126   cat > conftest.$ac_ext <<EOF
1127 #line 1128 "configure"
1128 #include "confdefs.h"
1129
1130 int main() {
1131 return __MINGW32__;
1132 ; return 0; }
1133 EOF
1134 if { (eval echo configure:1135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1135   rm -rf conftest*
1136   ac_cv_mingw32=yes
1137 else
1138   echo "configure: failed program was:" >&5
1139   cat conftest.$ac_ext >&5
1140   rm -rf conftest*
1141   ac_cv_mingw32=no
1142 fi
1143 rm -f conftest*
1144 rm -f conftest*
1145 fi
1146
1147 echo "$ac_t""$ac_cv_mingw32" 1>&6
1148 MINGW32=
1149 test "$ac_cv_mingw32" = yes && MINGW32=yes
1150
1151
1152 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1153 echo "configure:1154: checking for executable suffix" >&5
1154 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
1155   echo $ac_n "(cached) $ac_c" 1>&6
1156 else
1157   if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
1158   ac_cv_exeext=.exe
1159 else
1160   rm -f conftest*
1161   echo 'int main () { return 0; }' > conftest.$ac_ext
1162   ac_cv_exeext=
1163   if { (eval echo configure:1164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1164     for file in conftest.*; do
1165       case $file in
1166       *.c | *.o | *.obj) ;;
1167       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
1168       esac
1169     done
1170   else
1171     { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
1172   fi
1173   rm -f conftest*
1174   test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
1175 fi
1176 fi
1177
1178 EXEEXT=""
1179 test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
1180 echo "$ac_t""${ac_cv_exeext}" 1>&6
1181 ac_exeext=$EXEEXT
1182
1183 # Extract the first word of "ranlib", so it can be a program name with args.
1184 set dummy ranlib; ac_word=$2
1185 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1186 echo "configure:1187: checking for $ac_word" >&5
1187 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
1188   echo $ac_n "(cached) $ac_c" 1>&6
1189 else
1190   if test -n "$RANLIB"; then
1191   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
1192 else
1193   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS=":"
1194   ac_dummy="$PATH"
1195   for ac_dir in $ac_dummy; do
1196     test -z "$ac_dir" && ac_dir=.
1197     if test -f $ac_dir/$ac_word; then
1198       ac_cv_prog_RANLIB="ranlib"
1199       break
1200     fi
1201   done
1202   IFS="$ac_save_ifs"
1203   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
1204 fi
1205 fi
1206 RANLIB="$ac_cv_prog_RANLIB"
1207 if test -n "$RANLIB"; then
1208   echo "$ac_t""$RANLIB" 1>&6
1209 else
1210   echo "$ac_t""no" 1>&6
1211 fi
1212
1213
1214 # Check whether --enable-shared or --disable-shared was given.
1215 if test "${enable_shared+set}" = set; then
1216   enableval="$enable_shared"
1217   p=${PACKAGE-default}
1218 case "$enableval" in
1219 yes) enable_shared=yes ;;
1220 no) enable_shared=no ;;
1221 *)
1222   enable_shared=no
1223   # Look at the argument we got.  We use all the common list separators.
1224   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1225   for pkg in $enableval; do
1226     if test "X$pkg" = "X$p"; then
1227       enable_shared=yes
1228     fi
1229   done
1230   IFS="$ac_save_ifs"
1231   ;;
1232 esac
1233 else
1234   enable_shared=yes
1235 fi
1236
1237 # Check whether --enable-static or --disable-static was given.
1238 if test "${enable_static+set}" = set; then
1239   enableval="$enable_static"
1240   p=${PACKAGE-default}
1241 case "$enableval" in
1242 yes) enable_static=yes ;;
1243 no) enable_static=no ;;
1244 *)
1245   enable_static=no
1246   # Look at the argument we got.  We use all the common list separators.
1247   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1248   for pkg in $enableval; do
1249     if test "X$pkg" = "X$p"; then
1250       enable_static=yes
1251     fi
1252   done
1253   IFS="$ac_save_ifs"
1254   ;;
1255 esac
1256 else
1257   enable_static=yes
1258 fi
1259
1260 # Check whether --enable-fast-install or --disable-fast-install was given.
1261 if test "${enable_fast_install+set}" = set; then
1262   enableval="$enable_fast_install"
1263   p=${PACKAGE-default}
1264 case "$enableval" in
1265 yes) enable_fast_install=yes ;;
1266 no) enable_fast_install=no ;;
1267 *)
1268   enable_fast_install=no
1269   # Look at the argument we got.  We use all the common list separators.
1270   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
1271   for pkg in $enableval; do
1272     if test "X$pkg" = "X$p"; then
1273       enable_fast_install=yes
1274     fi
1275   done
1276   IFS="$ac_save_ifs"
1277   ;;
1278 esac
1279 else
1280   enable_fast_install=yes
1281 fi
1282
1283
1284 # Make sure we can run config.sub.
1285 if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
1286 else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
1287 fi
1288
1289 echo $ac_n "checking host system type""... $ac_c" 1>&6
1290 echo "configure:1291: checking host system type" >&5
1291
1292 host_alias=$host
1293 case "$host_alias" in
1294 NONE)
1295   case $nonopt in
1296   NONE)
1297     if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
1298     else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
1299     fi ;;
1300   *) host_alias=$nonopt ;;
1301   esac ;;
1302 esac
1303
1304 host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
1305 host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1306 host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1307 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1308 echo "$ac_t""$host" 1>&6
1309
1310 echo $ac_n "checking build system type""... $ac_c" 1>&6
1311 echo "configure:1312: checking build system type" >&5
1312
1313 build_alias=$build
1314 case "$build_alias" in
1315 NONE)
1316   case $nonopt in
1317   NONE) build_alias=$host_alias ;;
1318   *) build_alias=$nonopt ;;
1319   esac ;;
1320 esac
1321
1322 build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
1323 build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1324 build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1325 build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1326 echo "$ac_t""$build" 1>&6
1327
1328 # Check whether --with-gnu-ld or --without-gnu-ld was given.
1329 if test "${with_gnu_ld+set}" = set; then
1330   withval="$with_gnu_ld"
1331   test "$withval" = no || with_gnu_ld=yes
1332 else
1333   with_gnu_ld=no
1334 fi
1335
1336 ac_prog=ld
1337 if test "$ac_cv_prog_gcc" = yes; then
1338   # Check if gcc -print-prog-name=ld gives a path.
1339   echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
1340 echo "configure:1341: checking for ld used by GCC" >&5
1341   ac_prog=`($CC -print-prog-name=ld) 2>&5`
1342   case "$ac_prog" in
1343     # Accept absolute paths.
1344     [\\/]* | [A-Za-z]:[\\/]*)
1345       re_direlt='/[^/][^/]*/\.\./'
1346       # Canonicalize the path of ld
1347       ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
1348       while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
1349         ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
1350       done
1351       test -z "$LD" && LD="$ac_prog"
1352       ;;
1353   "")
1354     # If it fails, then pretend we aren't using GCC.
1355     ac_prog=ld
1356     ;;
1357   *)
1358     # If it is relative, then search for the first ld in PATH.
1359     with_gnu_ld=unknown
1360     ;;
1361   esac
1362 elif test "$with_gnu_ld" = yes; then
1363   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
1364 echo "configure:1365: checking for GNU ld" >&5
1365 else
1366   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
1367 echo "configure:1368: checking for non-GNU ld" >&5
1368 fi
1369 if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
1370   echo $ac_n "(cached) $ac_c" 1>&6
1371 else
1372   if test -z "$LD"; then
1373   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1374   for ac_dir in $PATH; do
1375     test -z "$ac_dir" && ac_dir=.
1376     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
1377       ac_cv_path_LD="$ac_dir/$ac_prog"
1378       # Check to see if the program is GNU ld.  I'd rather use --version,
1379       # but apparently some GNU ld's only accept -v.
1380       # Break only if it was the GNU/non-GNU ld that we prefer.
1381       if "$ac_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
1382         test "$with_gnu_ld" != no && break
1383       else
1384         test "$with_gnu_ld" != yes && break
1385       fi
1386     fi
1387   done
1388   IFS="$ac_save_ifs"
1389 else
1390   ac_cv_path_LD="$LD" # Let the user override the test with a path.
1391 fi
1392 fi
1393
1394 LD="$ac_cv_path_LD"
1395 if test -n "$LD"; then
1396   echo "$ac_t""$LD" 1>&6
1397 else
1398   echo "$ac_t""no" 1>&6
1399 fi
1400 test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
1401 echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
1402 echo "configure:1403: checking if the linker ($LD) is GNU ld" >&5
1403 if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
1404   echo $ac_n "(cached) $ac_c" 1>&6
1405 else
1406   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
1407 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
1408   ac_cv_prog_gnu_ld=yes
1409 else
1410   ac_cv_prog_gnu_ld=no
1411 fi
1412 fi
1413
1414 echo "$ac_t""$ac_cv_prog_gnu_ld" 1>&6
1415
1416
1417 echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
1418 echo "configure:1419: checking for BSD-compatible nm" >&5
1419 if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
1420   echo $ac_n "(cached) $ac_c" 1>&6
1421 else
1422   if test -n "$NM"; then
1423   # Let the user override the test.
1424   ac_cv_path_NM="$NM"
1425 else
1426   IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
1427   for ac_dir in $PATH /usr/ccs/bin /usr/ucb /bin; do
1428     test -z "$ac_dir" && ac_dir=.
1429     if test -f $ac_dir/nm || test -f $ac_dir/nm$ac_exeext ; then
1430       # Check to see if the nm accepts a BSD-compat flag.
1431       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
1432       #   nm: unknown option "B" ignored
1433       if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1434         ac_cv_path_NM="$ac_dir/nm -B"
1435         break
1436       elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
1437         ac_cv_path_NM="$ac_dir/nm -p"
1438         break
1439       else
1440         ac_cv_path_NM=${ac_cv_path_NM="$ac_dir/nm"} # keep the first match, but
1441         continue # so that we can try to find one that supports BSD flags
1442       fi
1443     fi
1444   done
1445   IFS="$ac_save_ifs"
1446   test -z "$ac_cv_path_NM" && ac_cv_path_NM=nm
1447 fi
1448 fi
1449
1450 NM="$ac_cv_path_NM"
1451 echo "$ac_t""$NM" 1>&6
1452
1453 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
1454 echo "configure:1455: checking whether ln -s works" >&5
1455 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
1456   echo $ac_n "(cached) $ac_c" 1>&6
1457 else
1458   rm -f conftestdata
1459 if ln -s X conftestdata 2>/dev/null
1460 then
1461   rm -f conftestdata
1462   ac_cv_prog_LN_S="ln -s"
1463 else
1464   ac_cv_prog_LN_S=ln
1465 fi
1466 fi
1467 LN_S="$ac_cv_prog_LN_S"
1468 if test "$ac_cv_prog_LN_S" = "ln -s"; then
1469   echo "$ac_t""yes" 1>&6
1470 else
1471   echo "$ac_t""no" 1>&6
1472 fi
1473
1474
1475 case "$target" in
1476 NONE) lt_target="$host" ;;
1477 *) lt_target="$target" ;;
1478 esac
1479
1480 # Check for any special flags to pass to ltconfig.
1481 libtool_flags="--cache-file=$cache_file"
1482 test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
1483 test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
1484 test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
1485 test "$ac_cv_prog_gcc" = yes && libtool_flags="$libtool_flags --with-gcc"
1486 test "$ac_cv_prog_gnu_ld" = yes && libtool_flags="$libtool_flags --with-gnu-ld"
1487 libtool_flags="$libtool_flags --enable-dlopen"
1488
1489 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
1490 if test "${enable_libtool_lock+set}" = set; then
1491   enableval="$enable_libtool_lock"
1492   :
1493 fi
1494
1495 test "x$enable_libtool_lock" = xno && libtool_flags="$libtool_flags --disable-lock"
1496 test x"$silent" = xyes && libtool_flags="$libtool_flags --silent"
1497
1498 # Some flags need to be propagated to the compiler or linker for good
1499 # libtool support.
1500 case "$lt_target" in
1501 *-*-irix6*)
1502   # Find out which ABI we are using.
1503   echo '#line 1504 "configure"' > conftest.$ac_ext
1504   if { (eval echo configure:1505: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1505     case "`/usr/bin/file conftest.o`" in
1506     *32-bit*)
1507       LD="${LD-ld} -32"
1508       ;;
1509     *N32*)
1510       LD="${LD-ld} -n32"
1511       ;;
1512     *64-bit*)
1513       LD="${LD-ld} -64"
1514       ;;
1515     esac
1516   fi
1517   rm -rf conftest*
1518   ;;
1519
1520 *-*-sco3.2v5*)
1521   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1522   SAVE_CFLAGS="$CFLAGS"
1523   CFLAGS="$CFLAGS -belf"
1524   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
1525 echo "configure:1526: checking whether the C compiler needs -belf" >&5
1526 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
1527   echo $ac_n "(cached) $ac_c" 1>&6
1528 else
1529   cat > conftest.$ac_ext <<EOF
1530 #line 1531 "configure"
1531 #include "confdefs.h"
1532
1533 int main() {
1534
1535 ; return 0; }
1536 EOF
1537 if { (eval echo configure:1538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1538   rm -rf conftest*
1539   lt_cv_cc_needs_belf=yes
1540 else
1541   echo "configure: failed program was:" >&5
1542   cat conftest.$ac_ext >&5
1543   rm -rf conftest*
1544   lt_cv_cc_needs_belf=no
1545 fi
1546 rm -f conftest*
1547 fi
1548
1549 echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
1550   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1551     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1552     CFLAGS="$SAVE_CFLAGS"
1553   fi
1554   ;;
1555
1556
1557 esac
1558
1559
1560 # Save cache, so that ltconfig can load it
1561 cat > confcache <<\EOF
1562 # This file is a shell script that caches the results of configure
1563 # tests run on this system so they can be shared between configure
1564 # scripts and configure runs.  It is not useful on other systems.
1565 # If it contains results you don't want to keep, you may remove or edit it.
1566 #
1567 # By default, configure uses ./config.cache as the cache file,
1568 # creating it if it does not exist already.  You can give configure
1569 # the --cache-file=FILE option to use a different cache file; that is
1570 # what configure does when it calls configure scripts in
1571 # subdirectories, so they share the cache.
1572 # Giving --cache-file=/dev/null disables caching, for debugging configure.
1573 # config.status only pays attention to the cache file if you give it the
1574 # --recheck option to rerun configure.
1575 #
1576 EOF
1577 # The following way of writing the cache mishandles newlines in values,
1578 # but we know of no workaround that is simple, portable, and efficient.
1579 # So, don't put newlines in cache variables' values.
1580 # Ultrix sh set writes to stderr and can't be redirected directly,
1581 # and sets the high bit in the cache file unless we assign to the vars.
1582 (set) 2>&1 |
1583   case `(ac_space=' '; set | grep ac_space) 2>&1` in
1584   *ac_space=\ *)
1585     # `set' does not quote correctly, so add quotes (double-quote substitution
1586     # turns \\\\ into \\, and sed turns \\ into \).
1587     sed -n \
1588       -e "s/'/'\\\\''/g" \
1589       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1590     ;;
1591   *)
1592     # `set' quotes correctly as required by POSIX, so do not add quotes.
1593     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1594     ;;
1595   esac >> confcache
1596 if cmp -s $cache_file confcache; then
1597   :
1598 else
1599   if test -w $cache_file; then
1600     echo "updating cache $cache_file"
1601     cat confcache > $cache_file
1602   else
1603     echo "not updating unwritable cache $cache_file"
1604   fi
1605 fi
1606 rm -f confcache
1607
1608
1609 # Actually configure libtool.  ac_aux_dir is where install-sh is found.
1610 CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
1611 LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
1612 LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
1613 DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
1614 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
1615 $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
1616 || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
1617
1618 # Reload cache, that may have been modified by ltconfig
1619 if test -r "$cache_file"; then
1620   echo "loading cache $cache_file"
1621   . $cache_file
1622 else
1623   echo "creating cache $cache_file"
1624   > $cache_file
1625 fi
1626
1627
1628 # This can be used to rebuild libtool when needed
1629 LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
1630
1631 # Always use our own libtool.
1632 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1633
1634 # Redirect the config.log output again, so that the ltconfig log is not
1635 # clobbered by the next message.
1636 exec 5>>./config.log
1637
1638
1639
1640
1641 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1642 echo "configure:1643: checking how to run the C preprocessor" >&5
1643 # On Suns, sometimes $CPP names a directory.
1644 if test -n "$CPP" && test -d "$CPP"; then
1645   CPP=
1646 fi
1647 if test -z "$CPP"; then
1648 if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
1649   echo $ac_n "(cached) $ac_c" 1>&6
1650 else
1651     # This must be in double quotes, not single quotes, because CPP may get
1652   # substituted into the Makefile and "${CC-cc}" will confuse make.
1653   CPP="${CC-cc} -E"
1654   # On the NeXT, cc -E runs the code through the compiler's parser,
1655   # not just through cpp.
1656   cat > conftest.$ac_ext <<EOF
1657 #line 1658 "configure"
1658 #include "confdefs.h"
1659 #include <assert.h>
1660 Syntax Error
1661 EOF
1662 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1663 { (eval echo configure:1664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1664 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1665 if test -z "$ac_err"; then
1666   :
1667 else
1668   echo "$ac_err" >&5
1669   echo "configure: failed program was:" >&5
1670   cat conftest.$ac_ext >&5
1671   rm -rf conftest*
1672   CPP="${CC-cc} -E -traditional-cpp"
1673   cat > conftest.$ac_ext <<EOF
1674 #line 1675 "configure"
1675 #include "confdefs.h"
1676 #include <assert.h>
1677 Syntax Error
1678 EOF
1679 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1680 { (eval echo configure:1681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1681 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1682 if test -z "$ac_err"; then
1683   :
1684 else
1685   echo "$ac_err" >&5
1686   echo "configure: failed program was:" >&5
1687   cat conftest.$ac_ext >&5
1688   rm -rf conftest*
1689   CPP="${CC-cc} -nologo -E"
1690   cat > conftest.$ac_ext <<EOF
1691 #line 1692 "configure"
1692 #include "confdefs.h"
1693 #include <assert.h>
1694 Syntax Error
1695 EOF
1696 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1697 { (eval echo configure:1698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1698 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1699 if test -z "$ac_err"; then
1700   :
1701 else
1702   echo "$ac_err" >&5
1703   echo "configure: failed program was:" >&5
1704   cat conftest.$ac_ext >&5
1705   rm -rf conftest*
1706   CPP=/lib/cpp
1707 fi
1708 rm -f conftest*
1709 fi
1710 rm -f conftest*
1711 fi
1712 rm -f conftest*
1713   ac_cv_prog_CPP="$CPP"
1714 fi
1715   CPP="$ac_cv_prog_CPP"
1716 else
1717   ac_cv_prog_CPP="$CPP"
1718 fi
1719 echo "$ac_t""$CPP" 1>&6
1720
1721 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1722 echo "configure:1723: checking for ANSI C header files" >&5
1723 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
1724   echo $ac_n "(cached) $ac_c" 1>&6
1725 else
1726   cat > conftest.$ac_ext <<EOF
1727 #line 1728 "configure"
1728 #include "confdefs.h"
1729 #include <stdlib.h>
1730 #include <stdarg.h>
1731 #include <string.h>
1732 #include <float.h>
1733 EOF
1734 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1735 { (eval echo configure:1736: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1736 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1737 if test -z "$ac_err"; then
1738   rm -rf conftest*
1739   ac_cv_header_stdc=yes
1740 else
1741   echo "$ac_err" >&5
1742   echo "configure: failed program was:" >&5
1743   cat conftest.$ac_ext >&5
1744   rm -rf conftest*
1745   ac_cv_header_stdc=no
1746 fi
1747 rm -f conftest*
1748
1749 if test $ac_cv_header_stdc = yes; then
1750   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
1751 cat > conftest.$ac_ext <<EOF
1752 #line 1753 "configure"
1753 #include "confdefs.h"
1754 #include <string.h>
1755 EOF
1756 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1757   egrep "memchr" >/dev/null 2>&1; then
1758   :
1759 else
1760   rm -rf conftest*
1761   ac_cv_header_stdc=no
1762 fi
1763 rm -f conftest*
1764
1765 fi
1766
1767 if test $ac_cv_header_stdc = yes; then
1768   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
1769 cat > conftest.$ac_ext <<EOF
1770 #line 1771 "configure"
1771 #include "confdefs.h"
1772 #include <stdlib.h>
1773 EOF
1774 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
1775   egrep "free" >/dev/null 2>&1; then
1776   :
1777 else
1778   rm -rf conftest*
1779   ac_cv_header_stdc=no
1780 fi
1781 rm -f conftest*
1782
1783 fi
1784
1785 if test $ac_cv_header_stdc = yes; then
1786   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
1787 if test "$cross_compiling" = yes; then
1788   :
1789 else
1790   cat > conftest.$ac_ext <<EOF
1791 #line 1792 "configure"
1792 #include "confdefs.h"
1793 #include <ctype.h>
1794 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
1795 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1796 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
1797 int main () { int i; for (i = 0; i < 256; i++)
1798 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1799 exit (0); }
1800
1801 EOF
1802 if { (eval echo configure:1803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
1803 then
1804   :
1805 else
1806   echo "configure: failed program was:" >&5
1807   cat conftest.$ac_ext >&5
1808   rm -fr conftest*
1809   ac_cv_header_stdc=no
1810 fi
1811 rm -fr conftest*
1812 fi
1813
1814 fi
1815 fi
1816
1817 echo "$ac_t""$ac_cv_header_stdc" 1>&6
1818 if test $ac_cv_header_stdc = yes; then
1819   cat >> confdefs.h <<\EOF
1820 #define STDC_HEADERS 1
1821 EOF
1822
1823 fi
1824
1825 for ac_hdr in GL/gl.h GL/glu.h GL/glx.h 
1826 do
1827 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
1828 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1829 echo "configure:1830: checking for $ac_hdr" >&5
1830 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
1831   echo $ac_n "(cached) $ac_c" 1>&6
1832 else
1833   cat > conftest.$ac_ext <<EOF
1834 #line 1835 "configure"
1835 #include "confdefs.h"
1836 #include <$ac_hdr>
1837 EOF
1838 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1839 { (eval echo configure:1840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1840 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1841 if test -z "$ac_err"; then
1842   rm -rf conftest*
1843   eval "ac_cv_header_$ac_safe=yes"
1844 else
1845   echo "$ac_err" >&5
1846   echo "configure: failed program was:" >&5
1847   cat conftest.$ac_ext >&5
1848   rm -rf conftest*
1849   eval "ac_cv_header_$ac_safe=no"
1850 fi
1851 rm -f conftest*
1852 fi
1853 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
1854   echo "$ac_t""yes" 1>&6
1855     ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
1856   cat >> confdefs.h <<EOF
1857 #define $ac_tr_hdr 1
1858 EOF
1859  
1860 else
1861   echo "$ac_t""no" 1>&6
1862 fi
1863 done
1864
1865
1866
1867
1868 LIBM=
1869 case "$lt_target" in
1870 *-*-beos* | *-*-cygwin*)
1871   # These system don't have libm
1872   ;;
1873 *-ncr-sysv4.3*)
1874   echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6
1875 echo "configure:1876: checking for _mwvalidcheckl in -lmw" >&5
1876 ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'`
1877 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1878   echo $ac_n "(cached) $ac_c" 1>&6
1879 else
1880   ac_save_LIBS="$LIBS"
1881 LIBS="-lmw  $LIBS"
1882 cat > conftest.$ac_ext <<EOF
1883 #line 1884 "configure"
1884 #include "confdefs.h"
1885 /* Override any gcc2 internal prototype to avoid an error.  */
1886 /* We use char because int might match the return type of a gcc2
1887     builtin and then its argument prototype would still apply.  */
1888 char _mwvalidcheckl();
1889
1890 int main() {
1891 _mwvalidcheckl()
1892 ; return 0; }
1893 EOF
1894 if { (eval echo configure:1895: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1895   rm -rf conftest*
1896   eval "ac_cv_lib_$ac_lib_var=yes"
1897 else
1898   echo "configure: failed program was:" >&5
1899   cat conftest.$ac_ext >&5
1900   rm -rf conftest*
1901   eval "ac_cv_lib_$ac_lib_var=no"
1902 fi
1903 rm -f conftest*
1904 LIBS="$ac_save_LIBS"
1905
1906 fi
1907 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1908   echo "$ac_t""yes" 1>&6
1909   LIBM="-lmw"
1910 else
1911   echo "$ac_t""no" 1>&6
1912 fi
1913
1914   echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
1915 echo "configure:1916: checking for main in -lm" >&5
1916 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
1917 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1918   echo $ac_n "(cached) $ac_c" 1>&6
1919 else
1920   ac_save_LIBS="$LIBS"
1921 LIBS="-lm  $LIBS"
1922 cat > conftest.$ac_ext <<EOF
1923 #line 1924 "configure"
1924 #include "confdefs.h"
1925
1926 int main() {
1927 main()
1928 ; return 0; }
1929 EOF
1930 if { (eval echo configure:1931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1931   rm -rf conftest*
1932   eval "ac_cv_lib_$ac_lib_var=yes"
1933 else
1934   echo "configure: failed program was:" >&5
1935   cat conftest.$ac_ext >&5
1936   rm -rf conftest*
1937   eval "ac_cv_lib_$ac_lib_var=no"
1938 fi
1939 rm -f conftest*
1940 LIBS="$ac_save_LIBS"
1941
1942 fi
1943 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1944   echo "$ac_t""yes" 1>&6
1945   LIBM="$LIBM -lm"
1946 else
1947   echo "$ac_t""no" 1>&6
1948 fi
1949
1950   ;;
1951 *)
1952   echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
1953 echo "configure:1954: checking for main in -lm" >&5
1954 ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
1955 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1956   echo $ac_n "(cached) $ac_c" 1>&6
1957 else
1958   ac_save_LIBS="$LIBS"
1959 LIBS="-lm  $LIBS"
1960 cat > conftest.$ac_ext <<EOF
1961 #line 1962 "configure"
1962 #include "confdefs.h"
1963
1964 int main() {
1965 main()
1966 ; return 0; }
1967 EOF
1968 if { (eval echo configure:1969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1969   rm -rf conftest*
1970   eval "ac_cv_lib_$ac_lib_var=yes"
1971 else
1972   echo "configure: failed program was:" >&5
1973   cat conftest.$ac_ext >&5
1974   rm -rf conftest*
1975   eval "ac_cv_lib_$ac_lib_var=no"
1976 fi
1977 rm -f conftest*
1978 LIBS="$ac_save_LIBS"
1979
1980 fi
1981 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1982   echo "$ac_t""yes" 1>&6
1983   LIBM="-lm"
1984 else
1985   echo "$ac_t""no" 1>&6
1986 fi
1987
1988   ;;
1989 esac
1990
1991
1992
1993 trap '' 1 2 15
1994 cat > confcache <<\EOF
1995 # This file is a shell script that caches the results of configure
1996 # tests run on this system so they can be shared between configure
1997 # scripts and configure runs.  It is not useful on other systems.
1998 # If it contains results you don't want to keep, you may remove or edit it.
1999 #
2000 # By default, configure uses ./config.cache as the cache file,
2001 # creating it if it does not exist already.  You can give configure
2002 # the --cache-file=FILE option to use a different cache file; that is
2003 # what configure does when it calls configure scripts in
2004 # subdirectories, so they share the cache.
2005 # Giving --cache-file=/dev/null disables caching, for debugging configure.
2006 # config.status only pays attention to the cache file if you give it the
2007 # --recheck option to rerun configure.
2008 #
2009 EOF
2010 # The following way of writing the cache mishandles newlines in values,
2011 # but we know of no workaround that is simple, portable, and efficient.
2012 # So, don't put newlines in cache variables' values.
2013 # Ultrix sh set writes to stderr and can't be redirected directly,
2014 # and sets the high bit in the cache file unless we assign to the vars.
2015 (set) 2>&1 |
2016   case `(ac_space=' '; set | grep ac_space) 2>&1` in
2017   *ac_space=\ *)
2018     # `set' does not quote correctly, so add quotes (double-quote substitution
2019     # turns \\\\ into \\, and sed turns \\ into \).
2020     sed -n \
2021       -e "s/'/'\\\\''/g" \
2022       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
2023     ;;
2024   *)
2025     # `set' quotes correctly as required by POSIX, so do not add quotes.
2026     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
2027     ;;
2028   esac >> confcache
2029 if cmp -s $cache_file confcache; then
2030   :
2031 else
2032   if test -w $cache_file; then
2033     echo "updating cache $cache_file"
2034     cat confcache > $cache_file
2035   else
2036     echo "not updating unwritable cache $cache_file"
2037   fi
2038 fi
2039 rm -f confcache
2040
2041 trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
2042
2043 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2044 # Let make expand exec_prefix.
2045 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2046
2047 # Any assignment to VPATH causes Sun make to only execute
2048 # the first set of double-colon rules, so remove it if not needed.
2049 # If there is a colon in the path, we need to keep it.
2050 if test "x$srcdir" = x.; then
2051   ac_vpsub='/^[         ]*VPATH[        ]*=[^:]*$/d'
2052 fi
2053
2054 trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
2055
2056 DEFS=-DHAVE_CONFIG_H
2057
2058 # Without the "./", some shells look in PATH for config.status.
2059 : ${CONFIG_STATUS=./config.status}
2060
2061 echo creating $CONFIG_STATUS
2062 rm -f $CONFIG_STATUS
2063 cat > $CONFIG_STATUS <<EOF
2064 #! /bin/sh
2065 # Generated automatically by configure.
2066 # Run this file to recreate the current configuration.
2067 # This directory was configured as follows,
2068 # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
2069 #
2070 # $0 $ac_configure_args
2071 #
2072 # Compiler output produced by configure, useful for debugging
2073 # configure, is in ./config.log if it exists.
2074
2075 ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
2076 for ac_option
2077 do
2078   case "\$ac_option" in
2079   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2080     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
2081     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
2082   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
2083     echo "$CONFIG_STATUS generated by autoconf version 2.13"
2084     exit 0 ;;
2085   -help | --help | --hel | --he | --h)
2086     echo "\$ac_cs_usage"; exit 0 ;;
2087   *) echo "\$ac_cs_usage"; exit 1 ;;
2088   esac
2089 done
2090
2091 ac_given_srcdir=$srcdir
2092 ac_given_INSTALL="$INSTALL"
2093
2094 trap 'rm -fr `echo "Makefile freeglut-1.3/Makefile include/Makefile include/GL/Makefile genfonts/Makefile tests/Makefile  config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
2095 EOF
2096 cat >> $CONFIG_STATUS <<EOF
2097
2098 # Protect against being on the right side of a sed subst in config.status.
2099 sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
2100  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
2101 $ac_vpsub
2102 $extrasub
2103 s%@SHELL@%$SHELL%g
2104 s%@CFLAGS@%$CFLAGS%g
2105 s%@CPPFLAGS@%$CPPFLAGS%g
2106 s%@CXXFLAGS@%$CXXFLAGS%g
2107 s%@FFLAGS@%$FFLAGS%g
2108 s%@DEFS@%$DEFS%g
2109 s%@LDFLAGS@%$LDFLAGS%g
2110 s%@LIBS@%$LIBS%g
2111 s%@exec_prefix@%$exec_prefix%g
2112 s%@prefix@%$prefix%g
2113 s%@program_transform_name@%$program_transform_name%g
2114 s%@bindir@%$bindir%g
2115 s%@sbindir@%$sbindir%g
2116 s%@libexecdir@%$libexecdir%g
2117 s%@datadir@%$datadir%g
2118 s%@sysconfdir@%$sysconfdir%g
2119 s%@sharedstatedir@%$sharedstatedir%g
2120 s%@localstatedir@%$localstatedir%g
2121 s%@libdir@%$libdir%g
2122 s%@includedir@%$includedir%g
2123 s%@oldincludedir@%$oldincludedir%g
2124 s%@infodir@%$infodir%g
2125 s%@mandir@%$mandir%g
2126 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
2127 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
2128 s%@INSTALL_DATA@%$INSTALL_DATA%g
2129 s%@PACKAGE@%$PACKAGE%g
2130 s%@VERSION@%$VERSION%g
2131 s%@ACLOCAL@%$ACLOCAL%g
2132 s%@AUTOCONF@%$AUTOCONF%g
2133 s%@AUTOMAKE@%$AUTOMAKE%g
2134 s%@AUTOHEADER@%$AUTOHEADER%g
2135 s%@MAKEINFO@%$MAKEINFO%g
2136 s%@SET_MAKE@%$SET_MAKE%g
2137 s%@CC@%$CC%g
2138 s%@EXEEXT@%$EXEEXT%g
2139 s%@RANLIB@%$RANLIB%g
2140 s%@host@%$host%g
2141 s%@host_alias@%$host_alias%g
2142 s%@host_cpu@%$host_cpu%g
2143 s%@host_vendor@%$host_vendor%g
2144 s%@host_os@%$host_os%g
2145 s%@build@%$build%g
2146 s%@build_alias@%$build_alias%g
2147 s%@build_cpu@%$build_cpu%g
2148 s%@build_vendor@%$build_vendor%g
2149 s%@build_os@%$build_os%g
2150 s%@LN_S@%$LN_S%g
2151 s%@LIBTOOL@%$LIBTOOL%g
2152 s%@LIBTOOL_DEPS@%$LIBTOOL_DEPS%g
2153 s%@CPP@%$CPP%g
2154 s%@LIBM@%$LIBM%g
2155
2156 CEOF
2157 EOF
2158
2159 cat >> $CONFIG_STATUS <<\EOF
2160
2161 # Split the substitutions into bite-sized pieces for seds with
2162 # small command number limits, like on Digital OSF/1 and HP-UX.
2163 ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2164 ac_file=1 # Number of current file.
2165 ac_beg=1 # First line for current file.
2166 ac_end=$ac_max_sed_cmds # Line after last line for current file.
2167 ac_more_lines=:
2168 ac_sed_cmds=""
2169 while $ac_more_lines; do
2170   if test $ac_beg -gt 1; then
2171     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2172   else
2173     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2174   fi
2175   if test ! -s conftest.s$ac_file; then
2176     ac_more_lines=false
2177     rm -f conftest.s$ac_file
2178   else
2179     if test -z "$ac_sed_cmds"; then
2180       ac_sed_cmds="sed -f conftest.s$ac_file"
2181     else
2182       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2183     fi
2184     ac_file=`expr $ac_file + 1`
2185     ac_beg=$ac_end
2186     ac_end=`expr $ac_end + $ac_max_sed_cmds`
2187   fi
2188 done
2189 if test -z "$ac_sed_cmds"; then
2190   ac_sed_cmds=cat
2191 fi
2192 EOF
2193
2194 cat >> $CONFIG_STATUS <<EOF
2195
2196 CONFIG_FILES=\${CONFIG_FILES-"Makefile freeglut-1.3/Makefile include/Makefile include/GL/Makefile genfonts/Makefile tests/Makefile "}
2197 EOF
2198 cat >> $CONFIG_STATUS <<\EOF
2199 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2200   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2201   case "$ac_file" in
2202   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2203        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2204   *) ac_file_in="${ac_file}.in" ;;
2205   esac
2206
2207   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2208
2209   # Remove last slash and all that follows it.  Not all systems have dirname.
2210   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2211   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2212     # The file is in a subdirectory.
2213     test ! -d "$ac_dir" && mkdir "$ac_dir"
2214     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2215     # A "../" for each directory in $ac_dir_suffix.
2216     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2217   else
2218     ac_dir_suffix= ac_dots=
2219   fi
2220
2221   case "$ac_given_srcdir" in
2222   .)  srcdir=.
2223       if test -z "$ac_dots"; then top_srcdir=.
2224       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2225   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2226   *) # Relative path.
2227     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2228     top_srcdir="$ac_dots$ac_given_srcdir" ;;
2229   esac
2230
2231   case "$ac_given_INSTALL" in
2232   [/$]*) INSTALL="$ac_given_INSTALL" ;;
2233   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2234   esac
2235
2236   echo creating "$ac_file"
2237   rm -f "$ac_file"
2238   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2239   case "$ac_file" in
2240   *Makefile*) ac_comsub="1i\\
2241 # $configure_input" ;;
2242   *) ac_comsub= ;;
2243   esac
2244
2245   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2246   sed -e "$ac_comsub
2247 s%@configure_input@%$configure_input%g
2248 s%@srcdir@%$srcdir%g
2249 s%@top_srcdir@%$top_srcdir%g
2250 s%@INSTALL@%$INSTALL%g
2251 " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2252 fi; done
2253 rm -f conftest.s*
2254
2255 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
2256 # NAME is the cpp macro being defined and VALUE is the value it is being given.
2257 #
2258 # ac_d sets the value in "#define NAME VALUE" lines.
2259 ac_dA='s%^\([   ]*\)#\([        ]*define[       ][      ]*\)'
2260 ac_dB='\([      ][      ]*\)[^  ]*%\1#\2'
2261 ac_dC='\3'
2262 ac_dD='%g'
2263 # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
2264 ac_uA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
2265 ac_uB='\([      ]\)%\1#\2define\3'
2266 ac_uC=' '
2267 ac_uD='\4%g'
2268 # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
2269 ac_eA='s%^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
2270 ac_eB='$%\1#\2define\3'
2271 ac_eC=' '
2272 ac_eD='%g'
2273
2274 if test "${CONFIG_HEADERS+set}" != set; then
2275 EOF
2276 cat >> $CONFIG_STATUS <<EOF
2277   CONFIG_HEADERS="config.h"
2278 EOF
2279 cat >> $CONFIG_STATUS <<\EOF
2280 fi
2281 for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
2282   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2283   case "$ac_file" in
2284   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2285        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2286   *) ac_file_in="${ac_file}.in" ;;
2287   esac
2288
2289   echo creating $ac_file
2290
2291   rm -f conftest.frag conftest.in conftest.out
2292   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2293   cat $ac_file_inputs > conftest.in
2294
2295 EOF
2296
2297 # Transform confdefs.h into a sed script conftest.vals that substitutes
2298 # the proper values into config.h.in to produce config.h.  And first:
2299 # Protect against being on the right side of a sed subst in config.status.
2300 # Protect against being in an unquoted here document in config.status.
2301 rm -f conftest.vals
2302 cat > conftest.hdr <<\EOF
2303 s/[\\&%]/\\&/g
2304 s%[\\$`]%\\&%g
2305 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2306 s%ac_d%ac_u%gp
2307 s%ac_u%ac_e%gp
2308 EOF
2309 sed -n -f conftest.hdr confdefs.h > conftest.vals
2310 rm -f conftest.hdr
2311
2312 # This sed command replaces #undef with comments.  This is necessary, for
2313 # example, in the case of _POSIX_SOURCE, which is predefined and required
2314 # on some systems where configure will not decide to define it.
2315 cat >> conftest.vals <<\EOF
2316 s%^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
2317 EOF
2318
2319 # Break up conftest.vals because some shells have a limit on
2320 # the size of here documents, and old seds have small limits too.
2321
2322 rm -f conftest.tail
2323 while :
2324 do
2325   ac_lines=`grep -c . conftest.vals`
2326   # grep -c gives empty output for an empty file on some AIX systems.
2327   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
2328   # Write a limited-size here document to conftest.frag.
2329   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
2330   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
2331   echo 'CEOF
2332   sed -f conftest.frag conftest.in > conftest.out
2333   rm -f conftest.in
2334   mv conftest.out conftest.in
2335 ' >> $CONFIG_STATUS
2336   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
2337   rm -f conftest.vals
2338   mv conftest.tail conftest.vals
2339 done
2340 rm -f conftest.vals
2341
2342 cat >> $CONFIG_STATUS <<\EOF
2343   rm -f conftest.frag conftest.h
2344   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
2345   cat conftest.in >> conftest.h
2346   rm -f conftest.in
2347   if cmp -s $ac_file conftest.h 2>/dev/null; then
2348     echo "$ac_file is unchanged"
2349     rm -f conftest.h
2350   else
2351     # Remove last slash and all that follows it.  Not all systems have dirname.
2352       ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2353       if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2354       # The file is in a subdirectory.
2355       test ! -d "$ac_dir" && mkdir "$ac_dir"
2356     fi
2357     rm -f $ac_file
2358     mv conftest.h $ac_file
2359   fi
2360 fi; done
2361
2362 EOF
2363 cat >> $CONFIG_STATUS <<EOF
2364
2365
2366 EOF
2367 cat >> $CONFIG_STATUS <<\EOF
2368 test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
2369
2370 exit 0
2371 EOF
2372 chmod +x $CONFIG_STATUS
2373 rm -fr confdefs* $ac_clean_files
2374 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2375