~ubuntu-branches/ubuntu/hardy/flwm/hardy

1 by Tommi Virtanen
Import upstream version 1.00
1
#! /bin/sh
2
3
# Guess values for system-dependent variables and create Makefiles.
4
# Generated automatically using autoconf version 2.12 
5
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6
#
7
# This configure script is free software; the Free Software Foundation
8
# gives unlimited permission to copy, distribute and modify it.
9
10
# Defaults:
11
ac_help=
12
ac_default_prefix=/usr/local
13
# Any additions from configure.in:
14
ac_help="$ac_help
15
  --with-x                use the X Window System"
16
17
# Initialize some variables set by options.
18
# The variables have the same names as the options, with
19
# dashes changed to underlines.
20
build=NONE
21
cache_file=./config.cache
22
exec_prefix=NONE
23
host=NONE
24
no_create=
25
nonopt=NONE
26
no_recursion=
27
prefix=NONE
28
program_prefix=NONE
29
program_suffix=NONE
30
program_transform_name=s,x,x,
31
silent=
32
site=
33
srcdir=
34
target=NONE
35
verbose=
36
x_includes=NONE
37
x_libraries=NONE
38
bindir='${exec_prefix}/bin'
39
sbindir='${exec_prefix}/sbin'
40
libexecdir='${exec_prefix}/libexec'
41
datadir='${prefix}/share'
42
sysconfdir='${prefix}/etc'
43
sharedstatedir='${prefix}/com'
44
localstatedir='${prefix}/var'
45
libdir='${exec_prefix}/lib'
46
includedir='${prefix}/include'
47
oldincludedir='/usr/include'
48
infodir='${prefix}/info'
49
mandir='${prefix}/man'
50
51
# Initialize some other variables.
52
subdirs=
53
MFLAGS= MAKEFLAGS=
54
# Maximum number of lines to put in a shell here document.
55
ac_max_here_lines=12
56
57
ac_prev=
58
for ac_option
59
do
60
61
  # If the previous option needs an argument, assign it.
62
  if test -n "$ac_prev"; then
63
    eval "$ac_prev=\$ac_option"
64
    ac_prev=
65
    continue
66
  fi
67
68
  case "$ac_option" in
69
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
70
  *) ac_optarg= ;;
71
  esac
72
73
  # Accept the important Cygnus configure options, so we can diagnose typos.
74
75
  case "$ac_option" in
76
77
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
78
    ac_prev=bindir ;;
79
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
80
    bindir="$ac_optarg" ;;
81
82
  -build | --build | --buil | --bui | --bu)
83
    ac_prev=build ;;
84
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
85
    build="$ac_optarg" ;;
86
87
  -cache-file | --cache-file | --cache-fil | --cache-fi \
88
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89
    ac_prev=cache_file ;;
90
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
91
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
92
    cache_file="$ac_optarg" ;;
93
94
  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
95
    ac_prev=datadir ;;
96
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
97
  | --da=*)
98
    datadir="$ac_optarg" ;;
99
100
  -disable-* | --disable-*)
101
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
102
    # Reject names that are not valid shell variable names.
103
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
104
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
105
    fi
106
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
107
    eval "enable_${ac_feature}=no" ;;
108
109
  -enable-* | --enable-*)
110
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
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
    case "$ac_option" in
117
      *=*) ;;
118
      *) ac_optarg=yes ;;
119
    esac
120
    eval "enable_${ac_feature}='$ac_optarg'" ;;
121
122
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
123
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
124
  | --exec | --exe | --ex)
125
    ac_prev=exec_prefix ;;
126
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
127
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
128
  | --exec=* | --exe=* | --ex=*)
129
    exec_prefix="$ac_optarg" ;;
130
131
  -gas | --gas | --ga | --g)
132
    # Obsolete; use --with-gas.
133
    with_gas=yes ;;
134
135
  -help | --help | --hel | --he)
136
    # Omit some internal or obsolete options to make the list less imposing.
137
    # This message is too long to be a string in the A/UX 3.1 sh.
138
    cat << EOF
139
Usage: configure [options] [host]
140
Options: [defaults in brackets after descriptions]
141
Configuration:
142
  --cache-file=FILE       cache test results in FILE
143
  --help                  print this message
144
  --no-create             do not create output files
