FYI: Reply from HP-UX
[git/dscho.git] / flex-2.5.33 / config.status
blobe91aadc4a88ccf37398cdab6605372ad65d5e0db
1 #! /bin/sh
2 # Generated by configure.
3 # Run this file to recreate the current configuration.
4 # Compiler output produced by configure, useful for debugging
5 # configure, is in config.log if it exists.
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10 SHELL=${CONFIG_SHELL-/bin/sh}
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
18 NULLCMD=:
19 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 # is contrary to our usage. Disable this feature.
21 alias -g '${1+"$@"}'='"$@"'
22 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
23 set -o posix
26 # Support unset when possible.
27 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
28 as_unset=unset
29 else
30 as_unset=false
34 # Work around bugs in pre-3.0 UWIN ksh.
35 $as_unset ENV MAIL MAILPATH
36 PS1='$ '
37 PS2='> '
38 PS4='+ '
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
46 if (set +x; test -n "`(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
51 done
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
60 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61 as_basename=basename
62 else
63 as_basename=false
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'`
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
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=:
98 rm -f conf$$.sh
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
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
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
126 if test ! -f "$as_myself"; then
127 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
128 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
129 { (exit 1); exit 1; }; }
131 case $CONFIG_SHELL in
133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
134 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
136 IFS=$as_save_IFS
137 test -z "$as_dir" && as_dir=.
138 for as_base in sh bash ksh sh5; do
139 case $as_dir in
141 if ("$as_dir/$as_base" -c '
142 as_lineno_1=$LINENO
143 as_lineno_2=$LINENO
144 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 test "x$as_lineno_1" != "x$as_lineno_2" &&
146 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
147 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
148 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
149 CONFIG_SHELL=$as_dir/$as_base
150 export CONFIG_SHELL
151 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
152 fi;;
153 esac
154 done
155 done
157 esac
159 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
160 # uniformly replaced by the line number. The first 'sed' inserts a
161 # line-number line before each line; the second 'sed' does the real
162 # work. The second script uses 'N' to pair each line-number line
163 # with the numbered line, and appends trailing '-' during
164 # substitution so that $LINENO is not a special case at line end.
165 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
166 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
167 sed '=' <$as_myself |
168 sed '
170 s,$,-,
171 : loop
172 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
173 t loop
174 s,-$,,
175 s,^['$as_cr_digits']*\n,,
176 ' >$as_me.lineno &&
177 chmod +x $as_me.lineno ||
178 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
179 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
180 { (exit 1); exit 1; }; }
182 # Don't try to exec as it changes $[0], causing all sort of problems
183 # (the dirname of $[0] is not the place where we might find the
184 # original and so on. Autoconf is especially sensible to this).
185 . ./$as_me.lineno
186 # Exit status is that of the last command.
187 exit
191 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
192 *c*,-n*) ECHO_N= ECHO_C='
193 ' ECHO_T=' ' ;;
194 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
195 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
196 esac
198 if expr a : '\(a\)' >/dev/null 2>&1; then
199 as_expr=expr
200 else
201 as_expr=false
204 rm -f conf$$ conf$$.exe conf$$.file
205 echo >conf$$.file
206 if ln -s conf$$.file conf$$ 2>/dev/null; then
207 # We could just check for DJGPP; but this test a) works b) is more generic
208 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
209 if test -f conf$$.exe; then
210 # Don't use ln at all; we don't have any links
211 as_ln_s='cp -p'
212 else
213 as_ln_s='ln -s'
215 elif ln conf$$.file conf$$ 2>/dev/null; then
216 as_ln_s=ln
217 else
218 as_ln_s='cp -p'
220 rm -f conf$$ conf$$.exe conf$$.file
222 if mkdir -p . 2>/dev/null; then
223 as_mkdir_p=:
224 else
225 as_mkdir_p=false
228 as_executable_p="test -f"
230 # Sed expression to map a string onto a valid CPP name.
231 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
233 # Sed expression to map a string onto a valid variable name.
234 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
237 # IFS
238 # We need space, tab and new line, in precisely that order.
239 as_nl='
241 IFS=" $as_nl"
243 # CDPATH.
244 $as_unset CDPATH
246 exec 6>&1
248 # Open the log real soon, to keep \$[0] and so on meaningful, and to
249 # report actual input values of CONFIG_FILES etc. instead of their
250 # values after options handling. Logging --version etc. is OK.
251 exec 5>>config.log
253 echo
254 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
255 ## Running $as_me. ##
256 _ASBOX
257 } >&5
258 cat >&5 <<_CSEOF
260 This file was extended by flex $as_me 2.5.33, which was
261 generated by GNU Autoconf 2.57. Invocation command line was
263 CONFIG_FILES = $CONFIG_FILES
264 CONFIG_HEADERS = $CONFIG_HEADERS
265 CONFIG_LINKS = $CONFIG_LINKS
266 CONFIG_COMMANDS = $CONFIG_COMMANDS
267 $ $0 $@
269 _CSEOF
270 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
271 echo >&5
272 config_files=" flex.spec Makefile doc/Makefile examples/Makefile examples/fastwc/Makefile examples/manual/Makefile m4/Makefile po/Makefile.in tools/Makefile tests/Makefile tests/TEMPLATE/Makefile tests/test-array-nr/Makefile tests/test-array-r/Makefile tests/test-basic-nr/Makefile tests/test-basic-r/Makefile tests/test-bison-yylloc/Makefile tests/test-bison-yylval/Makefile tests/test-c-cpp-nr/Makefile tests/test-c-cpp-r/Makefile tests/test-header-nr/Makefile tests/test-header-r/Makefile tests/test-include-by-buffer/Makefile tests/test-include-by-push/Makefile tests/test-include-by-reentrant/Makefile tests/test-multiple-scanners-nr/Makefile tests/test-multiple-scanners-r/Makefile tests/test-noansi-nr/Makefile tests/test-noansi-r/Makefile tests/test-prefix-nr/Makefile tests/test-prefix-r/Makefile tests/test-pthread/Makefile tests/test-string-nr/Makefile tests/test-string-r/Makefile tests/test-yyextra/Makefile tests/test-lineno-nr/Makefile tests/test-lineno-r/Makefile tests/test-linedir-r/Makefile tests/test-debug-r/Makefile tests/test-debug-nr/Makefile tests/test-mem-nr/Makefile tests/test-mem-r/Makefile tests/test-posix/Makefile tests/test-posixly-correct/Makefile tests/test-table-opts/Makefile tests/test-c++-basic/Makefile tests/test-bison-nr/Makefile tests/test-reject/Makefile tests/test-c++-multiple-scanners/Makefile tests/test-top/Makefile tests/test-rescan-nr/Makefile tests/test-rescan-r/Makefile"
273 config_headers=" config.h:conf.in"
274 config_commands=" default-1 depfiles"
276 ac_cs_usage="\
277 \`$as_me' instantiates files from templates according to the
278 current configuration.
280 Usage: $0 [OPTIONS] [FILE]...
282 -h, --help print this help, then exit
283 -V, --version print version number, then exit
284 -q, --quiet do not print progress messages
285 -d, --debug don't remove temporary files
286 --recheck update $as_me by reconfiguring in the same conditions
287 --file=FILE[:TEMPLATE]
288 instantiate the configuration file FILE
289 --header=FILE[:TEMPLATE]
290 instantiate the configuration header FILE
292 Configuration files:
293 $config_files
295 Configuration headers:
296 $config_headers
298 Configuration commands:
299 $config_commands
301 Report bugs to <bug-autoconf@gnu.org>."
302 ac_cs_version="\
303 flex config.status 2.5.33
304 configured by ./configure, generated by GNU Autoconf 2.57,
305 with options \" 'CC=cc' 'CFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CPPFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CXXFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CXX=aCC -AA' 'LDFLAGS=-Wl,+b -Wl,/usr/local/lib/hpux32'\"
307 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
308 Free Software Foundation, Inc.
309 This config.status script is free software; the Free Software Foundation
310 gives unlimited permission to copy, distribute and modify it."
311 srcdir=.
312 INSTALL="./install-sh -c"
313 # If no file are specified by the user, then we need to provide default
314 # value. By we need to know if files were specified by the user.
315 ac_need_defaults=:
316 while test $# != 0
318 case $1 in
319 --*=*)
320 ac_option=`expr "x$1" : 'x\([^=]*\)='`
321 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
322 ac_shift=:
325 ac_option=$1
326 ac_optarg=$2
327 ac_shift=shift
329 *) # This is not an option, so the user has probably given explicit
330 # arguments.
331 ac_option=$1
332 ac_need_defaults=false;;
333 esac
335 case $ac_option in
336 # Handling of the options.
337 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
338 ac_cs_recheck=: ;;
339 --version | --vers* | -V )
340 echo "$ac_cs_version"; exit 0 ;;
341 --he | --h)
342 # Conflict between --help and --header
343 { { echo "$as_me:$LINENO: error: ambiguous option: $1
344 Try \`$0 --help' for more information." >&5
345 echo "$as_me: error: ambiguous option: $1
346 Try \`$0 --help' for more information." >&2;}
347 { (exit 1); exit 1; }; };;
348 --help | --hel | -h )
349 echo "$ac_cs_usage"; exit 0 ;;
350 --debug | --d* | -d )
351 debug=: ;;
352 --file | --fil | --fi | --f )
353 $ac_shift
354 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
355 ac_need_defaults=false;;
356 --header | --heade | --head | --hea )
357 $ac_shift
358 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
359 ac_need_defaults=false;;
360 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
361 | -silent | --silent | --silen | --sile | --sil | --si | --s)
362 ac_cs_silent=: ;;
364 # This is an error.
365 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
366 Try \`$0 --help' for more information." >&5
367 echo "$as_me: error: unrecognized option: $1
368 Try \`$0 --help' for more information." >&2;}
369 { (exit 1); exit 1; }; } ;;
371 *) ac_config_targets="$ac_config_targets $1" ;;
373 esac
374 shift
375 done
377 ac_configure_extra_args=
379 if $ac_cs_silent; then
380 exec 6>/dev/null
381 ac_configure_extra_args="$ac_configure_extra_args --silent"
384 if $ac_cs_recheck; then
385 echo "running /bin/sh ./configure " 'CC=cc' 'CFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CPPFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CXXFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CXX=aCC -AA' 'LDFLAGS=-Wl,+b -Wl,/usr/local/lib/hpux32' $ac_configure_extra_args " --no-create --no-recursion" >&6
386 exec /bin/sh ./configure 'CC=cc' 'CFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CPPFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CXXFLAGS=-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901' 'CXX=aCC -AA' 'LDFLAGS=-Wl,+b -Wl,/usr/local/lib/hpux32' $ac_configure_extra_args --no-create --no-recursion
390 # INIT-COMMANDS section.
393 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
394 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
395 # from automake.
396 eval 'OBSOLETE_ALL_LINGUAS''=""'
397 # Capture the value of LINGUAS because we need it to compute CATALOGS.
398 LINGUAS="%UNSET%"
400 AMDEP_TRUE="" ac_aux_dir="."
402 for ac_config_target in $ac_config_targets
404 case "$ac_config_target" in
405 # Handling of arguments.
406 "flex.spec" ) CONFIG_FILES="$CONFIG_FILES flex.spec" ;;
407 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
408 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
409 "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
410 "examples/fastwc/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/fastwc/Makefile" ;;
411 "examples/manual/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/manual/Makefile" ;;
412 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
413 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
414 "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
415 "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
416 "tests/TEMPLATE/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/TEMPLATE/Makefile" ;;
417 "tests/test-array-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-array-nr/Makefile" ;;
418 "tests/test-array-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-array-r/Makefile" ;;
419 "tests/test-basic-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-basic-nr/Makefile" ;;
420 "tests/test-basic-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-basic-r/Makefile" ;;
421 "tests/test-bison-yylloc/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-bison-yylloc/Makefile" ;;
422 "tests/test-bison-yylval/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-bison-yylval/Makefile" ;;
423 "tests/test-c-cpp-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-c-cpp-nr/Makefile" ;;
424 "tests/test-c-cpp-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-c-cpp-r/Makefile" ;;
425 "tests/test-header-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-header-nr/Makefile" ;;
426 "tests/test-header-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-header-r/Makefile" ;;
427 "tests/test-include-by-buffer/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-include-by-buffer/Makefile" ;;
428 "tests/test-include-by-push/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-include-by-push/Makefile" ;;
429 "tests/test-include-by-reentrant/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-include-by-reentrant/Makefile" ;;
430 "tests/test-multiple-scanners-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-multiple-scanners-nr/Makefile" ;;
431 "tests/test-multiple-scanners-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-multiple-scanners-r/Makefile" ;;
432 "tests/test-noansi-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-noansi-nr/Makefile" ;;
433 "tests/test-noansi-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-noansi-r/Makefile" ;;
434 "tests/test-prefix-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-prefix-nr/Makefile" ;;
435 "tests/test-prefix-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-prefix-r/Makefile" ;;
436 "tests/test-pthread/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-pthread/Makefile" ;;
437 "tests/test-string-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-string-nr/Makefile" ;;
438 "tests/test-string-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-string-r/Makefile" ;;
439 "tests/test-yyextra/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-yyextra/Makefile" ;;
440 "tests/test-lineno-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-lineno-nr/Makefile" ;;
441 "tests/test-lineno-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-lineno-r/Makefile" ;;
442 "tests/test-linedir-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-linedir-r/Makefile" ;;
443 "tests/test-debug-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-debug-r/Makefile" ;;
444 "tests/test-debug-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-debug-nr/Makefile" ;;
445 "tests/test-mem-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-mem-nr/Makefile" ;;
446 "tests/test-mem-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-mem-r/Makefile" ;;
447 "tests/test-posix/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-posix/Makefile" ;;
448 "tests/test-posixly-correct/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-posixly-correct/Makefile" ;;
449 "tests/test-table-opts/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-table-opts/Makefile" ;;
450 "tests/test-c++-basic/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-c++-basic/Makefile" ;;
451 "tests/test-bison-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-bison-nr/Makefile" ;;
452 "tests/test-reject/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-reject/Makefile" ;;
453 "tests/test-c++-multiple-scanners/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-c++-multiple-scanners/Makefile" ;;
454 "tests/test-top/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-top/Makefile" ;;
455 "tests/test-rescan-nr/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-rescan-nr/Makefile" ;;
456 "tests/test-rescan-r/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/test-rescan-r/Makefile" ;;
457 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
458 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
459 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:conf.in" ;;
460 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
461 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
462 { (exit 1); exit 1; }; };;
463 esac
464 done
466 # If the user did not use the arguments to specify the items to instantiate,
467 # then the envvar interface is used. Set only those that are not.
468 # We use the long form for the default assignment because of an extremely
469 # bizarre bug on SunOS 4.1.3.
470 if $ac_need_defaults; then
471 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
472 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
473 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
476 # Have a temporary directory for convenience. Make it in the build tree
477 # simply because there is no reason to put it here, and in addition,
478 # creating and moving files from /tmp can sometimes cause problems.
479 # Create a temporary directory, and hook for its removal unless debugging.
480 $debug ||
482 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
483 trap '{ (exit 1); exit 1; }' 1 2 13 15
486 # Create a (secure) tmp directory for tmp files.
489 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
490 test -n "$tmp" && test -d "$tmp"
491 } ||
493 tmp=./confstat$$-$RANDOM
494 (umask 077 && mkdir $tmp)
495 } ||
497 echo "$me: cannot create a temporary directory in ." >&2
498 { (exit 1); exit 1; }
503 # CONFIG_FILES section.
506 # No need to generate the scripts if there are no CONFIG_FILES.
507 # This happens for instance when ./config.status config.h
508 if test -n "$CONFIG_FILES"; then
509 # Protect against being on the right side of a sed subst in config.status.
510 sed 's/,@/@@/; s/@,/@@/; s/,;t t$/@;t t/; /@;t t$/s/[\\&,]/\\&/g;
511 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
512 s,@SHELL@,/bin/sh,;t t
513 s,@PATH_SEPARATOR@,:,;t t
514 s,@PACKAGE_NAME@,flex,;t t
515 s,@PACKAGE_TARNAME@,flex,;t t
516 s,@PACKAGE_VERSION@,2.5.33,;t t
517 s,@PACKAGE_STRING@,flex 2.5.33,;t t
518 s,@PACKAGE_BUGREPORT@,flex-help@lists.sourceforge.net,;t t
519 s,@exec_prefix@,${prefix},;t t
520 s,@prefix@,/usr/local,;t t
521 s,@program_transform_name@,s,x,x,,;t t
522 s,@bindir@,${exec_prefix}/bin,;t t
523 s,@sbindir@,${exec_prefix}/sbin,;t t
524 s,@libexecdir@,${exec_prefix}/libexec,;t t
525 s,@datadir@,${prefix}/share,;t t
526 s,@sysconfdir@,${prefix}/etc,;t t
527 s,@sharedstatedir@,${prefix}/com,;t t
528 s,@localstatedir@,${prefix}/var,;t t
529 s,@libdir@,/usr/local/lib/hpux32,;t t
530 s,@includedir@,${prefix}/include,;t t
531 s,@oldincludedir@,/usr/include,;t t
532 s,@infodir@,${prefix}/info,;t t
533 s,@mandir@,${prefix}/man,;t t
534 s,@build_alias@,,;t t
535 s,@host_alias@,,;t t
536 s,@target_alias@,,;t t
537 s,@DEFS@,-DHAVE_CONFIG_H,;t t
538 s,@ECHO_C@,\c,;t t
539 s,@ECHO_N@,,;t t
540 s,@ECHO_T@,,;t t
541 s,@LIBS@,-lm ,;t t
542 s,@INSTALL_PROGRAM@,${INSTALL} -s,;t t
543 s,@INSTALL_SCRIPT@,${INSTALL} -m 755,;t t
544 s,@INSTALL_DATA@,${INSTALL} -m 644,;t t
545 s,@CYGPATH_W@,echo,;t t
546 s,@PACKAGE@,flex,;t t
547 s,@VERSION@,2.5.33,;t t
548 s,@ACLOCAL@,${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run aclocal-1.7,;t t
549 s,@AUTOCONF@,${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run autoconf,;t t
550 s,@AUTOMAKE@,${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run automake-1.7,;t t
551 s,@AUTOHEADER@,${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run autoheader,;t t
552 s,@MAKEINFO@,${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run makeinfo,;t t
553 s,@AMTAR@,${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run tar,;t t
554 s,@install_sh@,/users/tech/rkl/ia64/flex-2.5.33/install-sh,;t t
555 s,@STRIP@,,;t t
556 s,@ac_ct_STRIP@,,;t t
557 s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t
558 s,@AWK@,gawk,;t t
559 s,@SET_MAKE@,,;t t
560 s,@am__leading_dot@,.,;t t
561 s,@MKINSTALLDIRS@,$(top_builddir)/./mkinstalldirs,;t t
562 s,@USE_NLS@,yes,;t t
563 s,@MSGFMT@,/usr/local/bin/msgfmt,;t t
564 s,@GMSGFMT@,/usr/local/bin/msgfmt,;t t
565 s,@XGETTEXT@,/usr/local/bin/xgettext,;t t
566 s,@MSGMERGE@,/usr/local/bin/msgmerge,;t t
567 s,@CC@,cc,;t t
568 s,@CFLAGS@,-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901,;t t
569 s,@LDFLAGS@,-Wl,+b -Wl,/usr/local/lib/hpux32,;t t
570 s,@CPPFLAGS@,-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901,;t t
571 s,@ac_ct_CC@,cc,;t t
572 s,@EXEEXT@,,;t t
573 s,@OBJEXT@,o,;t t
574 s,@DEPDIR@,.deps,;t t
575 s,@am__include@,include,;t t
576 s,@am__quote@,,;t t
577 s,@AMDEP_TRUE@,,;t t
578 s,@AMDEP_FALSE@,#,;t t
579 s,@AMDEPBACKSLASH@,\,;t t
580 s,@CCDEPMODE@,depmode=none,;t t
581 s,@am__fastdepCC_TRUE@,#,;t t
582 s,@am__fastdepCC_FALSE@,,;t t
583 s,@build@,ia64-hp-hpux11.31,;t t
584 s,@build_cpu@,ia64,;t t
585 s,@build_vendor@,hp,;t t
586 s,@build_os@,hpux11.31,;t t
587 s,@host@,ia64-hp-hpux11.31,;t t
588 s,@host_cpu@,ia64,;t t
589 s,@host_vendor@,hp,;t t
590 s,@host_os@,hpux11.31,;t t
591 s,@LIBICONV@,-L/usr/local/lib/hpux32 /usr/local/lib/hpux32/libiconv.so,;t t
592 s,@LTLIBICONV@,-L/usr/local/lib/hpux32 -liconv -R/usr/local/lib/hpux32,;t t
593 s,@INTLLIBS@,-L/usr/local/lib/hpux32 /usr/local/lib/hpux32/libintl.so /usr/local/lib/hpux32/libiconv.so,;t t
594 s,@LIBINTL@,-L/usr/local/lib/hpux32 /usr/local/lib/hpux32/libintl.so /usr/local/lib/hpux32/libiconv.so,;t t
595 s,@LTLIBINTL@,-L/usr/local/lib/hpux32 -lintl -L/usr/local/lib/hpux32 -liconv -R/usr/local/lib/hpux32,;t t
596 s,@POSUB@,po,;t t
597 s,@YACC@,bison -y,;t t
598 s,@LEX@,flex,;t t
599 s,@LEXLIB@,-lfl,;t t
600 s,@LEX_OUTPUT_ROOT@,lex.yy,;t t
601 s,@CXX@,aCC -AA,;t t
602 s,@CXXFLAGS@,-O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901,;t t
603 s,@ac_ct_CXX@,,;t t
604 s,@CXXDEPMODE@,depmode=none,;t t
605 s,@am__fastdepCXX_TRUE@,#,;t t
606 s,@am__fastdepCXX_FALSE@,,;t t
607 s,@LN_S@,ln -s,;t t
608 s,@RANLIB@,/bin/true,;t t
609 s,@ac_ct_RANLIB@,/bin/true,;t t
610 s,@BISON@,/usr/local/bin/bison,;t t
611 s,@HELP2MAN@,help2man,;t t
612 s,@M4@,/usr/local/bin/m4,;t t
613 s,@INDENT@,/usr/local/bin/indent,;t t
614 s,@CPP@,cc -E,;t t
615 s,@EGREP@,grep -E,;t t
616 s,@LIBOBJS@,,;t t
617 s,@LTLIBOBJS@,,;t t
618 s,@SHEXT@,so,;t t
619 CEOF
621 # Split the substitutions into bite-sized pieces for seds with
622 # small command number limits, like on Digital OSF/1 and HP-UX.
623 ac_max_sed_lines=48
624 ac_sed_frag=1 # Number of current file.
625 ac_beg=1 # First line for current file.
626 ac_end=$ac_max_sed_lines # Line after last line for current file.
627 ac_more_lines=:
628 ac_sed_cmds=
629 while $ac_more_lines; do
630 if test $ac_beg -gt 1; then
631 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
632 else
633 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
635 if test ! -s $tmp/subs.frag; then
636 ac_more_lines=false
637 else
638 # The purpose of the label and of the branching condition is to
639 # speed up the sed processing (if there are no `@' at all, there
640 # is no need to browse any of the substitutions).
641 # These are the two extra sed commands mentioned above.
642 (echo ':t
643 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
644 if test -z "$ac_sed_cmds"; then
645 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
646 else
647 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
649 ac_sed_frag=`expr $ac_sed_frag + 1`
650 ac_beg=$ac_end
651 ac_end=`expr $ac_end + $ac_max_sed_lines`
653 done
654 if test -z "$ac_sed_cmds"; then
655 ac_sed_cmds=cat
657 fi # test -n "$CONFIG_FILES"
659 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
660 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
661 case $ac_file in
662 - | *:- | *:-:* ) # input from stdin
663 cat >$tmp/stdin
664 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
665 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
666 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
667 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
668 * ) ac_file_in=$ac_file.in ;;
669 esac
671 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
672 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
673 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
674 X"$ac_file" : 'X\(//\)[^/]' \| \
675 X"$ac_file" : 'X\(//\)$' \| \
676 X"$ac_file" : 'X\(/\)' \| \
677 . : '\(.\)' 2>/dev/null ||
678 echo X"$ac_file" |
679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
680 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
681 /^X\(\/\/\)$/{ s//\1/; q; }
682 /^X\(\/\).*/{ s//\1/; q; }
683 s/.*/./; q'`
684 { if $as_mkdir_p; then
685 mkdir -p "$ac_dir"
686 else
687 as_dir="$ac_dir"
688 as_dirs=
689 while test ! -d "$as_dir"; do
690 as_dirs="$as_dir $as_dirs"
691 as_dir=`(dirname "$as_dir") 2>/dev/null ||
692 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
693 X"$as_dir" : 'X\(//\)[^/]' \| \
694 X"$as_dir" : 'X\(//\)$' \| \
695 X"$as_dir" : 'X\(/\)' \| \
696 . : '\(.\)' 2>/dev/null ||
697 echo X"$as_dir" |
698 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
699 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
700 /^X\(\/\/\)$/{ s//\1/; q; }
701 /^X\(\/\).*/{ s//\1/; q; }
702 s/.*/./; q'`
703 done
704 test ! -n "$as_dirs" || mkdir $as_dirs
705 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
706 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
707 { (exit 1); exit 1; }; }; }
709 ac_builddir=.
711 if test "$ac_dir" != .; then
712 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
713 # A "../" for each directory in $ac_dir_suffix.
714 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
715 else
716 ac_dir_suffix= ac_top_builddir=
719 case $srcdir in
720 .) # No --srcdir option. We are building in place.
721 ac_srcdir=.
722 if test -z "$ac_top_builddir"; then
723 ac_top_srcdir=.
724 else
725 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
726 fi ;;
727 [\\/]* | ?:[\\/]* ) # Absolute path.
728 ac_srcdir=$srcdir$ac_dir_suffix;
729 ac_top_srcdir=$srcdir ;;
730 *) # Relative path.
731 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
732 ac_top_srcdir=$ac_top_builddir$srcdir ;;
733 esac
734 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
735 # absolute.
736 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
737 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
738 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
739 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
742 case $INSTALL in
743 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
744 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
745 esac
747 if test x"$ac_file" != x-; then
748 { echo "$as_me:$LINENO: creating $ac_file" >&5
749 echo "$as_me: creating $ac_file" >&6;}
750 rm -f "$ac_file"
752 # Let's still pretend it is `configure' which instantiates (i.e., don't
753 # use $as_me), people would be surprised to read:
754 # /* config.h. Generated by config.status. */
755 if test x"$ac_file" = x-; then
756 configure_input=
757 else
758 configure_input="$ac_file. "
760 configure_input=$configure_input"Generated from `echo $ac_file_in |
761 sed 's,.*/,,'` by configure."
763 # First look for the input files in the build tree, otherwise in the
764 # src tree.
765 ac_file_inputs=`IFS=:
766 for f in $ac_file_in; do
767 case $f in
768 -) echo $tmp/stdin ;;
769 [\\/$]*)
770 # Absolute (can't be DOS-style, as IFS=:)
771 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
772 echo "$as_me: error: cannot find input file: $f" >&2;}
773 { (exit 1); exit 1; }; }
774 echo $f;;
775 *) # Relative
776 if test -f "$f"; then
777 # Build tree
778 echo $f
779 elif test -f "$srcdir/$f"; then
780 # Source tree
781 echo $srcdir/$f
782 else
783 # /dev/null tree
784 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
785 echo "$as_me: error: cannot find input file: $f" >&2;}
786 { (exit 1); exit 1; }; }
787 fi;;
788 esac
789 done` || { (exit 1); exit 1; }
790 sed "/^[ ]*VPATH[ ]*=/{
791 s/:*\$(srcdir):*/:/;
792 s/:*\${srcdir}:*/:/;
793 s/:*@srcdir@:*/:/;
794 s/^\([^=]*=[ ]*\):*/\1/;
795 s/:*$//;
796 s/^[^=]*=[ ]*$//;
800 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
801 s,@configure_input@,$configure_input,;t t
802 s,@srcdir@,$ac_srcdir,;t t
803 s,@abs_srcdir@,$ac_abs_srcdir,;t t
804 s,@top_srcdir@,$ac_top_srcdir,;t t
805 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
806 s,@builddir@,$ac_builddir,;t t
807 s,@abs_builddir@,$ac_abs_builddir,;t t
808 s,@top_builddir@,$ac_top_builddir,;t t
809 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
810 s,@INSTALL@,$ac_INSTALL,;t t
811 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
812 rm -f $tmp/stdin
813 if test x"$ac_file" != x-; then
814 mv $tmp/out $ac_file
815 else
816 cat $tmp/out
817 rm -f $tmp/out
820 done
823 # CONFIG_HEADER section.
826 # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
827 # NAME is the cpp macro being defined and VALUE is the value it is being given.
829 # ac_d sets the value in "#define NAME VALUE" lines.
830 ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
831 ac_dB='[ ].*$,\1#\2'
832 ac_dC=' '
833 ac_dD=',;t'
834 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
835 ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
836 ac_uB='$,\1#\2define\3'
837 ac_uC=' '
838 ac_uD=',;t'
840 for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
841 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
842 case $ac_file in
843 - | *:- | *:-:* ) # input from stdin
844 cat >$tmp/stdin
845 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
846 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
847 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
848 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
849 * ) ac_file_in=$ac_file.in ;;
850 esac
852 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
853 echo "$as_me: creating $ac_file" >&6;}
855 # First look for the input files in the build tree, otherwise in the
856 # src tree.
857 ac_file_inputs=`IFS=:
858 for f in $ac_file_in; do
859 case $f in
860 -) echo $tmp/stdin ;;
861 [\\/$]*)
862 # Absolute (can't be DOS-style, as IFS=:)
863 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
864 echo "$as_me: error: cannot find input file: $f" >&2;}
865 { (exit 1); exit 1; }; }
866 echo $f;;
867 *) # Relative
868 if test -f "$f"; then
869 # Build tree
870 echo $f
871 elif test -f "$srcdir/$f"; then
872 # Source tree
873 echo $srcdir/$f
874 else
875 # /dev/null tree
876 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
877 echo "$as_me: error: cannot find input file: $f" >&2;}
878 { (exit 1); exit 1; }; }
879 fi;;
880 esac
881 done` || { (exit 1); exit 1; }
882 # Remove the trailing spaces.
883 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
885 # Handle all the #define templates only if necessary.
886 if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then
887 # If there are no defines, we may have an empty if/fi
889 cat >$tmp/defines.sed <<CEOF
890 /^[ ]*#[ ]*define/!b
891 t clr
892 : clr
893 ${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"flex"${ac_dD}
894 ${ac_dA}PACKAGE_TARNAME${ac_dB}PACKAGE_TARNAME${ac_dC}"flex"${ac_dD}
895 ${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"2.5.33"${ac_dD}
896 ${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"flex 2.5.33"${ac_dD}
897 ${ac_dA}PACKAGE_BUGREPORT${ac_dB}PACKAGE_BUGREPORT${ac_dC}"flex-help@lists.sourceforge.net"${ac_dD}
898 ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"flex"${ac_dD}
899 ${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"2.5.33"${ac_dD}
900 ${ac_dA}HAVE_ICONV${ac_dB}HAVE_ICONV${ac_dC}1${ac_dD}
901 ${ac_dA}ENABLE_NLS${ac_dB}ENABLE_NLS${ac_dC}1${ac_dD}
902 ${ac_dA}HAVE_GETTEXT${ac_dB}HAVE_GETTEXT${ac_dC}1${ac_dD}
903 ${ac_dA}HAVE_DCGETTEXT${ac_dB}HAVE_DCGETTEXT${ac_dC}1${ac_dD}
904 ${ac_dA}YYTEXT_POINTER${ac_dB}YYTEXT_POINTER${ac_dC}1${ac_dD}
905 ${ac_dA}M4${ac_dB}M4${ac_dC}"/usr/local/bin/m4"${ac_dD}
906 ${ac_dA}HAVE_LIBM${ac_dB}HAVE_LIBM${ac_dC}1${ac_dD}
907 ${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
908 ${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
909 ${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD}
910 ${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
911 ${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
912 ${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
913 ${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
914 ${ac_dA}HAVE_INTTYPES_H${ac_dB}HAVE_INTTYPES_H${ac_dC}1${ac_dD}
915 ${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD}
916 ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
917 ${ac_dA}HAVE_STDBOOL_H${ac_dB}HAVE_STDBOOL_H${ac_dC}1${ac_dD}
918 ${ac_dA}HAVE_NETINET_IN_H${ac_dB}HAVE_NETINET_IN_H${ac_dC}1${ac_dD}
919 ${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
920 ${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD}
921 ${ac_dA}HAVE_LOCALE_H${ac_dB}HAVE_LOCALE_H${ac_dC}1${ac_dD}
922 ${ac_dA}HAVE_LIBINTL_H${ac_dB}HAVE_LIBINTL_H${ac_dC}1${ac_dD}
923 ${ac_dA}HAVE_REGEX_H${ac_dB}HAVE_REGEX_H${ac_dC}1${ac_dD}
924 ${ac_dA}HAVE_DECL___FUNC__${ac_dB}HAVE_DECL___FUNC__${ac_dC}1${ac_dD}
925 CEOF
926 sed -f $tmp/defines.sed $tmp/in >$tmp/out
927 rm -f $tmp/in
928 mv $tmp/out $tmp/in
930 fi # grep
932 # Handle all the #undef templates
933 cat >$tmp/undefs.sed <<CEOF
934 /^[ ]*#[ ]*undef/!b
935 t clr
936 : clr
937 ${ac_uA}PACKAGE_NAME${ac_uB}PACKAGE_NAME${ac_uC}"flex"${ac_uD}
938 ${ac_uA}PACKAGE_TARNAME${ac_uB}PACKAGE_TARNAME${ac_uC}"flex"${ac_uD}
939 ${ac_uA}PACKAGE_VERSION${ac_uB}PACKAGE_VERSION${ac_uC}"2.5.33"${ac_uD}
940 ${ac_uA}PACKAGE_STRING${ac_uB}PACKAGE_STRING${ac_uC}"flex 2.5.33"${ac_uD}
941 ${ac_uA}PACKAGE_BUGREPORT${ac_uB}PACKAGE_BUGREPORT${ac_uC}"flex-help@lists.sourceforge.net"${ac_uD}
942 ${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"flex"${ac_uD}
943 ${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"2.5.33"${ac_uD}
944 ${ac_uA}HAVE_ICONV${ac_uB}HAVE_ICONV${ac_uC}1${ac_uD}
945 ${ac_uA}ENABLE_NLS${ac_uB}ENABLE_NLS${ac_uC}1${ac_uD}
946 ${ac_uA}HAVE_GETTEXT${ac_uB}HAVE_GETTEXT${ac_uC}1${ac_uD}
947 ${ac_uA}HAVE_DCGETTEXT${ac_uB}HAVE_DCGETTEXT${ac_uC}1${ac_uD}
948 ${ac_uA}YYTEXT_POINTER${ac_uB}YYTEXT_POINTER${ac_uC}1${ac_uD}
949 ${ac_uA}M4${ac_uB}M4${ac_uC}"/usr/local/bin/m4"${ac_uD}
950 ${ac_uA}HAVE_LIBM${ac_uB}HAVE_LIBM${ac_uC}1${ac_uD}
951 ${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
952 ${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
953 ${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD}
954 ${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
955 ${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
956 ${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
957 ${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
958 ${ac_uA}HAVE_INTTYPES_H${ac_uB}HAVE_INTTYPES_H${ac_uC}1${ac_uD}
959 ${ac_uA}HAVE_STDINT_H${ac_uB}HAVE_STDINT_H${ac_uC}1${ac_uD}
960 ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
961 ${ac_uA}HAVE_STDBOOL_H${ac_uB}HAVE_STDBOOL_H${ac_uC}1${ac_uD}
962 ${ac_uA}HAVE_NETINET_IN_H${ac_uB}HAVE_NETINET_IN_H${ac_uC}1${ac_uD}
963 ${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
964 ${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD}
965 ${ac_uA}HAVE_LOCALE_H${ac_uB}HAVE_LOCALE_H${ac_uC}1${ac_uD}
966 ${ac_uA}HAVE_LIBINTL_H${ac_uB}HAVE_LIBINTL_H${ac_uC}1${ac_uD}
967 ${ac_uA}HAVE_REGEX_H${ac_uB}HAVE_REGEX_H${ac_uC}1${ac_uD}
968 ${ac_uA}HAVE_DECL___FUNC__${ac_uB}HAVE_DECL___FUNC__${ac_uC}1${ac_uD}
969 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
970 CEOF
971 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
972 rm -f $tmp/in
973 mv $tmp/out $tmp/in
975 # Let's still pretend it is `configure' which instantiates (i.e., don't
976 # use $as_me), people would be surprised to read:
977 # /* config.h. Generated by config.status. */
978 if test x"$ac_file" = x-; then
979 echo "/* Generated by configure. */" >$tmp/config.h
980 else
981 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
983 cat $tmp/in >>$tmp/config.h
984 rm -f $tmp/in
985 if test x"$ac_file" != x-; then
986 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
987 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
988 echo "$as_me: $ac_file is unchanged" >&6;}
989 else
990 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
991 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
992 X"$ac_file" : 'X\(//\)[^/]' \| \
993 X"$ac_file" : 'X\(//\)$' \| \
994 X"$ac_file" : 'X\(/\)' \| \
995 . : '\(.\)' 2>/dev/null ||
996 echo X"$ac_file" |
997 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
998 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
999 /^X\(\/\/\)$/{ s//\1/; q; }
1000 /^X\(\/\).*/{ s//\1/; q; }
1001 s/.*/./; q'`
1002 { if $as_mkdir_p; then
1003 mkdir -p "$ac_dir"
1004 else
1005 as_dir="$ac_dir"
1006 as_dirs=
1007 while test ! -d "$as_dir"; do
1008 as_dirs="$as_dir $as_dirs"
1009 as_dir=`(dirname "$as_dir") 2>/dev/null ||
1010 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1011 X"$as_dir" : 'X\(//\)[^/]' \| \
1012 X"$as_dir" : 'X\(//\)$' \| \
1013 X"$as_dir" : 'X\(/\)' \| \
1014 . : '\(.\)' 2>/dev/null ||
1015 echo X"$as_dir" |
1016 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1017 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1018 /^X\(\/\/\)$/{ s//\1/; q; }
1019 /^X\(\/\).*/{ s//\1/; q; }
1020 s/.*/./; q'`
1021 done
1022 test ! -n "$as_dirs" || mkdir $as_dirs
1023 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
1024 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
1025 { (exit 1); exit 1; }; }; }
1027 rm -f $ac_file
1028 mv $tmp/config.h $ac_file
1030 else
1031 cat $tmp/config.h
1032 rm -f $tmp/config.h
1034 # Compute $ac_file's index in $config_headers.
1035 _am_stamp_count=1
1036 for _am_header in $config_headers :; do
1037 case $_am_header in
1038 $ac_file | $ac_file:* )
1039 break ;;
1041 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1042 esac
1043 done
1044 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
1045 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1046 X$ac_file : 'X\(//\)[^/]' \| \
1047 X$ac_file : 'X\(//\)$' \| \
1048 X$ac_file : 'X\(/\)' \| \
1049 . : '\(.\)' 2>/dev/null ||
1050 echo X$ac_file |
1051 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1052 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1053 /^X\(\/\/\)$/{ s//\1/; q; }
1054 /^X\(\/\).*/{ s//\1/; q; }
1055 s/.*/./; q'`/stamp-h$_am_stamp_count
1056 done
1059 # CONFIG_COMMANDS section.
1061 for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
1062 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
1063 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
1064 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
1065 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1066 X"$ac_dest" : 'X\(//\)[^/]' \| \
1067 X"$ac_dest" : 'X\(//\)$' \| \
1068 X"$ac_dest" : 'X\(/\)' \| \
1069 . : '\(.\)' 2>/dev/null ||
1070 echo X"$ac_dest" |
1071 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1072 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1073 /^X\(\/\/\)$/{ s//\1/; q; }
1074 /^X\(\/\).*/{ s//\1/; q; }
1075 s/.*/./; q'`
1076 ac_builddir=.
1078 if test "$ac_dir" != .; then
1079 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1080 # A "../" for each directory in $ac_dir_suffix.
1081 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1082 else
1083 ac_dir_suffix= ac_top_builddir=
1086 case $srcdir in
1087 .) # No --srcdir option. We are building in place.
1088 ac_srcdir=.
1089 if test -z "$ac_top_builddir"; then
1090 ac_top_srcdir=.
1091 else
1092 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1093 fi ;;
1094 [\\/]* | ?:[\\/]* ) # Absolute path.
1095 ac_srcdir=$srcdir$ac_dir_suffix;
1096 ac_top_srcdir=$srcdir ;;
1097 *) # Relative path.
1098 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1099 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1100 esac
1101 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1102 # absolute.
1103 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
1104 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
1105 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1106 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1109 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
1110 echo "$as_me: executing $ac_dest commands" >&6;}
1111 case $ac_dest in
1112 default-1 )
1113 for ac_file in $CONFIG_FILES; do
1114 # Support "outfile[:infile[:infile...]]"
1115 case "$ac_file" in
1116 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
1117 esac
1118 # PO directories have a Makefile.in generated from Makefile.in.in.
1119 case "$ac_file" in */Makefile.in)
1120 # Adjust a relative srcdir.
1121 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
1122 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
1123 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
1124 # In autoconf-2.13 it is called $ac_given_srcdir.
1125 # In autoconf-2.50 it is called $srcdir.
1126 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
1127 case "$ac_given_srcdir" in
1128 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
1129 /*) top_srcdir="$ac_given_srcdir" ;;
1130 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
1131 esac
1132 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
1133 rm -f "$ac_dir/POTFILES"
1134 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
1135 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
1136 POMAKEFILEDEPS="POTFILES.in"
1137 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
1138 # on $ac_dir but don't depend on user-specified configuration
1139 # parameters.
1140 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
1141 # The LINGUAS file contains the set of available languages.
1142 if test -n "$OBSOLETE_ALL_LINGUAS"; then
1143 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
1145 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
1146 # Hide the ALL_LINGUAS assigment from automake.
1147 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
1148 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
1149 else
1150 # The set of available languages was given in configure.in.
1151 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
1153 case "$ac_given_srcdir" in
1154 .) srcdirpre= ;;
1155 *) srcdirpre='$(srcdir)/' ;;
1156 esac
1157 POFILES=
1158 GMOFILES=
1159 UPDATEPOFILES=
1160 DUMMYPOFILES=
1161 for lang in $ALL_LINGUAS; do
1162 POFILES="$POFILES $srcdirpre$lang.po"
1163 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
1164 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
1165 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
1166 done
1167 # CATALOGS depends on both $ac_dir and the user's LINGUAS
1168 # environment variable.
1169 INST_LINGUAS=
1170 if test -n "$ALL_LINGUAS"; then
1171 for presentlang in $ALL_LINGUAS; do
1172 useit=no
1173 if test "%UNSET%" != "$LINGUAS"; then
1174 desiredlanguages="$LINGUAS"
1175 else
1176 desiredlanguages="$ALL_LINGUAS"
1178 for desiredlang in $desiredlanguages; do
1179 # Use the presentlang catalog if desiredlang is
1180 # a. equal to presentlang, or
1181 # b. a variant of presentlang (because in this case,
1182 # presentlang can be used as a fallback for messages
1183 # which are not translated in the desiredlang catalog).
1184 case "$desiredlang" in
1185 "$presentlang"*) useit=yes;;
1186 esac
1187 done
1188 if test $useit = yes; then
1189 INST_LINGUAS="$INST_LINGUAS $presentlang"
1191 done
1193 CATALOGS=
1194 if test -n "$INST_LINGUAS"; then
1195 for lang in $INST_LINGUAS; do
1196 CATALOGS="$CATALOGS $lang.gmo"
1197 done
1199 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
1200 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
1201 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
1202 if test -f "$f"; then
1203 case "$f" in
1204 *.orig | *.bak | *~) ;;
1205 *) cat "$f" >> "$ac_dir/Makefile" ;;
1206 esac
1208 done
1211 esac
1212 done ;;
1213 depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1214 # Strip MF so we end up with the name of the file.
1215 mf=`echo "$mf" | sed -e 's/:.*$//'`
1216 # Check whether this is an Automake generated Makefile or not.
1217 # We used to match only the files named `Makefile.in', but
1218 # some people rename them; so instead we look at the file content.
1219 # Grep'ing the first line is not enough: some people post-process
1220 # each Makefile.in and add a new line on top of each file to say so.
1221 # So let's grep whole file.
1222 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
1223 dirpart=`(dirname "$mf") 2>/dev/null ||
1224 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1225 X"$mf" : 'X\(//\)[^/]' \| \
1226 X"$mf" : 'X\(//\)$' \| \
1227 X"$mf" : 'X\(/\)' \| \
1228 . : '\(.\)' 2>/dev/null ||
1229 echo X"$mf" |
1230 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1231 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1232 /^X\(\/\/\)$/{ s//\1/; q; }
1233 /^X\(\/\).*/{ s//\1/; q; }
1234 s/.*/./; q'`
1235 else
1236 continue
1238 grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
1239 # Extract the definition of DEP_FILES from the Makefile without
1240 # running `make'.
1241 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
1242 test -z "$DEPDIR" && continue
1243 # When using ansi2knr, U may be empty or an underscore; expand it
1244 U=`sed -n -e '/^U = / s///p' < "$mf"`
1245 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
1246 # We invoke sed twice because it is the simplest approach to
1247 # changing $(DEPDIR) to its actual value in the expansion.
1248 for file in `sed -n -e '
1249 /^DEP_FILES = .*\\\\$/ {
1250 s/^DEP_FILES = //
1251 :loop
1252 s/\\\\$//
1255 /\\\\$/ b loop
1258 /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
1259 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1260 # Make sure the directory exists.
1261 test -f "$dirpart/$file" && continue
1262 fdir=`(dirname "$file") 2>/dev/null ||
1263 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1264 X"$file" : 'X\(//\)[^/]' \| \
1265 X"$file" : 'X\(//\)$' \| \
1266 X"$file" : 'X\(/\)' \| \
1267 . : '\(.\)' 2>/dev/null ||
1268 echo X"$file" |
1269 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1270 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1271 /^X\(\/\/\)$/{ s//\1/; q; }
1272 /^X\(\/\).*/{ s//\1/; q; }
1273 s/.*/./; q'`
1274 { if $as_mkdir_p; then
1275 mkdir -p $dirpart/$fdir
1276 else
1277 as_dir=$dirpart/$fdir
1278 as_dirs=
1279 while test ! -d "$as_dir"; do
1280 as_dirs="$as_dir $as_dirs"
1281 as_dir=`(dirname "$as_dir") 2>/dev/null ||
1282 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1283 X"$as_dir" : 'X\(//\)[^/]' \| \
1284 X"$as_dir" : 'X\(//\)$' \| \
1285 X"$as_dir" : 'X\(/\)' \| \
1286 . : '\(.\)' 2>/dev/null ||
1287 echo X"$as_dir" |
1288 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
1289 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
1290 /^X\(\/\/\)$/{ s//\1/; q; }
1291 /^X\(\/\).*/{ s//\1/; q; }
1292 s/.*/./; q'`
1293 done
1294 test ! -n "$as_dirs" || mkdir $as_dirs
1295 fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
1296 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
1297 { (exit 1); exit 1; }; }; }
1299 # echo "creating $dirpart/$file"
1300 echo '# dummy' > "$dirpart/$file"
1301 done
1302 done
1304 esac
1305 done
1307 { (exit 0); exit 0; }