Synch to Oort Gnus 200304162310.
[elisp/gnus.git-] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.57.
4 #
5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6 # Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization.  ##
11 ## --------------------- ##
12
13 # Be Bourne compatible
14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15   emulate sh
16   NULLCMD=:
17   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18   # is contrary to our usage.  Disable this feature.
19   alias -g '${1+"$@"}'='"$@"'
20 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21   set -o posix
22 fi
23
24 # Support unset when possible.
25 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26   as_unset=unset
27 else
28   as_unset=false
29 fi
30
31
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
34 PS1='$ '
35 PS2='> '
36 PS4='+ '
37
38 # NLS nuisances.
39 for as_var in \
40   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42   LC_TELEPHONE LC_TIME
43 do
44   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45     eval $as_var=C; export $as_var
46   else
47     $as_unset $as_var
48   fi
49 done
50
51 # Required to use basename.
52 if expr a : '\(a\)' >/dev/null 2>&1; then
53   as_expr=expr
54 else
55   as_expr=false
56 fi
57
58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
59   as_basename=basename
60 else
61   as_basename=false
62 fi
63
64
65 # Name of the executable.
66 as_me=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68          X"$0" : 'X\(//\)$' \| \
69          X"$0" : 'X\(/\)$' \| \
70          .     : '\(.\)' 2>/dev/null ||
71 echo X/"$0" |
72     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73           /^X\/\(\/\/\)$/{ s//\1/; q; }
74           /^X\/\(\/\).*/{ s//\1/; q; }
75           s/.*/./; q'`
76
77
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits='0123456789'
84 as_cr_alnum=$as_cr_Letters$as_cr_digits
85
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88   echo "#! /bin/sh" >conf$$.sh
89   echo  "exit 0"   >>conf$$.sh
90   chmod +x conf$$.sh
91   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
92     PATH_SEPARATOR=';'
93   else
94     PATH_SEPARATOR=:
95   fi
96   rm -f conf$$.sh
97 fi
98
99
100   as_lineno_1=$LINENO
101   as_lineno_2=$LINENO
102   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
103   test "x$as_lineno_1" != "x$as_lineno_2" &&
104   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
105   # Find who we are.  Look in the path if we contain no path at all
106   # relative or not.
107   case $0 in
108     *[\\/]* ) as_myself=$0 ;;
109     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
110 for as_dir in $PATH
111 do
112   IFS=$as_save_IFS
113   test -z "$as_dir" && as_dir=.
114   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
115 done
116
117        ;;
118   esac
119   # We did not find ourselves, most probably we were run as `sh COMMAND'
120   # in which case we are not to be found in the path.
121   if test "x$as_myself" = x; then
122     as_myself=$0
123   fi
124   if test ! -f "$as_myself"; then
125     { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126    { (exit 1); exit 1; }; }
127   fi
128   case $CONFIG_SHELL in
129   '')
130     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
132 do
133   IFS=$as_save_IFS
134   test -z "$as_dir" && as_dir=.
135   for as_base in sh bash ksh sh5; do
136          case $as_dir in
137          /*)
138            if ("$as_dir/$as_base" -c '
139   as_lineno_1=$LINENO
140   as_lineno_2=$LINENO
141   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142   test "x$as_lineno_1" != "x$as_lineno_2" &&
143   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
144              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
145              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
146              CONFIG_SHELL=$as_dir/$as_base
147              export CONFIG_SHELL
148              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
149            fi;;
150          esac
151        done
152 done
153 ;;
154   esac
155
156   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157   # uniformly replaced by the line number.  The first 'sed' inserts a
158   # line-number line before each line; the second 'sed' does the real
159   # work.  The second script uses 'N' to pair each line-number line
160   # with the numbered line, and appends trailing '-' during
161   # substitution so that $LINENO is not a special case at line end.
162   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
164   sed '=' <$as_myself |
165     sed '
166       N
167       s,$,-,
168       : loop
169       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
170       t loop
171       s,-$,,
172       s,^['$as_cr_digits']*\n,,
173     ' >$as_me.lineno &&
174   chmod +x $as_me.lineno ||
175     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176    { (exit 1); exit 1; }; }
177
178   # Don't try to exec as it changes $[0], causing all sort of problems
179   # (the dirname of $[0] is not the place where we might find the
180   # original and so on.  Autoconf is especially sensible to this).
181   . ./$as_me.lineno
182   # Exit status is that of the last command.
183   exit
184 }
185
186
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188   *c*,-n*) ECHO_N= ECHO_C='
189 ' ECHO_T='      ' ;;
190   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
191   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
192 esac
193
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195   as_expr=expr
196 else
197   as_expr=false
198 fi
199
200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
203   # We could just check for DJGPP; but this test a) works b) is more generic
204   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205   if test -f conf$$.exe; then
206     # Don't use ln at all; we don't have any links
207     as_ln_s='cp -p'
208   else
209     as_ln_s='ln -s'
210   fi
211 elif ln conf$$.file conf$$ 2>/dev/null; then
212   as_ln_s=ln
213 else
214   as_ln_s='cp -p'
215 fi
216 rm -f conf$$ conf$$.exe conf$$.file
217
218 if mkdir -p . 2>/dev/null; then
219   as_mkdir_p=:
220 else
221   as_mkdir_p=false
222 fi
223
224 as_executable_p="test -f"
225
226 # Sed expression to map a string onto a valid CPP name.
227 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
228
229 # Sed expression to map a string onto a valid variable name.
230 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
231
232
233 # IFS
234 # We need space, tab and new line, in precisely that order.
235 as_nl='
236 '
237 IFS="   $as_nl"
238
239 # CDPATH.
240 $as_unset CDPATH
241
242
243 # Name of the host.
244 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
245 # so uname gets run too.
246 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
247
248 exec 6>&1
249
250 #
251 # Initializations.
252 #
253 ac_default_prefix=/usr/local
254 ac_config_libobj_dir=.
255 cross_compiling=no
256 subdirs=
257 MFLAGS=
258 MAKEFLAGS=
259 SHELL=${CONFIG_SHELL-/bin/sh}
260
261 # Maximum number of lines to put in a shell here document.
262 # This variable seems obsolete.  It should probably be removed, and
263 # only ac_max_sed_lines should be used.
264 : ${ac_max_here_lines=38}
265
266 # Identity of this package.
267 PACKAGE_NAME=
268 PACKAGE_TARNAME=
269 PACKAGE_VERSION=
270 PACKAGE_STRING=
271 PACKAGE_BUGREPORT=
272
273 ac_unique_file="lisp/gnus.el"
274 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS GNUS_PRODUCT_NAME SET_MAKE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA MAKEINFO EMACS XEMACS lispdir etcdir info_dir HAVE_url URL HAVE_w3_forms W3 FLAGS LATEX WITH_FONTS_bembo WITHOUT_FONTS_bembo WITH_FONTS_pfu WITHOUT_FONTS_pfu WITH_FONTS_bcr WITHOUT_FONTS_bcr USE_FONTS PACKAGEDIR ADDITIONAL_LOAD_PATH LIBOBJS LTLIBOBJS'
275 ac_subst_files=''
276
277 # Initialize some variables set by options.
278 ac_init_help=
279 ac_init_version=false
280 # The variables have the same names as the options, with
281 # dashes changed to underlines.
282 cache_file=/dev/null
283 exec_prefix=NONE
284 no_create=
285 no_recursion=
286 prefix=NONE
287 program_prefix=NONE
288 program_suffix=NONE
289 program_transform_name=s,x,x,
290 silent=
291 site=
292 srcdir=
293 verbose=
294 x_includes=NONE
295 x_libraries=NONE
296
297 # Installation directory options.
298 # These are left unexpanded so users can "make install exec_prefix=/foo"
299 # and all the variables that are supposed to be based on exec_prefix
300 # by default will actually change.
301 # Use braces instead of parens because sh, perl, etc. also accept them.
302 bindir='${exec_prefix}/bin'
303 sbindir='${exec_prefix}/sbin'
304 libexecdir='${exec_prefix}/libexec'
305 datadir='${prefix}/share'
306 sysconfdir='${prefix}/etc'
307 sharedstatedir='${prefix}/com'
308 localstatedir='${prefix}/var'
309 libdir='${exec_prefix}/lib'
310 includedir='${prefix}/include'
311 oldincludedir='/usr/include'
312 infodir='${prefix}/info'
313 mandir='${prefix}/man'
314
315 ac_prev=
316 for ac_option
317 do
318   # If the previous option needs an argument, assign it.
319   if test -n "$ac_prev"; then
320     eval "$ac_prev=\$ac_option"
321     ac_prev=
322     continue
323   fi
324
325   ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
326
327   # Accept the important Cygnus configure options, so we can diagnose typos.
328
329   case $ac_option in
330
331   -bindir | --bindir | --bindi | --bind | --bin | --bi)
332     ac_prev=bindir ;;
333   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
334     bindir=$ac_optarg ;;
335
336   -build | --build | --buil | --bui | --bu)
337     ac_prev=build_alias ;;
338   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
339     build_alias=$ac_optarg ;;
340
341   -cache-file | --cache-file | --cache-fil | --cache-fi \
342   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
343     ac_prev=cache_file ;;
344   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
345   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
346     cache_file=$ac_optarg ;;
347
348   --config-cache | -C)
349     cache_file=config.cache ;;
350
351   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
352     ac_prev=datadir ;;
353   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
354   | --da=*)
355     datadir=$ac_optarg ;;
356
357   -disable-* | --disable-*)
358     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
359     # Reject names that are not valid shell variable names.
360     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
361       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
362    { (exit 1); exit 1; }; }
363     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
364     eval "enable_$ac_feature=no" ;;
365
366   -enable-* | --enable-*)
367     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
368     # Reject names that are not valid shell variable names.
369     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
370       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
371    { (exit 1); exit 1; }; }
372     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
373     case $ac_option in
374       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
375       *) ac_optarg=yes ;;
376     esac
377     eval "enable_$ac_feature='$ac_optarg'" ;;
378
379   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
380   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
381   | --exec | --exe | --ex)
382     ac_prev=exec_prefix ;;
383   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
384   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
385   | --exec=* | --exe=* | --ex=*)
386     exec_prefix=$ac_optarg ;;
387
388   -gas | --gas | --ga | --g)
389     # Obsolete; use --with-gas.
390     with_gas=yes ;;
391
392   -help | --help | --hel | --he | -h)
393     ac_init_help=long ;;
394   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
395     ac_init_help=recursive ;;
396   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
397     ac_init_help=short ;;
398
399   -host | --host | --hos | --ho)
400     ac_prev=host_alias ;;
401   -host=* | --host=* | --hos=* | --ho=*)
402     host_alias=$ac_optarg ;;
403
404   -includedir | --includedir | --includedi | --included | --include \
405   | --includ | --inclu | --incl | --inc)
406     ac_prev=includedir ;;
407   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
408   | --includ=* | --inclu=* | --incl=* | --inc=*)
409     includedir=$ac_optarg ;;
410
411   -infodir | --infodir | --infodi | --infod | --info | --inf)
412     ac_prev=infodir ;;
413   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
414     infodir=$ac_optarg ;;
415
416   -libdir | --libdir | --libdi | --libd)
417     ac_prev=libdir ;;
418   -libdir=* | --libdir=* | --libdi=* | --libd=*)
419     libdir=$ac_optarg ;;
420
421   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
422   | --libexe | --libex | --libe)
423     ac_prev=libexecdir ;;
424   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
425   | --libexe=* | --libex=* | --libe=*)
426     libexecdir=$ac_optarg ;;
427
428   -localstatedir | --localstatedir | --localstatedi | --localstated \
429   | --localstate | --localstat | --localsta | --localst \
430   | --locals | --local | --loca | --loc | --lo)
431     ac_prev=localstatedir ;;
432   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
433   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
434   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
435     localstatedir=$ac_optarg ;;
436
437   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
438     ac_prev=mandir ;;
439   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
440     mandir=$ac_optarg ;;
441
442   -nfp | --nfp | --nf)
443     # Obsolete; use --without-fp.
444     with_fp=no ;;
445
446   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
447   | --no-cr | --no-c | -n)
448     no_create=yes ;;
449
450   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
451   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
452     no_recursion=yes ;;
453
454   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
455   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
456   | --oldin | --oldi | --old | --ol | --o)
457     ac_prev=oldincludedir ;;
458   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
459   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
460   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
461     oldincludedir=$ac_optarg ;;
462
463   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
464     ac_prev=prefix ;;
465   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
466     prefix=$ac_optarg ;;
467
468   -program-prefix | --program-prefix | --program-prefi | --program-pref \
469   | --program-pre | --program-pr | --program-p)
470     ac_prev=program_prefix ;;
471   -program-prefix=* | --program-prefix=* | --program-prefi=* \
472   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
473     program_prefix=$ac_optarg ;;
474
475   -program-suffix | --program-suffix | --program-suffi | --program-suff \
476   | --program-suf | --program-su | --program-s)
477     ac_prev=program_suffix ;;
478   -program-suffix=* | --program-suffix=* | --program-suffi=* \
479   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
480     program_suffix=$ac_optarg ;;
481
482   -program-transform-name | --program-transform-name \
483   | --program-transform-nam | --program-transform-na \
484   | --program-transform-n | --program-transform- \
485   | --program-transform | --program-transfor \
486   | --program-transfo | --program-transf \
487   | --program-trans | --program-tran \
488   | --progr-tra | --program-tr | --program-t)
489     ac_prev=program_transform_name ;;
490   -program-transform-name=* | --program-transform-name=* \
491   | --program-transform-nam=* | --program-transform-na=* \
492   | --program-transform-n=* | --program-transform-=* \
493   | --program-transform=* | --program-transfor=* \
494   | --program-transfo=* | --program-transf=* \
495   | --program-trans=* | --program-tran=* \
496   | --progr-tra=* | --program-tr=* | --program-t=*)
497     program_transform_name=$ac_optarg ;;
498
499   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500   | -silent | --silent | --silen | --sile | --sil)
501     silent=yes ;;
502
503   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
504     ac_prev=sbindir ;;
505   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
506   | --sbi=* | --sb=*)
507     sbindir=$ac_optarg ;;
508
509   -sharedstatedir | --sharedstatedir | --sharedstatedi \
510   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
511   | --sharedst | --shareds | --shared | --share | --shar \
512   | --sha | --sh)
513     ac_prev=sharedstatedir ;;
514   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
515   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
516   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
517   | --sha=* | --sh=*)
518     sharedstatedir=$ac_optarg ;;
519
520   -site | --site | --sit)
521     ac_prev=site ;;
522   -site=* | --site=* | --sit=*)
523     site=$ac_optarg ;;
524
525   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
526     ac_prev=srcdir ;;
527   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
528     srcdir=$ac_optarg ;;
529
530   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
531   | --syscon | --sysco | --sysc | --sys | --sy)
532     ac_prev=sysconfdir ;;
533   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
534   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
535     sysconfdir=$ac_optarg ;;
536
537   -target | --target | --targe | --targ | --tar | --ta | --t)
538     ac_prev=target_alias ;;
539   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
540     target_alias=$ac_optarg ;;
541
542   -v | -verbose | --verbose | --verbos | --verbo | --verb)
543     verbose=yes ;;
544
545   -version | --version | --versio | --versi | --vers | -V)
546     ac_init_version=: ;;
547
548   -with-* | --with-*)
549     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
550     # Reject names that are not valid shell variable names.
551     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
552       { echo "$as_me: error: invalid package name: $ac_package" >&2
553    { (exit 1); exit 1; }; }
554     ac_package=`echo $ac_package| sed 's/-/_/g'`
555     case $ac_option in
556       *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
557       *) ac_optarg=yes ;;
558     esac
559     eval "with_$ac_package='$ac_optarg'" ;;
560
561   -without-* | --without-*)
562     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
563     # Reject names that are not valid shell variable names.
564     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
565       { echo "$as_me: error: invalid package name: $ac_package" >&2
566    { (exit 1); exit 1; }; }
567     ac_package=`echo $ac_package | sed 's/-/_/g'`
568     eval "with_$ac_package=no" ;;
569
570   --x)
571     # Obsolete; use --with-x.
572     with_x=yes ;;
573
574   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
575   | --x-incl | --x-inc | --x-in | --x-i)
576     ac_prev=x_includes ;;
577   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
578   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
579     x_includes=$ac_optarg ;;
580
581   -x-libraries | --x-libraries | --x-librarie | --x-librari \
582   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
583     ac_prev=x_libraries ;;
584   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
585   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
586     x_libraries=$ac_optarg ;;
587
588   -*) { echo "$as_me: error: unrecognized option: $ac_option
589 Try \`$0 --help' for more information." >&2
590    { (exit 1); exit 1; }; }
591     ;;
592
593   *=*)
594     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
595     # Reject names that are not valid shell variable names.
596     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
597       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
598    { (exit 1); exit 1; }; }
599     ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
600     eval "$ac_envvar='$ac_optarg'"
601     export $ac_envvar ;;
602
603   *)
604     # FIXME: should be removed in autoconf 3.0.
605     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
606     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
607       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
608     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
609     ;;
610
611   esac
612 done
613
614 if test -n "$ac_prev"; then
615   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
616   { echo "$as_me: error: missing argument to $ac_option" >&2
617    { (exit 1); exit 1; }; }
618 fi
619
620 # Be sure to have absolute paths.
621 for ac_var in exec_prefix prefix
622 do
623   eval ac_val=$`echo $ac_var`
624   case $ac_val in
625     [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
626     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
627    { (exit 1); exit 1; }; };;
628   esac
629 done
630
631 # Be sure to have absolute paths.
632 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
633               localstatedir libdir includedir oldincludedir infodir mandir
634 do
635   eval ac_val=$`echo $ac_var`
636   case $ac_val in
637     [\\/$]* | ?:[\\/]* ) ;;
638     *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
639    { (exit 1); exit 1; }; };;
640   esac
641 done
642
643 # There might be people who depend on the old broken behavior: `$host'
644 # used to hold the argument of --host etc.
645 # FIXME: To remove some day.
646 build=$build_alias
647 host=$host_alias
648 target=$target_alias
649
650 # FIXME: To remove some day.
651 if test "x$host_alias" != x; then
652   if test "x$build_alias" = x; then
653     cross_compiling=maybe
654     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
655     If a cross compiler is detected then cross compile mode will be used." >&2
656   elif test "x$build_alias" != "x$host_alias"; then
657     cross_compiling=yes
658   fi
659 fi
660
661 ac_tool_prefix=
662 test -n "$host_alias" && ac_tool_prefix=$host_alias-
663
664 test "$silent" = yes && exec 6>/dev/null
665
666
667 # Find the source files, if location was not specified.
668 if test -z "$srcdir"; then
669   ac_srcdir_defaulted=yes
670   # Try the directory containing this script, then its parent.
671   ac_confdir=`(dirname "$0") 2>/dev/null ||
672 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
673          X"$0" : 'X\(//\)[^/]' \| \
674          X"$0" : 'X\(//\)$' \| \
675          X"$0" : 'X\(/\)' \| \
676          .     : '\(.\)' 2>/dev/null ||
677 echo X"$0" |
678     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
679           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
680           /^X\(\/\/\)$/{ s//\1/; q; }
681           /^X\(\/\).*/{ s//\1/; q; }
682           s/.*/./; q'`
683   srcdir=$ac_confdir
684   if test ! -r $srcdir/$ac_unique_file; then
685     srcdir=..
686   fi
687 else
688   ac_srcdir_defaulted=no
689 fi
690 if test ! -r $srcdir/$ac_unique_file; then
691   if test "$ac_srcdir_defaulted" = yes; then
692     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
693    { (exit 1); exit 1; }; }
694   else
695     { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
696    { (exit 1); exit 1; }; }
697   fi
698 fi
699 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
700   { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
701    { (exit 1); exit 1; }; }
702 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
703 ac_env_build_alias_set=${build_alias+set}
704 ac_env_build_alias_value=$build_alias
705 ac_cv_env_build_alias_set=${build_alias+set}
706 ac_cv_env_build_alias_value=$build_alias
707 ac_env_host_alias_set=${host_alias+set}
708 ac_env_host_alias_value=$host_alias
709 ac_cv_env_host_alias_set=${host_alias+set}
710 ac_cv_env_host_alias_value=$host_alias
711 ac_env_target_alias_set=${target_alias+set}
712 ac_env_target_alias_value=$target_alias
713 ac_cv_env_target_alias_set=${target_alias+set}
714 ac_cv_env_target_alias_value=$target_alias
715
716 #
717 # Report the --help message.
718 #
719 if test "$ac_init_help" = "long"; then
720   # Omit some internal or obsolete options to make the list less imposing.
721   # This message is too long to be a string in the A/UX 3.1 sh.
722   cat <<_ACEOF
723 \`configure' configures this package to adapt to many kinds of systems.
724
725 Usage: $0 [OPTION]... [VAR=VALUE]...
726
727 To assign environment variables (e.g., CC, CFLAGS...), specify them as
728 VAR=VALUE.  See below for descriptions of some of the useful variables.
729
730 Defaults for the options are specified in brackets.
731
732 Configuration:
733   -h, --help              display this help and exit
734       --help=short        display options specific to this package
735       --help=recursive    display the short help of all the included packages
736   -V, --version           display version information and exit
737   -q, --quiet, --silent   do not print \`checking...' messages
738       --cache-file=FILE   cache test results in FILE [disabled]
739   -C, --config-cache      alias for \`--cache-file=config.cache'
740   -n, --no-create         do not create output files
741       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
742
743 _ACEOF
744
745   cat <<_ACEOF
746 Installation directories:
747   --prefix=PREFIX         install architecture-independent files in PREFIX
748                           [$ac_default_prefix]
749   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
750                           [PREFIX]
751
752 By default, \`make install' will install all the files in
753 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
754 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
755 for instance \`--prefix=\$HOME'.
756
757 For better control, use the options below.
758
759 Fine tuning of the installation directories:
760   --bindir=DIR           user executables [EPREFIX/bin]
761   --sbindir=DIR          system admin executables [EPREFIX/sbin]
762   --libexecdir=DIR       program executables [EPREFIX/libexec]
763   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
764   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
765   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
766   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
767   --libdir=DIR           object code libraries [EPREFIX/lib]
768   --includedir=DIR       C header files [PREFIX/include]
769   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
770   --infodir=DIR          info documentation [PREFIX/info]
771   --mandir=DIR           man documentation [PREFIX/man]
772 _ACEOF
773
774   cat <<\_ACEOF
775 _ACEOF
776 fi
777
778 if test -n "$ac_init_help"; then
779
780   cat <<\_ACEOF
781
782 Optional Packages:
783   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
784   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
785   --with-emacs=EMACS      compile with EMACS EMACS=emacs, mule...
786   --with-xemacs=XEMACS    compile with XEMACS XEMACS=xemacs
787   --with-lispdir=DIR      Where to install lisp files
788                           (for XEmacs package, use --with-packagedir instead)
789   --with-etcdir=DIR       Where to install etc files
790   --with-url=DIR          Specify where to find the url package
791   --with-w3=DIR           Specify where to find the w3 package
792   --with-fonts            Assume all fonts required are available
793   --with-packagedir=DIR   package DIR for XEmacs
794   --with-addpath=PATH     search Emacs-Lisp libraries with PATH
795                           use colons to separate directory names
796
797 _ACEOF
798 fi
799
800 if test "$ac_init_help" = "recursive"; then
801   # If there are subdirs, report their specific --help.
802   ac_popdir=`pwd`
803   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
804     test -d $ac_dir || continue
805     ac_builddir=.
806
807 if test "$ac_dir" != .; then
808   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
809   # A "../" for each directory in $ac_dir_suffix.
810   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
811 else
812   ac_dir_suffix= ac_top_builddir=
813 fi
814
815 case $srcdir in
816   .)  # No --srcdir option.  We are building in place.
817     ac_srcdir=.
818     if test -z "$ac_top_builddir"; then
819        ac_top_srcdir=.
820     else
821        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
822     fi ;;
823   [\\/]* | ?:[\\/]* )  # Absolute path.
824     ac_srcdir=$srcdir$ac_dir_suffix;
825     ac_top_srcdir=$srcdir ;;
826   *) # Relative path.
827     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
828     ac_top_srcdir=$ac_top_builddir$srcdir ;;
829 esac
830 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
831 # absolute.
832 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
833 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
834 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
835 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
836
837     cd $ac_dir
838     # Check for guested configure; otherwise get Cygnus style configure.
839     if test -f $ac_srcdir/configure.gnu; then
840       echo
841       $SHELL $ac_srcdir/configure.gnu  --help=recursive
842     elif test -f $ac_srcdir/configure; then
843       echo
844       $SHELL $ac_srcdir/configure  --help=recursive
845     elif test -f $ac_srcdir/configure.ac ||
846            test -f $ac_srcdir/configure.in; then
847       echo
848       $ac_configure --help
849     else
850       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
851     fi
852     cd $ac_popdir
853   done
854 fi
855
856 test -n "$ac_init_help" && exit 0
857 if $ac_init_version; then
858   cat <<\_ACEOF
859
860 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
861 Free Software Foundation, Inc.
862 This configure script is free software; the Free Software Foundation
863 gives unlimited permission to copy, distribute and modify it.
864 _ACEOF
865   exit 0
866 fi
867 exec 5>config.log
868 cat >&5 <<_ACEOF
869 This file contains any messages produced by compilers while
870 running configure, to aid debugging if configure makes a mistake.
871
872 It was created by $as_me, which was
873 generated by GNU Autoconf 2.57.  Invocation command line was
874
875   $ $0 $@
876
877 _ACEOF
878 {
879 cat <<_ASUNAME
880 ## --------- ##
881 ## Platform. ##
882 ## --------- ##
883
884 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
885 uname -m = `(uname -m) 2>/dev/null || echo unknown`
886 uname -r = `(uname -r) 2>/dev/null || echo unknown`
887 uname -s = `(uname -s) 2>/dev/null || echo unknown`
888 uname -v = `(uname -v) 2>/dev/null || echo unknown`
889
890 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
891 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
892
893 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
894 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
895 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
896 hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
897 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
898 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
899 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
900
901 _ASUNAME
902
903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
904 for as_dir in $PATH
905 do
906   IFS=$as_save_IFS
907   test -z "$as_dir" && as_dir=.
908   echo "PATH: $as_dir"
909 done
910
911 } >&5
912
913 cat >&5 <<_ACEOF
914
915
916 ## ----------- ##
917 ## Core tests. ##
918 ## ----------- ##
919
920 _ACEOF
921
922
923 # Keep a trace of the command line.
924 # Strip out --no-create and --no-recursion so they do not pile up.
925 # Strip out --silent because we don't want to record it for future runs.
926 # Also quote any args containing shell meta-characters.
927 # Make two passes to allow for proper duplicate-argument suppression.
928 ac_configure_args=
929 ac_configure_args0=
930 ac_configure_args1=
931 ac_sep=
932 ac_must_keep_next=false
933 for ac_pass in 1 2
934 do
935   for ac_arg
936   do
937     case $ac_arg in
938     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
939     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
940     | -silent | --silent | --silen | --sile | --sil)
941       continue ;;
942     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
943       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
944     esac
945     case $ac_pass in
946     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
947     2)
948       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
949       if test $ac_must_keep_next = true; then
950         ac_must_keep_next=false # Got value, back to normal.
951       else
952         case $ac_arg in
953           *=* | --config-cache | -C | -disable-* | --disable-* \
954           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
955           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
956           | -with-* | --with-* | -without-* | --without-* | --x)
957             case "$ac_configure_args0 " in
958               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
959             esac
960             ;;
961           -* ) ac_must_keep_next=true ;;
962         esac
963       fi
964       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
965       # Get rid of the leading space.
966       ac_sep=" "
967       ;;
968     esac
969   done
970 done
971 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
972 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
973
974 # When interrupted or exit'd, cleanup temporary files, and complete
975 # config.log.  We remove comments because anyway the quotes in there
976 # would cause problems or look ugly.
977 # WARNING: Be sure not to use single quotes in there, as some shells,
978 # such as our DU 5.0 friend, will then `close' the trap.
979 trap 'exit_status=$?
980   # Save into config.log some information that might help in debugging.
981   {
982     echo
983
984     cat <<\_ASBOX
985 ## ---------------- ##
986 ## Cache variables. ##
987 ## ---------------- ##
988 _ASBOX
989     echo
990     # The following way of writing the cache mishandles newlines in values,
991 {
992   (set) 2>&1 |
993     case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
994     *ac_space=\ *)
995       sed -n \
996         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
997           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
998       ;;
999     *)
1000       sed -n \
1001         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1002       ;;
1003     esac;
1004 }
1005     echo
1006
1007     cat <<\_ASBOX
1008 ## ----------------- ##
1009 ## Output variables. ##
1010 ## ----------------- ##
1011 _ASBOX
1012     echo
1013     for ac_var in $ac_subst_vars
1014     do
1015       eval ac_val=$`echo $ac_var`
1016       echo "$ac_var='"'"'$ac_val'"'"'"
1017     done | sort
1018     echo
1019
1020     if test -n "$ac_subst_files"; then
1021       cat <<\_ASBOX
1022 ## ------------- ##
1023 ## Output files. ##
1024 ## ------------- ##
1025 _ASBOX
1026       echo
1027       for ac_var in $ac_subst_files
1028       do
1029         eval ac_val=$`echo $ac_var`
1030         echo "$ac_var='"'"'$ac_val'"'"'"
1031       done | sort
1032       echo
1033     fi
1034
1035     if test -s confdefs.h; then
1036       cat <<\_ASBOX
1037 ## ----------- ##
1038 ## confdefs.h. ##
1039 ## ----------- ##
1040 _ASBOX
1041       echo
1042       sed "/^$/d" confdefs.h | sort
1043       echo
1044     fi
1045     test "$ac_signal" != 0 &&
1046       echo "$as_me: caught signal $ac_signal"
1047     echo "$as_me: exit $exit_status"
1048   } >&5
1049   rm -f core core.* *.core &&
1050   rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1051     exit $exit_status
1052      ' 0
1053 for ac_signal in 1 2 13 15; do
1054   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1055 done
1056 ac_signal=0
1057
1058 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1059 rm -rf conftest* confdefs.h
1060 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1061 echo >confdefs.h
1062
1063 # Predefined preprocessor variables.
1064
1065 cat >>confdefs.h <<_ACEOF
1066 #define PACKAGE_NAME "$PACKAGE_NAME"
1067 _ACEOF
1068
1069
1070 cat >>confdefs.h <<_ACEOF
1071 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1072 _ACEOF
1073
1074
1075 cat >>confdefs.h <<_ACEOF
1076 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1077 _ACEOF
1078
1079
1080 cat >>confdefs.h <<_ACEOF
1081 #define PACKAGE_STRING "$PACKAGE_STRING"
1082 _ACEOF
1083
1084
1085 cat >>confdefs.h <<_ACEOF
1086 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1087 _ACEOF
1088
1089
1090 # Let the site file select an alternate cache file if it wants to.
1091 # Prefer explicitly selected file to automatically selected ones.
1092 if test -z "$CONFIG_SITE"; then
1093   if test "x$prefix" != xNONE; then
1094     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1095   else
1096     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1097   fi
1098 fi
1099 for ac_site_file in $CONFIG_SITE; do
1100   if test -r "$ac_site_file"; then
1101     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1102 echo "$as_me: loading site script $ac_site_file" >&6;}
1103     sed 's/^/| /' "$ac_site_file" >&5
1104     . "$ac_site_file"
1105   fi
1106 done
1107
1108 if test -r "$cache_file"; then
1109   # Some versions of bash will fail to source /dev/null (special
1110   # files actually), so we avoid doing that.
1111   if test -f "$cache_file"; then
1112     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1113 echo "$as_me: loading cache $cache_file" >&6;}
1114     case $cache_file in
1115       [\\/]* | ?:[\\/]* ) . $cache_file;;
1116       *)                      . ./$cache_file;;
1117     esac
1118   fi
1119 else
1120   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1121 echo "$as_me: creating cache $cache_file" >&6;}
1122   >$cache_file
1123 fi
1124
1125 # Check that the precious variables saved in the cache have kept the same
1126 # value.
1127 ac_cache_corrupted=false
1128 for ac_var in `(set) 2>&1 |
1129                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1130   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1131   eval ac_new_set=\$ac_env_${ac_var}_set
1132   eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1133   eval ac_new_val="\$ac_env_${ac_var}_value"
1134   case $ac_old_set,$ac_new_set in
1135     set,)
1136       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1137 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1138       ac_cache_corrupted=: ;;
1139     ,set)
1140       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1141 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1142       ac_cache_corrupted=: ;;
1143     ,);;
1144     *)
1145       if test "x$ac_old_val" != "x$ac_new_val"; then
1146         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1147 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1148         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1149 echo "$as_me:   former value:  $ac_old_val" >&2;}
1150         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1151 echo "$as_me:   current value: $ac_new_val" >&2;}
1152         ac_cache_corrupted=:
1153       fi;;
1154   esac
1155   # Pass precious variables to config.status.
1156   if test "$ac_new_set" = set; then
1157     case $ac_new_val in
1158     *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1159       ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1160     *) ac_arg=$ac_var=$ac_new_val ;;
1161     esac
1162     case " $ac_configure_args " in
1163       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1164       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1165     esac
1166   fi
1167 done
1168 if $ac_cache_corrupted; then
1169   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1170 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1171   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1172 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1173    { (exit 1); exit 1; }; }
1174 fi
1175
1176 ac_ext=c
1177 ac_cpp='$CPP $CPPFLAGS'
1178 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1179 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1180 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200 echo $ac_n "defining gnus product name... $ac_c"
1201   if test "${EMACS_cv_GNUS_PRODUCT_NAME+set}" = set; then
1202   echo $ECHO_N "(cached) $ECHO_C" >&6
1203 else
1204   EMACS_cv_GNUS_PRODUCT_NAME=t-gnus
1205 fi
1206
1207   GNUS_PRODUCT_NAME=${EMACS_cv_GNUS_PRODUCT_NAME}
1208   echo "$as_me:$LINENO: result: ${GNUS_PRODUCT_NAME}" >&5
1209 echo "${ECHO_T}${GNUS_PRODUCT_NAME}" >&6
1210
1211 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1212 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1213 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
1214 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1215   echo $ECHO_N "(cached) $ECHO_C" >&6
1216 else
1217   cat >conftest.make <<\_ACEOF
1218 all:
1219         @echo 'ac_maketemp="$(MAKE)"'
1220 _ACEOF
1221 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1222 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1223 if test -n "$ac_maketemp"; then
1224   eval ac_cv_prog_make_${ac_make}_set=yes
1225 else
1226   eval ac_cv_prog_make_${ac_make}_set=no
1227 fi
1228 rm -f conftest.make
1229 fi
1230 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1231   echo "$as_me:$LINENO: result: yes" >&5
1232 echo "${ECHO_T}yes" >&6
1233   SET_MAKE=
1234 else
1235   echo "$as_me:$LINENO: result: no" >&5
1236 echo "${ECHO_T}no" >&6
1237   SET_MAKE="MAKE=${MAKE-make}"
1238 fi
1239
1240 ac_aux_dir=
1241 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1242   if test -f $ac_dir/install-sh; then
1243     ac_aux_dir=$ac_dir
1244     ac_install_sh="$ac_aux_dir/install-sh -c"
1245     break
1246   elif test -f $ac_dir/install.sh; then
1247     ac_aux_dir=$ac_dir
1248     ac_install_sh="$ac_aux_dir/install.sh -c"
1249     break
1250   elif test -f $ac_dir/shtool; then
1251     ac_aux_dir=$ac_dir
1252     ac_install_sh="$ac_aux_dir/shtool install -c"
1253     break
1254   fi
1255 done
1256 if test -z "$ac_aux_dir"; then
1257   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1258 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1259    { (exit 1); exit 1; }; }
1260 fi
1261 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1262 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1263 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1264
1265 # Find a good install program.  We prefer a C program (faster),
1266 # so one script is as good as another.  But avoid the broken or
1267 # incompatible versions:
1268 # SysV /etc/install, /usr/sbin/install
1269 # SunOS /usr/etc/install
1270 # IRIX /sbin/install
1271 # AIX /bin/install
1272 # AmigaOS /C/install, which installs bootblocks on floppy discs
1273 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1274 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1275 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1276 # ./install, which can be erroneously created by make from ./install.sh.
1277 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1278 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1279 if test -z "$INSTALL"; then
1280 if test "${ac_cv_path_install+set}" = set; then
1281   echo $ECHO_N "(cached) $ECHO_C" >&6
1282 else
1283   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1284 for as_dir in $PATH
1285 do
1286   IFS=$as_save_IFS
1287   test -z "$as_dir" && as_dir=.
1288   # Account for people who put trailing slashes in PATH elements.
1289 case $as_dir/ in
1290   ./ | .// | /cC/* | \
1291   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1292   /usr/ucb/* ) ;;
1293   *)
1294     # OSF1 and SCO ODT 3.0 have their own names for install.
1295     # Don't use installbsd from OSF since it installs stuff as root
1296     # by default.
1297     for ac_prog in ginstall scoinst install; do
1298       for ac_exec_ext in '' $ac_executable_extensions; do
1299         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1300           if test $ac_prog = install &&
1301             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1302             # AIX install.  It has an incompatible calling convention.
1303             :
1304           elif test $ac_prog = install &&
1305             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1306             # program-specific install script used by HP pwplus--don't use.
1307             :
1308           else
1309             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1310             break 3
1311           fi
1312         fi
1313       done
1314     done
1315     ;;
1316 esac
1317 done
1318
1319
1320 fi
1321   if test "${ac_cv_path_install+set}" = set; then
1322     INSTALL=$ac_cv_path_install
1323   else
1324     # As a last resort, use the slow shell script.  We don't cache a
1325     # path for INSTALL within a source directory, because that will
1326     # break other packages using the cache if that directory is
1327     # removed, or if the path is relative.
1328     INSTALL=$ac_install_sh
1329   fi
1330 fi
1331 echo "$as_me:$LINENO: result: $INSTALL" >&5
1332 echo "${ECHO_T}$INSTALL" >&6
1333
1334 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1335 # It thinks the first close brace ends the variable substitution.
1336 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1337
1338 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1339
1340 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1341
1342 # Extract the first word of "makeinfo", so it can be a program name with args.
1343 set dummy makeinfo; ac_word=$2
1344 echo "$as_me:$LINENO: checking for $ac_word" >&5
1345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1346 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
1347   echo $ECHO_N "(cached) $ECHO_C" >&6
1348 else
1349   if test -n "$MAKEINFO"; then
1350   ac_cv_prog_MAKEINFO="$MAKEINFO" # Let the user override the test.
1351 else
1352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1353 for as_dir in $PATH
1354 do
1355   IFS=$as_save_IFS
1356   test -z "$as_dir" && as_dir=.
1357   for ac_exec_ext in '' $ac_executable_extensions; do
1358   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1359     ac_cv_prog_MAKEINFO="makeinfo"
1360     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1361     break 2
1362   fi
1363 done
1364 done
1365
1366   test -z "$ac_cv_prog_MAKEINFO" && ac_cv_prog_MAKEINFO="no"
1367 fi
1368 fi
1369 MAKEINFO=$ac_cv_prog_MAKEINFO
1370 if test -n "$MAKEINFO"; then
1371   echo "$as_me:$LINENO: result: $MAKEINFO" >&5
1372 echo "${ECHO_T}$MAKEINFO" >&6
1373 else
1374   echo "$as_me:$LINENO: result: no" >&5
1375 echo "${ECHO_T}no" >&6
1376 fi
1377
1378
1379       test "$EMACS" = t && EMACS=
1380
1381     unset ac_cv_prog_EMACS; unset ac_cv_prog_XEMACS;
1382
1383
1384 # Check whether --with-emacs or --without-emacs was given.
1385 if test "${with_emacs+set}" = set; then
1386   withval="$with_emacs"
1387   if test "$withval" = yes -o -z "$withval"; then
1388       for ac_prog in emacs xemacs mule
1389 do
1390   # Extract the first word of "$ac_prog", so it can be a program name with args.
1391 set dummy $ac_prog; ac_word=$2
1392 echo "$as_me:$LINENO: checking for $ac_word" >&5
1393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1394 if test "${ac_cv_prog_EMACS+set}" = set; then
1395   echo $ECHO_N "(cached) $ECHO_C" >&6
1396 else
1397   if test -n "$EMACS"; then
1398   ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
1399 else
1400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1401 for as_dir in $PATH
1402 do
1403   IFS=$as_save_IFS
1404   test -z "$as_dir" && as_dir=.
1405   for ac_exec_ext in '' $ac_executable_extensions; do
1406   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1407     ac_cv_prog_EMACS="$ac_prog"
1408     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1409     break 2
1410   fi
1411 done
1412 done
1413
1414 fi
1415 fi
1416 EMACS=$ac_cv_prog_EMACS
1417 if test -n "$EMACS"; then
1418   echo "$as_me:$LINENO: result: $EMACS" >&5
1419 echo "${ECHO_T}$EMACS" >&6
1420 else
1421   echo "$as_me:$LINENO: result: no" >&5
1422 echo "${ECHO_T}no" >&6
1423 fi
1424
1425   test -n "$EMACS" && break
1426 done
1427 test -n "$EMACS" || EMACS="emacs"
1428
1429     else
1430       # Extract the first word of "$withval", so it can be a program name with args.
1431 set dummy $withval; ac_word=$2
1432 echo "$as_me:$LINENO: checking for $ac_word" >&5
1433 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1434 if test "${ac_cv_prog_EMACS+set}" = set; then
1435   echo $ECHO_N "(cached) $ECHO_C" >&6
1436 else
1437   if test -n "$EMACS"; then
1438   ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
1439 else
1440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1441 for as_dir in $PATH
1442 do
1443   IFS=$as_save_IFS
1444   test -z "$as_dir" && as_dir=.
1445   for ac_exec_ext in '' $ac_executable_extensions; do
1446   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1447     ac_cv_prog_EMACS="$withval"
1448     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1449     break 2
1450   fi
1451 done
1452 done
1453
1454   test -z "$ac_cv_prog_EMACS" && ac_cv_prog_EMACS="emacs"
1455 fi
1456 fi
1457 EMACS=$ac_cv_prog_EMACS
1458 if test -n "$EMACS"; then
1459   echo "$as_me:$LINENO: result: $EMACS" >&5
1460 echo "${ECHO_T}$EMACS" >&6
1461 else
1462   echo "$as_me:$LINENO: result: no" >&5
1463 echo "${ECHO_T}no" >&6
1464 fi
1465
1466     fi
1467 fi;
1468
1469 # Check whether --with-xemacs or --without-xemacs was given.
1470 if test "${with_xemacs+set}" = set; then
1471   withval="$with_xemacs"
1472   if test "$withval" = yes -o -z "$withval"; then
1473       # Extract the first word of "xemacs", so it can be a program name with args.
1474 set dummy xemacs; ac_word=$2
1475 echo "$as_me:$LINENO: checking for $ac_word" >&5
1476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1477 if test "${ac_cv_prog_XEMACS+set}" = set; then
1478   echo $ECHO_N "(cached) $ECHO_C" >&6
1479 else
1480   if test -n "$XEMACS"; then
1481   ac_cv_prog_XEMACS="$XEMACS" # Let the user override the test.
1482 else
1483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1484 for as_dir in $PATH
1485 do
1486   IFS=$as_save_IFS
1487   test -z "$as_dir" && as_dir=.
1488   for ac_exec_ext in '' $ac_executable_extensions; do
1489   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1490     ac_cv_prog_XEMACS="xemacs"
1491     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1492     break 2
1493   fi
1494 done
1495 done
1496
1497   test -z "$ac_cv_prog_XEMACS" && ac_cv_prog_XEMACS="xemacs"
1498 fi
1499 fi
1500 XEMACS=$ac_cv_prog_XEMACS
1501 if test -n "$XEMACS"; then
1502   echo "$as_me:$LINENO: result: $XEMACS" >&5
1503 echo "${ECHO_T}$XEMACS" >&6
1504 else
1505   echo "$as_me:$LINENO: result: no" >&5
1506 echo "${ECHO_T}no" >&6
1507 fi
1508
1509     else
1510       # Extract the first word of "$withval", so it can be a program name with args.
1511 set dummy $withval; ac_word=$2
1512 echo "$as_me:$LINENO: checking for $ac_word" >&5
1513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1514 if test "${ac_cv_prog_XEMACS+set}" = set; then
1515   echo $ECHO_N "(cached) $ECHO_C" >&6
1516 else
1517   if test -n "$XEMACS"; then
1518   ac_cv_prog_XEMACS="$XEMACS" # Let the user override the test.
1519 else
1520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1521 for as_dir in $PATH
1522 do
1523   IFS=$as_save_IFS
1524   test -z "$as_dir" && as_dir=.
1525   for ac_exec_ext in '' $ac_executable_extensions; do
1526   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1527     ac_cv_prog_XEMACS="$withval"
1528     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1529     break 2
1530   fi
1531 done
1532 done
1533
1534   test -z "$ac_cv_prog_XEMACS" && ac_cv_prog_XEMACS="xemacs"
1535 fi
1536 fi
1537 XEMACS=$ac_cv_prog_XEMACS
1538 if test -n "$XEMACS"; then
1539   echo "$as_me:$LINENO: result: $XEMACS" >&5
1540 echo "${ECHO_T}$XEMACS" >&6
1541 else
1542   echo "$as_me:$LINENO: result: no" >&5
1543 echo "${ECHO_T}no" >&6
1544 fi
1545
1546     fi
1547     EMACS=$XEMACS
1548 else
1549   XEMACS=xemacs
1550     test -z "$EMACS" && for ac_prog in emacs xemacs mule
1551 do
1552   # Extract the first word of "$ac_prog", so it can be a program name with args.
1553 set dummy $ac_prog; ac_word=$2
1554 echo "$as_me:$LINENO: checking for $ac_word" >&5
1555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1556 if test "${ac_cv_prog_EMACS+set}" = set; then
1557   echo $ECHO_N "(cached) $ECHO_C" >&6
1558 else
1559   if test -n "$EMACS"; then
1560   ac_cv_prog_EMACS="$EMACS" # Let the user override the test.
1561 else
1562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1563 for as_dir in $PATH
1564 do
1565   IFS=$as_save_IFS
1566   test -z "$as_dir" && as_dir=.
1567   for ac_exec_ext in '' $ac_executable_extensions; do
1568   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1569     ac_cv_prog_EMACS="$ac_prog"
1570     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1571     break 2
1572   fi
1573 done
1574 done
1575
1576 fi
1577 fi
1578 EMACS=$ac_cv_prog_EMACS
1579 if test -n "$EMACS"; then
1580   echo "$as_me:$LINENO: result: $EMACS" >&5
1581 echo "${ECHO_T}$EMACS" >&6
1582 else
1583   echo "$as_me:$LINENO: result: no" >&5
1584 echo "${ECHO_T}no" >&6
1585 fi
1586
1587   test -n "$EMACS" && break
1588 done
1589 test -n "$EMACS" || EMACS="emacs"
1590
1591 fi;
1592
1593
1594
1595   echo "$as_me:$LINENO: checking what a flavor does $EMACS have" >&5
1596 echo $ECHO_N "checking what a flavor does $EMACS have... $ECHO_C" >&6
1597
1598     unset EMACS_cv_SYS_flavor;
1599
1600
1601 elisp="(cond ((featurep (quote xemacs)) \"XEmacs\")\
1602           ((boundp (quote MULE)) \"MULE\")\
1603           (t \"FSF Emacs\"))"
1604 if test -z ""noecho""; then
1605         echo "$as_me:$LINENO: checking for flavor" >&5
1606 echo $ECHO_N "checking for flavor... $ECHO_C" >&6
1607 fi
1608 if test "${EMACS_cv_SYS_flavor+set}" = set; then
1609   echo $ECHO_N "(cached) $ECHO_C" >&6
1610 else
1611
1612         OUTPUT=./conftest-$$
1613         echo ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1614         eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1615         retval=`cat ${OUTPUT}`
1616         echo "=> ${retval}" >& 5 2>&1
1617         rm -f ${OUTPUT}
1618         EMACS_cv_SYS_flavor=$retval
1619
1620 fi
1621
1622 flavor=${EMACS_cv_SYS_flavor}
1623 if test -z ""noecho""; then
1624         echo "$as_me:$LINENO: result: $flavor" >&5
1625 echo "${ECHO_T}$flavor" >&6
1626 fi
1627
1628   case $EMACS_cv_SYS_flavor in
1629   XEmacs)
1630     EMACS_FLAVOR=xemacs;;
1631   MULE)
1632     EMACS_FLAVOR=mule;;
1633   *)
1634     EMACS_FLAVOR=emacs;;
1635   esac
1636   echo "$as_me:$LINENO: result: $EMACS_cv_SYS_flavor" >&5
1637 echo "${ECHO_T}$EMACS_cv_SYS_flavor" >&6
1638   if test "$prefix" = NONE; then
1639         echo "$as_me:$LINENO: checking prefix for your Emacs" >&5
1640 echo $ECHO_N "checking prefix for your Emacs... $ECHO_C" >&6
1641
1642 elisp="(expand-file-name \"..\" invocation-directory)"
1643 if test -z ""noecho""; then
1644         echo "$as_me:$LINENO: checking for prefix" >&5
1645 echo $ECHO_N "checking for prefix... $ECHO_C" >&6
1646 fi
1647 if test "${EMACS_cv_SYS_prefix+set}" = set; then
1648   echo $ECHO_N "(cached) $ECHO_C" >&6
1649 else
1650
1651         OUTPUT=./conftest-$$
1652         echo ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1653         eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1654         retval=`cat ${OUTPUT}`
1655         echo "=> ${retval}" >& 5 2>&1
1656         rm -f ${OUTPUT}
1657         EMACS_cv_SYS_prefix=$retval
1658
1659 fi
1660
1661 prefix=${EMACS_cv_SYS_prefix}
1662 if test -z ""noecho""; then
1663         echo "$as_me:$LINENO: result: $prefix" >&5
1664 echo "${ECHO_T}$prefix" >&6
1665 fi
1666
1667         prefix=${EMACS_cv_SYS_prefix}
1668         echo "$as_me:$LINENO: result: $prefix" >&5
1669 echo "${ECHO_T}$prefix" >&6
1670   fi
1671
1672 # Check whether --with-lispdir or --without-lispdir was given.
1673 if test "${with_lispdir+set}" = set; then
1674   withval="$with_lispdir"
1675   lispdir=${withval}
1676 fi;
1677   echo "$as_me:$LINENO: checking where lisp files should go" >&5
1678 echo $ECHO_N "checking where lisp files should go... $ECHO_C" >&6
1679   if test -z "$lispdir"; then
1680         theprefix=$prefix
1681     if test "$theprefix" = NONE; then
1682         theprefix=$ac_default_prefix
1683     fi
1684     if test "$EMACS_FLAVOR" = "xemacs"; then
1685         datadir="\$(prefix)/lib"
1686         lispdir="\$(datadir)/${EMACS_FLAVOR}/site-packages/lisp/${GNUS_PRODUCT_NAME}"
1687     else
1688         lispdir="\$(datadir)/${EMACS_FLAVOR}/site-lisp/${GNUS_PRODUCT_NAME}"
1689     fi
1690     for thedir in share lib; do
1691         potential=
1692         if test -d ${theprefix}/${thedir}/${EMACS_FLAVOR}/site-lisp; then
1693            if test "$EMACS_FLAVOR" = "xemacs"; then
1694                lispdir="\$(prefix)/${thedir}/${EMACS_FLAVOR}/site-packages/lisp/${GNUS_PRODUCT_NAME}"
1695            else
1696                lispdir="\$(prefix)/${thedir}/${EMACS_FLAVOR}/site-lisp/${GNUS_PRODUCT_NAME}"
1697            fi
1698            break
1699         fi
1700     done
1701   fi
1702   if test ${EMACS_FLAVOR} = xemacs; then
1703     echo "$as_me:$LINENO: result: $lispdir
1704          (it will be ignored when \"make install-package[-ja]\" is done)" >&5
1705 echo "${ECHO_T}$lispdir
1706          (it will be ignored when \"make install-package[-ja]\" is done)" >&6
1707   else
1708     echo "$as_me:$LINENO: result: $lispdir" >&5
1709 echo "${ECHO_T}$lispdir" >&6
1710   fi
1711
1712
1713
1714
1715 # Check whether --with-etcdir or --without-etcdir was given.
1716 if test "${with_etcdir+set}" = set; then
1717   withval="$with_etcdir"
1718   etcdir=${withval}
1719 fi;
1720   echo "$as_me:$LINENO: checking where etc files should go" >&5
1721 echo $ECHO_N "checking where etc files should go... $ECHO_C" >&6
1722   if test -z "$etcdir"; then
1723         if test "$EMACS_FLAVOR" = "xemacs"; then
1724       etcdir="\$(lispdir)/../../etc"
1725     else
1726     etcdir="\$(lispdir)/../etc"
1727     fi
1728   fi
1729   echo "$as_me:$LINENO: result: $etcdir" >&5
1730 echo "${ECHO_T}$etcdir" >&6
1731
1732
1733
1734   echo "$as_me:$LINENO: checking where the TeXinfo docs should go" >&5
1735 echo $ECHO_N "checking where the TeXinfo docs should go... $ECHO_C" >&6
1736     if test "$infodir" = "\${prefix}/info"; then
1737     if test "$EMACS_FLAVOR" = "xemacs"; then
1738       info_dir="\$(prefix)/${thedir}/${EMACS_FLAVOR}/site-packages/info"
1739     else
1740       info_dir="\$(prefix)/info"
1741     fi
1742   else
1743     info_dir=$infodir
1744   fi
1745   echo "$as_me:$LINENO: result: $info_dir" >&5
1746 echo "${ECHO_T}$info_dir" >&6
1747
1748
1749
1750 echo "$as_me:$LINENO: checking for acceptable URL version" >&5
1751 echo $ECHO_N "checking for acceptable URL version... $ECHO_C" >&6
1752
1753 unset EMACS_cv_ACCEPTABLE_URL;
1754 unset EMACS_cv_SYS_url_dir;
1755 unset EMACS_cv_SYS_url;
1756
1757 if test "${EMACS_cv_ACCEPTABLE_URL+set}" = set; then
1758   echo $ECHO_N "(cached) $ECHO_C" >&6
1759 else
1760
1761
1762 if test -z ""noecho""; then
1763         echo "$as_me:$LINENO: checking for url-retrieve in url" >&5
1764 echo $ECHO_N "checking for url-retrieve in url... $ECHO_C" >&6
1765 fi
1766 library=`echo url | tr _ -`
1767
1768 elisp="(progn (fmakunbound (quote url-retrieve)) (condition-case nil (progn (require (quote $library)) (fboundp (quote url-retrieve))) (error (prog1 nil (message \"$library not found\")))))"
1769 if test -z ""noecho""; then
1770         echo "$as_me:$LINENO: checking for url" >&5
1771 echo $ECHO_N "checking for url... $ECHO_C" >&6
1772 fi
1773 if test "${EMACS_cv_SYS_url+set}" = set; then
1774   echo $ECHO_N "(cached) $ECHO_C" >&6
1775 else
1776
1777         OUTPUT=./conftest-$$
1778         echo ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1779         eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1780         retval=`cat ${OUTPUT}`
1781         echo "=> ${retval}" >& 5 2>&1
1782         rm -f ${OUTPUT}
1783         EMACS_cv_SYS_url=$retval
1784
1785 fi
1786
1787 url=${EMACS_cv_SYS_url}
1788 if test -z ""noecho""; then
1789         echo "$as_me:$LINENO: result: $url" >&5
1790 echo "${ECHO_T}$url" >&6
1791 fi
1792
1793 if test "${EMACS_cv_SYS_url}" = nil; then
1794         EMACS_cv_SYS_url=no
1795 fi
1796 if test "${EMACS_cv_SYS_url}" = t; then
1797         EMACS_cv_SYS_url=yes
1798 fi
1799 HAVE_url=${EMACS_cv_SYS_url}
1800
1801 if test -z ""noecho""; then
1802         echo "$as_me:$LINENO: result: $HAVE_url" >&5
1803 echo "${ECHO_T}$HAVE_url" >&6
1804 fi
1805
1806 if test "${HAVE_url}" = yes; then
1807         EMACS_cv_ACCEPTABLE_URL=yes
1808 else
1809         EMACS_cv_ACCEPTABLE_URL=
1810 fi
1811
1812 if test "${EMACS_cv_ACCEPTABLE_URL}" = yes; then
1813
1814 elisp="(file-name-directory (locate-library \"url\"))"
1815 if test -z ""noecho""; then
1816         echo "$as_me:$LINENO: checking for url_dir" >&5
1817 echo $ECHO_N "checking for url_dir... $ECHO_C" >&6
1818 fi
1819 if test "${EMACS_cv_SYS_url_dir+set}" = set; then
1820   echo $ECHO_N "(cached) $ECHO_C" >&6
1821 else
1822
1823         OUTPUT=./conftest-$$
1824         echo ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1825         eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1826         retval=`cat ${OUTPUT}`
1827         echo "=> ${retval}" >& 5 2>&1
1828         rm -f ${OUTPUT}
1829         EMACS_cv_SYS_url_dir=$retval
1830
1831 fi
1832
1833 url_dir=${EMACS_cv_SYS_url_dir}
1834 if test -z ""noecho""; then
1835         echo "$as_me:$LINENO: result: $url_dir" >&5
1836 echo "${ECHO_T}$url_dir" >&6
1837 fi
1838
1839         EMACS_cv_ACCEPTABLE_URL=$EMACS_cv_SYS_url_dir
1840 fi
1841
1842 fi
1843
1844
1845 # Check whether --with-url or --without-url was given.
1846 if test "${with_url+set}" = set; then
1847   withval="$with_url"
1848    EMACS_cv_ACCEPTABLE_URL=`( cd $withval && pwd || echo "$withval" ) 2> /dev/null`
1849 fi;
1850    URL=${EMACS_cv_ACCEPTABLE_URL}
1851
1852    if test -z "${EMACS_cv_ACCEPTABLE_URL}"; then
1853         echo "$as_me:$LINENO: result: not found" >&5
1854 echo "${ECHO_T}not found" >&6
1855    else
1856         echo "$as_me:$LINENO: result: \"${URL}\"" >&5
1857 echo "${ECHO_T}\"${URL}\"" >&6
1858    fi
1859
1860
1861 echo "$as_me:$LINENO: checking for acceptable W3 version" >&5
1862 echo $ECHO_N "checking for acceptable W3 version... $ECHO_C" >&6
1863
1864 unset EMACS_cv_ACCEPTABLE_W3;
1865 unset EMACS_cv_SYS_w3_dir;
1866 unset EMACS_cv_SYS_w3_forms;
1867
1868 if test "${EMACS_cv_ACCEPTABLE_W3+set}" = set; then
1869   echo $ECHO_N "(cached) $ECHO_C" >&6
1870 else
1871
1872
1873 if test -z ""noecho""; then
1874         echo "$as_me:$LINENO: checking for w3-form-encode-xwfu in w3_forms" >&5
1875 echo $ECHO_N "checking for w3-form-encode-xwfu in w3_forms... $ECHO_C" >&6
1876 fi
1877 library=`echo w3_forms | tr _ -`
1878
1879 elisp="(progn (fmakunbound (quote w3-form-encode-xwfu)) (condition-case nil (progn (require (quote $library)) (fboundp (quote w3-form-encode-xwfu))) (error (prog1 nil (message \"$library not found\")))))"
1880 if test -z ""noecho""; then
1881         echo "$as_me:$LINENO: checking for w3_forms" >&5
1882 echo $ECHO_N "checking for w3_forms... $ECHO_C" >&6
1883 fi
1884 if test "${EMACS_cv_SYS_w3_forms+set}" = set; then
1885   echo $ECHO_N "(cached) $ECHO_C" >&6
1886 else
1887
1888         OUTPUT=./conftest-$$
1889         echo ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1890         eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1891         retval=`cat ${OUTPUT}`
1892         echo "=> ${retval}" >& 5 2>&1
1893         rm -f ${OUTPUT}
1894         EMACS_cv_SYS_w3_forms=$retval
1895
1896 fi
1897
1898 w3_forms=${EMACS_cv_SYS_w3_forms}
1899 if test -z ""noecho""; then
1900         echo "$as_me:$LINENO: result: $w3_forms" >&5
1901 echo "${ECHO_T}$w3_forms" >&6
1902 fi
1903
1904 if test "${EMACS_cv_SYS_w3_forms}" = nil; then
1905         EMACS_cv_SYS_w3_forms=no
1906 fi
1907 if test "${EMACS_cv_SYS_w3_forms}" = t; then
1908         EMACS_cv_SYS_w3_forms=yes
1909 fi
1910 HAVE_w3_forms=${EMACS_cv_SYS_w3_forms}
1911
1912 if test -z ""noecho""; then
1913         echo "$as_me:$LINENO: result: $HAVE_w3_forms" >&5
1914 echo "${ECHO_T}$HAVE_w3_forms" >&6
1915 fi
1916
1917 if test "${HAVE_w3_forms}" = yes; then
1918         EMACS_cv_ACCEPTABLE_W3=yes
1919 else
1920         EMACS_cv_ACCEPTABLE_W3=
1921 fi
1922
1923 if test "${EMACS_cv_ACCEPTABLE_W3}" = yes; then
1924
1925 elisp="(file-name-directory (locate-library \"w3-forms\"))"
1926 if test -z ""noecho""; then
1927         echo "$as_me:$LINENO: checking for w3_dir" >&5
1928 echo $ECHO_N "checking for w3_dir... $ECHO_C" >&6
1929 fi
1930 if test "${EMACS_cv_SYS_w3_dir+set}" = set; then
1931   echo $ECHO_N "(cached) $ECHO_C" >&6
1932 else
1933
1934         OUTPUT=./conftest-$$
1935         echo ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1936         eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
1937         retval=`cat ${OUTPUT}`
1938         echo "=> ${retval}" >& 5 2>&1
1939         rm -f ${OUTPUT}
1940         EMACS_cv_SYS_w3_dir=$retval
1941
1942 fi
1943
1944 w3_dir=${EMACS_cv_SYS_w3_dir}
1945 if test -z ""noecho""; then
1946         echo "$as_me:$LINENO: result: $w3_dir" >&5
1947 echo "${ECHO_T}$w3_dir" >&6
1948 fi
1949
1950         EMACS_cv_ACCEPTABLE_W3=$EMACS_cv_SYS_w3_dir
1951 fi
1952
1953 fi
1954
1955
1956 # Check whether --with-w3 or --without-w3 was given.
1957 if test "${with_w3+set}" = set; then
1958   withval="$with_w3"
1959    EMACS_cv_ACCEPTABLE_W3=`( cd $withval && pwd || echo "$withval" ) 2> /dev/null`
1960 fi;
1961    W3=${EMACS_cv_ACCEPTABLE_W3}
1962
1963    if test -z "${EMACS_cv_ACCEPTABLE_W3}"; then
1964         echo "$as_me:$LINENO: result: not found" >&5
1965 echo "${ECHO_T}not found" >&6
1966    else
1967         echo "$as_me:$LINENO: result: ${W3}" >&5
1968 echo "${ECHO_T}${W3}" >&6
1969    fi
1970
1971
1972   echo "$as_me:$LINENO: checking which options to pass on to (X)Emacs" >&5
1973 echo $ECHO_N "checking which options to pass on to (X)Emacs... $ECHO_C" >&6
1974   if test "x$FLAGS" = "x"; then
1975     if test "$EMACS_FLAVOR" = "xemacs"; then
1976       FLAGS="-batch -no-autoloads -l \$(srcdir)/dgnushack.el"
1977     else
1978       FLAGS="-batch -q -no-site-file -l \$(srcdir)/dgnushack.el"
1979     fi
1980   else
1981     FLAGS=$FLAGS
1982   fi
1983   echo "$as_me:$LINENO: result: $FLAGS" >&5
1984 echo "${ECHO_T}$FLAGS" >&6
1985
1986
1987
1988 test "$LATEX" = t && LATEX=
1989 test "$LATEX" || for ac_prog in latex
1990 do
1991   # Extract the first word of "$ac_prog", so it can be a program name with args.
1992 set dummy $ac_prog; ac_word=$2
1993 echo "$as_me:$LINENO: checking for $ac_word" >&5
1994 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1995 if test "${ac_cv_path_LATEX+set}" = set; then
1996   echo $ECHO_N "(cached) $ECHO_C" >&6
1997 else
1998   case $LATEX in
1999   [\\/]* | ?:[\\/]*)
2000   ac_cv_path_LATEX="$LATEX" # Let the user override the test with a path.
2001   ;;
2002   *)
2003   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2004 for as_dir in $PATH
2005 do
2006   IFS=$as_save_IFS
2007   test -z "$as_dir" && as_dir=.
2008   for ac_exec_ext in '' $ac_executable_extensions; do
2009   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2010     ac_cv_path_LATEX="$as_dir/$ac_word$ac_exec_ext"
2011     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2012     break 2
2013   fi
2014 done
2015 done
2016
2017   ;;
2018 esac
2019 fi
2020 LATEX=$ac_cv_path_LATEX
2021
2022 if test -n "$LATEX"; then
2023   echo "$as_me:$LINENO: result: $LATEX" >&5
2024 echo "${ECHO_T}$LATEX" >&6
2025 else
2026   echo "$as_me:$LINENO: result: no" >&5
2027 echo "${ECHO_T}no" >&6
2028 fi
2029
2030   test -n "$LATEX" && break
2031 done
2032 test -n "$LATEX" || LATEX="no"
2033
2034 echo "$as_me:$LINENO: checking for available fonts" >&5
2035 echo $ECHO_N "checking for available fonts... $ECHO_C" >&6
2036
2037 # Check whether --with-fonts or --without-fonts was given.
2038 if test "${with_fonts+set}" = set; then
2039   withval="$with_fonts"
2040   USE_FONTS="$withval"
2041 fi;
2042 WITH_FONTS_bembo='%'
2043 WITHOUT_FONTS_bembo=
2044 WITH_FONTS_pfu='%'
2045 WITHOUT_FONTS_pfu=
2046 WITH_FONTS_bcr='%'
2047 WITHOUT_FONTS_bcr=
2048 if test -z "${USE_FONTS}"; then
2049   if test "${LATEX}" = no; then
2050         :
2051   else
2052     OUTPUT=./conftest-$$
2053     echo '\nonstopmode\documentclass{article}\usepackage{bembo}\begin{document}\end{document}' > ${OUTPUT}
2054     if ${LATEX} ${OUTPUT} </dev/null >& 5 2>&1  ; then
2055       if test -z "${USE_FONTS}"; then
2056         USE_FONTS="Adobe Bembo"
2057       else
2058         USE_FONTS="${USE_FONTS}, Adobe Bembo"
2059       fi
2060       WITH_FONTS_bembo=
2061       WITHOUT_FONTS_bembo='%'
2062     fi
2063     echo '\nonstopmode\documentclass{article}\begin{document}{\fontfamily{pfu}\fontsize{10pt}{10}\selectfont test}\end{document}' > ${OUTPUT}
2064     if retval=`${LATEX} ${OUTPUT} </dev/null 2>& 5`; then
2065       if echo "$retval" | grep 'Some font shapes were not available' >& 5 2>&1  ; then
2066         :
2067       else
2068          if test -z "${USE_FONTS}"; then
2069           USE_FONTS="Adobe Futura"
2070          else
2071           USE_FONTS="${USE_FONTS}, Adobe Futura"
2072          fi
2073          WITH_FONTS_pfu=
2074          WITHOUT_FONTS_pfu='%'
2075       fi
2076     fi
2077     echo '\nonstopmode\documentclass{article}\begin{document}{\fontfamily{bcr}\fontsize{10pt}{10}\selectfont test}\end{document}' > ${OUTPUT}
2078     if retval=`${LATEX} ${OUTPUT} </dev/null 2>& 5`; then
2079       if echo "$retval" | grep 'Some font shapes were not available' >& 5 2>&1  ; then
2080         :
2081       else
2082          if test -z "${USE_FONTS}"; then
2083           USE_FONTS="Bitstream Courier"
2084          else
2085           USE_FONTS="${USE_FONTS}, Bitstream Courier"
2086          fi
2087          WITH_FONTS_bcr=
2088          WITHOUT_FONTS_bcr='%'
2089       fi
2090     fi
2091     rm -f ${OUTPUT} ${OUTPUT}.aux ${OUTPUT}.log ${OUTPUT}.dvi
2092   fi
2093 elif test "${USE_FONTS}" = yes ; then
2094   WITH_FONTS_bembo=
2095   WITHOUT_FONTS_bembo='%'
2096   WITH_FONTS_pfu=
2097   WITHOUT_FONTS_pfu='%'
2098   WITH_FONTS_bcr=
2099   WITHOUT_FONTS_bcr='%'
2100 fi
2101
2102
2103
2104
2105
2106
2107 if test -z "${USE_FONTS}" ; then
2108   USE_FONTS=no
2109 fi
2110 USE_FONTS=`echo "${USE_FONTS}" | sed 's/,\([^,]*\)$/ and\1/'`
2111 echo "$as_me:$LINENO: result: \"${USE_FONTS}\"" >&5
2112 echo "${ECHO_T}\"${USE_FONTS}\"" >&6
2113 if test "${USE_FONTS}" = yes ; then
2114   USE_FONTS='Set in Adobe Bembo, Adobe Futura and Bitstream Courier.'
2115 elif test "${USE_FONTS}" = no ; then
2116   USE_FONTS=''
2117 else
2118   USE_FONTS="Set in ${USE_FONTS}."
2119 fi
2120
2121
2122   if test ${EMACS_FLAVOR} = xemacs; then
2123     echo "$as_me:$LINENO: checking where the XEmacs package is" >&5
2124 echo $ECHO_N "checking where the XEmacs package is... $ECHO_C" >&6
2125
2126 # Check whether --with-packagedir or --without-packagedir was given.
2127 if test "${with_packagedir+set}" = set; then
2128   withval="$with_packagedir"
2129   if test "$withval" != yes -a -n "$withval"; then
2130         PACKAGEDIR=$withval
2131       else
2132
2133 elisp="(let (package-dir)\
2134       (if (boundp (quote early-packages))\
2135           (let ((dirs (delq nil (append (if early-package-load-path\
2136                                             early-packages)\
2137                                         (if late-package-load-path\
2138                                             late-packages)\
2139                                         (if last-package-load-path\
2140                                             last-packages)))))\
2141             (while (and dirs (not package-dir))\
2142               (if (file-directory-p (car dirs))\
2143                   (setq package-dir (car dirs)\
2144                         dirs (cdr dirs))))))\
2145       (or package-dir \"\"))"
2146 if test -z ""noecho""; then
2147         echo "$as_me:$LINENO: checking for PACKAGEDIR" >&5
2148 echo $ECHO_N "checking for PACKAGEDIR... $ECHO_C" >&6
2149 fi
2150 if test "${EMACS_cv_SYS_PACKAGEDIR+set}" = set; then
2151   echo $ECHO_N "(cached) $ECHO_C" >&6
2152 else
2153
2154         OUTPUT=./conftest-$$
2155         echo ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
2156         eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
2157         retval=`cat ${OUTPUT}`
2158         echo "=> ${retval}" >& 5 2>&1
2159         rm -f ${OUTPUT}
2160         EMACS_cv_SYS_PACKAGEDIR=$retval
2161
2162 fi
2163
2164 PACKAGEDIR=${EMACS_cv_SYS_PACKAGEDIR}
2165 if test -z ""noecho""; then
2166         echo "$as_me:$LINENO: result: $PACKAGEDIR" >&5
2167 echo "${ECHO_T}$PACKAGEDIR" >&6
2168 fi
2169
2170       fi
2171 else
2172
2173 elisp="(let (package-dir)\
2174       (if (boundp (quote early-packages))\
2175           (let ((dirs (delq nil (append (if early-package-load-path\
2176                                             early-packages)\
2177                                         (if late-package-load-path\
2178                                             late-packages)\
2179                                         (if last-package-load-path\
2180                                             last-packages)))))\
2181             (while (and dirs (not package-dir))\
2182               (if (file-directory-p (car dirs))\
2183                   (setq package-dir (car dirs)\
2184                         dirs (cdr dirs))))))\
2185       (or package-dir \"\"))"
2186 if test -z ""noecho""; then
2187         echo "$as_me:$LINENO: checking for PACKAGEDIR" >&5
2188 echo $ECHO_N "checking for PACKAGEDIR... $ECHO_C" >&6
2189 fi
2190 if test "${EMACS_cv_SYS_PACKAGEDIR+set}" = set; then
2191   echo $ECHO_N "(cached) $ECHO_C" >&6
2192 else
2193
2194         OUTPUT=./conftest-$$
2195         echo ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
2196         eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& 5 2>&1
2197         retval=`cat ${OUTPUT}`
2198         echo "=> ${retval}" >& 5 2>&1
2199         rm -f ${OUTPUT}
2200         EMACS_cv_SYS_PACKAGEDIR=$retval
2201
2202 fi
2203
2204 PACKAGEDIR=${EMACS_cv_SYS_PACKAGEDIR}
2205 if test -z ""noecho""; then
2206         echo "$as_me:$LINENO: result: $PACKAGEDIR" >&5
2207 echo "${ECHO_T}$PACKAGEDIR" >&6
2208 fi
2209
2210 fi;
2211     if test -z "$PACKAGEDIR"; then
2212       echo "$as_me:$LINENO: result: not found" >&5
2213 echo "${ECHO_T}not found" >&6
2214     else
2215       echo "$as_me:$LINENO: result: $PACKAGEDIR" >&5
2216 echo "${ECHO_T}$PACKAGEDIR" >&6
2217     fi
2218   else
2219     PACKAGEDIR=
2220   fi
2221
2222
2223 # Check whether --with-addpath or --without-addpath was given.
2224 if test "${with_addpath+set}" = set; then
2225   withval="$with_addpath"
2226   if test "$withval" != yes -a -n "$withval"; then
2227       echo "$as_me:$LINENO: checking where to find the additional elisp libraries" >&5
2228 echo $ECHO_N "checking where to find the additional elisp libraries... $ECHO_C" >&6
2229       ADDITIONAL_LOAD_PATH=$withval
2230       echo "$as_me:$LINENO: result: $ADDITIONAL_LOAD_PATH" >&5
2231 echo "${ECHO_T}$ADDITIONAL_LOAD_PATH" >&6
2232     fi
2233 else
2234   ADDITIONAL_LOAD_PATH=
2235 fi;
2236
2237                                                                       ac_config_files="$ac_config_files Makefile etc/Makefile lisp/Makefile texi/Makefile texi/gnusconfig.tex texi/ps/Makefile lisp/dgnuspath.el"
2238 cat >confcache <<\_ACEOF
2239 # This file is a shell script that caches the results of configure
2240 # tests run on this system so they can be shared between configure
2241 # scripts and configure runs, see configure's option --config-cache.
2242 # It is not useful on other systems.  If it contains results you don't
2243 # want to keep, you may remove or edit it.
2244 #
2245 # config.status only pays attention to the cache file if you give it
2246 # the --recheck option to rerun configure.
2247 #
2248 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2249 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2250 # following values.
2251
2252 _ACEOF
2253
2254 # The following way of writing the cache mishandles newlines in values,
2255 # but we know of no workaround that is simple, portable, and efficient.
2256 # So, don't put newlines in cache variables' values.
2257 # Ultrix sh set writes to stderr and can't be redirected directly,
2258 # and sets the high bit in the cache file unless we assign to the vars.
2259 {
2260   (set) 2>&1 |
2261     case `(ac_space=' '; set | grep ac_space) 2>&1` in
2262     *ac_space=\ *)
2263       # `set' does not quote correctly, so add quotes (double-quote
2264       # substitution turns \\\\ into \\, and sed turns \\ into \).
2265       sed -n \
2266         "s/'/'\\\\''/g;
2267           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2268       ;;
2269     *)
2270       # `set' quotes correctly as required by POSIX, so do not add quotes.
2271       sed -n \
2272         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2273       ;;
2274     esac;
2275 } |
2276   sed '
2277      t clear
2278      : clear
2279      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2280      t end
2281      /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2282      : end' >>confcache
2283 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2284   if test -w $cache_file; then
2285     test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2286     cat confcache >$cache_file
2287   else
2288     echo "not updating unwritable cache $cache_file"
2289   fi
2290 fi
2291 rm -f confcache
2292
2293 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2294 # Let make expand exec_prefix.
2295 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2296
2297 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2298 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2299 # trailing colons and then remove the whole line if VPATH becomes empty
2300 # (actually we leave an empty line to preserve line numbers).
2301 if test "x$srcdir" = x.; then
2302   ac_vpsub='/^[         ]*VPATH[        ]*=/{
2303 s/:*\$(srcdir):*/:/;
2304 s/:*\${srcdir}:*/:/;
2305 s/:*@srcdir@:*/:/;
2306 s/^\([^=]*=[    ]*\):*/\1/;
2307 s/:*$//;
2308 s/^[^=]*=[      ]*$//;
2309 }'
2310 fi
2311
2312 # Transform confdefs.h into DEFS.
2313 # Protect against shell expansion while executing Makefile rules.
2314 # Protect against Makefile macro expansion.
2315 #
2316 # If the first sed substitution is executed (which looks for macros that
2317 # take arguments), then we branch to the quote section.  Otherwise,
2318 # look for a macro that doesn't take arguments.
2319 cat >confdef2opt.sed <<\_ACEOF
2320 t clear
2321 : clear
2322 s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\),-D\1=\2,g
2323 t quote
2324 s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\),-D\1=\2,g
2325 t quote
2326 d
2327 : quote
2328 s,[     `~#$^&*(){}\\|;'"<>?],\\&,g
2329 s,\[,\\&,g
2330 s,\],\\&,g
2331 s,\$,$$,g
2332 p
2333 _ACEOF
2334 # We use echo to avoid assuming a particular line-breaking character.
2335 # The extra dot is to prevent the shell from consuming trailing
2336 # line-breaks from the sub-command output.  A line-break within
2337 # single-quotes doesn't work because, if this script is created in a
2338 # platform that uses two characters for line-breaks (e.g., DOS), tr
2339 # would break.
2340 ac_LF_and_DOT=`echo; echo .`
2341 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2342 rm -f confdef2opt.sed
2343
2344
2345 ac_libobjs=
2346 ac_ltlibobjs=
2347 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2348   # 1. Remove the extension, and $U if already installed.
2349   ac_i=`echo "$ac_i" |
2350          sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2351   # 2. Add them.
2352   ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2353   ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2354 done
2355 LIBOBJS=$ac_libobjs
2356
2357 LTLIBOBJS=$ac_ltlibobjs
2358
2359
2360
2361 : ${CONFIG_STATUS=./config.status}
2362 ac_clean_files_save=$ac_clean_files
2363 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2364 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2365 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2366 cat >$CONFIG_STATUS <<_ACEOF
2367 #! $SHELL
2368 # Generated by $as_me.
2369 # Run this file to recreate the current configuration.
2370 # Compiler output produced by configure, useful for debugging
2371 # configure, is in config.log if it exists.
2372
2373 debug=false
2374 ac_cs_recheck=false
2375 ac_cs_silent=false
2376 SHELL=\${CONFIG_SHELL-$SHELL}
2377 _ACEOF
2378
2379 cat >>$CONFIG_STATUS <<\_ACEOF
2380 ## --------------------- ##
2381 ## M4sh Initialization.  ##
2382 ## --------------------- ##
2383
2384 # Be Bourne compatible
2385 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2386   emulate sh
2387   NULLCMD=:
2388   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2389   # is contrary to our usage.  Disable this feature.
2390   alias -g '${1+"$@"}'='"$@"'
2391 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2392   set -o posix
2393 fi
2394
2395 # Support unset when possible.
2396 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
2397   as_unset=unset
2398 else
2399   as_unset=false
2400 fi
2401
2402
2403 # Work around bugs in pre-3.0 UWIN ksh.
2404 $as_unset ENV MAIL MAILPATH
2405 PS1='$ '
2406 PS2='> '
2407 PS4='+ '
2408
2409 # NLS nuisances.
2410 for as_var in \
2411   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2412   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2413   LC_TELEPHONE LC_TIME
2414 do
2415   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
2416     eval $as_var=C; export $as_var
2417   else
2418     $as_unset $as_var
2419   fi
2420 done
2421
2422 # Required to use basename.
2423 if expr a : '\(a\)' >/dev/null 2>&1; then
2424   as_expr=expr
2425 else
2426   as_expr=false
2427 fi
2428
2429 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2430   as_basename=basename
2431 else
2432   as_basename=false
2433 fi
2434
2435
2436 # Name of the executable.
2437 as_me=`$as_basename "$0" ||
2438 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2439          X"$0" : 'X\(//\)$' \| \
2440          X"$0" : 'X\(/\)$' \| \
2441          .     : '\(.\)' 2>/dev/null ||
2442 echo X/"$0" |
2443     sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2444           /^X\/\(\/\/\)$/{ s//\1/; q; }
2445           /^X\/\(\/\).*/{ s//\1/; q; }
2446           s/.*/./; q'`
2447
2448
2449 # PATH needs CR, and LINENO needs CR and PATH.
2450 # Avoid depending upon Character Ranges.
2451 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2452 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2453 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2454 as_cr_digits='0123456789'
2455 as_cr_alnum=$as_cr_Letters$as_cr_digits
2456
2457 # The user is always right.
2458 if test "${PATH_SEPARATOR+set}" != set; then
2459   echo "#! /bin/sh" >conf$$.sh
2460   echo  "exit 0"   >>conf$$.sh
2461   chmod +x conf$$.sh
2462   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2463     PATH_SEPARATOR=';'
2464   else
2465     PATH_SEPARATOR=:
2466   fi
2467   rm -f conf$$.sh
2468 fi
2469
2470
2471   as_lineno_1=$LINENO
2472   as_lineno_2=$LINENO
2473   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2474   test "x$as_lineno_1" != "x$as_lineno_2" &&
2475   test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2476   # Find who we are.  Look in the path if we contain no path at all
2477   # relative or not.
2478   case $0 in
2479     *[\\/]* ) as_myself=$0 ;;
2480     *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2481 for as_dir in $PATH
2482 do
2483   IFS=$as_save_IFS
2484   test -z "$as_dir" && as_dir=.
2485   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2486 done
2487
2488        ;;
2489   esac
2490   # We did not find ourselves, most probably we were run as `sh COMMAND'
2491   # in which case we are not to be found in the path.
2492   if test "x$as_myself" = x; then
2493     as_myself=$0
2494   fi
2495   if test ! -f "$as_myself"; then
2496     { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
2497 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
2498    { (exit 1); exit 1; }; }
2499   fi
2500   case $CONFIG_SHELL in
2501   '')
2502     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2503 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2504 do
2505   IFS=$as_save_IFS
2506   test -z "$as_dir" && as_dir=.
2507   for as_base in sh bash ksh sh5; do
2508          case $as_dir in
2509          /*)
2510            if ("$as_dir/$as_base" -c '
2511   as_lineno_1=$LINENO
2512   as_lineno_2=$LINENO
2513   as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2514   test "x$as_lineno_1" != "x$as_lineno_2" &&
2515   test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2516              $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2517              $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2518              CONFIG_SHELL=$as_dir/$as_base
2519              export CONFIG_SHELL
2520              exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2521            fi;;
2522          esac
2523        done
2524 done
2525 ;;
2526   esac
2527
2528   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2529   # uniformly replaced by the line number.  The first 'sed' inserts a
2530   # line-number line before each line; the second 'sed' does the real
2531   # work.  The second script uses 'N' to pair each line-number line
2532   # with the numbered line, and appends trailing '-' during
2533   # substitution so that $LINENO is not a special case at line end.
2534   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2535   # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2536   sed '=' <$as_myself |
2537     sed '
2538       N
2539       s,$,-,
2540       : loop
2541       s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2542       t loop
2543       s,-$,,
2544       s,^['$as_cr_digits']*\n,,
2545     ' >$as_me.lineno &&
2546   chmod +x $as_me.lineno ||
2547     { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2548 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
2549    { (exit 1); exit 1; }; }
2550
2551   # Don't try to exec as it changes $[0], causing all sort of problems
2552   # (the dirname of $[0] is not the place where we might find the
2553   # original and so on.  Autoconf is especially sensible to this).
2554   . ./$as_me.lineno
2555   # Exit status is that of the last command.
2556   exit
2557 }
2558
2559
2560 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2561   *c*,-n*) ECHO_N= ECHO_C='
2562 ' ECHO_T='      ' ;;
2563   *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2564   *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2565 esac
2566
2567 if expr a : '\(a\)' >/dev/null 2>&1; then
2568   as_expr=expr
2569 else
2570   as_expr=false
2571 fi
2572
2573 rm -f conf$$ conf$$.exe conf$$.file
2574 echo >conf$$.file
2575 if ln -s conf$$.file conf$$ 2>/dev/null; then
2576   # We could just check for DJGPP; but this test a) works b) is more generic
2577   # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2578   if test -f conf$$.exe; then
2579     # Don't use ln at all; we don't have any links
2580     as_ln_s='cp -p'
2581   else
2582     as_ln_s='ln -s'
2583   fi
2584 elif ln conf$$.file conf$$ 2>/dev/null; then
2585   as_ln_s=ln
2586 else
2587   as_ln_s='cp -p'
2588 fi
2589 rm -f conf$$ conf$$.exe conf$$.file
2590
2591 if mkdir -p . 2>/dev/null; then
2592   as_mkdir_p=:
2593 else
2594   as_mkdir_p=false
2595 fi
2596
2597 as_executable_p="test -f"
2598
2599 # Sed expression to map a string onto a valid CPP name.
2600 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
2601
2602 # Sed expression to map a string onto a valid variable name.
2603 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
2604
2605
2606 # IFS
2607 # We need space, tab and new line, in precisely that order.
2608 as_nl='
2609 '
2610 IFS="   $as_nl"
2611
2612 # CDPATH.
2613 $as_unset CDPATH
2614
2615 exec 6>&1
2616
2617 # Open the log real soon, to keep \$[0] and so on meaningful, and to
2618 # report actual input values of CONFIG_FILES etc. instead of their
2619 # values after options handling.  Logging --version etc. is OK.
2620 exec 5>>config.log
2621 {
2622   echo
2623   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2624 ## Running $as_me. ##
2625 _ASBOX
2626 } >&5
2627 cat >&5 <<_CSEOF
2628
2629 This file was extended by $as_me, which was
2630 generated by GNU Autoconf 2.57.  Invocation command line was
2631
2632   CONFIG_FILES    = $CONFIG_FILES
2633   CONFIG_HEADERS  = $CONFIG_HEADERS
2634   CONFIG_LINKS    = $CONFIG_LINKS
2635   CONFIG_COMMANDS = $CONFIG_COMMANDS
2636   $ $0 $@
2637
2638 _CSEOF
2639 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
2640 echo >&5
2641 _ACEOF
2642
2643 # Files that config.status was made for.
2644 if test -n "$ac_config_files"; then
2645   echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
2646 fi
2647
2648 if test -n "$ac_config_headers"; then
2649   echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
2650 fi
2651
2652 if test -n "$ac_config_links"; then
2653   echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
2654 fi
2655
2656 if test -n "$ac_config_commands"; then
2657   echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
2658 fi
2659
2660 cat >>$CONFIG_STATUS <<\_ACEOF
2661
2662 ac_cs_usage="\
2663 \`$as_me' instantiates files from templates according to the
2664 current configuration.
2665
2666 Usage: $0 [OPTIONS] [FILE]...
2667
2668   -h, --help       print this help, then exit
2669   -V, --version    print version number, then exit
2670   -q, --quiet      do not print progress messages
2671   -d, --debug      don't remove temporary files
2672       --recheck    update $as_me by reconfiguring in the same conditions
2673   --file=FILE[:TEMPLATE]
2674                    instantiate the configuration file FILE
2675
2676 Configuration files:
2677 $config_files
2678
2679 Report bugs to <bug-autoconf@gnu.org>."
2680 _ACEOF
2681
2682 cat >>$CONFIG_STATUS <<_ACEOF
2683 ac_cs_version="\\
2684 config.status
2685 configured by $0, generated by GNU Autoconf 2.57,
2686   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2687
2688 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
2689 Free Software Foundation, Inc.
2690 This config.status script is free software; the Free Software Foundation
2691 gives unlimited permission to copy, distribute and modify it."
2692 srcdir=$srcdir
2693 INSTALL="$INSTALL"
2694 _ACEOF
2695
2696 cat >>$CONFIG_STATUS <<\_ACEOF
2697 # If no file are specified by the user, then we need to provide default
2698 # value.  By we need to know if files were specified by the user.
2699 ac_need_defaults=:
2700 while test $# != 0
2701 do
2702   case $1 in
2703   --*=*)
2704     ac_option=`expr "x$1" : 'x\([^=]*\)='`
2705     ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
2706     ac_shift=:
2707     ;;
2708   -*)
2709     ac_option=$1
2710     ac_optarg=$2
2711     ac_shift=shift
2712     ;;
2713   *) # This is not an option, so the user has probably given explicit
2714      # arguments.
2715      ac_option=$1
2716      ac_need_defaults=false;;
2717   esac
2718
2719   case $ac_option in
2720   # Handling of the options.
2721 _ACEOF
2722 cat >>$CONFIG_STATUS <<\_ACEOF
2723   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2724     ac_cs_recheck=: ;;
2725   --version | --vers* | -V )
2726     echo "$ac_cs_version"; exit 0 ;;
2727   --he | --h)
2728     # Conflict between --help and --header
2729     { { echo "$as_me:$LINENO: error: ambiguous option: $1
2730 Try \`$0 --help' for more information." >&5
2731 echo "$as_me: error: ambiguous option: $1
2732 Try \`$0 --help' for more information." >&2;}
2733    { (exit 1); exit 1; }; };;
2734   --help | --hel | -h )
2735     echo "$ac_cs_usage"; exit 0 ;;
2736   --debug | --d* | -d )
2737     debug=: ;;
2738   --file | --fil | --fi | --f )
2739     $ac_shift
2740     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2741     ac_need_defaults=false;;
2742   --header | --heade | --head | --hea )
2743     $ac_shift
2744     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
2745     ac_need_defaults=false;;
2746   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2747   | -silent | --silent | --silen | --sile | --sil | --si | --s)
2748     ac_cs_silent=: ;;
2749
2750   # This is an error.
2751   -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
2752 Try \`$0 --help' for more information." >&5
2753 echo "$as_me: error: unrecognized option: $1
2754 Try \`$0 --help' for more information." >&2;}
2755    { (exit 1); exit 1; }; } ;;
2756
2757   *) ac_config_targets="$ac_config_targets $1" ;;
2758
2759   esac
2760   shift
2761 done
2762
2763 ac_configure_extra_args=
2764
2765 if $ac_cs_silent; then
2766   exec 6>/dev/null
2767   ac_configure_extra_args="$ac_configure_extra_args --silent"
2768 fi
2769
2770 _ACEOF
2771 cat >>$CONFIG_STATUS <<_ACEOF
2772 if \$ac_cs_recheck; then
2773   echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2774   exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2775 fi
2776
2777 _ACEOF
2778
2779
2780
2781
2782
2783 cat >>$CONFIG_STATUS <<\_ACEOF
2784 for ac_config_target in $ac_config_targets
2785 do
2786   case "$ac_config_target" in
2787   # Handling of arguments.
2788   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2789   "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
2790   "lisp/Makefile" ) CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;;
2791   "texi/Makefile" ) CONFIG_FILES="$CONFIG_FILES texi/Makefile" ;;
2792   "texi/gnusconfig.tex" ) CONFIG_FILES="$CONFIG_FILES texi/gnusconfig.tex" ;;
2793   "texi/ps/Makefile" ) CONFIG_FILES="$CONFIG_FILES texi/ps/Makefile" ;;
2794   "lisp/dgnuspath.el" ) CONFIG_FILES="$CONFIG_FILES lisp/dgnuspath.el" ;;
2795   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2796 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2797    { (exit 1); exit 1; }; };;
2798   esac
2799 done
2800
2801 # If the user did not use the arguments to specify the items to instantiate,
2802 # then the envvar interface is used.  Set only those that are not.
2803 # We use the long form for the default assignment because of an extremely
2804 # bizarre bug on SunOS 4.1.3.
2805 if $ac_need_defaults; then
2806   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2807 fi
2808
2809 # Have a temporary directory for convenience.  Make it in the build tree
2810 # simply because there is no reason to put it here, and in addition,
2811 # creating and moving files from /tmp can sometimes cause problems.
2812 # Create a temporary directory, and hook for its removal unless debugging.
2813 $debug ||
2814 {
2815   trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
2816   trap '{ (exit 1); exit 1; }' 1 2 13 15
2817 }
2818
2819 # Create a (secure) tmp directory for tmp files.
2820
2821 {
2822   tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
2823   test -n "$tmp" && test -d "$tmp"
2824 }  ||
2825 {
2826   tmp=./confstat$$-$RANDOM
2827   (umask 077 && mkdir $tmp)
2828 } ||
2829 {
2830    echo "$me: cannot create a temporary directory in ." >&2
2831    { (exit 1); exit 1; }
2832 }
2833
2834 _ACEOF
2835
2836 cat >>$CONFIG_STATUS <<_ACEOF
2837
2838 #
2839 # CONFIG_FILES section.
2840 #
2841
2842 # No need to generate the scripts if there are no CONFIG_FILES.
2843 # This happens for instance when ./config.status config.h
2844 if test -n "\$CONFIG_FILES"; then
2845   # Protect against being on the right side of a sed subst in config.status.
2846   sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
2847    s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
2848 s,@SHELL@,$SHELL,;t t
2849 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
2850 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
2851 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
2852 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
2853 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
2854 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
2855 s,@exec_prefix@,$exec_prefix,;t t
2856 s,@prefix@,$prefix,;t t
2857 s,@program_transform_name@,$program_transform_name,;t t
2858 s,@bindir@,$bindir,;t t
2859 s,@sbindir@,$sbindir,;t t
2860 s,@libexecdir@,$libexecdir,;t t
2861 s,@datadir@,$datadir,;t t
2862 s,@sysconfdir@,$sysconfdir,;t t
2863 s,@sharedstatedir@,$sharedstatedir,;t t
2864 s,@localstatedir@,$localstatedir,;t t
2865 s,@libdir@,$libdir,;t t
2866 s,@includedir@,$includedir,;t t
2867 s,@oldincludedir@,$oldincludedir,;t t
2868 s,@infodir@,$infodir,;t t
2869 s,@mandir@,$mandir,;t t
2870 s,@build_alias@,$build_alias,;t t
2871 s,@host_alias@,$host_alias,;t t
2872 s,@target_alias@,$target_alias,;t t
2873 s,@DEFS@,$DEFS,;t t
2874 s,@ECHO_C@,$ECHO_C,;t t
2875 s,@ECHO_N@,$ECHO_N,;t t
2876 s,@ECHO_T@,$ECHO_T,;t t
2877 s,@LIBS@,$LIBS,;t t
2878 s,@GNUS_PRODUCT_NAME@,$GNUS_PRODUCT_NAME,;t t
2879 s,@SET_MAKE@,$SET_MAKE,;t t
2880 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
2881 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
2882 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
2883 s,@MAKEINFO@,$MAKEINFO,;t t
2884 s,@EMACS@,$EMACS,;t t
2885 s,@XEMACS@,$XEMACS,;t t
2886 s,@lispdir@,$lispdir,;t t
2887 s,@etcdir@,$etcdir,;t t
2888 s,@info_dir@,$info_dir,;t t
2889 s,@HAVE_url@,$HAVE_url,;t t
2890 s,@URL@,$URL,;t t
2891 s,@HAVE_w3_forms@,$HAVE_w3_forms,;t t
2892 s,@W3@,$W3,;t t
2893 s,@FLAGS@,$FLAGS,;t t
2894 s,@LATEX@,$LATEX,;t t
2895 s,@WITH_FONTS_bembo@,$WITH_FONTS_bembo,;t t
2896 s,@WITHOUT_FONTS_bembo@,$WITHOUT_FONTS_bembo,;t t
2897 s,@WITH_FONTS_pfu@,$WITH_FONTS_pfu,;t t
2898 s,@WITHOUT_FONTS_pfu@,$WITHOUT_FONTS_pfu,;t t
2899 s,@WITH_FONTS_bcr@,$WITH_FONTS_bcr,;t t
2900 s,@WITHOUT_FONTS_bcr@,$WITHOUT_FONTS_bcr,;t t
2901 s,@USE_FONTS@,$USE_FONTS,;t t
2902 s,@PACKAGEDIR@,$PACKAGEDIR,;t t
2903 s,@ADDITIONAL_LOAD_PATH@,$ADDITIONAL_LOAD_PATH,;t t
2904 s,@LIBOBJS@,$LIBOBJS,;t t
2905 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
2906 CEOF
2907
2908 _ACEOF
2909
2910   cat >>$CONFIG_STATUS <<\_ACEOF
2911   # Split the substitutions into bite-sized pieces for seds with
2912   # small command number limits, like on Digital OSF/1 and HP-UX.
2913   ac_max_sed_lines=48
2914   ac_sed_frag=1 # Number of current file.
2915   ac_beg=1 # First line for current file.
2916   ac_end=$ac_max_sed_lines # Line after last line for current file.
2917   ac_more_lines=:
2918   ac_sed_cmds=
2919   while $ac_more_lines; do
2920     if test $ac_beg -gt 1; then
2921       sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2922     else
2923       sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
2924     fi
2925     if test ! -s $tmp/subs.frag; then
2926       ac_more_lines=false
2927     else
2928       # The purpose of the label and of the branching condition is to
2929       # speed up the sed processing (if there are no `@' at all, there
2930       # is no need to browse any of the substitutions).
2931       # These are the two extra sed commands mentioned above.
2932       (echo ':t
2933   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
2934       if test -z "$ac_sed_cmds"; then
2935         ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
2936       else
2937         ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
2938       fi
2939       ac_sed_frag=`expr $ac_sed_frag + 1`
2940       ac_beg=$ac_end
2941       ac_end=`expr $ac_end + $ac_max_sed_lines`
2942     fi
2943   done
2944   if test -z "$ac_sed_cmds"; then
2945     ac_sed_cmds=cat
2946   fi
2947 fi # test -n "$CONFIG_FILES"
2948
2949 _ACEOF
2950 cat >>$CONFIG_STATUS <<\_ACEOF
2951 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
2952   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
2953   case $ac_file in
2954   - | *:- | *:-:* ) # input from stdin
2955         cat >$tmp/stdin
2956         ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2957         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2958   *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
2959         ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
2960   * )   ac_file_in=$ac_file.in ;;
2961   esac
2962
2963   # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
2964   ac_dir=`(dirname "$ac_file") 2>/dev/null ||
2965 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2966          X"$ac_file" : 'X\(//\)[^/]' \| \
2967          X"$ac_file" : 'X\(//\)$' \| \
2968          X"$ac_file" : 'X\(/\)' \| \
2969          .     : '\(.\)' 2>/dev/null ||
2970 echo X"$ac_file" |
2971     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2972           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2973           /^X\(\/\/\)$/{ s//\1/; q; }
2974           /^X\(\/\).*/{ s//\1/; q; }
2975           s/.*/./; q'`
2976   { if $as_mkdir_p; then
2977     mkdir -p "$ac_dir"
2978   else
2979     as_dir="$ac_dir"
2980     as_dirs=
2981     while test ! -d "$as_dir"; do
2982       as_dirs="$as_dir $as_dirs"
2983       as_dir=`(dirname "$as_dir") 2>/dev/null ||
2984 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2985          X"$as_dir" : 'X\(//\)[^/]' \| \
2986          X"$as_dir" : 'X\(//\)$' \| \
2987          X"$as_dir" : 'X\(/\)' \| \
2988          .     : '\(.\)' 2>/dev/null ||
2989 echo X"$as_dir" |
2990     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
2991           /^X\(\/\/\)[^/].*/{ s//\1/; q; }
2992           /^X\(\/\/\)$/{ s//\1/; q; }
2993           /^X\(\/\).*/{ s//\1/; q; }
2994           s/.*/./; q'`
2995     done
2996     test ! -n "$as_dirs" || mkdir $as_dirs
2997   fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
2998 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
2999    { (exit 1); exit 1; }; }; }
3000
3001   ac_builddir=.
3002
3003 if test "$ac_dir" != .; then
3004   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3005   # A "../" for each directory in $ac_dir_suffix.
3006   ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3007 else
3008   ac_dir_suffix= ac_top_builddir=
3009 fi
3010
3011 case $srcdir in
3012   .)  # No --srcdir option.  We are building in place.
3013     ac_srcdir=.
3014     if test -z "$ac_top_builddir"; then
3015        ac_top_srcdir=.
3016     else
3017        ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3018     fi ;;
3019   [\\/]* | ?:[\\/]* )  # Absolute path.
3020     ac_srcdir=$srcdir$ac_dir_suffix;
3021     ac_top_srcdir=$srcdir ;;
3022   *) # Relative path.
3023     ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3024     ac_top_srcdir=$ac_top_builddir$srcdir ;;
3025 esac
3026 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
3027 # absolute.
3028 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
3029 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
3030 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
3031 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
3032
3033
3034   case $INSTALL in
3035   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3036   *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3037   esac
3038
3039   if test x"$ac_file" != x-; then
3040     { echo "$as_me:$LINENO: creating $ac_file" >&5
3041 echo "$as_me: creating $ac_file" >&6;}
3042     rm -f "$ac_file"
3043   fi
3044   # Let's still pretend it is `configure' which instantiates (i.e., don't
3045   # use $as_me), people would be surprised to read:
3046   #    /* config.h.  Generated by config.status.  */
3047   if test x"$ac_file" = x-; then
3048     configure_input=
3049   else
3050     configure_input="$ac_file.  "
3051   fi
3052   configure_input=$configure_input"Generated from `echo $ac_file_in |
3053                                      sed 's,.*/,,'` by configure."
3054
3055   # First look for the input files in the build tree, otherwise in the
3056   # src tree.
3057   ac_file_inputs=`IFS=:
3058     for f in $ac_file_in; do
3059       case $f in
3060       -) echo $tmp/stdin ;;
3061       [\\/$]*)
3062          # Absolute (can't be DOS-style, as IFS=:)
3063          test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3064 echo "$as_me: error: cannot find input file: $f" >&2;}
3065    { (exit 1); exit 1; }; }
3066          echo $f;;
3067       *) # Relative
3068          if test -f "$f"; then
3069            # Build tree
3070            echo $f
3071          elif test -f "$srcdir/$f"; then
3072            # Source tree
3073            echo $srcdir/$f
3074          else
3075            # /dev/null tree
3076            { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3077 echo "$as_me: error: cannot find input file: $f" >&2;}
3078    { (exit 1); exit 1; }; }
3079          fi;;
3080       esac
3081     done` || { (exit 1); exit 1; }
3082 _ACEOF
3083 cat >>$CONFIG_STATUS <<_ACEOF
3084   sed "$ac_vpsub
3085 $extrasub
3086 _ACEOF
3087 cat >>$CONFIG_STATUS <<\_ACEOF
3088 :t
3089 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3090 s,@configure_input@,$configure_input,;t t
3091 s,@srcdir@,$ac_srcdir,;t t
3092 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3093 s,@top_srcdir@,$ac_top_srcdir,;t t
3094 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3095 s,@builddir@,$ac_builddir,;t t
3096 s,@abs_builddir@,$ac_abs_builddir,;t t
3097 s,@top_builddir@,$ac_top_builddir,;t t
3098 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3099 s,@INSTALL@,$ac_INSTALL,;t t
3100 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3101   rm -f $tmp/stdin
3102   if test x"$ac_file" != x-; then
3103     mv $tmp/out $ac_file
3104   else
3105     cat $tmp/out
3106     rm -f $tmp/out
3107   fi
3108
3109 done
3110 _ACEOF
3111
3112 cat >>$CONFIG_STATUS <<\_ACEOF
3113
3114 { (exit 0); exit 0; }
3115 _ACEOF
3116 chmod +x $CONFIG_STATUS
3117 ac_clean_files=$ac_clean_files_save
3118
3119
3120 # configure is writing to config.log, and then calls config.status.
3121 # config.status does its own redirection, appending to config.log.
3122 # Unfortunately, on DOS this fails, as config.log is still kept open
3123 # by configure, so config.status won't be able to write to it; its
3124 # output is simply discarded.  So we exec the FD to /dev/null,
3125 # effectively closing config.log, so it can be properly (re)opened and
3126 # appended to by config.status.  When coming back to configure, we
3127 # need to make the FD available again.
3128 if test "$no_create" != yes; then
3129   ac_cs_success=:
3130   ac_config_status_args=
3131   test "$silent" = yes &&
3132     ac_config_status_args="$ac_config_status_args --quiet"
3133   exec 5>/dev/null
3134   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3135   exec 5>>config.log
3136   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3137   # would make configure fail if this is the last instruction.
3138   $ac_cs_success || { (exit 1); exit 1; }
3139 fi
3140