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