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-misc-misc 1.0.0.
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-misc-misc'
271 PACKAGE_TARNAME='font-misc-misc'
272 PACKAGE_VERSION='1.0.0'
273 PACKAGE_STRING='font-misc-misc 1.0.0'
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 PERL BDFTOPCF BDFTRUNCATE 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_5_TRUE ISO8859_5_FALSE ISO8859_7_TRUE ISO8859_7_FALSE ISO8859_8_TRUE ISO8859_8_FALSE ISO8859_9_TRUE ISO8859_9_FALSE ISO8859_10_TRUE ISO8859_10_FALSE ISO8859_11_TRUE ISO8859_11_FALSE ISO8859_13_TRUE ISO8859_13_FALSE ISO8859_14_TRUE ISO8859_14_FALSE ISO8859_15_TRUE ISO8859_15_FALSE ISO8859_16_TRUE ISO8859_16_FALSE KOI8_R_TRUE KOI8_R_FALSE JISX0201_TRUE JISX0201_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-misc-misc 1.0.0 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-misc-misc 1.0.0:";;
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-5 Build ISO8859-5 fonts (default: yes)
813 --disable-iso8859-7 Build ISO8859-7 fonts (default: yes)
814 --disable-iso8859-8 Build ISO8859-8 fonts (default: yes)
815 --disable-iso8859-9 Build ISO8859-9 fonts (default: yes)
816 --disable-iso8859-10 Build ISO8859-10 fonts (default: yes)
817 --disable-iso8859-11 Build ISO8859-11 fonts (default: yes)
818 --disable-iso8859-13 Build ISO8859-13 fonts (default: yes)
819 --disable-iso8859-14 Build ISO8859-14 fonts (default: yes)
820 --disable-iso8859-15 Build ISO8859-15 fonts (default: yes)
821 --disable-iso8859-16 Build ISO8859-16 fonts (default: yes)
822 --disable-koi8-r Build KOI8-R fonts (default: yes)
823 --disable-jisx0201 Build JISX0201 fonts (default: yes)
824
825 Optional Packages:
826 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
827 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
828 --with-fontdir=FONTDIR Path to install fonts
829 --with-release-version=STRING
830 Use release version string in package name
831
832 Some influential environment variables:
833 PKG_CONFIG path to pkg-config utility
834 MAPS_CFLAGS C compiler flags for MAPS, overriding pkg-config
835 MAPS_LIBS linker flags for MAPS, overriding pkg-config
836
837 Use these variables to override the choices made by `configure' or to help
838 it to find libraries and programs with nonstandard names/locations.
839
840 Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
841 _ACEOF
842 fi
843
844 if test "$ac_init_help" = "recursive"; then
845 # If there are subdirs, report their specific --help.
846 ac_popdir=`pwd`
847 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
848 test -d $ac_dir || continue
849 ac_builddir=.
850
851 if test "$ac_dir" != .; then
852 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
853 # A "../" for each directory in $ac_dir_suffix.
854 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
855 else
856 ac_dir_suffix= ac_top_builddir=
857 fi
858
859 case $srcdir in
860 .) # No --srcdir option. We are building in place.
861 ac_srcdir=.
862 if test -z "$ac_top_builddir"; then
863 ac_top_srcdir=.
864 else
865 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
866 fi ;;
867 [\\/]* | ?:[\\/]* ) # Absolute path.
868 ac_srcdir=$srcdir$ac_dir_suffix;
869 ac_top_srcdir=$srcdir ;;
870 *) # Relative path.
871 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
872 ac_top_srcdir=$ac_top_builddir$srcdir ;;
873 esac
874
875 # Do not use `cd foo && pwd` to compute absolute paths, because
876 # the directories may not exist.
877 case `pwd` in
878 .) ac_abs_builddir="$ac_dir";;
879 *)
880 case "$ac_dir" in
881 .) ac_abs_builddir=`pwd`;;
882 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
883 *) ac_abs_builddir=`pwd`/"$ac_dir";;
884 esac;;
885 esac
886 case $ac_abs_builddir in
887 .) ac_abs_top_builddir=${ac_top_builddir}.;;
888 *)
889 case ${ac_top_builddir}. in
890 .) ac_abs_top_builddir=$ac_abs_builddir;;
891 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
892 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
893 esac;;
894 esac
895 case $ac_abs_builddir in
896 .) ac_abs_srcdir=$ac_srcdir;;
897 *)
898 case $ac_srcdir in
899 .) ac_abs_srcdir=$ac_abs_builddir;;
900 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
901 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
902 esac;;
903 esac
904 case $ac_abs_builddir in
905 .) ac_abs_top_srcdir=$ac_top_srcdir;;
906 *)
907 case $ac_top_srcdir in
908 .) ac_abs_top_srcdir=$ac_abs_builddir;;
909 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
910 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
911 esac;;
912 esac
913
914 cd $ac_dir
915 # Check for guested configure; otherwise get Cygnus style configure.
916 if test -f $ac_srcdir/configure.gnu; then
917 echo
918 $SHELL $ac_srcdir/configure.gnu --help=recursive
919 elif test -f $ac_srcdir/configure; then
920 echo
921 $SHELL $ac_srcdir/configure --help=recursive
922 elif test -f $ac_srcdir/configure.ac ||
923 test -f $ac_srcdir/configure.in; then
924 echo
925 $ac_configure --help
926 else
927 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
928 fi
929 cd $ac_popdir
930 done
931 fi
932
933 test -n "$ac_init_help" && exit 0
934 if $ac_init_version; then
935 cat <<\_ACEOF
936 font-misc-misc configure 1.0.0
937 generated by GNU Autoconf 2.59
938
939 Copyright (C) 2003 Free Software Foundation, Inc.
940 This configure script is free software; the Free Software Foundation
941 gives unlimited permission to copy, distribute and modify it.
942 _ACEOF
943 exit 0
944 fi
945 exec 5>config.log
946 cat >&5 <<_ACEOF
947 This file contains any messages produced by compilers while
948 running configure, to aid debugging if configure makes a mistake.
949
950 It was created by font-misc-misc $as_me 1.0.0, which was
951 generated by GNU Autoconf 2.59. Invocation command line was
952
953 $ $0 $@
954
955 _ACEOF
956 {
957 cat <<_ASUNAME
958 ## --------- ##
959 ## Platform. ##
960 ## --------- ##
961
962 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
963 uname -m = `(uname -m) 2>/dev/null || echo unknown`
964 uname -r = `(uname -r) 2>/dev/null || echo unknown`
965 uname -s = `(uname -s) 2>/dev/null || echo unknown`
966 uname -v = `(uname -v) 2>/dev/null || echo unknown`
967
968 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
969 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
970
971 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
972 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
973 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
974 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
975 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
976 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
977 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
978
979 _ASUNAME
980
981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
982 for as_dir in $PATH
983 do
984 IFS=$as_save_IFS
985 test -z "$as_dir" && as_dir=.
986 echo "PATH: $as_dir"
987 done
988
989 } >&5
990
991 cat >&5 <<_ACEOF
992
993
994 ## ----------- ##
995 ## Core tests. ##
996 ## ----------- ##
997
998 _ACEOF
999
1000
1001 # Keep a trace of the command line.
1002 # Strip out --no-create and --no-recursion so they do not pile up.
1003 # Strip out --silent because we don't want to record it for future runs.
1004 # Also quote any args containing shell meta-characters.
1005 # Make two passes to allow for proper duplicate-argument suppression.
1006 ac_configure_args=
1007 ac_configure_args0=
1008 ac_configure_args1=
1009 ac_sep=
1010 ac_must_keep_next=false
1011 for ac_pass in 1 2
1012 do
1013 for ac_arg
1014 do
1015 case $ac_arg in
1016 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1017 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1018 | -silent | --silent | --silen | --sile | --sil)
1019 continue ;;
1020 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1021 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1022 esac
1023 case $ac_pass in
1024 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1025 2)
1026 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1027 if test $ac_must_keep_next = true; then
1028 ac_must_keep_next=false # Got value, back to normal.
1029 else
1030 case $ac_arg in
1031 *=* | --config-cache | -C | -disable-* | --disable-* \
1032 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1033 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1034 | -with-* | --with-* | -without-* | --without-* | --x)
1035 case "$ac_configure_args0 " in
1036 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1037 esac
1038 ;;
1039 -* ) ac_must_keep_next=true ;;
1040 esac
1041 fi
1042 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1043 # Get rid of the leading space.
1044 ac_sep=" "
1045 ;;
1046 esac
1047 done
1048 done
1049 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1050 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1051
1052 # When interrupted or exit'd, cleanup temporary files, and complete
1053 # config.log. We remove comments because anyway the quotes in there
1054 # would cause problems or look ugly.
1055 # WARNING: Be sure not to use single quotes in there, as some shells,
1056 # such as our DU 5.0 friend, will then `close' the trap.
1057 trap 'exit_status=$?
1058 # Save into config.log some information that might help in debugging.
1059 {
1060 echo
1061
1062 cat <<\_ASBOX
1063 ## ---------------- ##
1064 ## Cache variables. ##
1065 ## ---------------- ##
1066 _ASBOX
1067 echo
1068 # The following way of writing the cache mishandles newlines in values,
1069 {
1070 (set) 2>&1 |
1071 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1072 *ac_space=\ *)
1073 sed -n \
1074 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1075 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1076 ;;
1077 *)
1078 sed -n \
1079 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1080 ;;
1081 esac;
1082 }
1083 echo
1084
1085 cat <<\_ASBOX
1086 ## ----------------- ##
1087 ## Output variables. ##
1088 ## ----------------- ##
1089 _ASBOX
1090 echo
1091 for ac_var in $ac_subst_vars
1092 do
1093 eval ac_val=$`echo $ac_var`
1094 echo "$ac_var='"'"'$ac_val'"'"'"
1095 done | sort
1096 echo
1097
1098 if test -n "$ac_subst_files"; then
1099 cat <<\_ASBOX
1100 ## ------------- ##
1101 ## Output files. ##
1102 ## ------------- ##
1103 _ASBOX
1104 echo
1105 for ac_var in $ac_subst_files
1106 do
1107 eval ac_val=$`echo $ac_var`
1108 echo "$ac_var='"'"'$ac_val'"'"'"
1109 done | sort
1110 echo
1111 fi
1112
1113 if test -s confdefs.h; then
1114 cat <<\_ASBOX
1115 ## ----------- ##
1116 ## confdefs.h. ##
1117 ## ----------- ##
1118 _ASBOX
1119 echo
1120 sed "/^$/d" confdefs.h | sort
1121 echo
1122 fi
1123 test "$ac_signal" != 0 &&
1124 echo "$as_me: caught signal $ac_signal"
1125 echo "$as_me: exit $exit_status"
1126 } >&5
1127 rm -f core *.core &&
1128 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1129 exit $exit_status
1130 ' 0
1131 for ac_signal in 1 2 13 15; do
1132 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1133 done
1134 ac_signal=0
1135
1136 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1137 rm -rf conftest* confdefs.h
1138 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1139 echo >confdefs.h
1140
1141 # Predefined preprocessor variables.
1142
1143 cat >>confdefs.h <<_ACEOF
1144 #define PACKAGE_NAME "$PACKAGE_NAME"
1145 _ACEOF
1146
1147
1148 cat >>confdefs.h <<_ACEOF
1149 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1150 _ACEOF
1151
1152
1153 cat >>confdefs.h <<_ACEOF
1154 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1155 _ACEOF
1156
1157
1158 cat >>confdefs.h <<_ACEOF
1159 #define PACKAGE_STRING "$PACKAGE_STRING"
1160 _ACEOF
1161
1162
1163 cat >>confdefs.h <<_ACEOF
1164 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1165 _ACEOF
1166
1167
1168 # Let the site file select an alternate cache file if it wants to.
1169 # Prefer explicitly selected file to automatically selected ones.
1170 if test -z "$CONFIG_SITE"; then
1171 if test "x$prefix" != xNONE; then
1172 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1173 else
1174 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1175 fi
1176 fi
1177 for ac_site_file in $CONFIG_SITE; do
1178 if test -r "$ac_site_file"; then
1179 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1180 echo "$as_me: loading site script $ac_site_file" >&6;}
1181 sed 's/^/| /' "$ac_site_file" >&5
1182 . "$ac_site_file"
1183 fi
1184 done
1185
1186 if test -r "$cache_file"; then
1187 # Some versions of bash will fail to source /dev/null (special
1188 # files actually), so we avoid doing that.
1189 if test -f "$cache_file"; then
1190 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1191 echo "$as_me: loading cache $cache_file" >&6;}
1192 case $cache_file in
1193 [\\/]* | ?:[\\/]* ) . $cache_file;;
1194 *) . ./$cache_file;;
1195 esac
1196 fi
1197 else
1198 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1199 echo "$as_me: creating cache $cache_file" >&6;}
1200 >$cache_file
1201 fi
1202
1203 # Check that the precious variables saved in the cache have kept the same
1204 # value.
1205 ac_cache_corrupted=false
1206 for ac_var in `(set) 2>&1 |
1207 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1208 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1209 eval ac_new_set=\$ac_env_${ac_var}_set
1210 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1211 eval ac_new_val="\$ac_env_${ac_var}_value"
1212 case $ac_old_set,$ac_new_set in
1213 set,)
1214 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1215 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1216 ac_cache_corrupted=: ;;
1217 ,set)
1218 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1219 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1220 ac_cache_corrupted=: ;;
1221 ,);;
1222 *)
1223 if test "x$ac_old_val" != "x$ac_new_val"; then
1224 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1225 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1226 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1227 echo "$as_me: former value: $ac_old_val" >&2;}
1228 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1229 echo "$as_me: current value: $ac_new_val" >&2;}
1230 ac_cache_corrupted=:
1231 fi;;
1232 esac
1233 # Pass precious variables to config.status.
1234 if test "$ac_new_set" = set; then
1235 case $ac_new_val in
1236 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1237 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1238 *) ac_arg=$ac_var=$ac_new_val ;;
1239 esac
1240 case " $ac_configure_args " in
1241 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1242 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1243 esac
1244 fi
1245 done
1246 if $ac_cache_corrupted; then
1247 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1248 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1249 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1250 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1251 { (exit 1); exit 1; }; }
1252 fi
1253
1254 ac_ext=c
1255 ac_cpp='$CPP $CPPFLAGS'
1256 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1257 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1258 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286 am__api_version="1.7"
1287 ac_aux_dir=
1288 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1289 if test -f $ac_dir/install-sh; then
1290 ac_aux_dir=$ac_dir
1291 ac_install_sh="$ac_aux_dir/install-sh -c"
1292 break
1293 elif test -f $ac_dir/install.sh; then
1294 ac_aux_dir=$ac_dir
1295 ac_install_sh="$ac_aux_dir/install.sh -c"
1296 break
1297 elif test -f $ac_dir/shtool; then
1298 ac_aux_dir=$ac_dir
1299 ac_install_sh="$ac_aux_dir/shtool install -c"
1300 break
1301 fi
1302 done
1303 if test -z "$ac_aux_dir"; then
1304 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1305 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1306 { (exit 1); exit 1; }; }
1307 fi
1308 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1309 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1310 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1311
1312 # Find a good install program. We prefer a C program (faster),
1313 # so one script is as good as another. But avoid the broken or
1314 # incompatible versions:
1315 # SysV /etc/install, /usr/sbin/install
1316 # SunOS /usr/etc/install
1317 # IRIX /sbin/install
1318 # AIX /bin/install
1319 # AmigaOS /C/install, which installs bootblocks on floppy discs
1320 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1321 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1322 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1323 # OS/2's system install, which has a completely different semantic
1324 # ./install, which can be erroneously created by make from ./install.sh.
1325 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1326 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1327 if test -z "$INSTALL"; then
1328 if test "${ac_cv_path_install+set}" = set; then
1329 echo $ECHO_N "(cached) $ECHO_C" >&6
1330 else
1331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1332 for as_dir in $PATH
1333 do
1334 IFS=$as_save_IFS
1335 test -z "$as_dir" && as_dir=.
1336 # Account for people who put trailing slashes in PATH elements.
1337 case $as_dir/ in
1338 ./ | .// | /cC/* | \
1339 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1340 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1341 /usr/ucb/* ) ;;
1342 *)
1343 # OSF1 and SCO ODT 3.0 have their own names for install.
1344 # Don't use installbsd from OSF since it installs stuff as root
1345 # by default.
1346 for ac_prog in ginstall scoinst install; do
1347 for ac_exec_ext in '' $ac_executable_extensions; do
1348 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1349 if test $ac_prog = install &&
1350 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1351 # AIX install. It has an incompatible calling convention.
1352 :
1353 elif test $ac_prog = install &&
1354 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1355 # program-specific install script used by HP pwplus--don't use.
1356 :
1357 else
1358 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1359 break 3
1360 fi
1361 fi
1362 done
1363 done
1364 ;;
1365 esac
1366 done
1367
1368
1369 fi
1370 if test "${ac_cv_path_install+set}" = set; then
1371 INSTALL=$ac_cv_path_install
1372 else
1373 # As a last resort, use the slow shell script. We don't cache a
1374 # path for INSTALL within a source directory, because that will
1375 # break other packages using the cache if that directory is
1376 # removed, or if the path is relative.
1377 INSTALL=$ac_install_sh
1378 fi
1379 fi
1380 echo "$as_me:$LINENO: result: $INSTALL" >&5
1381 echo "${ECHO_T}$INSTALL" >&6
1382
1383 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1384 # It thinks the first close brace ends the variable substitution.
1385 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1386
1387 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1388
1389 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1390
1391 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1392 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1393 # Just in case
1394 sleep 1
1395 echo timestamp > conftest.file
1396 # Do `set' in a subshell so we don't clobber the current shell's
1397 # arguments. Must try -L first in case configure is actually a
1398 # symlink; some systems play weird games with the mod time of symlinks
1399 # (eg FreeBSD returns the mod time of the symlink's containing
1400 # directory).
1401 if (
1402 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1403 if test "$*" = "X"; then
1404 # -L didn't work.
1405 set X `ls -t $srcdir/configure conftest.file`
1406 fi
1407 rm -f conftest.file
1408 if test "$*" != "X $srcdir/configure conftest.file" \
1409 && test "$*" != "X conftest.file $srcdir/configure"; then
1410
1411 # If neither matched, then we have a broken ls. This can happen
1412 # if, for instance, CONFIG_SHELL is bash and it inherits a
1413 # broken ls alias from the environment. This has actually
1414 # happened. Such a system could not be considered "sane".
1415 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1416 alias in your environment" >&5
1417 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1418 alias in your environment" >&2;}
1419 { (exit 1); exit 1; }; }
1420 fi
1421
1422 test "$2" = conftest.file
1423 )
1424 then
1425 # Ok.
1426 :
1427 else
1428 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1429 Check your system clock" >&5
1430 echo "$as_me: error: newly created file is older than distributed files!
1431 Check your system clock" >&2;}
1432 { (exit 1); exit 1; }; }
1433 fi
1434 echo "$as_me:$LINENO: result: yes" >&5
1435 echo "${ECHO_T}yes" >&6
1436 test "$program_prefix" != NONE &&
1437 program_transform_name="s,^,$program_prefix,;$program_transform_name"
1438 # Use a double $ so make ignores it.
1439 test "$program_suffix" != NONE &&
1440 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1441 # Double any \ or $. echo might interpret backslashes.
1442 # By default was `s,x,x', remove it if useless.
1443 cat <<\_ACEOF >conftest.sed
1444 s/[\\$]/&&/g;s/;s,x,x,$//
1445 _ACEOF
1446 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1447 rm conftest.sed
1448
1449
1450 # expand $ac_aux_dir to an absolute path
1451 am_aux_dir=`cd $ac_aux_dir && pwd`
1452
1453 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1454 # Use eval to expand $SHELL
1455 if eval "$MISSING --run true"; then
1456 am_missing_run="$MISSING --run "
1457 else
1458 am_missing_run=
1459 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1460 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1461 fi
1462
1463 for ac_prog in gawk mawk nawk awk
1464 do
1465 # Extract the first word of "$ac_prog", so it can be a program name with args.
1466 set dummy $ac_prog; ac_word=$2
1467 echo "$as_me:$LINENO: checking for $ac_word" >&5
1468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1469 if test "${ac_cv_prog_AWK+set}" = set; then
1470 echo $ECHO_N "(cached) $ECHO_C" >&6
1471 else
1472 if test -n "$AWK"; then
1473 ac_cv_prog_AWK="$AWK" # Let the user override the test.
1474 else
1475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1476 for as_dir in $PATH
1477 do
1478 IFS=$as_save_IFS
1479 test -z "$as_dir" && as_dir=.
1480 for ac_exec_ext in '' $ac_executable_extensions; do
1481 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1482 ac_cv_prog_AWK="$ac_prog"
1483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1484 break 2
1485 fi
1486 done
1487 done
1488
1489 fi
1490 fi
1491 AWK=$ac_cv_prog_AWK
1492 if test -n "$AWK"; then
1493 echo "$as_me:$LINENO: result: $AWK" >&5
1494 echo "${ECHO_T}$AWK" >&6
1495 else
1496 echo "$as_me:$LINENO: result: no" >&5
1497 echo "${ECHO_T}no" >&6
1498 fi
1499
1500 test -n "$AWK" && break
1501 done
1502
1503 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1504 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1505 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1506 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1507 echo $ECHO_N "(cached) $ECHO_C" >&6
1508 else
1509 cat >conftest.make <<\_ACEOF
1510 all:
1511 @echo 'ac_maketemp="$(MAKE)"'
1512 _ACEOF
1513 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1514 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1515 if test -n "$ac_maketemp"; then
1516 eval ac_cv_prog_make_${ac_make}_set=yes
1517 else
1518 eval ac_cv_prog_make_${ac_make}_set=no
1519 fi
1520 rm -f conftest.make
1521 fi
1522 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1523 echo "$as_me:$LINENO: result: yes" >&5
1524 echo "${ECHO_T}yes" >&6
1525 SET_MAKE=
1526 else
1527 echo "$as_me:$LINENO: result: no" >&5
1528 echo "${ECHO_T}no" >&6
1529 SET_MAKE="MAKE=${MAKE-make}"
1530 fi
1531
1532 rm -rf .tst 2>/dev/null
1533 mkdir .tst 2>/dev/null
1534 if test -d .tst; then
1535 am__leading_dot=.
1536 else
1537 am__leading_dot=_
1538 fi
1539 rmdir .tst 2>/dev/null
1540
1541 # test to see if srcdir already configured
1542 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1543 test -f $srcdir/config.status; then
1544 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1545 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1546 { (exit 1); exit 1; }; }
1547 fi
1548
1549 # test whether we have cygpath
1550 if test -z "$CYGPATH_W"; then
1551 if (cygpath --version) >/dev/null 2>/dev/null; then
1552 CYGPATH_W='cygpath -w'
1553 else
1554 CYGPATH_W=echo
1555 fi
1556 fi
1557
1558
1559 # Define the identity of the package.
1560 PACKAGE='font-misc-misc'
1561 VERSION='1.0.0'
1562
1563
1564 cat >>confdefs.h <<_ACEOF
1565 #define PACKAGE "$PACKAGE"
1566 _ACEOF
1567
1568
1569 cat >>confdefs.h <<_ACEOF
1570 #define VERSION "$VERSION"
1571 _ACEOF
1572
1573 # Some tools Automake needs.
1574
1575 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1576
1577
1578 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1579
1580
1581 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1582
1583
1584 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1585
1586
1587 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1588
1589
1590 AMTAR=${AMTAR-"${am_missing_run}tar"}
1591
1592 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1593
1594 # Installed binaries are usually stripped using `strip' when the user
1595 # run `make install-strip'. However `strip' might not be the right
1596 # tool to use in cross-compilation environments, therefore Automake
1597 # will honor the `STRIP' environment variable to overrule this program.
1598 if test "$cross_compiling" != no; then
1599 if test -n "$ac_tool_prefix"; then
1600 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1601 set dummy ${ac_tool_prefix}strip; ac_word=$2
1602 echo "$as_me:$LINENO: checking for $ac_word" >&5
1603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1604 if test "${ac_cv_prog_STRIP+set}" = set; then
1605 echo $ECHO_N "(cached) $ECHO_C" >&6
1606 else
1607 if test -n "$STRIP"; then
1608 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
1609 else
1610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1611 for as_dir in $PATH
1612 do
1613 IFS=$as_save_IFS
1614 test -z "$as_dir" && as_dir=.
1615 for ac_exec_ext in '' $ac_executable_extensions; do
1616 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1617 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1619 break 2
1620 fi
1621 done
1622 done
1623
1624 fi
1625 fi
1626 STRIP=$ac_cv_prog_STRIP
1627 if test -n "$STRIP"; then
1628 echo "$as_me:$LINENO: result: $STRIP" >&5
1629 echo "${ECHO_T}$STRIP" >&6
1630 else
1631 echo "$as_me:$LINENO: result: no" >&5
1632 echo "${ECHO_T}no" >&6
1633 fi
1634
1635 fi
1636 if test -z "$ac_cv_prog_STRIP"; then
1637 ac_ct_STRIP=$STRIP
1638 # Extract the first word of "strip", so it can be a program name with args.
1639 set dummy strip; ac_word=$2
1640 echo "$as_me:$LINENO: checking for $ac_word" >&5
1641 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1642 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1643 echo $ECHO_N "(cached) $ECHO_C" >&6
1644 else
1645 if test -n "$ac_ct_STRIP"; then
1646 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
1647 else
1648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1649 for as_dir in $PATH
1650 do
1651 IFS=$as_save_IFS
1652 test -z "$as_dir" && as_dir=.
1653 for ac_exec_ext in '' $ac_executable_extensions; do
1654 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1655 ac_cv_prog_ac_ct_STRIP="strip"
1656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1657 break 2
1658 fi
1659 done
1660 done
1661
1662 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
1663 fi
1664 fi
1665 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
1666 if test -n "$ac_ct_STRIP"; then
1667 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1668 echo "${ECHO_T}$ac_ct_STRIP" >&6
1669 else
1670 echo "$as_me:$LINENO: result: no" >&5
1671 echo "${ECHO_T}no" >&6
1672 fi
1673
1674 STRIP=$ac_ct_STRIP
1675 else
1676 STRIP="$ac_cv_prog_STRIP"
1677 fi
1678
1679 fi
1680 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
1681
1682 # We need awk for the "check" target. The system "awk" is bad on
1683 # some platforms.
1684
1685
1686
1687 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1688 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1689 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1690 if test "${enable_maintainer_mode+set}" = set; then
1691 enableval="$enable_maintainer_mode"
1692 USE_MAINTAINER_MODE=$enableval
1693 else
1694 USE_MAINTAINER_MODE=no
1695 fi;
1696 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1697 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1698
1699
1700 if test $USE_MAINTAINER_MODE = yes; then
1701 MAINTAINER_MODE_TRUE=
1702 MAINTAINER_MODE_FALSE='#'
1703 else
1704 MAINTAINER_MODE_TRUE='#'
1705 MAINTAINER_MODE_FALSE=
1706 fi
1707
1708 MAINT=$MAINTAINER_MODE_TRUE
1709
1710
1711
1712 # Find a good install program. We prefer a C program (faster),
1713 # so one script is as good as another. But avoid the broken or
1714 # incompatible versions:
1715 # SysV /etc/install, /usr/sbin/install
1716 # SunOS /usr/etc/install
1717 # IRIX /sbin/install
1718 # AIX /bin/install
1719 # AmigaOS /C/install, which installs bootblocks on floppy discs
1720 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1721 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1722 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1723 # OS/2's system install, which has a completely different semantic
1724 # ./install, which can be erroneously created by make from ./install.sh.
1725 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1726 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1727 if test -z "$INSTALL"; then
1728 if test "${ac_cv_path_install+set}" = set; then
1729 echo $ECHO_N "(cached) $ECHO_C" >&6
1730 else
1731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1732 for as_dir in $PATH
1733 do
1734 IFS=$as_save_IFS
1735 test -z "$as_dir" && as_dir=.
1736 # Account for people who put trailing slashes in PATH elements.
1737 case $as_dir/ in
1738 ./ | .// | /cC/* | \
1739 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1740 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1741 /usr/ucb/* ) ;;
1742 *)
1743 # OSF1 and SCO ODT 3.0 have their own names for install.
1744 # Don't use installbsd from OSF since it installs stuff as root
1745 # by default.
1746 for ac_prog in ginstall scoinst install; do
1747 for ac_exec_ext in '' $ac_executable_extensions; do
1748 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1749 if test $ac_prog = install &&
1750 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1751 # AIX install. It has an incompatible calling convention.
1752 :
1753 elif test $ac_prog = install &&
1754 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1755 # program-specific install script used by HP pwplus--don't use.
1756 :
1757 else
1758 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1759 break 3
1760 fi
1761 fi
1762 done
1763 done
1764 ;;
1765 esac
1766 done
1767
1768
1769 fi
1770 if test "${ac_cv_path_install+set}" = set; then
1771 INSTALL=$ac_cv_path_install
1772 else
1773 # As a last resort, use the slow shell script. We don't cache a
1774 # path for INSTALL within a source directory, because that will
1775 # break other packages using the cache if that directory is
1776 # removed, or if the path is relative.
1777 INSTALL=$ac_install_sh
1778 fi
1779 fi
1780 echo "$as_me:$LINENO: result: $INSTALL" >&5
1781 echo "${ECHO_T}$INSTALL" >&6
1782
1783 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1784 # It thinks the first close brace ends the variable substitution.
1785 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1786
1787 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1788
1789 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1790
1791
1792 for ac_prog in perl perl5
1793 do
1794 # Extract the first word of "$ac_prog", so it can be a program name with args.
1795 set dummy $ac_prog; ac_word=$2
1796 echo "$as_me:$LINENO: checking for $ac_word" >&5
1797 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1798 if test "${ac_cv_path_PERL+set}" = set; then
1799 echo $ECHO_N "(cached) $ECHO_C" >&6
1800 else
1801 case $PERL in
1802 [\\/]* | ?:[\\/]*)
1803 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
1804 ;;
1805 *)
1806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1807 for as_dir in $PATH
1808 do
1809 IFS=$as_save_IFS
1810 test -z "$as_dir" && as_dir=.
1811 for ac_exec_ext in '' $ac_executable_extensions; do
1812 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1813 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
1814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1815 break 2
1816 fi
1817 done
1818 done
1819
1820 ;;
1821 esac
1822 fi
1823 PERL=$ac_cv_path_PERL
1824
1825 if test -n "$PERL"; then
1826 echo "$as_me:$LINENO: result: $PERL" >&5
1827 echo "${ECHO_T}$PERL" >&6
1828 else
1829 echo "$as_me:$LINENO: result: no" >&5
1830 echo "${ECHO_T}no" >&6
1831 fi
1832
1833 test -n "$PERL" && break
1834 done
1835
1836 # Extract the first word of "bdftopcf", so it can be a program name with args.
1837 set dummy bdftopcf; ac_word=$2
1838 echo "$as_me:$LINENO: checking for $ac_word" >&5
1839 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1840 if test "${ac_cv_path_BDFTOPCF+set}" = set; then
1841 echo $ECHO_N "(cached) $ECHO_C" >&6
1842 else
1843 case $BDFTOPCF in
1844 [\\/]* | ?:[\\/]*)
1845 ac_cv_path_BDFTOPCF="$BDFTOPCF" # Let the user override the test with a path.
1846 ;;
1847 *)
1848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1849 for as_dir in $PATH
1850 do
1851 IFS=$as_save_IFS
1852 test -z "$as_dir" && as_dir=.
1853 for ac_exec_ext in '' $ac_executable_extensions; do
1854 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1855 ac_cv_path_BDFTOPCF="$as_dir/$ac_word$ac_exec_ext"
1856 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1857 break 2
1858 fi
1859 done
1860 done
1861
1862 ;;
1863 esac
1864 fi
1865 BDFTOPCF=$ac_cv_path_BDFTOPCF
1866
1867 if test -n "$BDFTOPCF"; then
1868 echo "$as_me:$LINENO: result: $BDFTOPCF" >&5
1869 echo "${ECHO_T}$BDFTOPCF" >&6
1870 else
1871 echo "$as_me:$LINENO: result: no" >&5
1872 echo "${ECHO_T}no" >&6
1873 fi
1874
1875 # Extract the first word of "bdftruncate", so it can be a program name with args.
1876 set dummy bdftruncate; ac_word=$2
1877 echo "$as_me:$LINENO: checking for $ac_word" >&5
1878 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1879 if test "${ac_cv_path_BDFTRUNCATE+set}" = set; then
1880 echo $ECHO_N "(cached) $ECHO_C" >&6
1881 else
1882 case $BDFTRUNCATE in
1883 [\\/]* | ?:[\\/]*)
1884 ac_cv_path_BDFTRUNCATE="$BDFTRUNCATE" # Let the user override the test with a path.
1885 ;;
1886 *)
1887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1888 for as_dir in $PATH
1889 do
1890 IFS=$as_save_IFS
1891 test -z "$as_dir" && as_dir=.
1892 for ac_exec_ext in '' $ac_executable_extensions; do
1893 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1894 ac_cv_path_BDFTRUNCATE="$as_dir/$ac_word$ac_exec_ext"
1895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1896 break 2
1897 fi
1898 done
1899 done
1900
1901 ;;
1902 esac
1903 fi
1904 BDFTRUNCATE=$ac_cv_path_BDFTRUNCATE
1905
1906 if test -n "$BDFTRUNCATE"; then
1907 echo "$as_me:$LINENO: result: $BDFTRUNCATE" >&5
1908 echo "${ECHO_T}$BDFTRUNCATE" >&6
1909 else
1910 echo "$as_me:$LINENO: result: no" >&5
1911 echo "${ECHO_T}no" >&6
1912 fi
1913
1914 # Extract the first word of "ucs2any", so it can be a program name with args.
1915 set dummy ucs2any; ac_word=$2
1916 echo "$as_me:$LINENO: checking for $ac_word" >&5
1917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1918 if test "${ac_cv_path_UCS2ANY+set}" = set; then
1919 echo $ECHO_N "(cached) $ECHO_C" >&6
1920 else
1921 case $UCS2ANY in
1922 [\\/]* | ?:[\\/]*)
1923 ac_cv_path_UCS2ANY="$UCS2ANY" # Let the user override the test with a path.
1924 ;;
1925 *)
1926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1927 for as_dir in $PATH
1928 do
1929 IFS=$as_save_IFS
1930 test -z "$as_dir" && as_dir=.
1931 for ac_exec_ext in '' $ac_executable_extensions; do
1932 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1933 ac_cv_path_UCS2ANY="$as_dir/$ac_word$ac_exec_ext"
1934 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1935 break 2
1936 fi
1937 done
1938 done
1939
1940 ;;
1941 esac
1942 fi
1943 UCS2ANY=$ac_cv_path_UCS2ANY
1944
1945 if test -n "$UCS2ANY"; then
1946 echo "$as_me:$LINENO: result: $UCS2ANY" >&5
1947 echo "${ECHO_T}$UCS2ANY" >&6
1948 else
1949 echo "$as_me:$LINENO: result: no" >&5
1950 echo "${ECHO_T}no" >&6
1951 fi
1952
1953 # Extract the first word of "mkfontscale", so it can be a program name with args.
1954 set dummy mkfontscale; ac_word=$2
1955 echo "$as_me:$LINENO: checking for $ac_word" >&5
1956 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1957 if test "${ac_cv_path_MKFONTSCALE+set}" = set; then
1958 echo $ECHO_N "(cached) $ECHO_C" >&6
1959 else
1960 case $MKFONTSCALE in
1961 [\\/]* | ?:[\\/]*)
1962 ac_cv_path_MKFONTSCALE="$MKFONTSCALE" # Let the user override the test with a path.
1963 ;;
1964 *)
1965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1966 for as_dir in $PATH
1967 do
1968 IFS=$as_save_IFS
1969 test -z "$as_dir" && as_dir=.
1970 for ac_exec_ext in '' $ac_executable_extensions; do
1971 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1972 ac_cv_path_MKFONTSCALE="$as_dir/$ac_word$ac_exec_ext"
1973 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1974 break 2
1975 fi
1976 done
1977 done
1978
1979 ;;
1980 esac
1981 fi
1982 MKFONTSCALE=$ac_cv_path_MKFONTSCALE
1983
1984 if test -n "$MKFONTSCALE"; then
1985 echo "$as_me:$LINENO: result: $MKFONTSCALE" >&5
1986 echo "${ECHO_T}$MKFONTSCALE" >&6
1987 else
1988 echo "$as_me:$LINENO: result: no" >&5
1989 echo "${ECHO_T}no" >&6
1990 fi
1991
1992 # Extract the first word of "mkfontdir", so it can be a program name with args.
1993 set dummy mkfontdir; ac_word=$2
1994 echo "$as_me:$LINENO: checking for $ac_word" >&5
1995 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1996 if test "${ac_cv_path_MKFONTDIR+set}" = set; then
1997 echo $ECHO_N "(cached) $ECHO_C" >&6
1998 else
1999 case $MKFONTDIR in
2000 [\\/]* | ?:[\\/]*)
2001 ac_cv_path_MKFONTDIR="$MKFONTDIR" # Let the user override the test with a path.
2002 ;;
2003 *)
2004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2005 for as_dir in $PATH
2006 do
2007 IFS=$as_save_IFS
2008 test -z "$as_dir" && as_dir=.
2009 for ac_exec_ext in '' $ac_executable_extensions; do
2010 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2011 ac_cv_path_MKFONTDIR="$as_dir/$ac_word$ac_exec_ext"
2012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2013 break 2
2014 fi
2015 done
2016 done
2017
2018 ;;
2019 esac
2020 fi
2021 MKFONTDIR=$ac_cv_path_MKFONTDIR
2022
2023 if test -n "$MKFONTDIR"; then
2024 echo "$as_me:$LINENO: result: $MKFONTDIR" >&5
2025 echo "${ECHO_T}$MKFONTDIR" >&6
2026 else
2027 echo "$as_me:$LINENO: result: no" >&5
2028 echo "${ECHO_T}no" >&6
2029 fi
2030
2031
2032
2033
2034 DEFAULT_FONTDIR=${libdir}/X11/fonts/misc
2035
2036 # Check whether --with-fontdir or --without-fontdir was given.
2037 if test "${with_fontdir+set}" = set; then
2038 withval="$with_fontdir"
2039 FONTDIR="$withval"
2040 else
2041 FONTDIR="$DEFAULT_FONTDIR"
2042 fi;
2043
2044
2045
2046
2047 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
2048 if test -n "$ac_tool_prefix"; then
2049 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
2050 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
2051 echo "$as_me:$LINENO: checking for $ac_word" >&5
2052 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2053 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
2054 echo $ECHO_N "(cached) $ECHO_C" >&6
2055 else
2056 case $PKG_CONFIG in
2057 [\\/]* | ?:[\\/]*)
2058 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
2059 ;;
2060 *)
2061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2062 for as_dir in $PATH
2063 do
2064 IFS=$as_save_IFS
2065 test -z "$as_dir" && as_dir=.
2066 for ac_exec_ext in '' $ac_executable_extensions; do
2067 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2068 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2069 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2070 break 2
2071 fi
2072 done
2073 done
2074
2075 ;;
2076 esac
2077 fi
2078 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
2079
2080 if test -n "$PKG_CONFIG"; then
2081 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
2082 echo "${ECHO_T}$PKG_CONFIG" >&6
2083 else
2084 echo "$as_me:$LINENO: result: no" >&5
2085 echo "${ECHO_T}no" >&6
2086 fi
2087
2088 fi
2089 if test -z "$ac_cv_path_PKG_CONFIG"; then
2090 ac_pt_PKG_CONFIG=$PKG_CONFIG
2091 # Extract the first word of "pkg-config", so it can be a program name with args.
2092 set dummy pkg-config; ac_word=$2
2093 echo "$as_me:$LINENO: checking for $ac_word" >&5
2094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2095 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
2096 echo $ECHO_N "(cached) $ECHO_C" >&6
2097 else
2098 case $ac_pt_PKG_CONFIG in
2099 [\\/]* | ?:[\\/]*)
2100 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
2101 ;;
2102 *)
2103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2104 for as_dir in $PATH
2105 do
2106 IFS=$as_save_IFS
2107 test -z "$as_dir" && as_dir=.
2108 for ac_exec_ext in '' $ac_executable_extensions; do
2109 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2110 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2111 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2112 break 2
2113 fi
2114 done
2115 done
2116
2117 ;;
2118 esac
2119 fi
2120 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
2121
2122 if test -n "$ac_pt_PKG_CONFIG"; then
2123 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
2124 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6
2125 else
2126 echo "$as_me:$LINENO: result: no" >&5
2127 echo "${ECHO_T}no" >&6
2128 fi
2129
2130 PKG_CONFIG=$ac_pt_PKG_CONFIG
2131 else
2132 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
2133 fi
2134
2135 fi
2136 if test -n "$PKG_CONFIG"; then
2137 _pkg_min_version=0.9.0
2138 echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
2139 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6
2140 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
2141 echo "$as_me:$LINENO: result: yes" >&5
2142 echo "${ECHO_T}yes" >&6
2143 else
2144 echo "$as_me:$LINENO: result: no" >&5
2145 echo "${ECHO_T}no" >&6
2146 PKG_CONFIG=""
2147 fi
2148
2149 fi
2150
2151 pkg_failed=no
2152 echo "$as_me:$LINENO: checking for MAPS" >&5
2153 echo $ECHO_N "checking for MAPS... $ECHO_C" >&6
2154
2155 if test -n "$PKG_CONFIG"; then
2156 if test -n "$MAPS_CFLAGS"; then
2157 pkg_cv_MAPS_CFLAGS="$MAPS_CFLAGS"
2158 else
2159 if test -n "$PKG_CONFIG" && \
2160 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5
2161 ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
2162 ac_status=$?
2163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2164 (exit $ac_status); }; then
2165 pkg_cv_MAPS_CFLAGS=`$PKG_CONFIG --cflags "fontutil" 2>/dev/null`
2166 else
2167 pkg_failed=yes
2168 fi
2169 fi
2170 else
2171 pkg_failed=untried
2172 fi
2173 if test -n "$PKG_CONFIG"; then
2174 if test -n "$MAPS_LIBS"; then
2175 pkg_cv_MAPS_LIBS="$MAPS_LIBS"
2176 else
2177 if test -n "$PKG_CONFIG" && \
2178 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"fontutil\"") >&5
2179 ($PKG_CONFIG --exists --print-errors "fontutil") 2>&5
2180 ac_status=$?
2181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2182 (exit $ac_status); }; then
2183 pkg_cv_MAPS_LIBS=`$PKG_CONFIG --libs "fontutil" 2>/dev/null`
2184 else
2185 pkg_failed=yes
2186 fi
2187 fi
2188 else
2189 pkg_failed=untried
2190 fi
2191
2192
2193
2194 if test $pkg_failed = yes; then
2195
2196 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
2197 _pkg_short_errors_supported=yes
2198 else
2199 _pkg_short_errors_supported=no
2200 fi
2201 if test $_pkg_short_errors_supported = yes; then
2202 MAPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fontutil"`
2203 else
2204 MAPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fontutil"`
2205 fi
2206 # Put the nasty error message in config.log where it belongs
2207 echo "$MAPS_PKG_ERRORS" >&5
2208
2209 { { echo "$as_me:$LINENO: error: Package requirements (fontutil) were not met:
2210
2211 $MAPS_PKG_ERRORS
2212
2213 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2214 installed software in a non-standard prefix.
2215
2216 Alternatively, you may set the environment variables MAPS_CFLAGS
2217 and MAPS_LIBS to avoid the need to call pkg-config.
2218 See the pkg-config man page for more details.
2219 " >&5
2220 echo "$as_me: error: Package requirements (fontutil) were not met:
2221
2222 $MAPS_PKG_ERRORS
2223
2224 Consider adjusting the PKG_CONFIG_PATH environment variable if you
2225 installed software in a non-standard prefix.
2226
2227 Alternatively, you may set the environment variables MAPS_CFLAGS
2228 and MAPS_LIBS to avoid the need to call pkg-config.
2229 See the pkg-config man page for more details.
2230 " >&2;}
2231 { (exit 1); exit 1; }; }
2232 elif test $pkg_failed = untried; then
2233 { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it
2234 is in your PATH or set the PKG_CONFIG environment variable to the full
2235 path to pkg-config.
2236
2237 Alternatively, you may set the environment variables MAPS_CFLAGS
2238 and MAPS_LIBS to avoid the need to call pkg-config.
2239 See the pkg-config man page for more details.
2240
2241 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2242 See \`config.log' for more details." >&5
2243 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it
2244 is in your PATH or set the PKG_CONFIG environment variable to the full
2245 path to pkg-config.
2246
2247 Alternatively, you may set the environment variables MAPS_CFLAGS
2248 and MAPS_LIBS to avoid the need to call pkg-config.
2249 See the pkg-config man page for more details.
2250
2251 To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
2252 See \`config.log' for more details." >&2;}
2253 { (exit 1); exit 1; }; }
2254 else
2255 MAPS_CFLAGS=$pkg_cv_MAPS_CFLAGS
2256 MAPS_LIBS=$pkg_cv_MAPS_LIBS
2257 echo "$as_me:$LINENO: result: yes" >&5
2258 echo "${ECHO_T}yes" >&6
2259 :
2260 fi
2261 MAPFILES_PATH=$(pkg-config --variable=mapdir fontutil)
2262
2263
2264
2265 # Check whether --enable-iso8859-1 or --disable-iso8859-1 was given.
2266 if test "${enable_iso8859_1+set}" = set; then
2267 enableval="$enable_iso8859_1"
2268 ISO8859_1=$enableval
2269 else
2270 ISO8859_1=yes
2271 fi;
2272 echo "$as_me:$LINENO: checking whether to build ISO8859-1 fonts" >&5
2273 echo $ECHO_N "checking whether to build ISO8859-1 fonts... $ECHO_C" >&6
2274 echo "$as_me:$LINENO: result: $ISO8859_1" >&5
2275 echo "${ECHO_T}$ISO8859_1" >&6
2276
2277
2278 if test "x$ISO8859_1" = xyes; then
2279 ISO8859_1_TRUE=
2280 ISO8859_1_FALSE='#'
2281 else
2282 ISO8859_1_TRUE='#'
2283 ISO8859_1_FALSE=
2284 fi
2285
2286
2287
2288 # Check whether --enable-iso8859-2 or --disable-iso8859-2 was given.
2289 if test "${enable_iso8859_2+set}" = set; then
2290 enableval="$enable_iso8859_2"
2291 ISO8859_2=$enableval
2292 else
2293 ISO8859_2=yes
2294 fi;
2295 echo "$as_me:$LINENO: checking whether to build ISO8859-2 fonts" >&5
2296 echo $ECHO_N "checking whether to build ISO8859-2 fonts... $ECHO_C" >&6
2297 echo "$as_me:$LINENO: result: $ISO8859_2" >&5
2298 echo "${ECHO_T}$ISO8859_2" >&6
2299
2300
2301 if test "x$ISO8859_2" = xyes; then
2302 ISO8859_2_TRUE=
2303 ISO8859_2_FALSE='#'
2304 else
2305 ISO8859_2_TRUE='#'
2306 ISO8859_2_FALSE=
2307 fi
2308
2309
2310
2311 # Check whether --enable-iso8859-3 or --disable-iso8859-3 was given.
2312 if test "${enable_iso8859_3+set}" = set; then
2313 enableval="$enable_iso8859_3"
2314 ISO8859_3=$enableval
2315 else
2316 ISO8859_3=yes
2317 fi;
2318 echo "$as_me:$LINENO: checking whether to build ISO8859-3 fonts" >&5
2319 echo $ECHO_N "checking whether to build ISO8859-3 fonts... $ECHO_C" >&6
2320 echo "$as_me:$LINENO: result: $ISO8859_3" >&5
2321 echo "${ECHO_T}$ISO8859_3" >&6
2322
2323
2324 if test "x$ISO8859_3" = xyes; then
2325 ISO8859_3_TRUE=
2326 ISO8859_3_FALSE='#'
2327 else
2328 ISO8859_3_TRUE='#'
2329 ISO8859_3_FALSE=
2330 fi
2331
2332
2333
2334 # Check whether --enable-iso8859-4 or --disable-iso8859-4 was given.
2335 if test "${enable_iso8859_4+set}" = set; then
2336 enableval="$enable_iso8859_4"
2337 ISO8859_4=$enableval
2338 else
2339 ISO8859_4=yes
2340 fi;
2341 echo "$as_me:$LINENO: checking whether to build ISO8859-4 fonts" >&5
2342 echo $ECHO_N "checking whether to build ISO8859-4 fonts... $ECHO_C" >&6
2343 echo "$as_me:$LINENO: result: $ISO8859_4" >&5
2344 echo "${ECHO_T}$ISO8859_4" >&6
2345
2346
2347 if test "x$ISO8859_4" = xyes; then
2348 ISO8859_4_TRUE=
2349 ISO8859_4_FALSE='#'
2350 else
2351 ISO8859_4_TRUE='#'
2352 ISO8859_4_FALSE=
2353 fi
2354
2355
2356
2357 # Check whether --enable-iso8859-5 or --disable-iso8859-5 was given.
2358 if test "${enable_iso8859_5+set}" = set; then
2359 enableval="$enable_iso8859_5"
2360 ISO8859_5=$enableval
2361 else
2362 ISO8859_5=yes
2363 fi;
2364 echo "$as_me:$LINENO: checking whether to build ISO8859-5 fonts" >&5
2365 echo $ECHO_N "checking whether to build ISO8859-5 fonts... $ECHO_C" >&6
2366 echo "$as_me:$LINENO: result: $ISO8859_5" >&5
2367 echo "${ECHO_T}$ISO8859_5" >&6
2368
2369
2370 if test "x$ISO8859_5" = xyes; then
2371 ISO8859_5_TRUE=
2372 ISO8859_5_FALSE='#'
2373 else
2374 ISO8859_5_TRUE='#'
2375 ISO8859_5_FALSE=
2376 fi
2377
2378
2379
2380 # Check whether --enable-iso8859-7 or --disable-iso8859-7 was given.
2381 if test "${enable_iso8859_7+set}" = set; then
2382 enableval="$enable_iso8859_7"
2383 ISO8859_7=$enableval
2384 else
2385 ISO8859_7=yes
2386 fi;
2387 echo "$as_me:$LINENO: checking whether to build ISO8859-7 fonts" >&5
2388 echo $ECHO_N "checking whether to build ISO8859-7 fonts... $ECHO_C" >&6
2389 echo "$as_me:$LINENO: result: $ISO8859_7" >&5
2390 echo "${ECHO_T}$ISO8859_7" >&6
2391
2392
2393 if test "x$ISO8859_7" = xyes; then
2394 ISO8859_7_TRUE=
2395 ISO8859_7_FALSE='#'
2396 else
2397 ISO8859_7_TRUE='#'
2398 ISO8859_7_FALSE=
2399 fi
2400
2401
2402
2403 # Check whether --enable-iso8859-8 or --disable-iso8859-8 was given.
2404 if test "${enable_iso8859_8+set}" = set; then
2405 enableval="$enable_iso8859_8"
2406 ISO8859_8=$enableval
2407 else
2408 ISO8859_8=yes
2409 fi;
2410 echo "$as_me:$LINENO: checking whether to build ISO8859-8 fonts" >&5
2411 echo $ECHO_N "checking whether to build ISO8859-8 fonts... $ECHO_C" >&6
2412 echo "$as_me:$LINENO: result: $ISO8859_8" >&5
2413 echo "${ECHO_T}$ISO8859_8" >&6
2414
2415
2416 if test "x$ISO8859_8" = xyes; then
2417 ISO8859_8_TRUE=
2418 ISO8859_8_FALSE='#'
2419 else
2420 ISO8859_8_TRUE='#'
2421 ISO8859_8_FALSE=
2422 fi
2423
2424
2425
2426 # Check whether --enable-iso8859-9 or --disable-iso8859-9 was given.
2427 if test "${enable_iso8859_9+set}" = set; then
2428 enableval="$enable_iso8859_9"
2429 ISO8859_9=$enableval
2430 else
2431 ISO8859_9=yes
2432 fi;
2433 echo "$as_me:$LINENO: checking whether to build ISO8859-9 fonts" >&5
2434 echo $ECHO_N "checking whether to build ISO8859-9 fonts... $ECHO_C" >&6
2435 echo "$as_me:$LINENO: result: $ISO8859_9" >&5
2436 echo "${ECHO_T}$ISO8859_9" >&6
2437
2438
2439 if test "x$ISO8859_9" = xyes; then
2440 ISO8859_9_TRUE=
2441 ISO8859_9_FALSE='#'
2442 else
2443 ISO8859_9_TRUE='#'
2444 ISO8859_9_FALSE=
2445 fi
2446
2447
2448
2449 # Check whether --enable-iso8859-10 or --disable-iso8859-10 was given.
2450 if test "${enable_iso8859_10+set}" = set; then
2451 enableval="$enable_iso8859_10"
2452 ISO8859_10=$enableval
2453 else
2454 ISO8859_10=yes
2455 fi;
2456 echo "$as_me:$LINENO: checking whether to build ISO8859-10 fonts" >&5
2457 echo $ECHO_N "checking whether to build ISO8859-10 fonts... $ECHO_C" >&6
2458 echo "$as_me:$LINENO: result: $ISO8859_10" >&5
2459 echo "${ECHO_T}$ISO8859_10" >&6
2460
2461
2462 if test "x$ISO8859_10" = xyes; then
2463 ISO8859_10_TRUE=
2464 ISO8859_10_FALSE='#'
2465 else
2466 ISO8859_10_TRUE='#'
2467 ISO8859_10_FALSE=
2468 fi
2469
2470
2471
2472 # Check whether --enable-iso8859-11 or --disable-iso8859-11 was given.
2473 if test "${enable_iso8859_11+set}" = set; then
2474 enableval="$enable_iso8859_11"
2475 ISO8859_11=$enableval
2476 else
2477 ISO8859_11=yes
2478 fi;
2479 echo "$as_me:$LINENO: checking whether to build ISO8859-11 fonts" >&5
2480 echo $ECHO_N "checking whether to build ISO8859-11 fonts... $ECHO_C" >&6
2481 echo "$as_me:$LINENO: result: $ISO8859_11" >&5
2482 echo "${ECHO_T}$ISO8859_11" >&6
2483
2484
2485 if test "x$ISO8859_11" = xyes; then
2486 ISO8859_11_TRUE=
2487 ISO8859_11_FALSE='#'
2488 else
2489 ISO8859_11_TRUE='#'
2490 ISO8859_11_FALSE=
2491 fi
2492
2493
2494
2495 # Check whether --enable-iso8859-13 or --disable-iso8859-13 was given.
2496 if test "${enable_iso8859_13+set}" = set; then
2497 enableval="$enable_iso8859_13"
2498 ISO8859_13=$enableval
2499 else
2500 ISO8859_13=yes
2501 fi;
2502 echo "$as_me:$LINENO: checking whether to build ISO8859-13 fonts" >&5
2503 echo $ECHO_N "checking whether to build ISO8859-13 fonts... $ECHO_C" >&6
2504 echo "$as_me:$LINENO: result: $ISO8859_13" >&5
2505 echo "${ECHO_T}$ISO8859_13" >&6
2506
2507
2508 if test "x$ISO8859_13" = xyes; then
2509 ISO8859_13_TRUE=
2510 ISO8859_13_FALSE='#'
2511 else
2512 ISO8859_13_TRUE='#'
2513 ISO8859_13_FALSE=
2514 fi
2515
2516
2517
2518 # Check whether --enable-iso8859-14 or --disable-iso8859-14 was given.
2519 if test "${enable_iso8859_14+set}" = set; then
2520 enableval="$enable_iso8859_14"
2521 ISO8859_14=$enableval
2522 else
2523 ISO8859_14=yes
2524 fi;
2525 echo "$as_me:$LINENO: checking whether to build ISO8859-14 fonts" >&5
2526 echo $ECHO_N "checking whether to build ISO8859-14 fonts... $ECHO_C" >&6
2527 echo "$as_me:$LINENO: result: $ISO8859_14" >&5
2528 echo "${ECHO_T}$ISO8859_14" >&6
2529
2530
2531 if test "x$ISO8859_14" = xyes; then
2532 ISO8859_14_TRUE=
2533 ISO8859_14_FALSE='#'
2534 else
2535 ISO8859_14_TRUE='#'
2536 ISO8859_14_FALSE=
2537 fi
2538
2539
2540
2541 # Check whether --enable-iso8859-15 or --disable-iso8859-15 was given.
2542 if test "${enable_iso8859_15+set}" = set; then
2543 enableval="$enable_iso8859_15"
2544 ISO8859_15=$enableval
2545 else
2546 ISO8859_15=yes
2547 fi;
2548 echo "$as_me:$LINENO: checking whether to build ISO8859-15 fonts" >&5
2549 echo $ECHO_N "checking whether to build ISO8859-15 fonts... $ECHO_C" >&6
2550 echo "$as_me:$LINENO: result: $ISO8859_15" >&5
2551 echo "${ECHO_T}$ISO8859_15" >&6
2552
2553
2554 if test "x$ISO8859_15" = xyes; then
2555 ISO8859_15_TRUE=
2556 ISO8859_15_FALSE='#'
2557 else
2558 ISO8859_15_TRUE='#'
2559 ISO8859_15_FALSE=
2560 fi
2561
2562
2563
2564 # Check whether --enable-iso8859-16 or --disable-iso8859-16 was given.
2565 if test "${enable_iso8859_16+set}" = set; then
2566 enableval="$enable_iso8859_16"
2567 ISO8859_16=$enableval
2568 else
2569 ISO8859_16=yes
2570 fi;
2571 echo "$as_me:$LINENO: checking whether to build ISO8859-16 fonts" >&5
2572 echo $ECHO_N "checking whether to build ISO8859-16 fonts... $ECHO_C" >&6
2573 echo "$as_me:$LINENO: result: $ISO8859_16" >&5
2574 echo "${ECHO_T}$ISO8859_16" >&6
2575
2576
2577 if test "x$ISO8859_16" = xyes; then
2578 ISO8859_16_TRUE=
2579 ISO8859_16_FALSE='#'
2580 else
2581 ISO8859_16_TRUE='#'
2582 ISO8859_16_FALSE=
2583 fi
2584
2585
2586
2587 # Check whether --enable-koi8-r or --disable-koi8-r was given.
2588 if test "${enable_koi8_r+set}" = set; then
2589 enableval="$enable_koi8_r"
2590 KOI8_R=$enableval
2591 else
2592 KOI8_R=yes
2593 fi;
2594 echo "$as_me:$LINENO: checking whether to build KOI8-R fonts" >&5
2595 echo $ECHO_N "checking whether to build KOI8-R fonts... $ECHO_C" >&6
2596 echo "$as_me:$LINENO: result: $KOI8_R" >&5
2597 echo "${ECHO_T}$KOI8_R" >&6
2598
2599
2600 if test "x$KOI8_R" = xyes; then
2601 KOI8_R_TRUE=
2602 KOI8_R_FALSE='#'
2603 else
2604 KOI8_R_TRUE='#'
2605 KOI8_R_FALSE=
2606 fi
2607
2608
2609
2610 # Check whether --enable-jisx0201 or --disable-jisx0201 was given.
2611 if test "${enable_jisx0201+set}" = set; then
2612 enableval="$enable_jisx0201"
2613 JISX0201=$enableval
2614 else
2615 JISX0201=yes
2616 fi;
2617 echo "$as_me:$LINENO: checking whether to build JISX0201 fonts" >&5
2618 echo $ECHO_N "checking whether to build JISX0201 fonts... $ECHO_C" >&6
2619 echo "$as_me:$LINENO: result: $JISX0201" >&5
2620 echo "${ECHO_T}$JISX0201" >&6
2621
2622
2623 if test "x$JISX0201" = xyes; then
2624 JISX0201_TRUE=
2625 JISX0201_FALSE='#'
2626 else
2627 JISX0201_TRUE='#'
2628 JISX0201_FALSE=
2629 fi
2630
2631
2632
2633
2634
2635 # Check whether --with-release-version or --without-release-version was given.
2636 if test "${with_release_version+set}" = set; then
2637 withval="$with_release_version"
2638 RELEASE_VERSION="$withval"
2639 else
2640 RELEASE_VERSION=""
2641 fi;
2642 if test "x$RELEASE_VERSION" != "x"; then
2643 PACKAGE="$PACKAGE-$RELEASE_VERSION"
2644 PACKAGE_TARNAME="$PACKAGE_TARNAME-$RELEASE_VERSION"
2645 { echo "$as_me:$LINENO: Building with package name set to $PACKAGE" >&5
2646 echo "$as_me: Building with package name set to $PACKAGE" >&6;}
2647 fi
2648
2649
2650 ac_config_files="$ac_config_files Makefile"
2651 cat >confcache <<\_ACEOF
2652 # This file is a shell script that caches the results of configure
2653 # tests run on this system so they can be shared between configure
2654 # scripts and configure runs, see configure's option --config-cache.
2655 # It is not useful on other systems. If it contains results you don't
2656 # want to keep, you may remove or edit it.
2657 #
2658 # config.status only pays attention to the cache file if you give it
2659 # the --recheck option to rerun configure.
2660 #
2661 # `ac_cv_env_foo' variables (set or unset) will be overridden when
2662 # loading this file, other *unset* `ac_cv_foo' will be assigned the
2663 # following values.
2664
2665 _ACEOF
2666
2667 # The following way of writing the cache mishandles newlines in values,
2668 # but we know of no workaround that is simple, portable, and efficient.
2669 # So, don't put newlines in cache variables' values.
2670 # Ultrix sh set writes to stderr and can't be redirected directly,
2671 # and sets the high bit in the cache file unless we assign to the vars.
2672 {
2673 (set) 2>&1 |
2674 case `(ac_space=' '; set | grep ac_space) 2>&1` in
2675 *ac_space=\ *)
2676 # `set' does not quote correctly, so add quotes (double-quote
2677 # substitution turns \\\\ into \\, and sed turns \\ into \).
2678 sed -n \
2679 "s/'/'\\\\''/g;
2680 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2681 ;;
2682 *)
2683 # `set' quotes correctly as required by POSIX, so do not add quotes.
2684 sed -n \
2685 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
2686 ;;
2687 esac;
2688 } |
2689 sed '
2690 t clear
2691 : clear
2692 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2693 t end
2694 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2695 : end' >>confcache
2696 if diff $cache_file confcache >/dev/null 2>&1; then :; else
2697 if test -w $cache_file; then
2698 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
2699 cat confcache >$cache_file
2700 else
2701 echo "not updating unwritable cache $cache_file"
2702 fi
2703 fi
2704 rm -f confcache
2705
2706 test "x$prefix" = xNONE && prefix=$ac_default_prefix
2707 # Let make expand exec_prefix.
2708 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2709
2710 # VPATH may cause trouble with some makes, so we remove $(srcdir),
2711 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2712 # trailing colons and then remove the whole line if VPATH becomes empty
2713 # (actually we leave an empty line to preserve line numbers).
2714 if test "x$srcdir" = x.; then
2715 ac_vpsub='/^[ ]*VPATH[ ]*=/{
2716 s/:*\$(srcdir):*/:/;
2717 s/:*\${srcdir}:*/:/;
2718 s/:*@srcdir@:*/:/;
2719 s/^\([^=]*=[ ]*\):*/\1/;
2720 s/:*$//;
2721 s/^[^=]*=[ ]*$//;
2722 }'
2723 fi
2724
2725 # Transform confdefs.h into DEFS.
2726 # Protect against shell expansion while executing Makefile rules.
2727 # Protect against Makefile macro expansion.
2728 #
2729 # If the first sed substitution is executed (which looks for macros that
2730 # take arguments), then we branch to the quote section. Otherwise,
2731 # look for a macro that doesn't take arguments.
2732 cat >confdef2opt.sed <<\_ACEOF
2733 t clear
2734 : clear
2735 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
2736 t quote
2737 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
2738 t quote
2739 d
2740 : quote
2741 s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
2742 s,\[,\\&,g
2743 s,\],\\&,g
2744 s,\$,$$,g
2745 p
2746 _ACEOF
2747 # We use echo to avoid assuming a particular line-breaking character.
2748 # The extra dot is to prevent the shell from consuming trailing
2749 # line-breaks from the sub-command output. A line-break within
2750 # single-quotes doesn't work because, if this script is created in a
2751 # platform that uses two characters for line-breaks (e.g., DOS), tr
2752 # would break.
2753 ac_LF_and_DOT=`echo; echo .`
2754 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
2755 rm -f confdef2opt.sed
2756
2757
2758 ac_libobjs=
2759 ac_ltlibobjs=
2760 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2761 # 1. Remove the extension, and $U if already installed.
2762 ac_i=`echo "$ac_i" |
2763 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
2764 # 2. Add them.
2765 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
2766 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
2767 done
2768 LIBOBJS=$ac_libobjs
2769
2770 LTLIBOBJS=$ac_ltlibobjs
2771
2772
2773 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
2774 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
2775 Usually this means the macro was only invoked conditionally." >&5
2776 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
2777 Usually this means the macro was only invoked conditionally." >&2;}
2778 { (exit 1); exit 1; }; }
2779 fi
2780 if test -z "${ISO8859_1_TRUE}" && test -z "${ISO8859_1_FALSE}"; then
2781 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_1\" was never defined.
2782 Usually this means the macro was only invoked conditionally." >&5
2783 echo "$as_me: error: conditional \"ISO8859_1\" was never defined.
2784 Usually this means the macro was only invoked conditionally." >&2;}
2785 { (exit 1); exit 1; }; }
2786 fi
2787 if test -z "${ISO8859_2_TRUE}" && test -z "${ISO8859_2_FALSE}"; then
2788 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_2\" was never defined.
2789 Usually this means the macro was only invoked conditionally." >&5
2790 echo "$as_me: error: conditional \"ISO8859_2\" was never defined.
2791 Usually this means the macro was only invoked conditionally." >&2;}
2792 { (exit 1); exit 1; }; }
2793 fi
2794 if test -z "${ISO8859_3_TRUE}" && test -z "${ISO8859_3_FALSE}"; then
2795 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_3\" was never defined.
2796 Usually this means the macro was only invoked conditionally." >&5
2797 echo "$as_me: error: conditional \"ISO8859_3\" was never defined.
2798 Usually this means the macro was only invoked conditionally." >&2;}
2799 { (exit 1); exit 1; }; }
2800 fi
2801 if test -z "${ISO8859_4_TRUE}" && test -z "${ISO8859_4_FALSE}"; then
2802 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_4\" was never defined.
2803 Usually this means the macro was only invoked conditionally." >&5
2804 echo "$as_me: error: conditional \"ISO8859_4\" was never defined.
2805 Usually this means the macro was only invoked conditionally." >&2;}
2806 { (exit 1); exit 1; }; }
2807 fi
2808 if test -z "${ISO8859_5_TRUE}" && test -z "${ISO8859_5_FALSE}"; then
2809 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_5\" was never defined.
2810 Usually this means the macro was only invoked conditionally." >&5
2811 echo "$as_me: error: conditional \"ISO8859_5\" was never defined.
2812 Usually this means the macro was only invoked conditionally." >&2;}
2813 { (exit 1); exit 1; }; }
2814 fi
2815 if test -z "${ISO8859_7_TRUE}" && test -z "${ISO8859_7_FALSE}"; then
2816 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_7\" was never defined.
2817 Usually this means the macro was only invoked conditionally." >&5
2818 echo "$as_me: error: conditional \"ISO8859_7\" was never defined.
2819 Usually this means the macro was only invoked conditionally." >&2;}
2820 { (exit 1); exit 1; }; }
2821 fi
2822 if test -z "${ISO8859_8_TRUE}" && test -z "${ISO8859_8_FALSE}"; then
2823 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_8\" was never defined.
2824 Usually this means the macro was only invoked conditionally." >&5
2825 echo "$as_me: error: conditional \"ISO8859_8\" was never defined.
2826 Usually this means the macro was only invoked conditionally." >&2;}
2827 { (exit 1); exit 1; }; }
2828 fi
2829 if test -z "${ISO8859_9_TRUE}" && test -z "${ISO8859_9_FALSE}"; then
2830 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_9\" was never defined.
2831 Usually this means the macro was only invoked conditionally." >&5
2832 echo "$as_me: error: conditional \"ISO8859_9\" was never defined.
2833 Usually this means the macro was only invoked conditionally." >&2;}
2834 { (exit 1); exit 1; }; }
2835 fi
2836 if test -z "${ISO8859_10_TRUE}" && test -z "${ISO8859_10_FALSE}"; then
2837 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_10\" was never defined.
2838 Usually this means the macro was only invoked conditionally." >&5
2839 echo "$as_me: error: conditional \"ISO8859_10\" was never defined.
2840 Usually this means the macro was only invoked conditionally." >&2;}
2841 { (exit 1); exit 1; }; }
2842 fi
2843 if test -z "${ISO8859_11_TRUE}" && test -z "${ISO8859_11_FALSE}"; then
2844 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_11\" was never defined.
2845 Usually this means the macro was only invoked conditionally." >&5
2846 echo "$as_me: error: conditional \"ISO8859_11\" was never defined.
2847 Usually this means the macro was only invoked conditionally." >&2;}
2848 { (exit 1); exit 1; }; }
2849 fi
2850 if test -z "${ISO8859_13_TRUE}" && test -z "${ISO8859_13_FALSE}"; then
2851 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_13\" was never defined.
2852 Usually this means the macro was only invoked conditionally." >&5
2853 echo "$as_me: error: conditional \"ISO8859_13\" was never defined.
2854 Usually this means the macro was only invoked conditionally." >&2;}
2855 { (exit 1); exit 1; }; }
2856 fi
2857 if test -z "${ISO8859_14_TRUE}" && test -z "${ISO8859_14_FALSE}"; then
2858 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_14\" was never defined.
2859 Usually this means the macro was only invoked conditionally." >&5
2860 echo "$as_me: error: conditional \"ISO8859_14\" was never defined.
2861 Usually this means the macro was only invoked conditionally." >&2;}
2862 { (exit 1); exit 1; }; }
2863 fi
2864 if test -z "${ISO8859_15_TRUE}" && test -z "${ISO8859_15_FALSE}"; then
2865 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_15\" was never defined.
2866 Usually this means the macro was only invoked conditionally." >&5
2867 echo "$as_me: error: conditional \"ISO8859_15\" was never defined.
2868 Usually this means the macro was only invoked conditionally." >&2;}
2869 { (exit 1); exit 1; }; }
2870 fi
2871 if test -z "${ISO8859_16_TRUE}" && test -z "${ISO8859_16_FALSE}"; then
2872 { { echo "$as_me:$LINENO: error: conditional \"ISO8859_16\" was never defined.
2873 Usually this means the macro was only invoked conditionally." >&5
2874 echo "$as_me: error: conditional \"ISO8859_16\" was never defined.
2875 Usually this means the macro was only invoked conditionally." >&2;}
2876 { (exit 1); exit 1; }; }
2877 fi
2878 if test -z "${KOI8_R_TRUE}" && test -z "${KOI8_R_FALSE}"; then
2879 { { echo "$as_me:$LINENO: error: conditional \"KOI8_R\" was never defined.
2880 Usually this means the macro was only invoked conditionally." >&5
2881 echo "$as_me: error: conditional \"KOI8_R\" was never defined.
2882 Usually this means the macro was only invoked conditionally." >&2;}
2883 { (exit 1); exit 1; }; }
2884 fi
2885 if test -z "${JISX0201_TRUE}" && test -z "${JISX0201_FALSE}"; then
2886 { { echo "$as_me:$LINENO: error: conditional \"JISX0201\" was never defined.
2887 Usually this means the macro was only invoked conditionally." >&5
2888 echo "$as_me: error: conditional \"JISX0201\" was never defined.
2889 Usually this means the macro was only invoked conditionally." >&2;}
2890 { (exit 1); exit 1; }; }
2891 fi
2892
2893 : ${CONFIG_STATUS=./config.status}
2894 ac_clean_files_save=$ac_clean_files
2895 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2896 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2897 echo "$as_me: creating $CONFIG_STATUS" >&6;}
2898 cat >$CONFIG_STATUS <<_ACEOF
2899 #! $SHELL
2900 # Generated by $as_me.
2901 # Run this file to recreate the current configuration.
2902 # Compiler output produced by configure, useful for debugging
2903 # configure, is in config.log if it exists.
2904
2905 debug=false
2906 ac_cs_recheck=false
2907 ac_cs_silent=false
2908 SHELL=\${CONFIG_SHELL-$SHELL}
2909 _ACEOF
2910
2911 cat >>$CONFIG_STATUS <<\_ACEOF
2912 ## --------------------- ##
2913 ## M4sh Initialization. ##
2914 ## --------------------- ##
2915
2916 # Be Bourne compatible
2917 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2918 emulate sh
2919 NULLCMD=:
2920 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2921 # is contrary to our usage. Disable this feature.
2922 alias -g '${1+"$@"}'='"$@"'
2923 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2924 set -o posix
2925 fi
2926 DUALCASE=1; export DUALCASE # for MKS sh
2927
2928 # Support unset when possible.
2929 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2930 as_unset=unset
2931 else
2932 as_unset=false
2933 fi
2934
2935
2936 # Work around bugs in pre-3.0 UWIN ksh.
2937 $as_unset ENV MAIL MAILPATH
2938 PS1='$ '
2939 PS2='> '
2940 PS4='+ '
2941
2942 # NLS nuisances.
2943 for as_var in \
2944 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2945 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2946 LC_TELEPHONE LC_TIME
2947 do
2948 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2949 eval $as_var=C; export $as_var
2950 else
2951 $as_unset $as_var
2952 fi
2953 done
2954
2955 # Required to use basename.
2956 if expr a : '\(a\)' >/dev/null 2>&1; then
2957 as_expr=expr
2958 else
2959 as_expr=false
2960 fi
2961
2962 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2963 as_basename=basename
2964 else
2965 as_basename=false
2966 fi
2967
2968
2969 # Name of the executable.
2970 as_me=`$as_basename "$0" ||
2971 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2972 X"$0" : 'X\(//\)$' \| \
2973 X"$0" : 'X\(/\)$' \| \
2974 . : '\(.\)' 2>/dev/null ||
2975 echo X/"$0" |
2976 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2977 /^X\/\(\/\/\)$/{ s//\1/; q; }
2978 /^X\/\(\/\).*/{ s//\1/; q; }
2979 s/.*/./; q'`
2980
2981
2982 # PATH needs CR, and LINENO needs CR and PATH.
2983 # Avoid depending upon Character Ranges.
2984 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2985 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2986 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2987 as_cr_digits='0123456789'
2988 as_cr_alnum=$as_cr_Letters$as_cr_digits
2989
2990 # The user is always right.
2991 if test "${PATH_SEPARATOR+set}" != set; then
2992 echo "#! /bin/sh" >conf$$.sh
2993 echo "exit 0" >>conf$$.sh
2994 chmod +x conf$$.sh
2995 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2996 PATH_SEPARATOR=';'
2997 else
2998 PATH_SEPARATOR=:
2999 fi
3000 rm -f conf$$.sh
3001 fi
3002
3003
3004 as_lineno_1=$LINENO
3005 as_lineno_2=$LINENO
3006 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3007 test "x$as_lineno_1" != "x$as_lineno_2" &&
3008 test "x$as_lineno_3" = "x$as_lineno_2" || {
3009 # Find who we are. Look in the path if we contain no path at all
3010 # relative or not.
3011 case $0 in
3012 *[\\/]* ) as_myself=$0 ;;
3013 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3014 for as_dir in $PATH
3015 do
3016 IFS=$as_save_IFS
3017 test -z "$as_dir" && as_dir=.
3018 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
3019 done
3020
3021 ;;
3022 esac
3023 # We did not find ourselves, most probably we were run as `sh COMMAND'
3024 # in which case we are not to be found in the path.
3025 if test "x$as_myself" = x; then
3026 as_myself=$0
3027 fi
3028 if test ! -f "$as_myself"; then
3029 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
3030 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
3031 { (exit 1); exit 1; }; }
3032 fi
3033 case $CONFIG_SHELL in
3034 '')
3035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
3037 do
3038 IFS=$as_save_IFS
3039 test -z "$as_dir" && as_dir=.
3040 for as_base in sh bash ksh sh5; do
3041 case $as_dir in
3042 /*)
3043 if ("$as_dir/$as_base" -c '
3044 as_lineno_1=$LINENO
3045 as_lineno_2=$LINENO
3046 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
3047 test "x$as_lineno_1" != "x$as_lineno_2" &&
3048 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
3049 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
3050 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
3051 CONFIG_SHELL=$as_dir/$as_base
3052 export CONFIG_SHELL
3053 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
3054 fi;;
3055 esac
3056 done
3057 done
3058 ;;
3059 esac
3060
3061 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
3062 # uniformly replaced by the line number. The first 'sed' inserts a
3063 # line-number line before each line; the second 'sed' does the real
3064 # work. The second script uses 'N' to pair each line-number line
3065 # with the numbered line, and appends trailing '-' during
3066 # substitution so that $LINENO is not a special case at line end.
3067 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
3068 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
3069 sed '=' <$as_myself |
3070 sed '
3071 N
3072 s,$,-,
3073 : loop
3074 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
3075 t loop
3076 s,-$,,
3077 s,^['$as_cr_digits']*\n,,
3078 ' >$as_me.lineno &&
3079 chmod +x $as_me.lineno ||
3080 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
3081 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
3082 { (exit 1); exit 1; }; }
3083
3084 # Don't try to exec as it changes $[0], causing all sort of problems
3085 # (the dirname of $[0] is not the place where we might find the
3086 # original and so on. Autoconf is especially sensible to this).
3087 . ./$as_me.lineno
3088 # Exit status is that of the last command.
3089 exit
3090 }
3091
3092
3093 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
3094 *c*,-n*) ECHO_N= ECHO_C='
3095 ' ECHO_T=' ' ;;
3096 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
3097 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
3098 esac
3099
3100 if expr a : '\(a\)' >/dev/null 2>&1; then
3101 as_expr=expr
3102 else
3103 as_expr=false
3104 fi
3105
3106 rm -f conf$$ conf$$.exe conf$$.file
3107 echo >conf$$.file
3108 if ln -s conf$$.file conf$$ 2>/dev/null; then
3109 # We could just check for DJGPP; but this test a) works b) is more generic
3110 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
3111 if test -f conf$$.exe; then
3112 # Don't use ln at all; we don't have any links
3113 as_ln_s='cp -p'
3114 else
3115 as_ln_s='ln -s'
3116 fi
3117 elif ln conf$$.file conf$$ 2>/dev/null; then
3118 as_ln_s=ln
3119 else
3120 as_ln_s='cp -p'
3121 fi
3122 rm -f conf$$ conf$$.exe conf$$.file
3123
3124 if mkdir -p . 2>/dev/null; then
3125 as_mkdir_p=:
3126 else
3127 test -d ./-p && rmdir ./-p
3128 as_mkdir_p=false
3129 fi
3130
3131 as_executable_p="test -f"
3132
3133 # Sed expression to map a string onto a valid CPP name.
3134 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
3135
3136 # Sed expression to map a string onto a valid variable name.
3137 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
3138
3139
3140 # IFS
3141 # We need space, tab and new line, in precisely that order.
3142 as_nl='
3143 '
3144 IFS=" $as_nl"
3145
3146 # CDPATH.
3147 $as_unset CDPATH
3148
3149 exec 6>&1
3150
3151 # Open the log real soon, to keep \$[0] and so on meaningful, and to
3152 # report actual input values of CONFIG_FILES etc. instead of their
3153 # values after options handling. Logging --version etc. is OK.
3154 exec 5>>config.log
3155 {
3156 echo
3157 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
3158 ## Running $as_me. ##
3159 _ASBOX
3160 } >&5
3161 cat >&5 <<_CSEOF
3162
3163 This file was extended by font-misc-misc $as_me 1.0.0, which was
3164 generated by GNU Autoconf 2.59. Invocation command line was
3165
3166 CONFIG_FILES = $CONFIG_FILES
3167 CONFIG_HEADERS = $CONFIG_HEADERS
3168 CONFIG_LINKS = $CONFIG_LINKS
3169 CONFIG_COMMANDS = $CONFIG_COMMANDS
3170 $ $0 $@
3171
3172 _CSEOF
3173 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
3174 echo >&5
3175 _ACEOF
3176
3177 # Files that config.status was made for.
3178 if test -n "$ac_config_files"; then
3179 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
3180 fi
3181
3182 if test -n "$ac_config_headers"; then
3183 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
3184 fi
3185
3186 if test -n "$ac_config_links"; then
3187 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
3188 fi
3189
3190 if test -n "$ac_config_commands"; then
3191 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
3192 fi
3193
3194 cat >>$CONFIG_STATUS <<\_ACEOF
3195
3196 ac_cs_usage="\
3197 \`$as_me' instantiates files from templates according to the
3198 current configuration.
3199
3200 Usage: $0 [OPTIONS] [FILE]...
3201
3202 -h, --help print this help, then exit
3203 -V, --version print version number, then exit
3204 -q, --quiet do not print progress messages
3205 -d, --debug don't remove temporary files
3206 --recheck update $as_me by reconfiguring in the same conditions
3207 --file=FILE[:TEMPLATE]
3208 instantiate the configuration file FILE
3209
3210 Configuration files:
3211 $config_files
3212
3213 Report bugs to <bug-autoconf@gnu.org>."
3214 _ACEOF
3215
3216 cat >>$CONFIG_STATUS <<_ACEOF
3217 ac_cs_version="\\
3218 font-misc-misc config.status 1.0.0
3219 configured by $0, generated by GNU Autoconf 2.59,
3220 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3221
3222 Copyright (C) 2003 Free Software Foundation, Inc.
3223 This config.status script is free software; the Free Software Foundation
3224 gives unlimited permission to copy, distribute and modify it."
3225 srcdir=$srcdir
3226 INSTALL="$INSTALL"
3227 _ACEOF
3228
3229 cat >>$CONFIG_STATUS <<\_ACEOF
3230 # If no file are specified by the user, then we need to provide default
3231 # value. By we need to know if files were specified by the user.
3232 ac_need_defaults=:
3233 while test $# != 0
3234 do
3235 case $1 in
3236 --*=*)
3237 ac_option=`expr "x$1" : 'x\([^=]*\)='`
3238 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
3239 ac_shift=:
3240 ;;
3241 -*)
3242 ac_option=$1
3243 ac_optarg=$2
3244 ac_shift=shift
3245 ;;
3246 *) # This is not an option, so the user has probably given explicit
3247 # arguments.
3248 ac_option=$1
3249 ac_need_defaults=false;;
3250 esac
3251
3252 case $ac_option in
3253 # Handling of the options.
3254 _ACEOF
3255 cat >>$CONFIG_STATUS <<\_ACEOF
3256 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
3257 ac_cs_recheck=: ;;
3258 --version | --vers* | -V )
3259 echo "$ac_cs_version"; exit 0 ;;
3260 --he | --h)
3261 # Conflict between --help and --header
3262 { { echo "$as_me:$LINENO: error: ambiguous option: $1
3263 Try \`$0 --help' for more information." >&5
3264 echo "$as_me: error: ambiguous option: $1
3265 Try \`$0 --help' for more information." >&2;}
3266 { (exit 1); exit 1; }; };;
3267 --help | --hel | -h )
3268 echo "$ac_cs_usage"; exit 0 ;;
3269 --debug | --d* | -d )
3270 debug=: ;;
3271 --file | --fil | --fi | --f )
3272 $ac_shift
3273 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
3274 ac_need_defaults=false;;
3275 --header | --heade | --head | --hea )
3276 $ac_shift
3277 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
3278 ac_need_defaults=false;;
3279 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3280 | -silent | --silent | --silen | --sile | --sil | --si | --s)
3281 ac_cs_silent=: ;;
3282
3283 # This is an error.
3284 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
3285 Try \`$0 --help' for more information." >&5
3286 echo "$as_me: error: unrecognized option: $1
3287 Try \`$0 --help' for more information." >&2;}
3288 { (exit 1); exit 1; }; } ;;
3289
3290 *) ac_config_targets="$ac_config_targets $1" ;;
3291
3292 esac
3293 shift
3294 done
3295
3296 ac_configure_extra_args=
3297
3298 if $ac_cs_silent; then
3299 exec 6>/dev/null
3300 ac_configure_extra_args="$ac_configure_extra_args --silent"
3301 fi
3302
3303 _ACEOF
3304 cat >>$CONFIG_STATUS <<_ACEOF
3305 if \$ac_cs_recheck; then
3306 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
3307 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
3308 fi
3309
3310 _ACEOF
3311
3312
3313
3314
3315
3316 cat >>$CONFIG_STATUS <<\_ACEOF
3317 for ac_config_target in $ac_config_targets
3318 do
3319 case "$ac_config_target" in
3320 # Handling of arguments.
3321 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3322 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
3323 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
3324 { (exit 1); exit 1; }; };;
3325 esac
3326 done
3327
3328 # If the user did not use the arguments to specify the items to instantiate,
3329 # then the envvar interface is used. Set only those that are not.
3330 # We use the long form for the default assignment because of an extremely
3331 # bizarre bug on SunOS 4.1.3.
3332 if $ac_need_defaults; then
3333 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
3334 fi
3335
3336 # Have a temporary directory for convenience. Make it in the build tree
3337 # simply because there is no reason to put it here, and in addition,
3338 # creating and moving files from /tmp can sometimes cause problems.
3339 # Create a temporary directory, and hook for its removal unless debugging.
3340 $debug ||
3341 {
3342 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
3343 trap '{ (exit 1); exit 1; }' 1 2 13 15
3344 }
3345
3346 # Create a (secure) tmp directory for tmp files.
3347
3348 {
3349 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
3350 test -n "$tmp" && test -d "$tmp"
3351 } ||
3352 {
3353 tmp=./confstat$$-$RANDOM
3354 (umask 077 && mkdir $tmp)
3355 } ||
3356 {
3357 echo "$me: cannot create a temporary directory in ." >&2
3358 { (exit 1); exit 1; }
3359 }
3360
3361 _ACEOF
3362
3363 cat >>$CONFIG_STATUS <<_ACEOF
3364
3365 #
3366 # CONFIG_FILES section.
3367 #
3368
3369 # No need to generate the scripts if there are no CONFIG_FILES.
3370 # This happens for instance when ./config.status config.h
3371 if test -n "\$CONFIG_FILES"; then
3372 # Protect against being on the right side of a sed subst in config.status.
3373 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
3374 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
3375 s,@SHELL@,$SHELL,;t t
3376 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
3377 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
3378 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
3379 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
3380 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
3381 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
3382 s,@exec_prefix@,$exec_prefix,;t t
3383 s,@prefix@,$prefix,;t t
3384 s,@program_transform_name@,$program_transform_name,;t t
3385 s,@bindir@,$bindir,;t t
3386 s,@sbindir@,$sbindir,;t t
3387 s,@libexecdir@,$libexecdir,;t t
3388 s,@datadir@,$datadir,;t t
3389 s,@sysconfdir@,$sysconfdir,;t t
3390 s,@sharedstatedir@,$sharedstatedir,;t t
3391 s,@localstatedir@,$localstatedir,;t t
3392 s,@libdir@,$libdir,;t t
3393 s,@includedir@,$includedir,;t t
3394 s,@oldincludedir@,$oldincludedir,;t t
3395 s,@infodir@,$infodir,;t t
3396 s,@mandir@,$mandir,;t t
3397 s,@build_alias@,$build_alias,;t t
3398 s,@host_alias@,$host_alias,;t t
3399 s,@target_alias@,$target_alias,;t t
3400 s,@DEFS@,$DEFS,;t t
3401 s,@ECHO_C@,$ECHO_C,;t t
3402 s,@ECHO_N@,$ECHO_N,;t t
3403 s,@ECHO_T@,$ECHO_T,;t t
3404 s,@LIBS@,$LIBS,;t t
3405 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
3406 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
3407 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
3408 s,@CYGPATH_W@,$CYGPATH_W,;t t
3409 s,@PACKAGE@,$PACKAGE,;t t
3410 s,@VERSION@,$VERSION,;t t
3411 s,@ACLOCAL@,$ACLOCAL,;t t
3412 s,@AUTOCONF@,$AUTOCONF,;t t
3413 s,@AUTOMAKE@,$AUTOMAKE,;t t
3414 s,@AUTOHEADER@,$AUTOHEADER,;t t
3415 s,@MAKEINFO@,$MAKEINFO,;t t
3416 s,@AMTAR@,$AMTAR,;t t
3417 s,@install_sh@,$install_sh,;t t
3418 s,@STRIP@,$STRIP,;t t
3419 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
3420 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
3421 s,@AWK@,$AWK,;t t
3422 s,@SET_MAKE@,$SET_MAKE,;t t
3423 s,@am__leading_dot@,$am__leading_dot,;t t
3424 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
3425 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
3426 s,@MAINT@,$MAINT,;t t
3427 s,@PERL@,$PERL,;t t
3428 s,@BDFTOPCF@,$BDFTOPCF,;t t
3429 s,@BDFTRUNCATE@,$BDFTRUNCATE,;t t
3430 s,@UCS2ANY@,$UCS2ANY,;t t
3431 s,@MKFONTSCALE@,$MKFONTSCALE,;t t
3432 s,@MKFONTDIR@,$MKFONTDIR,;t t
3433 s,@FONTDIR@,$FONTDIR,;t t
3434 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
3435 s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t
3436 s,@MAPS_CFLAGS@,$MAPS_CFLAGS,;t t
3437 s,@MAPS_LIBS@,$MAPS_LIBS,;t t
3438 s,@MAPFILES_PATH@,$MAPFILES_PATH,;t t
3439 s,@ISO8859_1_TRUE@,$ISO8859_1_TRUE,;t t
3440 s,@ISO8859_1_FALSE@,$ISO8859_1_FALSE,;t t
3441 s,@ISO8859_2_TRUE@,$ISO8859_2_TRUE,;t t
3442 s,@ISO8859_2_FALSE@,$ISO8859_2_FALSE,;t t
3443 s,@ISO8859_3_TRUE@,$ISO8859_3_TRUE,;t t
3444 s,@ISO8859_3_FALSE@,$ISO8859_3_FALSE,;t t
3445 s,@ISO8859_4_TRUE@,$ISO8859_4_TRUE,;t t
3446 s,@ISO8859_4_FALSE@,$ISO8859_4_FALSE,;t t
3447 s,@ISO8859_5_TRUE@,$ISO8859_5_TRUE,;t t
3448 s,@ISO8859_5_FALSE@,$ISO8859_5_FALSE,;t t
3449 s,@ISO8859_7_TRUE@,$ISO8859_7_TRUE,;t t
3450 s,@ISO8859_7_FALSE@,$ISO8859_7_FALSE,;t t
3451 s,@ISO8859_8_TRUE@,$ISO8859_8_TRUE,;t t
3452 s,@ISO8859_8_FALSE@,$ISO8859_8_FALSE,;t t
3453 s,@ISO8859_9_TRUE@,$ISO8859_9_TRUE,;t t
3454 s,@ISO8859_9_FALSE@,$ISO8859_9_FALSE,;t t
3455 s,@ISO8859_10_TRUE@,$ISO8859_10_TRUE,;t t
3456 s,@ISO8859_10_FALSE@,$ISO8859_10_FALSE,;t t
3457 s,@ISO8859_11_TRUE@,$ISO8859_11_TRUE,;t t
3458 s,@ISO8859_11_FALSE@,$ISO8859_11_FALSE,;t t
3459 s,@ISO8859_13_TRUE@,$ISO8859_13_TRUE,;t t
3460 s,@ISO8859_13_FALSE@,$ISO8859_13_FALSE,;t t
3461 s,@ISO8859_14_TRUE@,$ISO8859_14_TRUE,;t t
3462 s,@ISO8859_14_FALSE@,$ISO8859_14_FALSE,;t t
3463 s,@ISO8859_15_TRUE@,$ISO8859_15_TRUE,;t t
3464 s,@ISO8859_15_FALSE@,$ISO8859_15_FALSE,;t t
3465 s,@ISO8859_16_TRUE@,$ISO8859_16_TRUE,;t t
3466 s,@ISO8859_16_FALSE@,$ISO8859_16_FALSE,;t t
3467 s,@KOI8_R_TRUE@,$KOI8_R_TRUE,;t t
3468 s,@KOI8_R_FALSE@,$KOI8_R_FALSE,;t t
3469 s,@JISX0201_TRUE@,$JISX0201_TRUE,;t t
3470 s,@JISX0201_FALSE@,$JISX0201_FALSE,;t t
3471 s,@LIBOBJS@,$LIBOBJS,;t t
3472 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
3473 CEOF
3474
3475 _ACEOF
3476
3477 cat >>$CONFIG_STATUS <<\_ACEOF
3478 # Split the substitutions into bite-sized pieces for seds with
3479 # small command number limits, like on Digital OSF/1 and HP-UX.
3480 ac_max_sed_lines=48
3481 ac_sed_frag=1 # Number of current file.
3482 ac_beg=1 # First line for current file.
3483 ac_end=$ac_max_sed_lines # Line after last line for current file.
3484 ac_more_lines=:
3485 ac_sed_cmds=
3486 while $ac_more_lines; do
3487 if test $ac_beg -gt 1; then
3488 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3489 else
3490 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
3491 fi
3492 if test ! -s $tmp/subs.frag; then
3493 ac_more_lines=false
3494 else
3495 # The purpose of the label and of the branching condition is to
3496 # speed up the sed processing (if there are no `@' at all, there
3497 # is no need to browse any of the substitutions).
3498 # These are the two extra sed commands mentioned above.
3499 (echo ':t
3500 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
3501 if test -z "$ac_sed_cmds"; then
3502 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
3503 else
3504 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
3505 fi
3506 ac_sed_frag=`expr $ac_sed_frag + 1`
3507 ac_beg=$ac_end
3508 ac_end=`expr $ac_end + $ac_max_sed_lines`
3509 fi
3510 done
3511 if test -z "$ac_sed_cmds"; then
3512 ac_sed_cmds=cat
3513 fi
3514 fi # test -n "$CONFIG_FILES"
3515
3516 _ACEOF
3517 cat >>$CONFIG_STATUS <<\_ACEOF
3518 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
3519 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
3520 case $ac_file in
3521 - | *:- | *:-:* ) # input from stdin
3522 cat >$tmp/stdin
3523 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3524 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3525 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
3526 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
3527 * ) ac_file_in=$ac_file.in ;;
3528 esac
3529
3530 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
3531 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
3532 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3533 X"$ac_file" : 'X\(//\)[^/]' \| \
3534 X"$ac_file" : 'X\(//\)$' \| \
3535 X"$ac_file" : 'X\(/\)' \| \
3536 . : '\(.\)' 2>/dev/null ||
3537 echo X"$ac_file" |
3538 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3539 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3540 /^X\(\/\/\)$/{ s//\1/; q; }
3541 /^X\(\/\).*/{ s//\1/; q; }
3542 s/.*/./; q'`
3543 { if $as_mkdir_p; then
3544 mkdir -p "$ac_dir"
3545 else
3546 as_dir="$ac_dir"
3547 as_dirs=
3548 while test ! -d "$as_dir"; do
3549 as_dirs="$as_dir $as_dirs"
3550 as_dir=`(dirname "$as_dir") 2>/dev/null ||
3551 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3552 X"$as_dir" : 'X\(//\)[^/]' \| \
3553 X"$as_dir" : 'X\(//\)$' \| \
3554 X"$as_dir" : 'X\(/\)' \| \
3555 . : '\(.\)' 2>/dev/null ||
3556 echo X"$as_dir" |
3557 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3558 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3559 /^X\(\/\/\)$/{ s//\1/; q; }
3560 /^X\(\/\).*/{ s//\1/; q; }
3561 s/.*/./; q'`
3562 done
3563 test ! -n "$as_dirs" || mkdir $as_dirs
3564 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
3565 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
3566 { (exit 1); exit 1; }; }; }
3567
3568 ac_builddir=.
3569
3570 if test "$ac_dir" != .; then
3571 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3572 # A "../" for each directory in $ac_dir_suffix.
3573 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3574 else
3575 ac_dir_suffix= ac_top_builddir=
3576 fi
3577
3578 case $srcdir in
3579 .) # No --srcdir option. We are building in place.
3580 ac_srcdir=.
3581 if test -z "$ac_top_builddir"; then
3582 ac_top_srcdir=.
3583 else
3584 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3585 fi ;;
3586 [\\/]* | ?:[\\/]* ) # Absolute path.
3587 ac_srcdir=$srcdir$ac_dir_suffix;
3588 ac_top_srcdir=$srcdir ;;
3589 *) # Relative path.
3590 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3591 ac_top_srcdir=$ac_top_builddir$srcdir ;;
3592 esac
3593
3594 # Do not use `cd foo && pwd` to compute absolute paths, because
3595 # the directories may not exist.
3596 case `pwd` in
3597 .) ac_abs_builddir="$ac_dir";;
3598 *)
3599 case "$ac_dir" in
3600 .) ac_abs_builddir=`pwd`;;
3601 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3602 *) ac_abs_builddir=`pwd`/"$ac_dir";;
3603 esac;;
3604 esac
3605 case $ac_abs_builddir in
3606 .) ac_abs_top_builddir=${ac_top_builddir}.;;
3607 *)
3608 case ${ac_top_builddir}. in
3609 .) ac_abs_top_builddir=$ac_abs_builddir;;
3610 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3611 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3612 esac;;
3613 esac
3614 case $ac_abs_builddir in
3615 .) ac_abs_srcdir=$ac_srcdir;;
3616 *)
3617 case $ac_srcdir in
3618 .) ac_abs_srcdir=$ac_abs_builddir;;
3619 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3620 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3621 esac;;
3622 esac
3623 case $ac_abs_builddir in
3624 .) ac_abs_top_srcdir=$ac_top_srcdir;;
3625 *)
3626 case $ac_top_srcdir in
3627 .) ac_abs_top_srcdir=$ac_abs_builddir;;
3628 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3629 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3630 esac;;
3631 esac
3632
3633
3634 case $INSTALL in
3635 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3636 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
3637 esac
3638
3639 if test x"$ac_file" != x-; then
3640 { echo "$as_me:$LINENO: creating $ac_file" >&5
3641 echo "$as_me: creating $ac_file" >&6;}
3642 rm -f "$ac_file"
3643 fi
3644 # Let's still pretend it is `configure' which instantiates (i.e., don't
3645 # use $as_me), people would be surprised to read:
3646 # /* config.h. Generated by config.status. */
3647 if test x"$ac_file" = x-; then
3648 configure_input=
3649 else
3650 configure_input="$ac_file. "
3651 fi
3652 configure_input=$configure_input"Generated from `echo $ac_file_in |
3653 sed 's,.*/,,'` by configure."
3654
3655 # First look for the input files in the build tree, otherwise in the
3656 # src tree.
3657 ac_file_inputs=`IFS=:
3658 for f in $ac_file_in; do
3659 case $f in
3660 -) echo $tmp/stdin ;;
3661 [\\/$]*)
3662 # Absolute (can't be DOS-style, as IFS=:)
3663 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3664 echo "$as_me: error: cannot find input file: $f" >&2;}
3665 { (exit 1); exit 1; }; }
3666 echo "$f";;
3667 *) # Relative
3668 if test -f "$f"; then
3669 # Build tree
3670 echo "$f"
3671 elif test -f "$srcdir/$f"; then
3672 # Source tree
3673 echo "$srcdir/$f"
3674 else
3675 # /dev/null tree
3676 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
3677 echo "$as_me: error: cannot find input file: $f" >&2;}
3678 { (exit 1); exit 1; }; }
3679 fi;;
3680 esac
3681 done` || { (exit 1); exit 1; }
3682 _ACEOF
3683 cat >>$CONFIG_STATUS <<_ACEOF
3684 sed "$ac_vpsub
3685 $extrasub
3686 _ACEOF
3687 cat >>$CONFIG_STATUS <<\_ACEOF
3688 :t
3689 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3690 s,@configure_input@,$configure_input,;t t
3691 s,@srcdir@,$ac_srcdir,;t t
3692 s,@abs_srcdir@,$ac_abs_srcdir,;t t
3693 s,@top_srcdir@,$ac_top_srcdir,;t t
3694 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
3695 s,@builddir@,$ac_builddir,;t t
3696 s,@abs_builddir@,$ac_abs_builddir,;t t
3697 s,@top_builddir@,$ac_top_builddir,;t t
3698 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
3699 s,@INSTALL@,$ac_INSTALL,;t t
3700 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
3701 rm -f $tmp/stdin
3702 if test x"$ac_file" != x-; then
3703 mv $tmp/out $ac_file
3704 else
3705 cat $tmp/out
3706 rm -f $tmp/out
3707 fi
3708
3709 done
3710 _ACEOF
3711
3712 cat >>$CONFIG_STATUS <<\_ACEOF
3713
3714 { (exit 0); exit 0; }
3715 _ACEOF
3716 chmod +x $CONFIG_STATUS
3717 ac_clean_files=$ac_clean_files_save
3718
3719
3720 # configure is writing to config.log, and then calls config.status.
3721 # config.status does its own redirection, appending to config.log.
3722 # Unfortunately, on DOS this fails, as config.log is still kept open
3723 # by configure, so config.status won't be able to write to it; its
3724 # output is simply discarded. So we exec the FD to /dev/null,
3725 # effectively closing config.log, so it can be properly (re)opened and
3726 # appended to by config.status. When coming back to configure, we
3727 # need to make the FD available again.
3728 if test "$no_create" != yes; then
3729 ac_cs_success=:
3730 ac_config_status_args=
3731 test "$silent" = yes &&
3732 ac_config_status_args="$ac_config_status_args --quiet"
3733 exec 5>/dev/null
3734 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3735 exec 5>>config.log
3736 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3737 # would make configure fail if this is the last instruction.
3738 $ac_cs_success || { (exit 1); exit 1; }
3739 fi
3740
3741