145
  --quiet, --silent       do not print \`checking...' messages
146
  --version               print the version of autoconf that created configure
147
Directory and file names:
148
  --prefix=PREFIX         install architecture-independent files in PREFIX
149
                          [$ac_default_prefix]
150
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
151
                          [same as prefix]
152
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
153
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
154
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
155
  --datadir=DIR           read-only architecture-independent data in DIR
156
                          [PREFIX/share]
157
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
158
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
159
                          [PREFIX/com]
160
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
161
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
162
  --includedir=DIR        C header files in DIR [PREFIX/include]
163
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
164
  --infodir=DIR           info documentation in DIR [PREFIX/info]
165
  --mandir=DIR            man documentation in DIR [PREFIX/man]
166
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
167
  --program-prefix=PREFIX prepend PREFIX to installed program names
168
  --program-suffix=SUFFIX append SUFFIX to installed program names
169
  --program-transform-name=PROGRAM
170
                          run sed PROGRAM on installed program names
171
EOF
172
    cat << EOF
173
Host type:
174
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
175
  --host=HOST             configure for HOST [guessed]
176
  --target=TARGET         configure for TARGET [TARGET=HOST]
177
Features and packages:
178
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
179
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
180
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
181
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
182
  --x-includes=DIR        X include files are in DIR
183
  --x-libraries=DIR       X library files are in DIR
184
EOF
185
    if test -n "$ac_help"; then
186
      echo "--enable and --with options recognized:$ac_help"
187
    fi
188
    exit 0 ;;
189
190
  -host | --host | --hos | --ho)
191
    ac_prev=host ;;
192
  -host=* | --host=* | --hos=* | --ho=*)
193
    host="$ac_optarg" ;;
194
195
  -includedir | --includedir | --includedi | --included | --include \
196
  | --includ | --inclu | --incl | --inc)
197
    ac_prev=includedir ;;
198
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
199
  | --includ=* | --inclu=* | --incl=* | --inc=*)
200
    includedir="$ac_optarg" ;;
201
202
  -infodir | --infodir | --infodi | --infod | --info | --inf)
203
    ac_prev=infodir ;;
204
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
205
    infodir="$ac_optarg" ;;
206
207
  -libdir | --libdir | --libdi | --libd)
208
    ac_prev=libdir ;;
209
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
210
    libdir="$ac_optarg" ;;
211
212
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
213
  | --libexe | --libex | --libe)
214
    ac_prev=libexecdir ;;
215
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
216
  | --libexe=* | --libex=* | --libe=*)
217
    libexecdir="$ac_optarg" ;;
218
219
  -localstatedir | --localstatedir | --localstatedi | --localstated \
220
  | --localstate | --localstat | --localsta | --localst \
221
  | --locals | --local | --loca | --loc | --lo)
222
    ac_prev=localstatedir ;;
223
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
224
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
225
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
226
    localstatedir="$ac_optarg" ;;
227
228
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
229
    ac_prev=mandir ;;
230
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
231
    mandir="$ac_optarg" ;;
232
233
  -nfp | --nfp | --nf)
234
    # Obsolete; use --without-fp.
235
    with_fp=no ;;
236
237
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
238
  | --no-cr | --no-c)
239
    no_create=yes ;;
240
241
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
242
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
243
    no_recursion=yes ;;
244
245
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
246
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
247
  | --oldin | --oldi | --old | --ol | --o)
248
    ac_prev=oldincludedir ;;
249
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
250
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
251
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
252
    oldincludedir="$ac_optarg" ;;
253
254
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
255
    ac_prev=prefix ;;
256
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
257
    prefix="$ac_optarg" ;;
258
259
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
260
  | --program-pre | --program-pr | --program-p)
261
    ac_prev=program_prefix ;;
262
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
263
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
264
    program_prefix="$ac_optarg" ;;
265
266
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
267
  | --program-suf | --program-su | --program-s)
268
    ac_prev=program_suffix ;;
269
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
270
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
271
    program_suffix="$ac_optarg" ;;
272
273
  -program-transform-name | --program-transform-name \
274
  | --program-transform-nam | --program-transform-na \
275
  | --program-transform-n | --program-transform- \
276
  | --program-transform | --program-transfor \
277
  | --program-transfo | --program-transf \
278
  | --program-trans | --program-tran \
279
  | --progr-tra | --program-tr | --program-t)
280
    ac_prev=program_transform_name ;;
281
  -program-transform-name=* | --program-transform-name=* \
282
  | --program-transform-nam=* | --program-transform-na=* \
283
  | --program-transform-n=* | --program-transform-=* \
284
  | --program-transform=* | --program-transfor=* \
285
  | --program-transfo=* | --program-transf=* \
286
  | --program-trans=* | --program-tran=* \
287
  | --progr-tra=* | --program-tr=* | --program-t=*)
288
    program_transform_name="$ac_optarg" ;;
289
290
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
291
  | -silent | --silent | --silen | --sile | --sil)
292
    silent=yes ;;
293
294
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
295
    ac_prev=sbindir ;;
296
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
297
  | --sbi=* | --sb=*)
298
    sbindir="$ac_optarg" ;;
299
300
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
301
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
302
  | --sharedst | --shareds | --shared | --share | --shar \
303
  | --sha | --sh)
304
    ac_prev=sharedstatedir ;;
305
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
306
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
307
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
308
  | --sha=* | --sh=*)
309
    sharedstatedir="$ac_optarg" ;;
310
311
  -site | --site | --sit)
312
    ac_prev=site ;;
313
  -site=* | --site=* | --sit=*)
314
    site="$ac_optarg" ;;
315
316
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
317
    ac_prev=srcdir ;;
318
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
319
    srcdir="$ac_optarg" ;;
320
321
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
322
  | --syscon | --sysco | --sysc | --sys | --sy)
323
    ac_prev=sysconfdir ;;
324
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
325
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
326
    sysconfdir="$ac_optarg" ;;
327
328
  -target | --target | --targe | --targ | --tar | --ta | --t)
329
    ac_prev=target ;;
330
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
331
    target="$ac_optarg" ;;
332
333
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
334
    verbose=yes ;;
335
336
  -version | --version | --versio | --versi | --vers)
337
    echo "configure generated by autoconf version 2.12"
338
    exit 0 ;;
339
340
  -with-* | --with-*)
341
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
342
    # Reject names that are not valid shell variable names.
343
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
344
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
345
    fi
346
    ac_package=`echo $ac_package| sed 's/-/_/g'`
347
    case "$ac_option" in
348
      *=*) ;;
349
      *) ac_optarg=yes ;;
350
    esac
351
    eval "with_${ac_package}='$ac_optarg'" ;;
352
353
  -without-* | --without-*)
354
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
355
    # Reject names that are not valid shell variable names.
356
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
357
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
358
    fi
359
    ac_package=`echo $ac_package| sed 's/-/_/g'`
360
    eval "with_${ac_package}=no" ;;
361
362
  --x)
363
    # Obsolete; use --with-x.
364
    with_x=yes ;;
365
366
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
367
  | --x-incl | --x-inc | --x-in | --x-i)
368
    ac_prev=x_includes ;;
369
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
370
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
371
    x_includes="$ac_optarg" ;;
372
373
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
374
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
375
    ac_prev=x_libraries ;;
376
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
377
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
378
    x_libraries="$ac_optarg" ;;
379
380
  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
381
    ;;
382
383
  *)
384
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
385
      echo "configure: warning: $ac_option: invalid host type" 1>&2
386
    fi
387
    if test "x$nonopt" != xNONE; then
388
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
389
    fi
390
    nonopt="$ac_option"
391
    ;;
392
393
  esac
394
done
395
396
if test -n "$ac_prev"; then
397
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
398
fi
399
400
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
401
402
# File descriptor usage:
403
# 0 standard input
404
# 1 file creation
405
# 2 errors and warnings
406
# 3 some systems may open it to /dev/tty
407
# 4 used on the Kubota Titan
408
# 6 checking for... messages and results
409
# 5 compiler messages saved in config.log
410
if test "$silent" = yes; then
411
  exec 6>/dev/null
412
else
413
  exec 6>&1
414
fi
415
exec 5>./config.log
416
417
echo "\
418
This file contains any messages produced by compilers while
419
running configure, to aid debugging if configure makes a mistake.
420
" 1>&5
421
422
# Strip out --no-create and --no-recursion so they do not pile up.
423
# Also quote any args containing shell metacharacters.
424
ac_configure_args=
425
for ac_arg
426
do
427
  case "$ac_arg" in
428
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
429
  | --no-cr | --no-c) ;;
430
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
431
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
432
  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
433
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
434
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
435
  esac
436
done
437
438
# NLS nuisances.
439
# Only set these to C if already set.  These must not be set unconditionally
440
# because not all systems understand e.g. LANG=C (notably SCO).
441
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
442
# Non-C LC_CTYPE values break the ctype check.
443
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
444
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
445
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
446
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
447
448
# confdefs.h avoids OS command line length limits that DEFS can exceed.
449
rm -rf conftest* confdefs.h
450
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
451
echo > confdefs.h
452
453
# A filename unique to this package, relative to the directory that
454
# configure is in, which we can look for to find out if srcdir is correct.
455
ac_unique_file=Frame.C
456
457
# Find the source files, if location was not specified.
458
if test -z "$srcdir"; then
459
  ac_srcdir_defaulted=yes
460
  # Try the directory containing this script, then its parent.
461
  ac_prog=$0
462
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
463
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
464
  srcdir=$ac_confdir
465
  if test ! -r $srcdir/$ac_unique_file; then
466
    srcdir=..
467
  fi
468
else
469
  ac_srcdir_defaulted=no
470
fi
471
if test ! -r $srcdir/$ac_unique_file; then
472
  if test "$ac_srcdir_defaulted" = yes; then
473
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
474
  else
475
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
476
  fi
477
fi
478
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
479
480
# Prefer explicitly selected file to automatically selected ones.
481
if test -z "$CONFIG_SITE"; then
482
  if test "x$prefix" != xNONE; then
483
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
484
  else
485
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
486
  fi
487
fi
488
for ac_site_file in $CONFIG_SITE; do
489
  if test -r "$ac_site_file"; then
490
    echo "loading site script $ac_site_file"
491
    . "$ac_site_file"
492
  fi
493
done
494
495
if test -r "$cache_file"; then
496
  echo "loading cache $cache_file"
497
  . $cache_file
498
else
499
  echo "creating cache $cache_file"
500
  > $cache_file
501
fi
502
503
ac_ext=c
504
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
505
ac_cpp='$CPP $CPPFLAGS'
506
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
507
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
508
cross_compiling=$ac_cv_prog_cc_cross
509
510
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
511
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
512
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
513
    ac_n= ac_c='
514
' ac_t='	'
515
  else
516
    ac_n=-n ac_c= ac_t=
517
  fi
518
else
519
  ac_n= ac_c='\c' ac_t=
520
fi
521
522
523
# Extract the first word of "gcc", so it can be a program name with args.
524
set dummy gcc; ac_word=$2
525
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
526
echo "configure:527: checking for $ac_word" >&5
527
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
528
  echo $ac_n "(cached) $ac_c" 1>&6
529
else
530
  if test -n "$CC"; then
531
  ac_cv_prog_CC="$CC" # Let the user override the test.
532
else
533
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
534
  for ac_dir in $PATH; do
535
    test -z "$ac_dir" && ac_dir=.
536
    if test -f $ac_dir/$ac_word; then
537
      ac_cv_prog_CC="gcc"
538
      break
539
    fi
540
  done
541
  IFS="$ac_save_ifs"
542
fi
543
fi
544
CC="$ac_cv_prog_CC"
545
if test -n "$CC"; then
546
  echo "$ac_t""$CC" 1>&6
547
else
548
  echo "$ac_t""no" 1>&6
549
fi
550
551
if test -z "$CC"; then
552
  # Extract the first word of "cc", so it can be a program name with args.
553
set dummy cc; ac_word=$2
554
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
555
echo "configure:556: checking for $ac_word" >&5
556
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
557
  echo $ac_n "(cached) $ac_c" 1>&6
558
else
559
  if test -n "$CC"; then
560
  ac_cv_prog_CC="$CC" # Let the user override the test.
561
else
562
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
563
  ac_prog_rejected=no
564
  for ac_dir in $PATH; do
565
    test -z "$ac_dir" && ac_dir=.
566
    if test -f $ac_dir/$ac_word; then
567
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
568
        ac_prog_rejected=yes
569
	continue
570
      fi
571
      ac_cv_prog_CC="cc"
572
      break
573
    fi
574
  done
575
  IFS="$ac_save_ifs"
576
if test $ac_prog_rejected = yes; then
577
  # We found a bogon in the path, so make sure we never use it.
578
  set dummy $ac_cv_prog_CC
579
  shift
580
  if test $# -gt 0; then
581
    # We chose a different compiler from the bogus one.
582
    # However, it has the same basename, so the bogon will be chosen
583
    # first if we set CC to just the basename; use the full file name.
584
    shift
585
    set dummy "$ac_dir/$ac_word" "$@"
586
    shift
587
    ac_cv_prog_CC="$@"
588
  fi
589
fi
590
fi
591
fi
592
CC="$ac_cv_prog_CC"
593
if test -n "$CC"; then
594
  echo "$ac_t""$CC" 1>&6
595
else
596
  echo "$ac_t""no" 1>&6
597
fi
598
599
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
600
fi
601
602
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
603
echo "configure:604: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
604
605
ac_ext=c
606
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
607
ac_cpp='$CPP $CPPFLAGS'
608
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
609
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
610
cross_compiling=$ac_cv_prog_cc_cross
611
612
cat > conftest.$ac_ext <<EOF
613
#line 614 "configure"
614
#include "confdefs.h"
615
main(){return(0);}
616
EOF
617
if { (eval echo configure:618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
618
  ac_cv_prog_cc_works=yes
619
  # If we can't run a trivial program, we are probably using a cross compiler.
620
  if (./conftest; exit) 2>/dev/null; then
621
    ac_cv_prog_cc_cross=no
622
  else
623
    ac_cv_prog_cc_cross=yes
624
  fi
625
else
626
  echo "configure: failed program was:" >&5
627
  cat conftest.$ac_ext >&5
628
  ac_cv_prog_cc_works=no
629
fi
630
rm -fr conftest*
631
632
echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
633
if test $ac_cv_prog_cc_works = no; then
634
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
635
fi
636
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
637
echo "configure:638: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
638
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
639
cross_compiling=$ac_cv_prog_cc_cross
640
641
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
642
echo "configure:643: checking whether we are using GNU C" >&5
643
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
644
  echo $ac_n "(cached) $ac_c" 1>&6
645
else
646
  cat > conftest.c <<EOF
647
#ifdef __GNUC__
648
  yes;
649
#endif
650
EOF
651
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:652: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
652
  ac_cv_prog_gcc=yes
653
else
654
  ac_cv_prog_gcc=no
655
fi
656
fi
657
658
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
659
660
if test $ac_cv_prog_gcc = yes; then
661
  GCC=yes
662
  ac_test_CFLAGS="${CFLAGS+set}"
663
  ac_save_CFLAGS="$CFLAGS"
664
  CFLAGS=
665
  echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
666
echo "configure:667: checking whether ${CC-cc} accepts -g" >&5
667
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
668
  echo $ac_n "(cached) $ac_c" 1>&6
669
else
670
  echo 'void f(){}' > conftest.c
671
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
672
  ac_cv_prog_cc_g=yes
673
else
674
  ac_cv_prog_cc_g=no
675
fi
676
rm -f conftest*
677
678
fi
679
680
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
681
  if test "$ac_test_CFLAGS" = set; then
682
    CFLAGS="$ac_save_CFLAGS"
683
  elif test $ac_cv_prog_cc_g = yes; then
684
    CFLAGS="-g -O2"
685
  else
686
    CFLAGS="-O2"
687
  fi
688
else
689
  GCC=
690
  test "${CFLAGS+set}" = set || CFLAGS="-g"
691
fi
692
693
for ac_prog in $CCC c++ g++ gcc CC cxx cc++
694
do
695
# Extract the first word of "$ac_prog", so it can be a program name with args.
696
set dummy $ac_prog; ac_word=$2
697
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
698
echo "configure:699: checking for $ac_word" >&5
699
if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
700
  echo $ac_n "(cached) $ac_c" 1>&6
701
else
702
  if test -n "$CXX"; then
703
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
704
else
705
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
706
  for ac_dir in $PATH; do
707
    test -z "$ac_dir" && ac_dir=.
708
    if test -f $ac_dir/$ac_word; then
709
      ac_cv_prog_CXX="$ac_prog"
710
      break
711
    fi
712
  done
713
  IFS="$ac_save_ifs"
714
fi
715
fi
716
CXX="$ac_cv_prog_CXX"
717
if test -n "$CXX"; then
718
  echo "$ac_t""$CXX" 1>&6
719
else
720
  echo "$ac_t""no" 1>&6
721
fi
722
723
test -n "$CXX" && break
724
done
725
test -n "$CXX" || CXX="gcc"
726
727
728
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
729
echo "configure:730: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
730
731
ac_ext=C
732
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
733
ac_cpp='$CXXCPP $CPPFLAGS'
734
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
735
ac_link='${CXX-g++} -o conftest $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
736
cross_compiling=$ac_cv_prog_cxx_cross
737
738
cat > conftest.$ac_ext <<EOF
739
#line 740 "configure"
740
#include "confdefs.h"
741
main(){return(0);}
742
EOF
743
if { (eval echo configure:744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
744
  ac_cv_prog_cxx_works=yes
745
  # If we can't run a trivial program, we are probably using a cross compiler.
746
  if (./conftest; exit) 2>/dev/null; then
747
    ac_cv_prog_cxx_cross=no
748
  else
749
    ac_cv_prog_cxx_cross=yes
750
  fi
751
else
752
  echo "configure: failed program was:" >&5
753
  cat conftest.$ac_ext >&5
754
  ac_cv_prog_cxx_works=no
755
fi
756
rm -fr conftest*
757
ac_ext=c
758
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
759
ac_cpp='$CPP $CPPFLAGS'
760
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
761
ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
762
cross_compiling=$ac_cv_prog_cc_cross
763
764
echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
765
if test $ac_cv_prog_cxx_works = no; then
766
  { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
767
fi
768
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
769
echo "configure:770: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
770
echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
771
cross_compiling=$ac_cv_prog_cxx_cross
772
773
echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
774
echo "configure:775: checking whether we are using GNU C++" >&5
775
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
776
  echo $ac_n "(cached) $ac_c" 1>&6
777
else
778
  cat > conftest.C <<EOF
779
#ifdef __GNUC__
780
  yes;
781
#endif
782
EOF
783
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
784
  ac_cv_prog_gxx=yes
785
else
786
  ac_cv_prog_gxx=no
787
fi
788
fi
789
790
echo "$ac_t""$ac_cv_prog_gxx" 1>&6
791
792
if test $ac_cv_prog_gxx = yes; then
793
  GXX=yes
794
  ac_test_CXXFLAGS="${CXXFLAGS+set}"
795
  ac_save_CXXFLAGS="$CXXFLAGS"
796
  CXXFLAGS=
797
  echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
798
echo "configure:799: checking whether ${CXX-g++} accepts -g" >&5
799
if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
800
  echo $ac_n "(cached) $ac_c" 1>&6
801
else
802
  echo 'void f(){}' > conftest.cc
803
if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
804
  ac_cv_prog_cxx_g=yes
805
else
806
  ac_cv_prog_cxx_g=no
807
fi
808
rm -f conftest*
809
810
fi
811
812
echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
813
  if test "$ac_test_CXXFLAGS" = set; then
814
    CXXFLAGS="$ac_save_CXXFLAGS"
815
  elif test $ac_cv_prog_cxx_g = yes; then
816
    CXXFLAGS="-g -O2"
817
  else
818
    CXXFLAGS="-O2"
819
  fi
820
else
821
  GXX=
822
  test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
823
fi
824
825
ac_aux_dir=
826
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
827
  if test -f $ac_dir/install-sh; then
828
    ac_aux_dir=$ac_dir
829
    ac_install_sh="$ac_aux_dir/install-sh -c"
830
    break
831
  elif test -f $ac_dir/install.sh; then
832
    ac_aux_dir=$ac_dir
833
    ac_install_sh="$ac_aux_dir/install.sh -c"
834
    break
835
  fi
836
done
837
if test -z "$ac_aux_dir"; then
838
  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
839
fi
840
ac_config_guess=$ac_aux_dir/config.guess
841
ac_config_sub=$ac_aux_dir/config.sub
842
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
843
844
# Find a good install program.  We prefer a C program (faster),
845
# so one script is as good as another.  But avoid the broken or
846
# incompatible versions:
847
# SysV /etc/install, /usr/sbin/install
848
# SunOS /usr/etc/install
849
# IRIX /sbin/install
850
# AIX /bin/install
851
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
852
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
853
# ./install, which can be erroneously created by make from ./install.sh.
854
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
855
echo "configure:856: checking for a BSD compatible install" >&5
856
if test -z "$INSTALL"; then
857
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
858
  echo $ac_n "(cached) $ac_c" 1>&6
859
else
860
    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS="${IFS}:"
861
  for ac_dir in $PATH; do
862
    # Account for people who put trailing slashes in PATH elements.
863
    case "$ac_dir/" in
864
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
865
    *)
866
      # OSF1 and SCO ODT 3.0 have their own names for install.
867
      for ac_prog in ginstall installbsd scoinst install; do
868
        if test -f $ac_dir/$ac_prog; then
869
	  if test $ac_prog = install &&
870
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
871
	    # AIX install.  It has an incompatible calling convention.
872
	    # OSF/1 installbsd also uses dspmsg, but is usable.
873
	    :
874
	  else
875
	    ac_cv_path_install="$ac_dir/$ac_prog -c"
876
	    break 2
877
	  fi
878
	fi
879
      done
880
      ;;
881
    esac
882
  done
883
  IFS="$ac_save_IFS"
884
885
fi
886
  if test "${ac_cv_path_install+set}" = set; then
887
    INSTALL="$ac_cv_path_install"
888
  else
889
    # As a last resort, use the slow shell script.  We don't cache a
890
    # path for INSTALL within a source directory, because that will
891
    # break other packages using the cache if that directory is
892
    # removed, or if the path is relative.
893
    INSTALL="$ac_install_sh"
894
  fi
895
fi
896
echo "$ac_t""$INSTALL" 1>&6
897
898
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
899
# It thinks the first close brace ends the variable substitution.
900
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
901
902
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
903
904
905
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
906
echo "configure:907: checking how to run the C preprocessor" >&5
907
# On Suns, sometimes $CPP names a directory.
908
if test -n "$CPP" && test -d "$CPP"; then
909
  CPP=
910
fi
911
if test -z "$CPP"; then
912
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
913
  echo $ac_n "(cached) $ac_c" 1>&6
914
else
915
    # This must be in double quotes, not single quotes, because CPP may get
916
  # substituted into the Makefile and "${CC-cc}" will confuse make.
917
  CPP="${CC-cc} -E"
918
  # On the NeXT, cc -E runs the code through the compiler's parser,
919
  # not just through cpp.
920
  cat > conftest.$ac_ext <<EOF
921
#line 922 "configure"
922
#include "confdefs.h"
923
#include <assert.h>
924
Syntax Error
925
EOF
926
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
927
{ (eval echo configure:928: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
928
ac_err=`grep -v '^ *+' conftest.out`
929
if test -z "$ac_err"; then
930
  :
931
else
932
  echo "$ac_err" >&5
933
  echo "configure: failed program was:" >&5
934
  cat conftest.$ac_ext >&5
935
  rm -rf conftest*
936
  CPP="${CC-cc} -E -traditional-cpp"
937
  cat > conftest.$ac_ext <<EOF
938
#line 939 "configure"
939
#include "confdefs.h"
940
#include <assert.h>
941
Syntax Error
942
EOF
943
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
944
{ (eval echo configure:945: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
945
ac_err=`grep -v '^ *+' conftest.out`
946
if test -z "$ac_err"; then
947
  :
948
else
949
  echo "$ac_err" >&5
950
  echo "configure: failed program was:" >&5
951
  cat conftest.$ac_ext >&5
952
  rm -rf conftest*
953
  CPP=/lib/cpp
954
fi
955
rm -f conftest*
956
fi
957
rm -f conftest*
958
  ac_cv_prog_CPP="$CPP"
959
fi
960
  CPP="$ac_cv_prog_CPP"
961
else
962
  ac_cv_prog_CPP="$CPP"
963
fi
964
echo "$ac_t""$CPP" 1>&6
965
966
# If we find X, set shell vars x_includes and x_libraries to the
967
# paths, otherwise set no_x=yes.
968
# Uses ac_ vars as temps to allow command line to override cache and checks.
969
# --without-x overrides everything else, but does not touch the cache.
970
echo $ac_n "checking for X""... $ac_c" 1>&6
971
echo "configure:972: checking for X" >&5
972
973
# Check whether --with-x or --without-x was given.
974
if test "${with_x+set}" = set; then
975
  withval="$with_x"
976
  :
977
fi
978
979
# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
980
if test "x$with_x" = xno; then
981
  # The user explicitly disabled X.
982
  have_x=disabled
983
else
984
  if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
985
    # Both variables are already set.
986
    have_x=yes
987
  else
988
if eval "test \"`echo '$''{'ac_cv_have_x'+set}'`\" = set"; then
989
  echo $ac_n "(cached) $ac_c" 1>&6
990
else
991
  # One or both of the vars are not set, and there is no cached value.
992
ac_x_includes=NO ac_x_libraries=NO
993
rm -fr conftestdir
994
if mkdir conftestdir; then
995
  cd conftestdir
996
  # Make sure to not put "make" in the Imakefile rules, since we grep it out.
997
  cat > Imakefile <<'EOF'
998
acfindx:
999
	@echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
1000
EOF
1001
  if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
1002
    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1003
    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
1004
    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
1005
    for ac_extension in a so sl; do
1006
      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
1007
        test -f $ac_im_libdir/libX11.$ac_extension; then
1008
        ac_im_usrlibdir=$ac_im_libdir; break
1009
      fi
1010
    done
1011
    # Screen out bogus values from the imake configuration.  They are
1012
    # bogus both because they are the default anyway, and because
1013
    # using them would break gcc on systems where it needs fixed includes.
1014
    case "$ac_im_incroot" in
1015
	/usr/include) ;;
1016
	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
1017
    esac
1018
    case "$ac_im_usrlibdir" in
1019
	/usr/lib | /lib) ;;
1020
	*) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
1021
    esac
1022
  fi
1023
  cd ..
1024
  rm -fr conftestdir
1025
fi
1026
1027
if test "$ac_x_includes" = NO; then
1028
  # Guess where to find include files, by looking for this one X11 .h file.
1029
  test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
1030
1031
  # First, try using that file with no special directory specified.
1032
cat > conftest.$ac_ext <<EOF
1033
#line 1034 "configure"
1034
#include "confdefs.h"
1035
#include <$x_direct_test_include>
1036
EOF
1037
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1038
{ (eval echo configure:1039: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1039
ac_err=`grep -v '^ *+' conftest.out`
1040
if test -z "$ac_err"; then
1041
  rm -rf conftest*
1042
  # We can compile using X headers with no special include directory.
1043
ac_x_includes=
1044
else
1045
  echo "$ac_err" >&5
1046
  echo "configure: failed program was:" >&5
1047
  cat conftest.$ac_ext >&5
1048
  rm -rf conftest*
1049
  # Look for the header file in a standard set of common directories.
1050
# Check X11 before X11Rn because it is often a symlink to the current release.
1051
  for ac_dir in               \
1052
    /usr/X11/include          \
1053
    /usr/X11R6/include        \
1054
    /usr/X11R5/include        \
1055
    /usr/X11R4/include        \
1056
                              \
1057
    /usr/include/X11          \
1058
    /usr/include/X11R6        \
1059
    /usr/include/X11R5        \
1060
    /usr/include/X11R4        \
1061
                              \
1062
    /usr/local/X11/include    \
1063
    /usr/local/X11R6/include  \
1064
    /usr/local/X11R5/include  \
1065
    /usr/local/X11R4/include  \
1066
                              \
1067
    /usr/local/include/X11    \
1068
    /usr/local/include/X11R6  \
1069
    /usr/local/include/X11R5  \
1070
    /usr/local/include/X11R4  \
1071
                              \
1072
    /usr/X386/include         \
1073
    /usr/x386/include         \
1074
    /usr/XFree86/include/X11  \
1075
                              \
1076
    /usr/include              \
1077
    /usr/local/include        \
1078
    /usr/unsupported/include  \
1079
    /usr/athena/include       \
1080
    /usr/local/x11r5/include  \
1081
    /usr/lpp/Xamples/include  \
1082
                              \
1083
    /usr/openwin/include      \
1084
    /usr/openwin/share/include \
1085
    ; \
1086
  do
1087
    if test -r "$ac_dir/$x_direct_test_include"; then
1088
      ac_x_includes=$ac_dir
1089
      break
1090
    fi
1091
  done
1092
fi
1093
rm -f conftest*
1094
fi # $ac_x_includes = NO
1095
1096
if test "$ac_x_libraries" = NO; then
1097
  # Check for the libraries.
1098
1099
  test -z "$x_direct_test_library" && x_direct_test_library=Xt
1100
  test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
1101
1102
  # See if we find them without any special options.
1103
  # Don't add to $LIBS permanently.
1104
  ac_save_LIBS="$LIBS"
1105
  LIBS="-l$x_direct_test_library $LIBS"
1106
cat > conftest.$ac_ext <<EOF
1107
#line 1108 "configure"
1108
#include "confdefs.h"
1109
1110
int main() {
1111
${x_direct_test_function}()
1112
; return 0; }
1113
EOF
1114
if { (eval echo configure:1115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1115
  rm -rf conftest*
1116
  LIBS="$ac_save_LIBS"
1117
# We can link X programs with no special library path.
1118
ac_x_libraries=
1119
else
1120
  echo "configure: failed program was:" >&5
1121
  cat conftest.$ac_ext >&5
1122
  rm -rf conftest*
1123
  LIBS="$ac_save_LIBS"
1124
# First see if replacing the include by lib works.
1125
# Check X11 before X11Rn because it is often a symlink to the current release.
1126
for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
1127
    /usr/X11/lib          \
1128
    /usr/X11R6/lib        \
1129
    /usr/X11R5/lib        \
1130
    /usr/X11R4/lib        \
1131
                          \
1132
    /usr/lib/X11          \
1133
    /usr/lib/X11R6        \
1134
    /usr/lib/X11R5        \
1135
    /usr/lib/X11R4        \
1136
                          \
1137
    /usr/local/X11/lib    \
1138
    /usr/local/X11R6/lib  \
1139
    /usr/local/X11R5/lib  \
1140
    /usr/local/X11R4/lib  \
1141
                          \
1142
    /usr/local/lib/X11    \
1143
    /usr/local/lib/X11R6  \
1144
    /usr/local/lib/X11R5  \
1145
    /usr/local/lib/X11R4  \
1146
                          \
1147
    /usr/X386/lib         \
1148
    /usr/x386/lib         \
1149
    /usr/XFree86/lib/X11  \
1150
                          \
1151
    /usr/lib              \
1152
    /usr/local/lib        \
1153
    /usr/unsupported/lib  \
1154
    /usr/athena/lib       \
1155
    /usr/local/x11r5/lib  \
1156
    /usr/lpp/Xamples/lib  \
1157
    /lib/usr/lib/X11	  \
1158
                          \
1159
    /usr/openwin/lib      \
1160
    /usr/openwin/share/lib \
1161
    ; \
1162
do
1163
  for ac_extension in a so sl; do
1164
    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
1165
      ac_x_libraries=$ac_dir
1166
      break 2
1167
    fi
1168
  done
1169
done
1170
fi
1171
rm -f conftest*
1172
fi # $ac_x_libraries = NO
1173
1174
if test "$ac_x_includes" = NO || test "$ac_x_libraries" = NO; then
1175
  # Didn't find X anywhere.  Cache the known absence of X.
1176
  ac_cv_have_x="have_x=no"
1177
else
1178
  # Record where we found X for the cache.
1179
  ac_cv_have_x="have_x=yes \
1180
	        ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
1181
fi
1182
fi
1183
  fi
1184
  eval "$ac_cv_have_x"
1185
fi # $with_x != no
1186
1187
if test "$have_x" != yes; then
1188
  echo "$ac_t""$have_x" 1>&6
1189
  no_x=yes
1190
else
1191
  # If each of the values was on the command line, it overrides each guess.
1192
  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
1193
  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
1194
  # Update the cache value to reflect the command line values.
1195
  ac_cv_have_x="have_x=yes \
1196
		ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
1197
  echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
1198
fi
1199
1200
if test "$no_x" = yes; then
1201
  # Not all programs may use this symbol, but it does not hurt to define it.
1202
  cat >> confdefs.h <<\EOF
1203
#define X_DISPLAY_MISSING 1
1204
EOF
1205
1206
  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
1207
else
1208
  if test -n "$x_includes"; then
1209
    X_CFLAGS="$X_CFLAGS -I$x_includes"
1210
  fi
1211
1212
  # It would also be nice to do this for all -L options, not just this one.
1213
  if test -n "$x_libraries"; then
1214
    X_LIBS="$X_LIBS -L$x_libraries"
1215
    # For Solaris; some versions of Sun CC require a space after -R and
1216
    # others require no space.  Words are not sufficient . . . .
1217
    case "`(uname -sr) 2>/dev/null`" in
1218
    "SunOS 5"*)
1219
      echo $ac_n "checking whether -R must be followed by a space""... $ac_c" 1>&6
1220
echo "configure:1221: checking whether -R must be followed by a space" >&5
1221
      ac_xsave_LIBS="$LIBS"; LIBS="$LIBS -R$x_libraries"
1222
      cat > conftest.$ac_ext <<EOF
1223
#line 1224 "configure"
1224
#include "confdefs.h"
1225
1226
int main() {
1227
1228
; return 0; }
1229
EOF
1230
if { (eval echo configure:1231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1231
  rm -rf conftest*
1232
  ac_R_nospace=yes
1233
else
1234
  echo "configure: failed program was:" >&5
1235
  cat conftest.$ac_ext >&5
1236
  rm -rf conftest*
1237
  ac_R_nospace=no
1238
fi
1239
rm -f conftest*
1240
      if test $ac_R_nospace = yes; then
1241
	echo "$ac_t""no" 1>&6
1242
	X_LIBS="$X_LIBS -R$x_libraries"
1243
      else
1244
	LIBS="$ac_xsave_LIBS -R $x_libraries"
1245
	cat > conftest.$ac_ext <<EOF
1246
#line 1247 "configure"
1247
#include "confdefs.h"
1248
1249
int main() {
1250
1251
; return 0; }
1252
EOF
1253
if { (eval echo configure:1254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1254
  rm -rf conftest*
1255
  ac_R_space=yes
1256
else
1257
  echo "configure: failed program was:" >&5
1258
  cat conftest.$ac_ext >&5
1259
  rm -rf conftest*
1260
  ac_R_space=no
1261
fi
1262
rm -f conftest*
1263
	if test $ac_R_space = yes; then
1264
	  echo "$ac_t""yes" 1>&6
1265
	  X_LIBS="$X_LIBS -R $x_libraries"
1266
	else
1267
	  echo "$ac_t""neither works" 1>&6
1268
	fi
1269
      fi
1270
      LIBS="$ac_xsave_LIBS"
1271
    esac
1272
  fi
1273
1274
  # Check for system-dependent libraries X programs must link with.
1275
  # Do this before checking for the system-independent R6 libraries
1276
  # (-lICE), since we may need -lsocket or whatever for X linking.
1277
1278
  if test "$ISC" = yes; then
1279
    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
1280
  else
1281
    # Martyn.Johnson@cl.cam.ac.uk says this is needed for Ultrix, if the X
1282
    # libraries were built with DECnet support.  And karl@cs.umb.edu says
1283
    # the Alpha needs dnet_stub (dnet does not exist).
1284
    echo $ac_n "checking for dnet_ntoa in -ldnet""... $ac_c" 1>&6
1285
echo "configure:1286: checking for dnet_ntoa in -ldnet" >&5
1286
ac_lib_var=`echo dnet'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1287
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1288
  echo $ac_n "(cached) $ac_c" 1>&6
