OSDN Git Service

add defines in header files
[tsremuxcpp/developing01.git] / config.status
1 #! /bin/bash
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.
6
7 debug=false
8 ac_cs_recheck=false
9 ac_cs_silent=false
10 SHELL=${CONFIG_SHELL-/bin/bash}
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44   echo "#! /bin/sh" >conf$$.sh
45   echo  "exit 0"   >>conf$$.sh
46   chmod +x conf$$.sh
47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48     PATH_SEPARATOR=';'
49   else
50     PATH_SEPARATOR=:
51   fi
52   rm -f conf$$.sh
53 fi
54
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57   as_unset=unset
58 else
59   as_unset=false
60 fi
61
62
63 # IFS
64 # We need space, tab and new line, in precisely that order.  Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
69 '
70 IFS=" ""        $as_nl"
71
72 # Find who we are.  Look in the path if we contain no directory separator.
73 case $0 in
74   *[\\/]* ) as_myself=$0 ;;
75   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
77 do
78   IFS=$as_save_IFS
79   test -z "$as_dir" && as_dir=.
80   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
83
84      ;;
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89   as_myself=$0
90 fi
91 if test ! -f "$as_myself"; then
92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93   { (exit 1); exit 1; }
94 fi
95
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
103
104 # NLS nuisances.
105 for as_var in \
106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108   LC_TELEPHONE LC_TIME
109 do
110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111     eval $as_var=C; export $as_var
112   else
113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114   fi
115 done
116
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119    test "X`expr 00001 : '.*\(...\)'`" = X001; then
120   as_expr=expr
121 else
122   as_expr=false
123 fi
124
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126   as_basename=basename
127 else
128   as_basename=false
129 fi
130
131
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135          X"$0" : 'X\(//\)$' \| \
136          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138     sed '/^.*\/\([^/][^/]*\)\/*$/{
139             s//\1/
140             q
141           }
142           /^X\/\(\/\/\)$/{
143             s//\1/
144             q
145           }
146           /^X\/\(\/\).*/{
147             s//\1/
148             q
149           }
150           s/.*/./; q'`
151
152 # CDPATH.
153 $as_unset CDPATH
154
155
156
157   as_lineno_1=$LINENO
158   as_lineno_2=$LINENO
159   test "x$as_lineno_1" != "x$as_lineno_2" &&
160   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
161
162   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
163   # uniformly replaced by the line number.  The first 'sed' inserts a
164   # line-number line after each line using $LINENO; the second 'sed'
165   # does the real work.  The second script uses 'N' to pair each
166   # line-number line with the line containing $LINENO, and appends
167   # trailing '-' during substitution so that $LINENO is not a special
168   # case at line end.
169   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
170   # scripts with optimization help from Paolo Bonzini.  Blame Lee
171   # E. McMahon (1931-1989) for sed's syntax.  :-)
172   sed -n '
173     p
174     /[$]LINENO/=
175   ' <$as_myself |
176     sed '
177       s/[$]LINENO.*/&-/
178       t lineno
179       b
180       :lineno
181       N
182       :loop
183       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
184       t loop
185       s/-\n.*//
186     ' >$as_me.lineno &&
187   chmod +x "$as_me.lineno" ||
188     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
189    { (exit 1); exit 1; }; }
190
191   # Don't try to exec as it changes $[0], causing all sort of problems
192   # (the dirname of $[0] is not the place where we might find the
193   # original and so on.  Autoconf is especially sensitive to this).
194   . "./$as_me.lineno"
195   # Exit status is that of the last command.
196   exit
197 }
198
199
200 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
201   as_dirname=dirname
202 else
203   as_dirname=false
204 fi
205
206 ECHO_C= ECHO_N= ECHO_T=
207 case `echo -n x` in
208 -n*)
209   case `echo 'x\c'` in
210   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
211   *)   ECHO_C='\c';;
212   esac;;
213 *)
214   ECHO_N='-n';;
215 esac
216
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218    test "X`expr 00001 : '.*\(...\)'`" = X001; then
219   as_expr=expr
220 else
221   as_expr=false
222 fi
223
224 rm -f conf$$ conf$$.exe conf$$.file
225 if test -d conf$$.dir; then
226   rm -f conf$$.dir/conf$$.file
227 else
228   rm -f conf$$.dir
229   mkdir conf$$.dir
230 fi
231 echo >conf$$.file
232 if ln -s conf$$.file conf$$ 2>/dev/null; then
233   as_ln_s='ln -s'
234   # ... but there are two gotchas:
235   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
236   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
237   # In both cases, we have to default to `cp -p'.
238   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
239     as_ln_s='cp -p'
240 elif ln conf$$.file conf$$ 2>/dev/null; then
241   as_ln_s=ln
242 else
243   as_ln_s='cp -p'
244 fi
245 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
246 rmdir conf$$.dir 2>/dev/null
247
248 if mkdir -p . 2>/dev/null; then
249   as_mkdir_p=:
250 else
251   test -d ./-p && rmdir ./-p
252   as_mkdir_p=false
253 fi
254
255 if test -x / >/dev/null 2>&1; then
256   as_test_x='test -x'
257 else
258   if ls -dL / >/dev/null 2>&1; then
259     as_ls_L_option=L
260   else
261     as_ls_L_option=
262   fi
263   as_test_x='
264     eval sh -c '\''
265       if test -d "$1"; then
266         test -d "$1/.";
267       else
268         case $1 in
269         -*)set "./$1";;
270         esac;
271         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
272         ???[sx]*):;;*)false;;esac;fi
273     '\'' sh
274   '
275 fi
276 as_executable_p=$as_test_x
277
278 # Sed expression to map a string onto a valid CPP name.
279 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
280
281 # Sed expression to map a string onto a valid variable name.
282 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
283
284
285 exec 6>&1
286
287 # Save the log message, to keep $[0] and so on meaningful, and to
288 # report actual input values of CONFIG_FILES etc. instead of their
289 # values after options handling.
290 ac_log="
291 This file was extended by tsremuxcpp $as_me 0.1, which was
292 generated by GNU Autoconf 2.61.  Invocation command line was
293
294   CONFIG_FILES    = $CONFIG_FILES
295   CONFIG_HEADERS  = $CONFIG_HEADERS
296   CONFIG_LINKS    = $CONFIG_LINKS
297   CONFIG_COMMANDS = $CONFIG_COMMANDS
298   $ $0 $@
299
300 on `(hostname || uname -n) 2>/dev/null | sed 1q`
301 "
302
303 # Files that config.status was made for.
304 config_files=" Makefile src/Makefile po/Makefile.in"
305 config_headers=" config.h"
306 config_commands=" depfiles default-1 libtool po/stamp-it"
307
308 ac_cs_usage="\
309 \`$as_me' instantiates files from templates according to the
310 current configuration.
311
312 Usage: $0 [OPTIONS] [FILE]...
313
314   -h, --help       print this help, then exit
315   -V, --version    print version number and configuration settings, then exit
316   -q, --quiet      do not print progress messages
317   -d, --debug      don't remove temporary files
318       --recheck    update $as_me by reconfiguring in the same conditions
319   --file=FILE[:TEMPLATE]
320                    instantiate the configuration file FILE
321   --header=FILE[:TEMPLATE]
322                    instantiate the configuration header FILE
323
324 Configuration files:
325 $config_files
326
327 Configuration headers:
328 $config_headers
329
330 Configuration commands:
331 $config_commands
332
333 Report bugs to <bug-autoconf@gnu.org>."
334
335 ac_cs_version="\
336 tsremuxcpp config.status 0.1
337 configured by ./configure, generated by GNU Autoconf 2.61,
338   with options \"'--enable-maintainer-mode'\"
339
340 Copyright (C) 2006 Free Software Foundation, Inc.
341 This config.status script is free software; the Free Software Foundation
342 gives unlimited permission to copy, distribute and modify it."
343
344 ac_pwd='/home/koichi/TsRemuxCPP'
345 srcdir='.'
346 INSTALL='/usr/bin/install -c'
347 MKDIR_P='/bin/mkdir -p'
348 # If no file are specified by the user, then we need to provide default
349 # value.  By we need to know if files were specified by the user.
350 ac_need_defaults=:
351 while test $# != 0
352 do
353   case $1 in
354   --*=*)
355     ac_option=`expr "X$1" : 'X\([^=]*\)='`
356     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
357     ac_shift=:
358     ;;
359   *)
360     ac_option=$1
361     ac_optarg=$2
362     ac_shift=shift
363     ;;
364   esac
365
366   case $ac_option in
367   # Handling of the options.
368   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
369     ac_cs_recheck=: ;;
370   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
371     echo "$ac_cs_version"; exit ;;
372   --debug | --debu | --deb | --de | --d | -d )
373     debug=: ;;
374   --file | --fil | --fi | --f )
375     $ac_shift
376     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
377     ac_need_defaults=false;;
378   --header | --heade | --head | --hea )
379     $ac_shift
380     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
381     ac_need_defaults=false;;
382   --he | --h)
383     # Conflict between --help and --header
384     { echo "$as_me: error: ambiguous option: $1
385 Try \`$0 --help' for more information." >&2
386    { (exit 1); exit 1; }; };;
387   --help | --hel | -h )
388     echo "$ac_cs_usage"; exit ;;
389   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
390   | -silent | --silent | --silen | --sile | --sil | --si | --s)
391     ac_cs_silent=: ;;
392
393   # This is an error.
394   -*) { echo "$as_me: error: unrecognized option: $1
395 Try \`$0 --help' for more information." >&2
396    { (exit 1); exit 1; }; } ;;
397
398   *) ac_config_targets="$ac_config_targets $1"
399      ac_need_defaults=false ;;
400
401   esac
402   shift
403 done
404
405 ac_configure_extra_args=
406
407 if $ac_cs_silent; then
408   exec 6>/dev/null
409   ac_configure_extra_args="$ac_configure_extra_args --silent"
410 fi
411
412 if $ac_cs_recheck; then
413   echo "running CONFIG_SHELL=/bin/bash /bin/bash ./configure " '--enable-maintainer-mode' $ac_configure_extra_args " --no-create --no-recursion" >&6
414   CONFIG_SHELL=/bin/bash
415   export CONFIG_SHELL
416   exec /bin/bash "./configure" '--enable-maintainer-mode' $ac_configure_extra_args --no-create --no-recursion
417 fi
418
419 exec 5>>config.log
420 {
421   echo
422   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
423 ## Running $as_me. ##
424 _ASBOX
425   echo "$ac_log"
426 } >&5
427
428 #
429 # INIT-COMMANDS
430 #
431 AMDEP_TRUE="" ac_aux_dir="."
432
433
434
435 # The HP-UX ksh and POSIX shell print the target directory to stdout
436 # if CDPATH is set.
437 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
438
439 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
440 double_quote_subst='s/\(["`\\]\)/\\\1/g'
441 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
442 macro_version='2.2.4'
443 macro_revision='1.2976'
444 enable_shared='yes'
445 enable_static='yes'
446 pic_mode='default'
447 enable_fast_install='yes'
448 host_alias=''
449 host='i686-pc-linux-gnu'
450 host_os='linux-gnu'
451 build_alias=''
452 build='i686-pc-linux-gnu'
453 build_os='linux-gnu'
454 SED='/bin/sed'
455 Xsed='/bin/sed -e 1s/^X//'
456 GREP='/bin/grep'
457 EGREP='/bin/grep -E'
458 FGREP='/bin/grep -F'
459 LD='/usr/bin/ld'
460 NM='/usr/bin/nm -B'
461 LN_S='ln -s'
462 max_cmd_len='1572864'
463 ac_objext='o'
464 exeext=''
465 lt_unset='unset'
466 lt_SP2NL='tr \040 \012'
467 lt_NL2SP='tr \015\012 \040\040'
468 reload_flag=' -r'
469 reload_cmds='$LD$reload_flag -o $output$reload_objs'
470 deplibs_check_method='pass_all'
471 file_magic_cmd='$MAGIC_CMD'
472 AR='ar'
473 AR_FLAGS='cru'
474 STRIP='strip'
475 RANLIB='ranlib'
476 old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
477 old_postuninstall_cmds=''
478 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
479 CC='gcc'
480 CFLAGS='-g -O2'
481 compiler='g++'
482 GCC='yes'
483 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
484 lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
485 lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
486 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
487 objdir='.libs'
488 SHELL='/bin/bash'
489 ECHO='echo'
490 MAGIC_CMD='file'
491 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
492 lt_prog_compiler_wl='-Wl,'
493 lt_prog_compiler_pic=' -fPIC -DPIC'
494 lt_prog_compiler_static='-static'
495 lt_cv_prog_compiler_c_o='yes'
496 need_locks='no'
497 DSYMUTIL=''
498 NMEDIT=''
499 LIPO=''
500 OTOOL=''
501 OTOOL64=''
502 libext='a'
503 shrext_cmds='.so'
504 extract_expsyms_cmds=''
505 archive_cmds_need_lc='no'
506 enable_shared_with_static_runtimes='no'
507 export_dynamic_flag_spec='${wl}--export-dynamic'
508 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
509 compiler_needs_object='no'
510 old_archive_from_new_cmds=''
511 old_archive_from_expsyms_cmds=''
512 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
513 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
514             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
515             echo "local: *; };" >> $output_objdir/$libname.ver~
516             $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
517 module_cmds=''
518 module_expsym_cmds=''
519 with_gnu_ld='yes'
520 allow_undefined_flag=''
521 no_undefined_flag=''
522 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
523 hardcode_libdir_flag_spec_ld=''
524 hardcode_libdir_separator=''
525 hardcode_direct='no'
526 hardcode_direct_absolute='no'
527 hardcode_minus_L='no'
528 hardcode_shlibpath_var='unsupported'
529 hardcode_automatic='no'
530 inherit_rpath='no'
531 link_all_deplibs='unknown'
532 fix_srcfile_path=''
533 always_export_symbols='no'
534 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
535 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
536 include_expsyms=''
537 prelink_cmds=''
538 file_list_spec=''
539 variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
540 need_lib_prefix='no'
541 need_version='no'
542 version_type='linux'
543 runpath_var='LD_RUN_PATH'
544 shlibpath_var='LD_LIBRARY_PATH'
545 shlibpath_overrides_runpath='no'
546 libname_spec='lib$name'
547 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
548 soname_spec='${libname}${release}${shared_ext}$major'
549 postinstall_cmds=''
550 postuninstall_cmds=''
551 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
552 finish_eval=''
553 hardcode_into_libs='yes'
554 sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.3.2 /usr/lib /lib'
555 sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib '
556 hardcode_action='immediate'
557 enable_dlopen='unknown'
558 enable_dlopen_self='unknown'
559 enable_dlopen_self_static='unknown'
560 old_striplib='strip --strip-debug'
561 striplib='strip --strip-unneeded'
562 compiler_lib_search_dirs=''
563 predep_objects=''
564 postdep_objects=''
565 predeps=''
566 postdeps=''
567 compiler_lib_search_path=''
568 LD_CXX='/usr/bin/ld'
569 old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
570 compiler_CXX='g++'
571 GCC_CXX='yes'
572 lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
573 lt_prog_compiler_wl_CXX='-Wl,'
574 lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
575 lt_prog_compiler_static_CXX='-static'
576 lt_cv_prog_compiler_c_o_CXX='yes'
577 archive_cmds_need_lc_CXX='no'
578 enable_shared_with_static_runtimes_CXX='no'
579 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
580 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
581 compiler_needs_object_CXX='no'
582 old_archive_from_new_cmds_CXX=''
583 old_archive_from_expsyms_cmds_CXX=''
584 archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
585 archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
586 module_cmds_CXX=''
587 module_expsym_cmds_CXX=''
588 with_gnu_ld_CXX='yes'
589 allow_undefined_flag_CXX=''
590 no_undefined_flag_CXX=''
591 hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
592 hardcode_libdir_flag_spec_ld_CXX=''
593 hardcode_libdir_separator_CXX=''
594 hardcode_direct_CXX='no'
595 hardcode_direct_absolute_CXX='no'
596 hardcode_minus_L_CXX='no'
597 hardcode_shlibpath_var_CXX='unsupported'
598 hardcode_automatic_CXX='no'
599 inherit_rpath_CXX='no'
600 link_all_deplibs_CXX='no'
601 fix_srcfile_path_CXX=''
602 always_export_symbols_CXX='no'
603 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
604 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
605 include_expsyms_CXX=''
606 prelink_cmds_CXX=''
607 file_list_spec_CXX=''
608 hardcode_action_CXX='immediate'
609 compiler_lib_search_dirs_CXX='/usr/lib/gcc/i486-linux-gnu/4.3.2 /usr/lib/gcc/i486-linux-gnu/4.3.2 /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib /lib/../lib /usr/lib/../lib /usr/lib/gcc/i486-linux-gnu/4.3.2/../../..'
610 predep_objects_CXX='/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.3.2/crtbeginS.o'
611 postdep_objects_CXX='/usr/lib/gcc/i486-linux-gnu/4.3.2/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/crtn.o'
612 predeps_CXX=''
613 postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
614 compiler_lib_search_path_CXX='-L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2 -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.3.2/../../..'
615
616 LTCC='gcc'
617 LTCFLAGS='-g -O2'
618 compiler='gcc'
619
620 # Quote evaled strings.
621 for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_flag_spec_ld_CXX hardcode_libdir_separator_CXX fix_srcfile_path_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
622     case `eval \\$ECHO "X\\$$var"` in
623     *[\\\`\"\$]*)
624       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
625       ;;
626     *)
627       eval "lt_$var=\\\"\$$var\\\""
628       ;;
629     esac
630 done
631
632 # Double-quote double-evaled strings.
633 for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX; do
634     case `eval \\$ECHO "X\\$$var"` in
635     *[\\\`\"\$]*)
636       eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
637       ;;
638     *)
639       eval "lt_$var=\\\"\$$var\\\""
640       ;;
641     esac
642 done
643
644 # Fix-up fallback echo if it was mangled by the above quoting rules.
645 case $lt_ECHO in
646 *'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
647   ;;
648 esac
649
650 ac_aux_dir='.'
651 xsi_shell='yes'
652 lt_shell_append='yes'
653
654 # See if we are running on zsh, and set the options which allow our
655 # commands through without removal of \ escapes INIT.
656 if test -n "${ZSH_VERSION+set}" ; then
657    setopt NO_GLOB_SUBST
658 fi
659
660
661     PACKAGE='tsremuxcpp'
662     VERSION='0.1'
663     TIMESTAMP=''
664     RM='rm -f'
665     ofile='libtool'
666
667
668
669
670
671
672
673 # Handling of arguments.
674 for ac_config_target in $ac_config_targets
675 do
676   case $ac_config_target in
677     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
678     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
679     "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
680     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
681     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
682     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
683     "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
684     "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
685
686   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
687 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
688    { (exit 1); exit 1; }; };;
689   esac
690 done
691
692
693 # If the user did not use the arguments to specify the items to instantiate,
694 # then the envvar interface is used.  Set only those that are not.
695 # We use the long form for the default assignment because of an extremely
696 # bizarre bug on SunOS 4.1.3.
697 if $ac_need_defaults; then
698   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
699   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
700   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
701 fi
702
703 # Have a temporary directory for convenience.  Make it in the build tree
704 # simply because there is no reason against having it here, and in addition,
705 # creating and moving files from /tmp can sometimes cause problems.
706 # Hook for its removal unless debugging.
707 # Note that there is a small window in which the directory will not be cleaned:
708 # after its creation but before its name has been assigned to `$tmp'.
709 $debug ||
710 {
711   tmp=
712   trap 'exit_status=$?
713   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
714 ' 0
715   trap '{ (exit 1); exit 1; }' 1 2 13 15
716 }
717 # Create a (secure) tmp directory for tmp files.
718
719 {
720   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
721   test -n "$tmp" && test -d "$tmp"
722 }  ||
723 {
724   tmp=./conf$$-$RANDOM
725   (umask 077 && mkdir "$tmp")
726 } ||
727 {
728    echo "$me: cannot create a temporary directory in ." >&2
729    { (exit 1); exit 1; }
730 }
731
732 #
733 # Set up the sed scripts for CONFIG_FILES section.
734 #
735
736 # No need to generate the scripts if there are no CONFIG_FILES.
737 # This happens for instance when ./config.status config.h
738 if test -n "$CONFIG_FILES"; then
739
740 cat >"$tmp/subs-1.sed" <<\CEOF
741 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
742 s,@SHELL@,|#_!!_#|/bin/bash,g
743 s,@PATH_SEPARATOR@,|#_!!_#|:,g
744 s,@PACKAGE_NAME@,|#_!!_#|tsremuxcpp,g
745 s,@PACKAGE_TARNAME@,|#_!!_#|tsremuxcpp,g
746 s,@PACKAGE_VERSION@,|#_!!_#|0.1,g
747 s,@PACKAGE_STRING@,|#_!!_#|tsremuxcpp 0.1,g
748 s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
749 s,@exec_prefix@,|#_!!_#|${prefix},g
750 s,@prefix@,|#_!!_#|/usr/local,g
751 s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
752 s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
753 s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
754 s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
755 s,@datarootdir@,|#_!!_#|${prefix}/share,g
756 s,@datadir@,|#_!!_#|${datarootdir},g
757 s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
758 s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
759 s,@localstatedir@,|#_!!_#|${prefix}/var,g
760 s,@includedir@,|#_!!_#|${prefix}/include,g
761 s,@oldincludedir@,|#_!!_#|/usr/include,g
762 s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g
763 s,@infodir@,|#_!!_#|${datarootdir}/info,g
764 s,@htmldir@,|#_!!_#|${docdir},g
765 s,@dvidir@,|#_!!_#|${docdir},g
766 s,@pdfdir@,|#_!!_#|${docdir},g
767 s,@psdir@,|#_!!_#|${docdir},g
768 s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
769 s,@localedir@,|#_!!_#|${datarootdir}/locale,g
770 s,@mandir@,|#_!!_#|${datarootdir}/man,g
771 s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
772 s,@ECHO_C@,|#_!!_#|,g
773 s,@ECHO_N@,|#_!!_#|-n,g
774 s,@ECHO_T@,|#_!!_#|,g
775 s,@LIBS@,|#_!!_#|,g
776 s,@build_alias@,|#_!!_#|,g
777 s,@host_alias@,|#_!!_#|,g
778 s,@target_alias@,|#_!!_#|,g
779 s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
780 s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
781 s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
782 s,@am__isrc@,|#_!!_#|,g
783 s,@CYGPATH_W@,|#_!!_#|echo,g
784 s,@PACKAGE@,|#_!!_#|tsremuxcpp,g
785 s,@VERSION@,|#_!!_#|0.1,g
786 s,@ACLOCAL@,|#_!!_#|${SHELL} /home/koichi/TsRemuxCPP/missing --run aclocal-1.10,g
787 s,@AUTOCONF@,|#_!!_#|${SHELL} /home/koichi/TsRemuxCPP/missing --run autoconf,g
788 s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/koichi/TsRemuxCPP/missing --run automake-1.10,g
789 s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/koichi/TsRemuxCPP/missing --run autoheader,g
790 s,@MAKEINFO@,|#_!!_#|${SHELL} /home/koichi/TsRemuxCPP/missing --run makeinfo,g
791 s,@install_sh@,|#_!!_#|$(SHELL) /home/koichi/TsRemuxCPP/install-sh,g
792 s,@STRIP@,|#_!!_#|strip,g
793 s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g
794 s,@mkdir_p@,|#_!!_#|/bin/mkdir -p,g
795 s,@AWK@,|#_!!_#|gawk,g
796 s,@SET_MAKE@,|#_!!_#|,g
797 s,@am__leading_dot@,|#_!!_#|.,g
798 s,@AMTAR@,|#_!!_#|${SHELL} /home/koichi/TsRemuxCPP/missing --run tar,g
799 s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
800 s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
801 s,@MAINTAINER_MODE_TRUE@,|#_!!_#|,g
802 s,@MAINTAINER_MODE_FALSE@,|#_!!_#|#,g
803 s,@MAINT@,|#_!!_#|,g
804 s,@CC@,|#_!!_#|gcc,g
805 s,@CFLAGS@,|#_!!_#|-g -O2,g
806 s,@LDFLAGS@,|#_!!_#|,g
807 s,@CPPFLAGS@,|#_!!_#|,g
808 s,@ac_ct_CC@,|#_!!_#|gcc,g
809 s,@EXEEXT@,|#_!!_#|,g
810 s,@OBJEXT@,|#_!!_#|o,g
811 s,@DEPDIR@,|#_!!_#|.deps,g
812 s,@am__include@,|#_!!_#|include,g
813 s,@am__quote@,|#_!!_#|,g
814 s,@AMDEP_TRUE@,|#_!!_#|,g
815 s,@AMDEP_FALSE@,|#_!!_#|#,g
816 s,@AMDEPBACKSLASH@,|#_!!_#|\\,g
817 s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
818 s,@am__fastdepCC_TRUE@,|#_!!_#|,g
819 s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
820 s,@CXX@,|#_!!_#|g++,g
821 s,@CXXFLAGS@,|#_!!_#|-g -O2,g
822 s,@ac_ct_CXX@,|#_!!_#|g++,g
823 s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
824 s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
825 s,@am__fastdepCXX_FALSE@,|#_!!_#|#,g
826 s,@CPP@,|#_!!_#|gcc -E,g
827 s,@GREP@,|#_!!_#|/bin/grep,g
828 s,@EGREP@,|#_!!_#|/bin/grep -E,g
829 s,@GETTEXT_PACKAGE@,|#_!!_#|tsremuxcpp,g
830 s,@USE_NLS@,|#_!!_#|yes,g
831 s,@MSGFMT@,|#_!!_#|/usr/bin/msgfmt,g
832 s,@MSGFMT_OPTS@,|#_!!_#|-c,g
833 s,@GMSGFMT@,|#_!!_#|/usr/bin/msgfmt,g
834 s,@XGETTEXT@,|#_!!_#|/usr/bin/xgettext,g
835 s,@CATALOGS@,|#_!!_#|,g
836 s,@CATOBJEXT@,|#_!!_#|.gmo,g
837 s,@DATADIRNAME@,|#_!!_#|share,g
838 s,@GMOFILES@,|#_!!_#|,g
839 CEOF
840 cat >"$tmp/subs-2.sed" <<\CEOF
841 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
842 s,@INSTOBJEXT@,|#_!!_#|.mo,g
843 s,@INTLLIBS@,|#_!!_#|,g
844 s,@PO_IN_DATADIR_TRUE@,|#_!!_#|,g
845 s,@PO_IN_DATADIR_FALSE@,|#_!!_#|,g
846 s,@POFILES@,|#_!!_#|,g
847 s,@POSUB@,|#_!!_#|po,g
848 s,@MKINSTALLDIRS@,|#_!!_#|./mkinstalldirs,g
849 s,@INTLTOOL_UPDATE@,|#_!!_#|/usr/bin/intltool-update,g
850 s,@INTLTOOL_MERGE@,|#_!!_#|/usr/bin/intltool-merge,g
851 s,@INTLTOOL_EXTRACT@,|#_!!_#|/usr/bin/intltool-extract,g
852 s,@INTLTOOL_DESKTOP_RULE@,|#_!!_#|%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
853 s,@INTLTOOL_DIRECTORY_RULE@,|#_!!_#|%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
854 s,@INTLTOOL_KEYS_RULE@,|#_!!_#|%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
855 s,@INTLTOOL_PROP_RULE@,|#_!!_#|%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
856 s,@INTLTOOL_OAF_RULE@,|#_!!_#|%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@|#_!!_#|,g
857 s,@INTLTOOL_PONG_RULE@,|#_!!_#|%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
858 s,@INTLTOOL_SERVER_RULE@,|#_!!_#|%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
859 s,@INTLTOOL_SHEET_RULE@,|#_!!_#|%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
860 s,@INTLTOOL_SOUNDLIST_RULE@,|#_!!_#|%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
861 s,@INTLTOOL_UI_RULE@,|#_!!_#|%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
862 s,@INTLTOOL_XAM_RULE@,|#_!!_#|%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
863 s,@INTLTOOL_KBD_RULE@,|#_!!_#|%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
864 s,@INTLTOOL_XML_RULE@,|#_!!_#|%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
865 s,@INTLTOOL_XML_NOMERGE_RULE@,|#_!!_#|%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@|#_!!_#|,g
866 s,@INTLTOOL_CAVES_RULE@,|#_!!_#|%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
867 s,@INTLTOOL_SCHEMAS_RULE@,|#_!!_#|%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
868 s,@INTLTOOL_THEME_RULE@,|#_!!_#|%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
869 s,@INTLTOOL_SERVICE_RULE@,|#_!!_#|%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
870 s,@INTLTOOL_POLICY_RULE@,|#_!!_#|%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@|#_!!_#|,g
871 s,@MSGMERGE@,|#_!!_#|/usr/bin/msgmerge,g
872 s,@INTLTOOL_PERL@,|#_!!_#|/usr/bin/perl,g
873 s,@ALL_LINGUAS@,|#_!!_#|,g
874 s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
875 s,@build@,|#_!!_#|i686-pc-linux-gnu,g
876 s,@build_cpu@,|#_!!_#|i686,g
877 s,@build_vendor@,|#_!!_#|pc,g
878 s,@build_os@,|#_!!_#|linux-gnu,g
879 s,@host@,|#_!!_#|i686-pc-linux-gnu,g
880 s,@host_cpu@,|#_!!_#|i686,g
881 s,@host_vendor@,|#_!!_#|pc,g
882 s,@host_os@,|#_!!_#|linux-gnu,g
883 s,@SED@,|#_!!_#|/bin/sed,g
884 s,@FGREP@,|#_!!_#|/bin/grep -F,g
885 s,@LD@,|#_!!_#|/usr/bin/ld,g
886 s,@DUMPBIN@,|#_!!_#|,g
887 s,@ac_ct_DUMPBIN@,|#_!!_#|,g
888 s,@NM@,|#_!!_#|/usr/bin/nm -B,g
889 s,@LN_S@,|#_!!_#|ln -s,g
890 s,@AR@,|#_!!_#|ar,g
891 s,@RANLIB@,|#_!!_#|ranlib,g
892 s,@lt_ECHO@,|#_!!_#|echo,g
893 s,@DSYMUTIL@,|#_!!_#|,g
894 s,@NMEDIT@,|#_!!_#|,g
895 s,@LIPO@,|#_!!_#|,g
896 s,@OTOOL@,|#_!!_#|,g
897 s,@OTOOL64@,|#_!!_#|,g
898 s,@CXXCPP@,|#_!!_#|g++ -E,g
899 s,@LIBOBJS@,|#_!!_#|,g
900 s,@LTLIBOBJS@,|#_!!_#|,g
901 :end
902 s/|#_!!_#|//g
903 CEOF
904 fi # test -n "$CONFIG_FILES"
905
906
907 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
908 do
909   case $ac_tag in
910   :[FHLC]) ac_mode=$ac_tag; continue;;
911   esac
912   case $ac_mode$ac_tag in
913   :[FHL]*:*);;
914   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
915 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
916    { (exit 1); exit 1; }; };;
917   :[FH]-) ac_tag=-:-;;
918   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
919   esac
920   ac_save_IFS=$IFS
921   IFS=:
922   set x $ac_tag
923   IFS=$ac_save_IFS
924   shift
925   ac_file=$1
926   shift
927
928   case $ac_mode in
929   :L) ac_source=$1;;
930   :[FH])
931     ac_file_inputs=
932     for ac_f
933     do
934       case $ac_f in
935       -) ac_f="$tmp/stdin";;
936       *) # Look for the file first in the build tree, then in the source tree
937          # (if the path is not absolute).  The absolute path cannot be DOS-style,
938          # because $ac_f cannot contain `:'.
939          test -f "$ac_f" ||
940            case $ac_f in
941            [\\/$]*) false;;
942            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
943            esac ||
944            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
945 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
946    { (exit 1); exit 1; }; };;
947       esac
948       ac_file_inputs="$ac_file_inputs $ac_f"
949     done
950
951     # Let's still pretend it is `configure' which instantiates (i.e., don't
952     # use $as_me), people would be surprised to read:
953     #    /* config.h.  Generated by config.status.  */
954     configure_input="Generated from "`IFS=:
955           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
956     if test x"$ac_file" != x-; then
957       configure_input="$ac_file.  $configure_input"
958       { echo "$as_me:$LINENO: creating $ac_file" >&5
959 echo "$as_me: creating $ac_file" >&6;}
960     fi
961
962     case $ac_tag in
963     *:-:* | *:-) cat >"$tmp/stdin";;
964     esac
965     ;;
966   esac
967
968   ac_dir=`$as_dirname -- "$ac_file" ||
969 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
970          X"$ac_file" : 'X\(//\)[^/]' \| \
971          X"$ac_file" : 'X\(//\)$' \| \
972          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
973 echo X"$ac_file" |
974     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
975             s//\1/
976             q
977           }
978           /^X\(\/\/\)[^/].*/{
979             s//\1/
980             q
981           }
982           /^X\(\/\/\)$/{
983             s//\1/
984             q
985           }
986           /^X\(\/\).*/{
987             s//\1/
988             q
989           }
990           s/.*/./; q'`
991   { as_dir="$ac_dir"
992   case $as_dir in #(
993   -*) as_dir=./$as_dir;;
994   esac
995   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
996     as_dirs=
997     while :; do
998       case $as_dir in #(
999       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
1000       *) as_qdir=$as_dir;;
1001       esac
1002       as_dirs="'$as_qdir' $as_dirs"
1003       as_dir=`$as_dirname -- "$as_dir" ||
1004 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1005          X"$as_dir" : 'X\(//\)[^/]' \| \
1006          X"$as_dir" : 'X\(//\)$' \| \
1007          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1008 echo X"$as_dir" |
1009     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1010             s//\1/
1011             q
1012           }
1013           /^X\(\/\/\)[^/].*/{
1014             s//\1/
1015             q
1016           }
1017           /^X\(\/\/\)$/{
1018             s//\1/
1019             q
1020           }
1021           /^X\(\/\).*/{
1022             s//\1/
1023             q
1024           }
1025           s/.*/./; q'`
1026       test -d "$as_dir" && break
1027     done
1028     test -z "$as_dirs" || eval "mkdir $as_dirs"
1029   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1030 echo "$as_me: error: cannot create directory $as_dir" >&2;}
1031    { (exit 1); exit 1; }; }; }
1032   ac_builddir=.
1033
1034 case "$ac_dir" in
1035 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1036 *)
1037   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1038   # A ".." for each directory in $ac_dir_suffix.
1039   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1040   case $ac_top_builddir_sub in
1041   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1042   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1043   esac ;;
1044 esac
1045 ac_abs_top_builddir=$ac_pwd
1046 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1047 # for backward compatibility:
1048 ac_top_builddir=$ac_top_build_prefix
1049
1050 case $srcdir in
1051   .)  # We are building in place.
1052     ac_srcdir=.
1053     ac_top_srcdir=$ac_top_builddir_sub
1054     ac_abs_top_srcdir=$ac_pwd ;;
1055   [\\/]* | ?:[\\/]* )  # Absolute name.
1056     ac_srcdir=$srcdir$ac_dir_suffix;
1057     ac_top_srcdir=$srcdir
1058     ac_abs_top_srcdir=$srcdir ;;
1059   *) # Relative name.
1060     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1061     ac_top_srcdir=$ac_top_build_prefix$srcdir
1062     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1063 esac
1064 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1065
1066
1067   case $ac_mode in
1068   :F)
1069   #
1070   # CONFIG_FILE
1071   #
1072
1073   case $INSTALL in
1074   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1075   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1076   esac
1077   ac_MKDIR_P=$MKDIR_P
1078   case $MKDIR_P in
1079   [\\/$]* | ?:[\\/]* ) ;;
1080   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1081   esac
1082 # If the template does not know about datarootdir, expand it.
1083 # FIXME: This hack should be removed a few years after 2.60.
1084 ac_datarootdir_hack=; ac_datarootdir_seen=
1085
1086 case `sed -n '/datarootdir/ {
1087   p
1088   q
1089 }
1090 /@datadir@/p
1091 /@docdir@/p
1092 /@infodir@/p
1093 /@localedir@/p
1094 /@mandir@/p
1095 ' $ac_file_inputs` in
1096 *datarootdir*) ac_datarootdir_seen=yes;;
1097 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1098   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1099 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1100   ac_datarootdir_hack='
1101   s&@datadir@&${datarootdir}&g
1102   s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1103   s&@infodir@&${datarootdir}/info&g
1104   s&@localedir@&${datarootdir}/locale&g
1105   s&@mandir@&${datarootdir}/man&g
1106     s&\${datarootdir}&${prefix}/share&g' ;;
1107 esac
1108   sed "/^[       ]*VPATH[        ]*=/{
1109 s/:*\$(srcdir):*/:/
1110 s/:*\${srcdir}:*/:/
1111 s/:*@srcdir@:*/:/
1112 s/^\([^=]*=[     ]*\):*/\1/
1113 s/:*$//
1114 s/^[^=]*=[       ]*$//
1115 }
1116
1117 :t
1118 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1119 s&@configure_input@&$configure_input&;t t
1120 s&@top_builddir@&$ac_top_builddir_sub&;t t
1121 s&@srcdir@&$ac_srcdir&;t t
1122 s&@abs_srcdir@&$ac_abs_srcdir&;t t
1123 s&@top_srcdir@&$ac_top_srcdir&;t t
1124 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1125 s&@builddir@&$ac_builddir&;t t
1126 s&@abs_builddir@&$ac_abs_builddir&;t t
1127 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1128 s&@INSTALL@&$ac_INSTALL&;t t
1129 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1130 $ac_datarootdir_hack
1131 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
1132
1133 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1134   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1135   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1136   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1137 which seems to be undefined.  Please make sure it is defined." >&5
1138 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1139 which seems to be undefined.  Please make sure it is defined." >&2;}
1140
1141   rm -f "$tmp/stdin"
1142   case $ac_file in
1143   -) cat "$tmp/out"; rm -f "$tmp/out";;
1144   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
1145   esac
1146  ;;
1147   :H)
1148   #
1149   # CONFIG_HEADER
1150   #
1151     # First, check the format of the line:
1152     cat >"$tmp/defines.sed" <<\CEOF
1153 /^[      ]*#[    ]*undef[        ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[    ]*$/b def
1154 /^[      ]*#[    ]*define[       ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(   ]/b def
1155 b
1156 :def
1157 s/$/ /
1158 s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_NAME\)[       (].*,\1define\2 "tsremuxcpp" ,
1159 s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_TARNAME\)[    (].*,\1define\2 "tsremuxcpp" ,
1160 s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_VERSION\)[    (].*,\1define\2 "0.1" ,
1161 s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_STRING\)[     (].*,\1define\2 "tsremuxcpp 0.1" ,
1162 s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_BUGREPORT\)[  (].*,\1define\2 "" ,
1163 s,^\([   #]*\)[^         ]*\([   ]*PACKAGE\)[    (].*,\1define\2 "tsremuxcpp" ,
1164 s,^\([   #]*\)[^         ]*\([   ]*VERSION\)[    (].*,\1define\2 "0.1" ,
1165 s,^\([   #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
1166 s,^\([   #]*\)[^         ]*\([   ]*GETTEXT_PACKAGE\)[    (].*,\1define\2 "tsremuxcpp" ,
1167 s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_TYPES_H\)[   (].*,\1define\2 1 ,
1168 s,^\([   #]*\)[^         ]*\([   ]*HAVE_SYS_STAT_H\)[    (].*,\1define\2 1 ,
1169 s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDLIB_H\)[      (].*,\1define\2 1 ,
1170 s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRING_H\)[      (].*,\1define\2 1 ,
1171 s,^\([   #]*\)[^         ]*\([   ]*HAVE_MEMORY_H\)[      (].*,\1define\2 1 ,
1172 s,^\([   #]*\)[^         ]*\([   ]*HAVE_STRINGS_H\)[     (].*,\1define\2 1 ,
1173 s,^\([   #]*\)[^         ]*\([   ]*HAVE_INTTYPES_H\)[    (].*,\1define\2 1 ,
1174 s,^\([   #]*\)[^         ]*\([   ]*HAVE_STDINT_H\)[      (].*,\1define\2 1 ,
1175 s,^\([   #]*\)[^         ]*\([   ]*HAVE_UNISTD_H\)[      (].*,\1define\2 1 ,
1176 s,^\([   #]*\)[^         ]*\([   ]*HAVE_LOCALE_H\)[      (].*,\1define\2 1 ,
1177 s,^\([   #]*\)[^         ]*\([   ]*HAVE_LC_MESSAGES\)[   (].*,\1define\2 1 ,
1178 s,^\([   #]*\)[^         ]*\([   ]*HAVE_BIND_TEXTDOMAIN_CODESET\)[       (].*,\1define\2 1 ,
1179 s,^\([   #]*\)[^         ]*\([   ]*HAVE_GETTEXT\)[       (].*,\1define\2 1 ,
1180 s,^\([   #]*\)[^         ]*\([   ]*HAVE_DCGETTEXT\)[     (].*,\1define\2 1 ,
1181 s,^\([   #]*\)[^         ]*\([   ]*ENABLE_NLS\)[         (].*,\1define\2 1 ,
1182 s,^\([   #]*\)[^         ]*\([   ]*HAVE_DLFCN_H\)[       (].*,\1define\2 1 ,
1183 s,^\([   #]*\)[^         ]*\([   ]*LT_OBJDIR\)[  (].*,\1define\2 ".libs/" ,
1184 s/ $//
1185 s,^[     #]*u.*,/* & */,
1186 CEOF
1187     sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
1188 ac_result="$tmp/out1"
1189   if test x"$ac_file" != x-; then
1190     echo "/* $configure_input  */" >"$tmp/config.h"
1191     cat "$ac_result" >>"$tmp/config.h"
1192     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
1193       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1194 echo "$as_me: $ac_file is unchanged" >&6;}
1195     else
1196       rm -f $ac_file
1197       mv "$tmp/config.h" $ac_file
1198     fi
1199   else
1200     echo "/* $configure_input  */"
1201     cat "$ac_result"
1202   fi
1203   rm -f "$tmp/out12"
1204 # Compute $ac_file's index in $config_headers.
1205 _am_arg=$ac_file
1206 _am_stamp_count=1
1207 for _am_header in $config_headers :; do
1208   case $_am_header in
1209     $_am_arg | $_am_arg:* )
1210       break ;;
1211     * )
1212       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1213   esac
1214 done
1215 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1216 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1217          X"$_am_arg" : 'X\(//\)[^/]' \| \
1218          X"$_am_arg" : 'X\(//\)$' \| \
1219          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1220 echo X"$_am_arg" |
1221     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1222             s//\1/
1223             q
1224           }
1225           /^X\(\/\/\)[^/].*/{
1226             s//\1/
1227             q
1228           }
1229           /^X\(\/\/\)$/{
1230             s//\1/
1231             q
1232           }
1233           /^X\(\/\).*/{
1234             s//\1/
1235             q
1236           }
1237           s/.*/./; q'`/stamp-h$_am_stamp_count
1238  ;;
1239
1240   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
1241 echo "$as_me: executing $ac_file commands" >&6;}
1242  ;;
1243   esac
1244
1245
1246   case $ac_file$ac_mode in
1247     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
1248   # Strip MF so we end up with the name of the file.
1249   mf=`echo "$mf" | sed -e 's/:.*$//'`
1250   # Check whether this is an Automake generated Makefile or not.
1251   # We used to match only the files named `Makefile.in', but
1252   # some people rename them; so instead we look at the file content.
1253   # Grep'ing the first line is not enough: some people post-process
1254   # each Makefile.in and add a new line on top of each file to say so.
1255   # Grep'ing the whole file is not good either: AIX grep has a line
1256   # limit of 2048, but all sed's we know have understand at least 4000.
1257   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1258     dirpart=`$as_dirname -- "$mf" ||
1259 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1260          X"$mf" : 'X\(//\)[^/]' \| \
1261          X"$mf" : 'X\(//\)$' \| \
1262          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1263 echo X"$mf" |
1264     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1265             s//\1/
1266             q
1267           }
1268           /^X\(\/\/\)[^/].*/{
1269             s//\1/
1270             q
1271           }
1272           /^X\(\/\/\)$/{
1273             s//\1/
1274             q
1275           }
1276           /^X\(\/\).*/{
1277             s//\1/
1278             q
1279           }
1280           s/.*/./; q'`
1281   else
1282     continue
1283   fi
1284   # Extract the definition of DEPDIR, am__include, and am__quote
1285   # from the Makefile without running `make'.
1286   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1287   test -z "$DEPDIR" && continue
1288   am__include=`sed -n 's/^am__include = //p' < "$mf"`
1289   test -z "am__include" && continue
1290   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1291   # When using ansi2knr, U may be empty or an underscore; expand it
1292   U=`sed -n 's/^U = //p' < "$mf"`
1293   # Find all dependency output files, they are included files with
1294   # $(DEPDIR) in their names.  We invoke sed twice because it is the
1295   # simplest approach to changing $(DEPDIR) to its actual value in the
1296   # expansion.
1297   for file in `sed -n "
1298     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1299        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1300     # Make sure the directory exists.
1301     test -f "$dirpart/$file" && continue
1302     fdir=`$as_dirname -- "$file" ||
1303 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1304          X"$file" : 'X\(//\)[^/]' \| \
1305          X"$file" : 'X\(//\)$' \| \
1306          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1307 echo X"$file" |
1308     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1309             s//\1/
1310             q
1311           }
1312           /^X\(\/\/\)[^/].*/{
1313             s//\1/
1314             q
1315           }
1316           /^X\(\/\/\)$/{
1317             s//\1/
1318             q
1319           }
1320           /^X\(\/\).*/{
1321             s//\1/
1322             q
1323           }
1324           s/.*/./; q'`
1325     { as_dir=$dirpart/$fdir
1326   case $as_dir in #(
1327   -*) as_dir=./$as_dir;;
1328   esac
1329   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1330     as_dirs=
1331     while :; do
1332       case $as_dir in #(
1333       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
1334       *) as_qdir=$as_dir;;
1335       esac
1336       as_dirs="'$as_qdir' $as_dirs"
1337       as_dir=`$as_dirname -- "$as_dir" ||
1338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1339          X"$as_dir" : 'X\(//\)[^/]' \| \
1340          X"$as_dir" : 'X\(//\)$' \| \
1341          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1342 echo X"$as_dir" |
1343     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1344             s//\1/
1345             q
1346           }
1347           /^X\(\/\/\)[^/].*/{
1348             s//\1/
1349             q
1350           }
1351           /^X\(\/\/\)$/{
1352             s//\1/
1353             q
1354           }
1355           /^X\(\/\).*/{
1356             s//\1/
1357             q
1358           }
1359           s/.*/./; q'`
1360       test -d "$as_dir" && break
1361     done
1362     test -z "$as_dirs" || eval "mkdir $as_dirs"
1363   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1364 echo "$as_me: error: cannot create directory $as_dir" >&2;}
1365    { (exit 1); exit 1; }; }; }
1366     # echo "creating $dirpart/$file"
1367     echo '# dummy' > "$dirpart/$file"
1368   done
1369 done
1370  ;;
1371     "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
1372         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
1373       esac ;;
1374     "libtool":C)
1375
1376     # See if we are running on zsh, and set the options which allow our
1377     # commands through without removal of \ escapes.
1378     if test -n "${ZSH_VERSION+set}" ; then
1379       setopt NO_GLOB_SUBST
1380     fi
1381
1382     cfgfile="${ofile}T"
1383     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1384     $RM "$cfgfile"
1385
1386     cat <<_LT_EOF >> "$cfgfile"
1387 #! $SHELL
1388
1389 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1390 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1391 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1392 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1393 #
1394 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1395 #                 2006, 2007, 2008 Free Software Foundation, Inc.
1396 #   Written by Gordon Matzigkeit, 1996
1397 #
1398 #   This file is part of GNU Libtool.
1399 #
1400 # GNU Libtool is free software; you can redistribute it and/or
1401 # modify it under the terms of the GNU General Public License as
1402 # published by the Free Software Foundation; either version 2 of
1403 # the License, or (at your option) any later version.
1404 #
1405 # As a special exception to the GNU General Public License,
1406 # if you distribute this file as part of a program or library that
1407 # is built using GNU Libtool, you may include this file under the
1408 # same distribution terms that you use for the rest of that program.
1409 #
1410 # GNU Libtool is distributed in the hope that it will be useful,
1411 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1412 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1413 # GNU General Public License for more details.
1414 #
1415 # You should have received a copy of the GNU General Public License
1416 # along with GNU Libtool; see the file COPYING.  If not, a copy
1417 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1418 # obtained by writing to the Free Software Foundation, Inc.,
1419 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1420
1421
1422 # The names of the tagged configurations supported by this script.
1423 available_tags="CXX "
1424
1425 # ### BEGIN LIBTOOL CONFIG
1426
1427 # Which release of libtool.m4 was used?
1428 macro_version=$macro_version
1429 macro_revision=$macro_revision
1430
1431 # Whether or not to build shared libraries.
1432 build_libtool_libs=$enable_shared
1433
1434 # Whether or not to build static libraries.
1435 build_old_libs=$enable_static
1436
1437 # What type of objects to build.
1438 pic_mode=$pic_mode
1439
1440 # Whether or not to optimize for fast installation.
1441 fast_install=$enable_fast_install
1442
1443 # The host system.
1444 host_alias=$host_alias
1445 host=$host
1446 host_os=$host_os
1447
1448 # The build system.
1449 build_alias=$build_alias
1450 build=$build
1451 build_os=$build_os
1452
1453 # A sed program that does not truncate output.
1454 SED=$lt_SED
1455
1456 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
1457 Xsed="\$SED -e 1s/^X//"
1458
1459 # A grep program that handles long lines.
1460 GREP=$lt_GREP
1461
1462 # An ERE matcher.
1463 EGREP=$lt_EGREP
1464
1465 # A literal string matcher.
1466 FGREP=$lt_FGREP
1467
1468 # A BSD- or MS-compatible name lister.
1469 NM=$lt_NM
1470
1471 # Whether we need soft or hard links.
1472 LN_S=$lt_LN_S
1473
1474 # What is the maximum length of a command?
1475 max_cmd_len=$max_cmd_len
1476
1477 # Object file suffix (normally "o").
1478 objext=$ac_objext
1479
1480 # Executable file suffix (normally "").
1481 exeext=$exeext
1482
1483 # whether the shell understands "unset".
1484 lt_unset=$lt_unset
1485
1486 # turn spaces into newlines.
1487 SP2NL=$lt_lt_SP2NL
1488
1489 # turn newlines into spaces.
1490 NL2SP=$lt_lt_NL2SP
1491
1492 # How to create reloadable object files.
1493 reload_flag=$lt_reload_flag
1494 reload_cmds=$lt_reload_cmds
1495
1496 # Method to check whether dependent libraries are shared objects.
1497 deplibs_check_method=$lt_deplibs_check_method
1498
1499 # Command to use when deplibs_check_method == "file_magic".
1500 file_magic_cmd=$lt_file_magic_cmd
1501
1502 # The archiver.
1503 AR=$lt_AR
1504 AR_FLAGS=$lt_AR_FLAGS
1505
1506 # A symbol stripping program.
1507 STRIP=$lt_STRIP
1508
1509 # Commands used to install an old-style archive.
1510 RANLIB=$lt_RANLIB
1511 old_postinstall_cmds=$lt_old_postinstall_cmds
1512 old_postuninstall_cmds=$lt_old_postuninstall_cmds
1513
1514 # A C compiler.
1515 LTCC=$lt_CC
1516
1517 # LTCC compiler flags.
1518 LTCFLAGS=$lt_CFLAGS
1519
1520 # Take the output of nm and produce a listing of raw symbols and C names.
1521 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1522
1523 # Transform the output of nm in a proper C declaration.
1524 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1525
1526 # Transform the output of nm in a C name address pair.
1527 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1528
1529 # Transform the output of nm in a C name address pair when lib prefix is needed.
1530 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1531
1532 # The name of the directory that contains temporary libtool files.
1533 objdir=$objdir
1534
1535 # Shell to use when invoking shell scripts.
1536 SHELL=$lt_SHELL
1537
1538 # An echo program that does not interpret backslashes.
1539 ECHO=$lt_ECHO
1540
1541 # Used to examine libraries when file_magic_cmd begins with "file".
1542 MAGIC_CMD=$MAGIC_CMD
1543
1544 # Must we lock files when doing compilation?
1545 need_locks=$lt_need_locks
1546
1547 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1548 DSYMUTIL=$lt_DSYMUTIL
1549
1550 # Tool to change global to local symbols on Mac OS X.
1551 NMEDIT=$lt_NMEDIT
1552
1553 # Tool to manipulate fat objects and archives on Mac OS X.
1554 LIPO=$lt_LIPO
1555
1556 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
1557 OTOOL=$lt_OTOOL
1558
1559 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1560 OTOOL64=$lt_OTOOL64
1561
1562 # Old archive suffix (normally "a").
1563 libext=$libext
1564
1565 # Shared library suffix (normally ".so").
1566 shrext_cmds=$lt_shrext_cmds
1567
1568 # The commands to extract the exported symbol list from a shared archive.
1569 extract_expsyms_cmds=$lt_extract_expsyms_cmds
1570
1571 # Variables whose values should be saved in libtool wrapper scripts and
1572 # restored at link time.
1573 variables_saved_for_relink=$lt_variables_saved_for_relink
1574
1575 # Do we need the "lib" prefix for modules?
1576 need_lib_prefix=$need_lib_prefix
1577
1578 # Do we need a version for libraries?
1579 need_version=$need_version
1580
1581 # Library versioning type.
1582 version_type=$version_type
1583
1584 # Shared library runtime path variable.
1585 runpath_var=$runpath_var
1586
1587 # Shared library path variable.
1588 shlibpath_var=$shlibpath_var
1589
1590 # Is shlibpath searched before the hard-coded library search path?
1591 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1592
1593 # Format of library name prefix.
1594 libname_spec=$lt_libname_spec
1595
1596 # List of archive names.  First name is the real one, the rest are links.
1597 # The last name is the one that the linker finds with -lNAME
1598 library_names_spec=$lt_library_names_spec
1599
1600 # The coded name of the library, if different from the real name.
1601 soname_spec=$lt_soname_spec
1602
1603 # Command to use after installation of a shared archive.
1604 postinstall_cmds=$lt_postinstall_cmds
1605
1606 # Command to use after uninstallation of a shared archive.
1607 postuninstall_cmds=$lt_postuninstall_cmds
1608
1609 # Commands used to finish a libtool library installation in a directory.
1610 finish_cmds=$lt_finish_cmds
1611
1612 # As "finish_cmds", except a single script fragment to be evaled but
1613 # not shown.
1614 finish_eval=$lt_finish_eval
1615
1616 # Whether we should hardcode library paths into libraries.
1617 hardcode_into_libs=$hardcode_into_libs
1618
1619 # Compile-time system search path for libraries.
1620 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1621
1622 # Run-time system search path for libraries.
1623 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1624
1625 # Whether dlopen is supported.
1626 dlopen_support=$enable_dlopen
1627
1628 # Whether dlopen of programs is supported.
1629 dlopen_self=$enable_dlopen_self
1630
1631 # Whether dlopen of statically linked programs is supported.
1632 dlopen_self_static=$enable_dlopen_self_static
1633
1634 # Commands to strip libraries.
1635 old_striplib=$lt_old_striplib
1636 striplib=$lt_striplib
1637
1638
1639 # The linker used to build libraries.
1640 LD=$lt_LD
1641
1642 # Commands used to build an old-style archive.
1643 old_archive_cmds=$lt_old_archive_cmds
1644
1645 # A language specific compiler.
1646 CC=$lt_compiler
1647
1648 # Is the compiler the GNU compiler?
1649 with_gcc=$GCC
1650
1651 # Compiler flag to turn off builtin functions.
1652 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1653
1654 # How to pass a linker flag through the compiler.
1655 wl=$lt_lt_prog_compiler_wl
1656
1657 # Additional compiler flags for building library objects.
1658 pic_flag=$lt_lt_prog_compiler_pic
1659
1660 # Compiler flag to prevent dynamic linking.
1661 link_static_flag=$lt_lt_prog_compiler_static
1662
1663 # Does compiler simultaneously support -c and -o options?
1664 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1665
1666 # Whether or not to add -lc for building shared libraries.
1667 build_libtool_need_lc=$archive_cmds_need_lc
1668
1669 # Whether or not to disallow shared libs when runtime libs are static.
1670 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1671
1672 # Compiler flag to allow reflexive dlopens.
1673 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1674
1675 # Compiler flag to generate shared objects directly from archives.
1676 whole_archive_flag_spec=$lt_whole_archive_flag_spec
1677
1678 # Whether the compiler copes with passing no objects directly.
1679 compiler_needs_object=$lt_compiler_needs_object
1680
1681 # Create an old-style archive from a shared archive.
1682 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1683
1684 # Create a temporary old-style archive to link instead of a shared archive.
1685 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1686
1687 # Commands used to build a shared archive.
1688 archive_cmds=$lt_archive_cmds
1689 archive_expsym_cmds=$lt_archive_expsym_cmds
1690
1691 # Commands used to build a loadable module if different from building
1692 # a shared archive.
1693 module_cmds=$lt_module_cmds
1694 module_expsym_cmds=$lt_module_expsym_cmds
1695
1696 # Whether we are building with GNU ld or not.
1697 with_gnu_ld=$lt_with_gnu_ld
1698
1699 # Flag that allows shared libraries with undefined symbols to be built.
1700 allow_undefined_flag=$lt_allow_undefined_flag
1701
1702 # Flag that enforces no undefined symbols.
1703 no_undefined_flag=$lt_no_undefined_flag
1704
1705 # Flag to hardcode \$libdir into a binary during linking.
1706 # This must work even if \$libdir does not exist
1707 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1708
1709 # If ld is used when linking, flag to hardcode \$libdir into a binary
1710 # during linking.  This must work even if \$libdir does not exist.
1711 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1712
1713 # Whether we need a single "-rpath" flag with a separated argument.
1714 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1715
1716 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1717 # DIR into the resulting binary.
1718 hardcode_direct=$hardcode_direct
1719
1720 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1721 # DIR into the resulting binary and the resulting library dependency is
1722 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1723 # library is relocated.
1724 hardcode_direct_absolute=$hardcode_direct_absolute
1725
1726 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1727 # into the resulting binary.
1728 hardcode_minus_L=$hardcode_minus_L
1729
1730 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1731 # into the resulting binary.
1732 hardcode_shlibpath_var=$hardcode_shlibpath_var
1733
1734 # Set to "yes" if building a shared library automatically hardcodes DIR
1735 # into the library and all subsequent libraries and executables linked
1736 # against it.
1737 hardcode_automatic=$hardcode_automatic
1738
1739 # Set to yes if linker adds runtime paths of dependent libraries
1740 # to runtime path list.
1741 inherit_rpath=$inherit_rpath
1742
1743 # Whether libtool must link a program against all its dependency libraries.
1744 link_all_deplibs=$link_all_deplibs
1745
1746 # Fix the shell variable \$srcfile for the compiler.
1747 fix_srcfile_path=$lt_fix_srcfile_path
1748
1749 # Set to "yes" if exported symbols are required.
1750 always_export_symbols=$always_export_symbols
1751
1752 # The commands to list exported symbols.
1753 export_symbols_cmds=$lt_export_symbols_cmds
1754
1755 # Symbols that should not be listed in the preloaded symbols.
1756 exclude_expsyms=$lt_exclude_expsyms
1757
1758 # Symbols that must always be exported.
1759 include_expsyms=$lt_include_expsyms
1760
1761 # Commands necessary for linking programs (against libraries) with templates.
1762 prelink_cmds=$lt_prelink_cmds
1763
1764 # Specify filename containing input files.
1765 file_list_spec=$lt_file_list_spec
1766
1767 # How to hardcode a shared library path into an executable.
1768 hardcode_action=$hardcode_action
1769
1770 # The directories searched by this compiler when creating a shared library.
1771 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
1772
1773 # Dependencies to place before and after the objects being linked to
1774 # create a shared library.
1775 predep_objects=$lt_predep_objects
1776 postdep_objects=$lt_postdep_objects
1777 predeps=$lt_predeps
1778 postdeps=$lt_postdeps
1779
1780 # The library search path used internally by the compiler when linking
1781 # a shared library.
1782 compiler_lib_search_path=$lt_compiler_lib_search_path
1783
1784 # ### END LIBTOOL CONFIG
1785
1786 _LT_EOF
1787
1788   case $host_os in
1789   aix3*)
1790     cat <<\_LT_EOF >> "$cfgfile"
1791 # AIX sometimes has problems with the GCC collect2 program.  For some
1792 # reason, if we set the COLLECT_NAMES environment variable, the problems
1793 # vanish in a puff of smoke.
1794 if test "X${COLLECT_NAMES+set}" != Xset; then
1795   COLLECT_NAMES=
1796   export COLLECT_NAMES
1797 fi
1798 _LT_EOF
1799     ;;
1800   esac
1801
1802
1803 ltmain="$ac_aux_dir/ltmain.sh"
1804
1805
1806   # We use sed instead of cat because bash on DJGPP gets confused if
1807   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1808   # text mode, it properly converts lines to CR/LF.  This bash problem
1809   # is reportedly fixed, but why not run on old versions too?
1810   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1811     || (rm -f "$cfgfile"; exit 1)
1812
1813   case $xsi_shell in
1814   yes)
1815     cat << \_LT_EOF >> "$cfgfile"
1816
1817 # func_dirname file append nondir_replacement
1818 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1819 # otherwise set result to NONDIR_REPLACEMENT.
1820 func_dirname ()
1821 {
1822   case ${1} in
1823     */*) func_dirname_result="${1%/*}${2}" ;;
1824     *  ) func_dirname_result="${3}" ;;
1825   esac
1826 }
1827
1828 # func_basename file
1829 func_basename ()
1830 {
1831   func_basename_result="${1##*/}"
1832 }
1833
1834 # func_dirname_and_basename file append nondir_replacement
1835 # perform func_basename and func_dirname in a single function
1836 # call:
1837 #   dirname:  Compute the dirname of FILE.  If nonempty,
1838 #             add APPEND to the result, otherwise set result
1839 #             to NONDIR_REPLACEMENT.
1840 #             value returned in "$func_dirname_result"
1841 #   basename: Compute filename of FILE.
1842 #             value retuned in "$func_basename_result"
1843 # Implementation must be kept synchronized with func_dirname
1844 # and func_basename. For efficiency, we do not delegate to
1845 # those functions but instead duplicate the functionality here.
1846 func_dirname_and_basename ()
1847 {
1848   case ${1} in
1849     */*) func_dirname_result="${1%/*}${2}" ;;
1850     *  ) func_dirname_result="${3}" ;;
1851   esac
1852   func_basename_result="${1##*/}"
1853 }
1854
1855 # func_stripname prefix suffix name
1856 # strip PREFIX and SUFFIX off of NAME.
1857 # PREFIX and SUFFIX must not contain globbing or regex special
1858 # characters, hashes, percent signs, but SUFFIX may contain a leading
1859 # dot (in which case that matches only a dot).
1860 func_stripname ()
1861 {
1862   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1863   # positional parameters, so assign one to ordinary parameter first.
1864   func_stripname_result=${3}
1865   func_stripname_result=${func_stripname_result#"${1}"}
1866   func_stripname_result=${func_stripname_result%"${2}"}
1867 }
1868
1869 # func_opt_split
1870 func_opt_split ()
1871 {
1872   func_opt_split_opt=${1%%=*}
1873   func_opt_split_arg=${1#*=}
1874 }
1875
1876 # func_lo2o object
1877 func_lo2o ()
1878 {
1879   case ${1} in
1880     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1881     *)    func_lo2o_result=${1} ;;
1882   esac
1883 }
1884
1885 # func_xform libobj-or-source
1886 func_xform ()
1887 {
1888   func_xform_result=${1%.*}.lo
1889 }
1890
1891 # func_arith arithmetic-term...
1892 func_arith ()
1893 {
1894   func_arith_result=$(( $* ))
1895 }
1896
1897 # func_len string
1898 # STRING may not start with a hyphen.
1899 func_len ()
1900 {
1901   func_len_result=${#1}
1902 }
1903
1904 _LT_EOF
1905     ;;
1906   *) # Bourne compatible functions.
1907     cat << \_LT_EOF >> "$cfgfile"
1908
1909 # func_dirname file append nondir_replacement
1910 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1911 # otherwise set result to NONDIR_REPLACEMENT.
1912 func_dirname ()
1913 {
1914   # Extract subdirectory from the argument.
1915   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
1916   if test "X$func_dirname_result" = "X${1}"; then
1917     func_dirname_result="${3}"
1918   else
1919     func_dirname_result="$func_dirname_result${2}"
1920   fi
1921 }
1922
1923 # func_basename file
1924 func_basename ()
1925 {
1926   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
1927 }
1928
1929
1930 # func_stripname prefix suffix name
1931 # strip PREFIX and SUFFIX off of NAME.
1932 # PREFIX and SUFFIX must not contain globbing or regex special
1933 # characters, hashes, percent signs, but SUFFIX may contain a leading
1934 # dot (in which case that matches only a dot).
1935 # func_strip_suffix prefix name
1936 func_stripname ()
1937 {
1938   case ${2} in
1939     .*) func_stripname_result=`$ECHO "X${3}" \
1940            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
1941     *)  func_stripname_result=`$ECHO "X${3}" \
1942            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
1943   esac
1944 }
1945
1946 # sed scripts:
1947 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
1948 my_sed_long_arg='1s/^-[^=]*=//'
1949
1950 # func_opt_split
1951 func_opt_split ()
1952 {
1953   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
1954   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
1955 }
1956
1957 # func_lo2o object
1958 func_lo2o ()
1959 {
1960   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
1961 }
1962
1963 # func_xform libobj-or-source
1964 func_xform ()
1965 {
1966   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
1967 }
1968
1969 # func_arith arithmetic-term...
1970 func_arith ()
1971 {
1972   func_arith_result=`expr "$@"`
1973 }
1974
1975 # func_len string
1976 # STRING may not start with a hyphen.
1977 func_len ()
1978 {
1979   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
1980 }
1981
1982 _LT_EOF
1983 esac
1984
1985 case $lt_shell_append in
1986   yes)
1987     cat << \_LT_EOF >> "$cfgfile"
1988
1989 # func_append var value
1990 # Append VALUE to the end of shell variable VAR.
1991 func_append ()
1992 {
1993   eval "$1+=\$2"
1994 }
1995 _LT_EOF
1996     ;;
1997   *)
1998     cat << \_LT_EOF >> "$cfgfile"
1999
2000 # func_append var value
2001 # Append VALUE to the end of shell variable VAR.
2002 func_append ()
2003 {
2004   eval "$1=\$$1\$2"
2005 }
2006
2007 _LT_EOF
2008     ;;
2009   esac
2010
2011
2012   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2013     || (rm -f "$cfgfile"; exit 1)
2014
2015   mv -f "$cfgfile" "$ofile" ||
2016     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2017   chmod +x "$ofile"
2018
2019
2020     cat <<_LT_EOF >> "$ofile"
2021
2022 # ### BEGIN LIBTOOL TAG CONFIG: CXX
2023
2024 # The linker used to build libraries.
2025 LD=$lt_LD_CXX
2026
2027 # Commands used to build an old-style archive.
2028 old_archive_cmds=$lt_old_archive_cmds_CXX
2029
2030 # A language specific compiler.
2031 CC=$lt_compiler_CXX
2032
2033 # Is the compiler the GNU compiler?
2034 with_gcc=$GCC_CXX
2035
2036 # Compiler flag to turn off builtin functions.
2037 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
2038
2039 # How to pass a linker flag through the compiler.
2040 wl=$lt_lt_prog_compiler_wl_CXX
2041
2042 # Additional compiler flags for building library objects.
2043 pic_flag=$lt_lt_prog_compiler_pic_CXX
2044
2045 # Compiler flag to prevent dynamic linking.
2046 link_static_flag=$lt_lt_prog_compiler_static_CXX
2047
2048 # Does compiler simultaneously support -c and -o options?
2049 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
2050
2051 # Whether or not to add -lc for building shared libraries.
2052 build_libtool_need_lc=$archive_cmds_need_lc_CXX
2053
2054 # Whether or not to disallow shared libs when runtime libs are static.
2055 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
2056
2057 # Compiler flag to allow reflexive dlopens.
2058 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
2059
2060 # Compiler flag to generate shared objects directly from archives.
2061 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
2062
2063 # Whether the compiler copes with passing no objects directly.
2064 compiler_needs_object=$lt_compiler_needs_object_CXX
2065
2066 # Create an old-style archive from a shared archive.
2067 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
2068
2069 # Create a temporary old-style archive to link instead of a shared archive.
2070 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
2071
2072 # Commands used to build a shared archive.
2073 archive_cmds=$lt_archive_cmds_CXX
2074 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
2075
2076 # Commands used to build a loadable module if different from building
2077 # a shared archive.
2078 module_cmds=$lt_module_cmds_CXX
2079 module_expsym_cmds=$lt_module_expsym_cmds_CXX
2080
2081 # Whether we are building with GNU ld or not.
2082 with_gnu_ld=$lt_with_gnu_ld_CXX
2083
2084 # Flag that allows shared libraries with undefined symbols to be built.
2085 allow_undefined_flag=$lt_allow_undefined_flag_CXX
2086
2087 # Flag that enforces no undefined symbols.
2088 no_undefined_flag=$lt_no_undefined_flag_CXX
2089
2090 # Flag to hardcode \$libdir into a binary during linking.
2091 # This must work even if \$libdir does not exist
2092 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
2093
2094 # If ld is used when linking, flag to hardcode \$libdir into a binary
2095 # during linking.  This must work even if \$libdir does not exist.
2096 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
2097
2098 # Whether we need a single "-rpath" flag with a separated argument.
2099 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2100
2101 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2102 # DIR into the resulting binary.
2103 hardcode_direct=$hardcode_direct_CXX
2104
2105 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
2106 # DIR into the resulting binary and the resulting library dependency is
2107 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
2108 # library is relocated.
2109 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2110
2111 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
2112 # into the resulting binary.
2113 hardcode_minus_L=$hardcode_minus_L_CXX
2114
2115 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
2116 # into the resulting binary.
2117 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
2118
2119 # Set to "yes" if building a shared library automatically hardcodes DIR
2120 # into the library and all subsequent libraries and executables linked
2121 # against it.
2122 hardcode_automatic=$hardcode_automatic_CXX
2123
2124 # Set to yes if linker adds runtime paths of dependent libraries
2125 # to runtime path list.
2126 inherit_rpath=$inherit_rpath_CXX
2127
2128 # Whether libtool must link a program against all its dependency libraries.
2129 link_all_deplibs=$link_all_deplibs_CXX
2130
2131 # Fix the shell variable \$srcfile for the compiler.
2132 fix_srcfile_path=$lt_fix_srcfile_path_CXX
2133
2134 # Set to "yes" if exported symbols are required.
2135 always_export_symbols=$always_export_symbols_CXX
2136
2137 # The commands to list exported symbols.
2138 export_symbols_cmds=$lt_export_symbols_cmds_CXX
2139
2140 # Symbols that should not be listed in the preloaded symbols.
2141 exclude_expsyms=$lt_exclude_expsyms_CXX
2142
2143 # Symbols that must always be exported.
2144 include_expsyms=$lt_include_expsyms_CXX
2145
2146 # Commands necessary for linking programs (against libraries) with templates.
2147 prelink_cmds=$lt_prelink_cmds_CXX
2148
2149 # Specify filename containing input files.
2150 file_list_spec=$lt_file_list_spec_CXX
2151
2152 # How to hardcode a shared library path into an executable.
2153 hardcode_action=$hardcode_action_CXX
2154
2155 # The directories searched by this compiler when creating a shared library.
2156 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
2157
2158 # Dependencies to place before and after the objects being linked to
2159 # create a shared library.
2160 predep_objects=$lt_predep_objects_CXX
2161 postdep_objects=$lt_postdep_objects_CXX
2162 predeps=$lt_predeps_CXX
2163 postdeps=$lt_postdeps_CXX
2164
2165 # The library search path used internally by the compiler when linking
2166 # a shared library.
2167 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
2168
2169 # ### END LIBTOOL TAG CONFIG: CXX
2170 _LT_EOF
2171
2172  ;;
2173     "po/stamp-it":C)
2174     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
2175        { { echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
2176 echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
2177    { (exit 1); exit 1; }; }
2178     fi
2179     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
2180     >"po/stamp-it.tmp"
2181     sed '/^#/d
2182          s/^[[].*] *//
2183          /^[    ]*$/d
2184         '"s|^|  $ac_top_srcdir/|" \
2185       "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
2186
2187     sed '/^POTFILES =/,/[^\\]$/ {
2188                 /^POTFILES =/!d
2189                 r po/POTFILES
2190           }
2191          ' "po/Makefile.in" >"po/Makefile"
2192     rm -f "po/Makefile.tmp"
2193     mv "po/stamp-it.tmp" "po/stamp-it"
2194    ;;
2195
2196   esac
2197 done # for ac_tag
2198
2199
2200 { (exit 0); exit 0; }