1289
else
1290
  ac_save_LIBS="$LIBS"
1291
LIBS="-ldnet  $LIBS"
1292
cat > conftest.$ac_ext <<EOF
1293
#line 1294 "configure"
1294
#include "confdefs.h"
1295
/* Override any gcc2 internal prototype to avoid an error.  */
1296
/* We use char because int might match the return type of a gcc2
1297
    builtin and then its argument prototype would still apply.  */
1298
char dnet_ntoa();
1299
1300
int main() {
1301
dnet_ntoa()
1302
; return 0; }
1303
EOF
1304
if { (eval echo configure:1305: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1305
  rm -rf conftest*
1306
  eval "ac_cv_lib_$ac_lib_var=yes"
1307
else
1308
  echo "configure: failed program was:" >&5
1309
  cat conftest.$ac_ext >&5
1310
  rm -rf conftest*
1311
  eval "ac_cv_lib_$ac_lib_var=no"
1312
fi
1313
rm -f conftest*
1314
LIBS="$ac_save_LIBS"
1315
1316
fi
1317
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1318
  echo "$ac_t""yes" 1>&6
1319
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
1320
else
1321
  echo "$ac_t""no" 1>&6
1322
fi
1323
1324
    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
1325
      echo $ac_n "checking for dnet_ntoa in -ldnet_stub""... $ac_c" 1>&6
1326
echo "configure:1327: checking for dnet_ntoa in -ldnet_stub" >&5
1327
ac_lib_var=`echo dnet_stub'_'dnet_ntoa | sed 'y%./+-%__p_%'`
1328
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1329
  echo $ac_n "(cached) $ac_c" 1>&6
1330
else
1331
  ac_save_LIBS="$LIBS"
1332
LIBS="-ldnet_stub  $LIBS"
1333
cat > conftest.$ac_ext <<EOF
1334
#line 1335 "configure"
1335
#include "confdefs.h"
1336
/* Override any gcc2 internal prototype to avoid an error.  */
1337
/* We use char because int might match the return type of a gcc2
1338
    builtin and then its argument prototype would still apply.  */
1339
char dnet_ntoa();
1340
1341
int main() {
1342
dnet_ntoa()
1343
; return 0; }
1344
EOF
1345
if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1346
  rm -rf conftest*
1347
  eval "ac_cv_lib_$ac_lib_var=yes"
1348
else
1349
  echo "configure: failed program was:" >&5
1350
  cat conftest.$ac_ext >&5
1351
  rm -rf conftest*
1352
  eval "ac_cv_lib_$ac_lib_var=no"
1353
fi
1354
rm -f conftest*
1355
LIBS="$ac_save_LIBS"
1356
1357
fi
1358
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1359
  echo "$ac_t""yes" 1>&6
1360
  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
1361
else
1362
  echo "$ac_t""no" 1>&6
1363
fi
1364
1365
    fi
1366
1367
    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
1368
    # to get the SysV transport functions.
1369
    # chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4)
1370
    # needs -lnsl.
1371
    # The nsl library prevents programs from opening the X display
1372
    # on Irix 5.2, according to dickey@clark.net.
1373
    echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
1374
echo "configure:1375: checking for gethostbyname" >&5
1375
if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
1376
  echo $ac_n "(cached) $ac_c" 1>&6
1377
else
1378
  cat > conftest.$ac_ext <<EOF
1379
#line 1380 "configure"
1380
#include "confdefs.h"
1381
/* System header to define __stub macros and hopefully few prototypes,
1382
    which can conflict with char gethostbyname(); below.  */
1383
#include <assert.h>
1384
/* Override any gcc2 internal prototype to avoid an error.  */
1385
/* We use char because int might match the return type of a gcc2
1386
    builtin and then its argument prototype would still apply.  */
1387
char gethostbyname();
1388
1389
int main() {
1390
1391
/* The GNU C library defines this for functions which it implements
1392
    to always fail with ENOSYS.  Some functions are actually named
1393
    something starting with __ and the normal name is an alias.  */
1394
#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
1395
choke me
1396
#else
1397
gethostbyname();
1398
#endif
1399
1400
; return 0; }
1401
EOF
1402
if { (eval echo configure:1403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1403
  rm -rf conftest*
1404
  eval "ac_cv_func_gethostbyname=yes"
1405
else
1406
  echo "configure: failed program was:" >&5
1407
  cat conftest.$ac_ext >&5
1408
  rm -rf conftest*
1409
  eval "ac_cv_func_gethostbyname=no"
1410
fi
1411
rm -f conftest*
1412
fi
1413
1414
if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
1415
  echo "$ac_t""yes" 1>&6
1416
  :
1417
else
1418
  echo "$ac_t""no" 1>&6
1419
fi
1420
1421
    if test $ac_cv_func_gethostbyname = no; then
1422
      echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
1423
echo "configure:1424: checking for gethostbyname in -lnsl" >&5
1424
ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
1425
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1426
  echo $ac_n "(cached) $ac_c" 1>&6
1427
else
1428
  ac_save_LIBS="$LIBS"
1429
LIBS="-lnsl  $LIBS"
1430
cat > conftest.$ac_ext <<EOF
1431
#line 1432 "configure"
1432
#include "confdefs.h"
1433
/* Override any gcc2 internal prototype to avoid an error.  */
1434
/* We use char because int might match the return type of a gcc2
1435
    builtin and then its argument prototype would still apply.  */
1436
char gethostbyname();
1437
1438
int main() {
1439
gethostbyname()
1440
; return 0; }
1441
EOF
1442
if { (eval echo configure:1443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1443
  rm -rf conftest*
1444
  eval "ac_cv_lib_$ac_lib_var=yes"
1445
else
1446
  echo "configure: failed program was:" >&5
1447
  cat conftest.$ac_ext >&5
1448
  rm -rf conftest*
1449
  eval "ac_cv_lib_$ac_lib_var=no"
1450
fi
1451
rm -f conftest*
1452
LIBS="$ac_save_LIBS"
1453
1454
fi
1455
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1456
  echo "$ac_t""yes" 1>&6
1457
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
1458
else
1459
  echo "$ac_t""no" 1>&6
1460
fi
1461
1462
    fi
1463
1464
    # lieder@skyler.mavd.honeywell.com says without -lsocket,
1465
    # socket/setsockopt and other routines are undefined under SCO ODT
1466
    # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
1467
    # on later versions), says simon@lia.di.epfl.ch: it contains
1468
    # gethostby* variants that don't use the nameserver (or something).
1469
    # -lsocket must be given before -lnsl if both are needed.
1470
    # We assume that if connect needs -lnsl, so does gethostbyname.
1471
    echo $ac_n "checking for connect""... $ac_c" 1>&6
1472
echo "configure:1473: checking for connect" >&5
1473
if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
1474
  echo $ac_n "(cached) $ac_c" 1>&6
1475
else
1476
  cat > conftest.$ac_ext <<EOF
1477
#line 1478 "configure"
1478
#include "confdefs.h"
1479
/* System header to define __stub macros and hopefully few prototypes,
1480
    which can conflict with char connect(); below.  */
1481
#include <assert.h>
1482
/* Override any gcc2 internal prototype to avoid an error.  */
1483
/* We use char because int might match the return type of a gcc2
1484
    builtin and then its argument prototype would still apply.  */
1485
char connect();
1486
1487
int main() {
1488
1489
/* The GNU C library defines this for functions which it implements
1490
    to always fail with ENOSYS.  Some functions are actually named
1491
    something starting with __ and the normal name is an alias.  */
1492
#if defined (__stub_connect) || defined (__stub___connect)
1493
choke me
1494
#else
1495
connect();
1496
#endif
1497
1498
; return 0; }
1499
EOF
1500
if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1501
  rm -rf conftest*
1502
  eval "ac_cv_func_connect=yes"
1503
else
1504
  echo "configure: failed program was:" >&5
1505
  cat conftest.$ac_ext >&5
1506
  rm -rf conftest*
1507
  eval "ac_cv_func_connect=no"
1508
fi
1509
rm -f conftest*
1510
fi
1511
1512
if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
1513
  echo "$ac_t""yes" 1>&6
1514
  :
1515
else
1516
  echo "$ac_t""no" 1>&6
1517
fi
1518
1519
    if test $ac_cv_func_connect = no; then
1520
      echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
1521
echo "configure:1522: checking for connect in -lsocket" >&5
1522
ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
1523
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1524
  echo $ac_n "(cached) $ac_c" 1>&6
1525
else
1526
  ac_save_LIBS="$LIBS"
1527
LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
1528
cat > conftest.$ac_ext <<EOF
1529
#line 1530 "configure"
1530
#include "confdefs.h"
1531
/* Override any gcc2 internal prototype to avoid an error.  */
1532
/* We use char because int might match the return type of a gcc2
1533
    builtin and then its argument prototype would still apply.  */
1534
char connect();
1535
1536
int main() {
1537
connect()
1538
; return 0; }
1539
EOF
1540
if { (eval echo configure:1541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1541
  rm -rf conftest*
1542
  eval "ac_cv_lib_$ac_lib_var=yes"
1543
else
1544
  echo "configure: failed program was:" >&5
1545
  cat conftest.$ac_ext >&5
1546
  rm -rf conftest*
1547
  eval "ac_cv_lib_$ac_lib_var=no"
1548
fi
1549
rm -f conftest*
1550
LIBS="$ac_save_LIBS"
1551
1552
fi
1553
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1554
  echo "$ac_t""yes" 1>&6
1555
  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
1556
else
1557
  echo "$ac_t""no" 1>&6
1558
fi
1559
1560
    fi
1561
1562
    # gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
1563
    echo $ac_n "checking for remove""... $ac_c" 1>&6
1564
echo "configure:1565: checking for remove" >&5
1565
if eval "test \"`echo '$''{'ac_cv_func_remove'+set}'`\" = set"; then
1566
  echo $ac_n "(cached) $ac_c" 1>&6
1567
else
1568
  cat > conftest.$ac_ext <<EOF
1569
#line 1570 "configure"
1570
#include "confdefs.h"
1571
/* System header to define __stub macros and hopefully few prototypes,
1572
    which can conflict with char remove(); below.  */
1573
#include <assert.h>
1574
/* Override any gcc2 internal prototype to avoid an error.  */
1575
/* We use char because int might match the return type of a gcc2
1576
    builtin and then its argument prototype would still apply.  */
1577
char remove();
1578
1579
int main() {
1580
1581
/* The GNU C library defines this for functions which it implements
1582
    to always fail with ENOSYS.  Some functions are actually named
1583
    something starting with __ and the normal name is an alias.  */
1584
#if defined (__stub_remove) || defined (__stub___remove)
1585
choke me
1586
#else
1587
remove();
1588
#endif
1589
1590
; return 0; }
1591
EOF
1592
if { (eval echo configure:1593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1593
  rm -rf conftest*
1594
  eval "ac_cv_func_remove=yes"
1595
else
1596
  echo "configure: failed program was:" >&5
1597
  cat conftest.$ac_ext >&5
1598
  rm -rf conftest*
1599
  eval "ac_cv_func_remove=no"
1600
fi
1601
rm -f conftest*
1602
fi
1603
1604
if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
1605
  echo "$ac_t""yes" 1>&6
1606
  :
1607
else
1608
  echo "$ac_t""no" 1>&6
1609
fi
1610
1611
    if test $ac_cv_func_remove = no; then
1612
      echo $ac_n "checking for remove in -lposix""... $ac_c" 1>&6
1613
echo "configure:1614: checking for remove in -lposix" >&5
1614
ac_lib_var=`echo posix'_'remove | sed 'y%./+-%__p_%'`
1615
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1616
  echo $ac_n "(cached) $ac_c" 1>&6
1617
else
1618
  ac_save_LIBS="$LIBS"
1619
LIBS="-lposix  $LIBS"
1620
cat > conftest.$ac_ext <<EOF
1621
#line 1622 "configure"
1622
#include "confdefs.h"
1623
/* Override any gcc2 internal prototype to avoid an error.  */
1624
/* We use char because int might match the return type of a gcc2
1625
    builtin and then its argument prototype would still apply.  */
1626
char remove();
1627
1628
int main() {
1629
remove()
1630
; return 0; }
1631
EOF
1632
if { (eval echo configure:1633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1633
  rm -rf conftest*
1634
  eval "ac_cv_lib_$ac_lib_var=yes"
1635
else
1636
  echo "configure: failed program was:" >&5
1637
  cat conftest.$ac_ext >&5
1638
  rm -rf conftest*
1639
  eval "ac_cv_lib_$ac_lib_var=no"
1640
fi
1641
rm -f conftest*
1642
LIBS="$ac_save_LIBS"
1643
1644
fi
1645
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1646
  echo "$ac_t""yes" 1>&6
1647
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
1648
else
1649
  echo "$ac_t""no" 1>&6
1650
fi
1651
1652
    fi
1653
1654
    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
1655
    echo $ac_n "checking for shmat""... $ac_c" 1>&6
1656
echo "configure:1657: checking for shmat" >&5
1657
if eval "test \"`echo '$''{'ac_cv_func_shmat'+set}'`\" = set"; then
1658
  echo $ac_n "(cached) $ac_c" 1>&6
1659
else
1660
  cat > conftest.$ac_ext <<EOF
1661
#line 1662 "configure"
1662
#include "confdefs.h"
1663
/* System header to define __stub macros and hopefully few prototypes,
1664
    which can conflict with char shmat(); below.  */
1665
#include <assert.h>
1666
/* Override any gcc2 internal prototype to avoid an error.  */
1667
/* We use char because int might match the return type of a gcc2
1668
    builtin and then its argument prototype would still apply.  */
1669
char shmat();
1670
1671
int main() {
1672
1673
/* The GNU C library defines this for functions which it implements
1674
    to always fail with ENOSYS.  Some functions are actually named
1675
    something starting with __ and the normal name is an alias.  */
1676
#if defined (__stub_shmat) || defined (__stub___shmat)
1677
choke me
1678
#else
1679
shmat();
1680
#endif
1681
1682
; return 0; }
1683
EOF
1684
if { (eval echo configure:1685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1685
  rm -rf conftest*
1686
  eval "ac_cv_func_shmat=yes"
1687
else
1688
  echo "configure: failed program was:" >&5
1689
  cat conftest.$ac_ext >&5
1690
  rm -rf conftest*
1691
  eval "ac_cv_func_shmat=no"
1692
fi
1693
rm -f conftest*
1694
fi
1695
1696
if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
1697
  echo "$ac_t""yes" 1>&6
1698
  :
1699
else
1700
  echo "$ac_t""no" 1>&6
1701
fi
1702
1703
    if test $ac_cv_func_shmat = no; then
1704
      echo $ac_n "checking for shmat in -lipc""... $ac_c" 1>&6
1705
echo "configure:1706: checking for shmat in -lipc" >&5
1706
ac_lib_var=`echo ipc'_'shmat | sed 'y%./+-%__p_%'`
1707
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1708
  echo $ac_n "(cached) $ac_c" 1>&6
1709
else
1710
  ac_save_LIBS="$LIBS"
1711
LIBS="-lipc  $LIBS"
1712
cat > conftest.$ac_ext <<EOF
1713
#line 1714 "configure"
1714
#include "confdefs.h"
1715
/* Override any gcc2 internal prototype to avoid an error.  */
1716
/* We use char because int might match the return type of a gcc2
1717
    builtin and then its argument prototype would still apply.  */
1718
char shmat();
1719
1720
int main() {
1721
shmat()
1722
; return 0; }
1723
EOF
1724
if { (eval echo configure:1725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1725
  rm -rf conftest*
1726
  eval "ac_cv_lib_$ac_lib_var=yes"
1727
else
1728
  echo "configure: failed program was:" >&5
1729
  cat conftest.$ac_ext >&5
1730
  rm -rf conftest*
1731
  eval "ac_cv_lib_$ac_lib_var=no"
1732
fi
1733
rm -f conftest*
1734
LIBS="$ac_save_LIBS"
1735
1736
fi
1737
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1738
  echo "$ac_t""yes" 1>&6
1739
  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
1740
else
1741
  echo "$ac_t""no" 1>&6
1742
fi
1743
1744
    fi
1745
  fi
1746
1747
  # Check for libraries that X11R6 Xt/Xaw programs need.
1748
  ac_save_LDFLAGS="$LDFLAGS"
1749
  test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
1750
  # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
1751
  # check for ICE first), but we must link in the order -lSM -lICE or
1752
  # we get undefined symbols.  So assume we have SM if we have ICE.
1753
  # These have to be linked with before -lX11, unlike the other
1754
  # libraries we check for below, so use a different variable.
1755
  #  --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
1756
  echo $ac_n "checking for IceConnectionNumber in -lICE""... $ac_c" 1>&6
1757
echo "configure:1758: checking for IceConnectionNumber in -lICE" >&5
1758
ac_lib_var=`echo ICE'_'IceConnectionNumber | sed 'y%./+-%__p_%'`
1759
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1760
  echo $ac_n "(cached) $ac_c" 1>&6
1761
else
1762
  ac_save_LIBS="$LIBS"
1763
LIBS="-lICE  $LIBS"
1764
cat > conftest.$ac_ext <<EOF
1765
#line 1766 "configure"
1766
#include "confdefs.h"
1767
/* Override any gcc2 internal prototype to avoid an error.  */
1768
/* We use char because int might match the return type of a gcc2
1769
    builtin and then its argument prototype would still apply.  */
1770
char IceConnectionNumber();
1771
1772
int main() {
1773
IceConnectionNumber()
1774
; return 0; }
1775
EOF
1776
if { (eval echo configure:1777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
1777
  rm -rf conftest*
1778
  eval "ac_cv_lib_$ac_lib_var=yes"
1779
else
1780
  echo "configure: failed program was:" >&5
1781
  cat conftest.$ac_ext >&5
1782
  rm -rf conftest*
1783
  eval "ac_cv_lib_$ac_lib_var=no"
1784
fi
1785
rm -f conftest*
1786
LIBS="$ac_save_LIBS"
1787
1788
fi
1789
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1790
  echo "$ac_t""yes" 1>&6
1791
  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
1792
else
1793
  echo "$ac_t""no" 1>&6
1794
fi
1795
1796
  LDFLAGS="$ac_save_LDFLAGS"
1797
1798
fi
1799
1800
echo "Ignoring libraries \"$X_PRE_LIBS\" requested by configure."
1801
LIBS="$LIBS$X_LIBS"
1802
1803
MAKEDEPEND="\$(CXX) -M"
1804
1805
if test -n "$GXX"; then
1806
    # GNU C compiler
1807
    # -Wno-return-type is necessary for Xlib header files on many systems:
1808
    CFLAGS="$CFLAGS -Wall -Wno-return-type -O2 $X_CFLAGS"
1809
    CFLAGS_D="$CFLAGS -Wall -Wno-return-type -g -DDEBUG $X_CFLAGS"
1810
    CXXFLAGS="$CXXFLAGS -Wall -Wno-return-type -O2 $X_CFLAGS"
1811
    CXXFLAGS_D="$CXXFLAGS -Wall -Wno-return-type -g -DDEBUG $X_CFLAGS"
1812
else
1813
if test "`(uname) 2>/dev/null`" = IRIX; then
1814
  if expr "`(uname -r)`" \>= 6.2; then
1815
    # turn on new "n32" Irix compiler:
1816
    CXX="CC -n32"
1817
    CC="cc -n32"
1818
    LD="ld -n32"
1819
    # but -M is broken so use old compiler:
1820
    MAKEDEPEND="CC -M"
1821
    # -woff 3322 is necessary due to errors in Xlib headers on IRIX
1822
    CFLAGS="$CFLAGS -fullwarn -O2 $X_CFLAGS"
1823
    CFLAGS_D="$CFLAGS -fullwarn -gslim -DDEBUG $X_CFLAGS"
1824
    CXXFLAGS="$CXXFLAGS -fullwarn -woff 3322 -O2 $X_CFLAGS"
1825
    CXXFLAGS_D="$CXXFLAGS -fullwarn -woff 3322 -gslim -DDEBUG $X_CFLAGS"
1826
  else
1827
    # old Irix compiler:
1828
    CFLAGS="$CFLAGS -O2 $X_CFLAGS"
1829
    CFLAGS_D="$CFLAGS -g -DDEBUG $X_CFLAGS"
1830
    CXXFLAGS="$CXXFLAGS +w +pp -O2 $X_CFLAGS"
1831
    CXXFLAGS_D="$CXXFLAGS +w +pp -g -DDEBUG $X_CFLAGS"
1832
  fi
1833
else
1834
    # generic C compiler:
1835
    CFLAGS="$CFLAGS -O $X_CFLAGS"
1836
    CFLAGS_D="$CFLAGS -g -DDEBUG $X_CFLAGS"
1837
    CXXFLAGS="$CXXFLAGS -O $X_CFLAGS"
1838
    CXXFLAGS_D="$CXXFLAGS -g -DDEBUG $X_CFLAGS"
1839
fi
1840
fi
1841
1842
1843
1844
trap '' 1 2 15
1845
cat > confcache <<\EOF
1846
# This file is a shell script that caches the results of configure
1847
# tests run on this system so they can be shared between configure
1848
# scripts and configure runs.  It is not useful on other systems.
1849
# If it contains results you don't want to keep, you may remove or edit it.
1850
#
1851
# By default, configure uses ./config.cache as the cache file,
1852
# creating it if it does not exist already.  You can give configure
1853
# the --cache-file=FILE option to use a different cache file; that is
1854
# what configure does when it calls configure scripts in
1855
# subdirectories, so they share the cache.
1856
# Giving --cache-file=/dev/null disables caching, for debugging configure.
1857
# config.status only pays attention to the cache file if you give it the
1858
# --recheck option to rerun configure.
1859
#
1860
EOF
1861
# The following way of writing the cache mishandles newlines in values,
1862
# but we know of no workaround that is simple, portable, and efficient.
1863
# So, don't put newlines in cache variables' values.
1864
# Ultrix sh set writes to stderr and can't be redirected directly,
1865
# and sets the high bit in the cache file unless we assign to the vars.
1866
(set) 2>&1 |
1867
  case `(ac_space=' '; set) 2>&1` in
1868
  *ac_space=\ *)
1869
    # `set' does not quote correctly, so add quotes (double-quote substitution
1870
    # turns \\\\ into \\, and sed turns \\ into \).
1871
    sed -n \
1872
      -e "s/'/'\\\\''/g" \
1873
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
1874
    ;;
1875
  *)
1876
    # `set' quotes correctly as required by POSIX, so do not add quotes.
1877
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
1878
    ;;
1879
  esac >> confcache
1880
if cmp -s $cache_file confcache; then
1881
  :
1882
else
1883
  if test -w $cache_file; then
1884
    echo "updating cache $cache_file"
1885
    cat confcache > $cache_file
1886
  else
1887
    echo "not updating unwritable cache $cache_file"
1888
  fi
1889
fi
1890
rm -f confcache
1891
1892
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
1893
1894
test "x$prefix" = xNONE && prefix=$ac_default_prefix
1895
# Let make expand exec_prefix.
1896
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1897
1898
# Any assignment to VPATH causes Sun make to only execute
1899
# the first set of double-colon rules, so remove it if not needed.
1900
# If there is a colon in the path, we need to keep it.
1901
if test "x$srcdir" = x.; then
1902
  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
1903
fi
1904
1905
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
1906
1907
# Transform confdefs.h into DEFS.
1908
# Protect against shell expansion while executing Makefile rules.
1909
# Protect against Makefile macro expansion.
1910
cat > conftest.defs <<\EOF
1911
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
1912
s%[ 	`~#$^&*(){}\\|;'"<>?]%\\&%g
1913
s%\[%\\&%g
1914
s%\]%\\&%g
1915
s%\$%$$%g
1916
EOF
1917
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
1918
rm -f conftest.defs
1919
1920
1921
# Without the "./", some shells look in PATH for config.status.
1922
: ${CONFIG_STATUS=./config.status}
1923
1924
echo creating $CONFIG_STATUS
1925
rm -f $CONFIG_STATUS
1926
cat > $CONFIG_STATUS <<EOF
1927
#! /bin/sh
1928
# Generated automatically by configure.
1929
# Run this file to recreate the current configuration.
1930
# This directory was configured as follows,
1931
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1932
#
1933
# $0 $ac_configure_args
1934
#
1935
# Compiler output produced by configure, useful for debugging
1936
# configure, is in ./config.log if it exists.
1937
1938
ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
1939
for ac_option
1940
do
1941
  case "\$ac_option" in
1942
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1943
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
1944
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
1945
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
1946
    echo "$CONFIG_STATUS generated by autoconf version 2.12"
1947
    exit 0 ;;
1948
  -help | --help | --hel | --he | --h)
1949
    echo "\$ac_cs_usage"; exit 0 ;;
1950
  *) echo "\$ac_cs_usage"; exit 1 ;;
1951
  esac
1952
done
1953
1954
ac_given_srcdir=$srcdir
1955
ac_given_INSTALL="$INSTALL"
1956
1957
trap 'rm -fr `echo "makeinclude" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
1958
EOF
1959
cat >> $CONFIG_STATUS <<EOF
1960
1961
# Protect against being on the right side of a sed subst in config.status.
1962
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
1963
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
1964
$ac_vpsub
1965
$extrasub
1966
s%@CFLAGS@%$CFLAGS%g
1967
s%@CPPFLAGS@%$CPPFLAGS%g
1968
s%@CXXFLAGS@%$CXXFLAGS%g
1969
s%@DEFS@%$DEFS%g
1970
s%@LDFLAGS@%$LDFLAGS%g
1971
s%@LIBS@%$LIBS%g
1972
s%@exec_prefix@%$exec_prefix%g
1973
s%@prefix@%$prefix%g
1974
s%@program_transform_name@%$program_transform_name%g
1975
s%@bindir@%$bindir%g
1976
s%@sbindir@%$sbindir%g
1977
s%@libexecdir@%$libexecdir%g
1978
s%@datadir@%$datadir%g
1979
s%@sysconfdir@%$sysconfdir%g
1980
s%@sharedstatedir@%$sharedstatedir%g
1981
s%@localstatedir@%$localstatedir%g
1982
s%@libdir@%$libdir%g
1983
s%@includedir@%$includedir%g
1984
s%@oldincludedir@%$oldincludedir%g
1985
s%@infodir@%$infodir%g
1986
s%@mandir@%$mandir%g
1987
s%@CC@%$CC%g
1988
s%@CXX@%$CXX%g
1989
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
1990
s%@INSTALL_DATA@%$INSTALL_DATA%g
1991
s%@CPP@%$CPP%g
1992
s%@X_CFLAGS@%$X_CFLAGS%g
1993
s%@X_PRE_LIBS@%$X_PRE_LIBS%g
1994
s%@X_LIBS@%$X_LIBS%g
1995
s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g
1996
s%@MAKEDEPEND@%$MAKEDEPEND%g
1997
s%@CFLAGS_D@%$CFLAGS_D%g
1998
s%@CXXFLAGS_D@%$CXXFLAGS_D%g
1999
2000
CEOF
2001
EOF
2002
2003
cat >> $CONFIG_STATUS <<\EOF
2004
2005
# Split the substitutions into bite-sized pieces for seds with
2006
# small command number limits, like on Digital OSF/1 and HP-UX.
2007
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
2008
ac_file=1 # Number of current file.
2009
ac_beg=1 # First line for current file.
2010
ac_end=$ac_max_sed_cmds # Line after last line for current file.
2011
ac_more_lines=:
2012
ac_sed_cmds=""
2013
while $ac_more_lines; do
2014
  if test $ac_beg -gt 1; then
2015
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
2016
  else
2017
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
2018
  fi
2019
  if test ! -s conftest.s$ac_file; then
2020
    ac_more_lines=false
2021
    rm -f conftest.s$ac_file
2022
  else
2023
    if test -z "$ac_sed_cmds"; then
2024
      ac_sed_cmds="sed -f conftest.s$ac_file"
2025
    else
2026
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
2027
    fi
2028
    ac_file=`expr $ac_file + 1`
2029
    ac_beg=$ac_end
2030
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
2031
  fi
2032
done
2033
if test -z "$ac_sed_cmds"; then
2034
  ac_sed_cmds=cat
2035
fi
2036
EOF
2037
2038
cat >> $CONFIG_STATUS <<EOF
2039
2040
CONFIG_FILES=\${CONFIG_FILES-"makeinclude"}
2041
EOF
2042
cat >> $CONFIG_STATUS <<\EOF
2043
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
2044
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2045
  case "$ac_file" in
2046
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
2047
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
2048
  *) ac_file_in="${ac_file}.in" ;;
2049
  esac
2050
2051
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
2052
2053
  # Remove last slash and all that follows it.  Not all systems have dirname.
2054
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
2055
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
2056
    # The file is in a subdirectory.
2057
    test ! -d "$ac_dir" && mkdir "$ac_dir"
2058
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
2059
    # A "../" for each directory in $ac_dir_suffix.
2060
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
2061
  else
2062
    ac_dir_suffix= ac_dots=
2063
  fi
2064
2065
  case "$ac_given_srcdir" in
2066
  .)  srcdir=.
2067
      if test -z "$ac_dots"; then top_srcdir=.
2068
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
2069
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
2070
  *) # Relative path.
2071
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
2072
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
2073
  esac
2074
2075
  case "$ac_given_INSTALL" in
2076
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
2077
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
2078
  esac
2079
2080
  echo creating "$ac_file"
2081
  rm -f "$ac_file"
2082
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
2083
  case "$ac_file" in
2084
  *Makefile*) ac_comsub="1i\\
2085
# $configure_input" ;;
2086
  *) ac_comsub= ;;
2087
  esac
2088
2089
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
2090
  sed -e "$ac_comsub
2091
s%@configure_input@%$configure_input%g
2092
s%@srcdir@%$srcdir%g
2093
s%@top_srcdir@%$top_srcdir%g
2094
s%@INSTALL@%$INSTALL%g
2095
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
2096
fi; done
2097
rm -f conftest.s*
2098
2099
EOF
2100
cat >> $CONFIG_STATUS <<EOF
2101
2102
EOF
2103
cat >> $CONFIG_STATUS <<\EOF
2104
2105
exit 0
2106
EOF
2107
chmod +x $CONFIG_STATUS
2108
rm -fr confdefs* $ac_clean_files
2109
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
2110
2111