~holger-seelig/titania/4.1

« back to all changes in this revision

Viewing changes to config.status

  • Committer: Holger Seelig
  • Date: 2016-06-20 16:52:05 UTC
  • Revision ID: holger.seelig@yahoo.de-20160620165205-4lyxiypvj7ttn7s4
Updated Makefiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
550
550
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
551
551
double_quote_subst='s/\(["`\\]\)/\\\1/g'
552
552
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
553
 
macro_version='2.4.2'
554
 
macro_revision='1.3337'
 
553
macro_version='2.4.6'
 
554
macro_revision='2.4.6'
555
555
enable_shared='yes'
556
556
enable_static='yes'
557
557
pic_mode='default'
558
558
enable_fast_install='yes'
 
559
shared_archive_member_spec=''
559
560
SHELL='/bin/bash'
560
561
ECHO='printf %s\n'
561
562
PATH_SEPARATOR=':'
604
605
compiler='g++'
605
606
GCC='yes'
606
607
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
607
 
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
608
 
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
609
 
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'\'''
 
608
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
 
609
lt_cv_sys_global_symbol_to_import=''
 
610
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
 
611
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
 
612
lt_cv_nm_interface='BSD nm'
610
613
nm_file_list_spec='@'
611
614
lt_sysroot=''
 
615
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
612
616
objdir='.libs'
613
617
MAGIC_CMD='file'
614
618
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
628
632
extract_expsyms_cmds=''
629
633
archive_cmds_need_lc='no'
630
634
enable_shared_with_static_runtimes='no'
631
 
export_dynamic_flag_spec='${wl}--export-dynamic'
632
 
whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
635
export_dynamic_flag_spec='$wl--export-dynamic'
 
636
whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
633
637
compiler_needs_object='no'
634
638
old_archive_from_new_cmds=''
635
639
old_archive_from_expsyms_cmds=''
636
 
archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
640
archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
637
641
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
638
 
            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
639
 
            echo "local: *; };" >> $output_objdir/$libname.ver~
640
 
            $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
642
            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
643
            echo "local: *; };" >> $output_objdir/$libname.ver~
 
644
            $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
641
645
module_cmds=''
642
646
module_expsym_cmds=''
643
647
with_gnu_ld='yes'
644
648
allow_undefined_flag=''
645
649
no_undefined_flag=''
646
 
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
650
hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
647
651
hardcode_libdir_separator=''
648
652
hardcode_direct='no'
649
653
hardcode_direct_absolute='no'
667
671
shlibpath_var='LD_LIBRARY_PATH'
668
672
shlibpath_overrides_runpath='no'
669
673
libname_spec='lib$name'
670
 
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
671
 
soname_spec='${libname}${release}${shared_ext}$major'
 
674
library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
 
675
soname_spec='$libname$release$shared_ext$major'
672
676
install_override_mode=''
673
677
postinstall_cmds=''
674
678
postuninstall_cmds=''
676
680
finish_eval=''
677
681
hardcode_into_libs='yes'
678
682
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/5 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib '
679
 
sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/mesa-egl /usr/lib/nvidia-352 /usr/lib32/nvidia-352 /lib32 /usr/lib32 '
 
683
configure_time_dlsearch_path='/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-361 /usr/lib32/nvidia-361 /usr/lib/nvidia-361 /usr/lib32/nvidia-361 /lib32 /usr/lib32 '
 
684
configure_time_lt_sys_library_path=''
680
685
hardcode_action='immediate'
681
686
enable_dlopen='unknown'
682
687
enable_dlopen_self='unknown'
702
707
lt_cv_prog_compiler_c_o_CXX='yes'
703
708
archive_cmds_need_lc_CXX='no'
704
709
enable_shared_with_static_runtimes_CXX='no'
705
 
export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
706
 
whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
710
export_dynamic_flag_spec_CXX='$wl--export-dynamic'
 
711
whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
707
712
compiler_needs_object_CXX='no'
708
713
old_archive_from_new_cmds_CXX=''
709
714
old_archive_from_expsyms_cmds_CXX=''
710
 
archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
711
 
archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
715
archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
 
716
archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
712
717
module_cmds_CXX=''
713
718
module_expsym_cmds_CXX=''
714
719
with_gnu_ld_CXX='yes'
715
720
allow_undefined_flag_CXX=''
716
721
no_undefined_flag_CXX=''
717
 
hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
722
hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
718
723
hardcode_libdir_separator_CXX=''
719
724
hardcode_direct_CXX='no'
720
725
hardcode_direct_absolute_CXX='no'
751
756
}
752
757
 
753
758
# Quote evaled strings.
754
 
for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec 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 nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL 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_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_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_separator_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
 
759
for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL 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_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_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_separator_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
755
760
    case `eval \\$ECHO \\""\\$$var"\\"` in
756
761
    *[\\\`\"\$]*)
757
 
      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\""
 
762
      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
758
763
      ;;
759
764
    *)
760
765
      eval "lt_$var=\\\"\$$var\\\""
763
768
done
764
769
 
765
770
# Double-quote double-evaled strings.
766
 
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 postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX 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 postlink_cmds_CXX; do
 
771
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 postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path reload_cmds_CXX 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 postlink_cmds_CXX; do
767
772
    case `eval \\$ECHO \\""\\$$var"\\"` in
768
773
    *[\\\`\"\$]*)
769
 
      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
774
      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
770
775
      ;;
771
776
    *)
772
777
      eval "lt_$var=\\\"\$$var\\\""
775
780
done
776
781
 
777
782
ac_aux_dir='.'
778
 
xsi_shell='yes'
779
 
lt_shell_append='yes'
780
783
 
781
 
# See if we are running on zsh, and set the options which allow our
 
784
# See if we are running on zsh, and set the options that allow our
782
785
# commands through without removal of \ escapes INIT.
783
 
if test -n "${ZSH_VERSION+set}" ; then
 
786
if test -n "${ZSH_VERSION+set}"; then
784
787
   setopt NO_GLOB_SUBST
785
788
fi
786
789
 
787
790
 
788
791
    PACKAGE='titania'
789
792
    VERSION='0.1'
790
 
    TIMESTAMP=''
791
793
    RM='rm -f'
792
794
    ofile='libtool'
793
795
 
891
893
S["am__EXEEXT_TRUE"]="#"
892
894
S["LTLIBOBJS"]=""
893
895
S["LIBOBJS"]=""
894
 
S["TITANIA_STANDARD_LIBS"]="-lgiomm-2.4 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 "
895
 
S["TITANIA_STANDARD_CFLAGS"]="-pthread -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/inc"\
896
 
"lude -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include "
897
 
S["TITANIA_GZSTREAM_LIBS"]="-L/usr/lib/x86_64-linux-gnu -lz "
 
896
S["TITANIA_STANDARD_LIBS"]="-lgiomm-2.4 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0"
 
897
S["TITANIA_STANDARD_CFLAGS"]="-pthread -std=c++11 -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/gli"\
 
898
"bmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2."\
 
899
"0/include"
 
900
S["TITANIA_GZSTREAM_LIBS"]="-lz"
898
901
S["TITANIA_GZSTREAM_CFLAGS"]=""
899
902
S["TITANIA_OPENGL_SURFACE_LIBS"]="-lgtkmm-3.0 -latkmm-1.6 -lgdkmm-3.0 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -l"\
900
 
"gio-2.0 -lcairomm-1.0 -lcairo -lsigc-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lGLEW -lGLU -lGL "
901
 
S["TITANIA_OPENGL_SURFACE_CFLAGS"]="-pthread -I/usr/include/gtkmm-3.0 -I/usr/lib/x86_64-linux-gnu/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/unix-print -I/usr/in"\
902
 
"clude/gdkmm-3.0 -I/usr/lib/x86_64-linux-gnu/gdkmm-3.0/include -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/"\
903
 
"pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/"\
904
 
"gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include"\
905
 
"/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircommon -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include"\
906
 
"/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/in"\
907
 
"clude -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linu"\
908
 
"x-gnu/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include "\
909
 
"-I/usr/include/GL -I/usr/include/libdrm "
910
 
S["TITANIA_SQLITE_LIBS"]="-lsqlite3 -lpcre -lpcrecpp "
 
903
"gio-2.0 -lcairomm-1.0 -lcairo -lsigc-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lGLEW -lGLU -lGL"
 
904
S["TITANIA_OPENGL_SURFACE_CFLAGS"]="-pthread -std=c++11 -pthread -I/usr/include/gtkmm-3.0 -I/usr/lib/x86_64-linux-gnu/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/"\
 
905
"unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib/x86_64-linux-gnu/gdkmm-3.0/include -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/inc"\
 
906
"lude -I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/inc"\
 
907
"lude -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/in"\
 
908
"clude -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircommon -I/usr/include/mircookie -I/usr/include/"\
 
909
"cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1"\
 
910
".0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/"\
 
911
"usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 "\
 
912
"-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libdrm"
 
913
S["TITANIA_SQLITE_LIBS"]="-lsqlite3 -lpcre -lpcrecpp"
911
914
S["TITANIA_SQLITE_CFLAGS"]=""
912
 
S["TITANIA_STREAM_LIBS"]="-lcurl -lgiomm-2.4 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0 "
913
 
S["TITANIA_STREAM_CFLAGS"]="-pthread -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/inc"\
914
 
"lude -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include "
 
915
S["TITANIA_STREAM_LIBS"]="-lcurl -lgiomm-2.4 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0"
 
916
S["TITANIA_STREAM_CFLAGS"]="-pthread -std=c++11 -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/gli"\
 
917
"bmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2."\
 
918
"0/include"
915
919
S["TITANIA_X3D_LIBS"]="-lgstreamermm-1.0 -lgiomm-2.4 -lglibmm-2.4 -lsigc-2.0 -lgstapp-1.0 -lgstaudio-1.0 -lgstcheck-1.0 -lm -lgstcontroller-1.0 -lgstfft-1.0 -lm -lgstnet-1"\
916
920
".0 -lgio-2.0 -lgstpbutils-1.0 -lgstriff-1.0 -lgstrtp-1.0 -lgstsdp-1.0 -lgsttag-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lfont"\
917
921
"config -lfreetype -lftgl -lGLU -lGL -lmozjs185 -lplds4 -lplc4 -lnspr4 -lpcre -lpcrecpp -lMagick++-6.Q16 -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lgtop"\
918
 
"-2.0 -lglib-2.0 "
919
 
S["TITANIA_X3D_CFLAGS"]="-pthread -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenm"\
920
 
"p -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/gstreamermm-1.0 -I/usr/lib/x86_64-linux-gnu/gstreamermm-1.0/include -I/usr"\
921
 
"/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/inc"\
922
 
"lude/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/lib/x86_64-linux-gnu/gstreamer-1.0/include -I/usr"\
923
 
"/include/freetype2 -I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/x86_64-linux-gnu//ImageMagi"\
924
 
"ck-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//Image"\
925
 
"Magick-6 -I/usr/include/ImageMagick-6 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/js -I/usr/include/libgtop-"\
926
 
"2.0 "
 
922
"-2.0 -lglib-2.0"
 
923
S["TITANIA_X3D_CFLAGS"]="-std=c++11 -pthread -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH"\
 
924
"=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/gstreamermm-1.0 -I/usr/lib/x86_64-linux-gnu/gstreamermm-1.0/inc"\
 
925
"lude -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include"\
 
926
" -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/gstreamer-1.0 -I/usr/lib/x86_64-linux-gnu/gstreamer-1.0/inc"\
 
927
"lude -I/usr/include/freetype2 -I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/nspr -I/usr/include/x86_64-linux-gnu"\
 
928
"//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux"\
 
929
"-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/"\
 
930
"usr/include/js"
927
931
S["TITANIA_LIBS"]="-lgtksourceviewmm-3.0 -lgtkmm-3.0 -latkmm-1.6 -lgdkmm-3.0 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgtksourceview-3.0 -lgtk-"\
928
 
"3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 "
929
 
S["TITANIA_CFLAGS"]="-pthread -I/usr/include/gtksourceviewmm-3.0 -I/usr/lib/x86_64-linux-gnu/gtksourceviewmm-3.0/include -I/usr/include/gtkmm-3.0 -I/usr/lib/x86_64-linux"\
930
 
"-gnu/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib/x86_64-linux-gnu/gdkmm-3.0/inc"\
931
 
"lude -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangomm-1.4/inclu"\
932
 
"de -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairomm-1.0/inclu"\
933
 
"de -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 -I/usr/include/g"\
934
 
"tk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/"\
935
 
"gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircommon -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/"\
936
 
"harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng"\
937
 
"12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include "
 
932
"3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0"
 
933
S["TITANIA_CFLAGS"]="-std=c++11 -pthread -I/usr/include/gtksourceviewmm-3.0 -I/usr/lib/x86_64-linux-gnu/gtksourceviewmm-3.0/include -I/usr/include/gtkmm-3.0 -I/usr/lib/x"\
 
934
"86_64-linux-gnu/gtkmm-3.0/include -I/usr/include/atkmm-1.6 -I/usr/include/gtk-3.0/unix-print -I/usr/include/gdkmm-3.0 -I/usr/lib/x86_64-linux-gnu/gd"\
 
935
"kmm-3.0/include -I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/x86_64-linux-gnu/pangom"\
 
936
"m-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/x86_64-linux-gnu/cairom"\
 
937
"m-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 -I/us"\
 
938
"r/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/u"\
 
939
"sr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircommon -I/usr/include/mircookie -I/usr/include/cairo -I/u"\
 
940
"sr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/inc"\
 
941
"lude/freetype2 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/gli"\
 
942
"b-2.0/include"
938
943
S["USE_GLX_FALSE"]="#"
939
944
S["USE_GLX_TRUE"]=""
940
 
S["GLX_LIBS"]="-lGL -lX11 "
941
 
S["GLX_CFLAGS"]="-I/usr/include/libdrm "
 
945
S["GLX_LIBS"]="-lGL -lX11"
 
946
S["GLX_CFLAGS"]="-I/usr/include/libdrm"
942
947
S["PKG_CONFIG_LIBDIR"]=""
943
948
S["PKG_CONFIG_PATH"]="/usr/lib/x86_64-linux-gnu/pkgconfig"
944
949
S["PKG_CONFIG"]="/usr/bin/pkg-config"
945
950
S["CXXCPP"]="g++ -E"
 
951
S["LT_SYS_LIBRARY_PATH"]=""
946
952
S["OTOOL64"]=""
947
953
S["OTOOL"]=""
948
954
S["LIPO"]=""
1089
1095
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
1090
1096
S["STRIP"]="strip"
1091
1097
S["install_sh"]="${SHELL} /home/holger/Projekte/Titania/install-sh"
1092
 
S["MAKEINFO"]="makeinfo"
1093
 
S["AUTOHEADER"]="autoheader"
1094
 
S["AUTOMAKE"]="automake-1.15"
1095
 
S["AUTOCONF"]="autoconf"
1096
 
S["ACLOCAL"]="aclocal-1.15"
 
1098
S["MAKEINFO"]="${SHELL} /home/holger/Projekte/Titania/missing makeinfo"
 
1099
S["AUTOHEADER"]="${SHELL} /home/holger/Projekte/Titania/missing autoheader"
 
1100
S["AUTOMAKE"]="${SHELL} /home/holger/Projekte/Titania/missing automake-1.15"
 
1101
S["AUTOCONF"]="${SHELL} /home/holger/Projekte/Titania/missing autoconf"
 
1102
S["ACLOCAL"]="${SHELL} /home/holger/Projekte/Titania/missing aclocal-1.15"
1097
1103
S["VERSION"]="0.1"
1098
1104
S["PACKAGE"]="titania"
1099
1105
S["CYGPATH_W"]="echo"
1120
1126
S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
1121
1127
S["oldincludedir"]="/usr/include"
1122
1128
S["includedir"]="${prefix}/include"
 
1129
S["runstatedir"]="${localstatedir}/run"
1123
1130
S["localstatedir"]="${prefix}/var"
1124
1131
S["sharedstatedir"]="${prefix}/com"
1125
1132
S["sysconfdir"]="${prefix}/etc"
1630
1637
      esac ;;
1631
1638
    "libtool":C)
1632
1639
 
1633
 
    # See if we are running on zsh, and set the options which allow our
 
1640
    # See if we are running on zsh, and set the options that allow our
1634
1641
    # commands through without removal of \ escapes.
1635
 
    if test -n "${ZSH_VERSION+set}" ; then
 
1642
    if test -n "${ZSH_VERSION+set}"; then
1636
1643
      setopt NO_GLOB_SUBST
1637
1644
    fi
1638
1645
 
1639
 
    cfgfile="${ofile}T"
 
1646
    cfgfile=${ofile}T
1640
1647
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1641
1648
    $RM "$cfgfile"
1642
1649
 
1643
1650
    cat <<_LT_EOF >> "$cfgfile"
1644
1651
#! $SHELL
1645
 
 
1646
 
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1647
 
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
1652
# Generated automatically by $as_me ($PACKAGE) $VERSION
1648
1653
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1649
1654
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1650
 
#
1651
 
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1652
 
#                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
1653
 
#                 Foundation, Inc.
1654
 
#   Written by Gordon Matzigkeit, 1996
1655
 
#
1656
 
#   This file is part of GNU Libtool.
1657
 
#
1658
 
# GNU Libtool is free software; you can redistribute it and/or
1659
 
# modify it under the terms of the GNU General Public License as
1660
 
# published by the Free Software Foundation; either version 2 of
1661
 
# the License, or (at your option) any later version.
1662
 
#
1663
 
# As a special exception to the GNU General Public License,
1664
 
# if you distribute this file as part of a program or library that
1665
 
# is built using GNU Libtool, you may include this file under the
1666
 
# same distribution terms that you use for the rest of that program.
1667
 
#
1668
 
# GNU Libtool is distributed in the hope that it will be useful,
1669
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
1655
 
 
1656
# Provide generalized library-building support services.
 
1657
# Written by Gordon Matzigkeit, 1996
 
1658
 
 
1659
# Copyright (C) 2014 Free Software Foundation, Inc.
 
1660
# This is free software; see the source for copying conditions.  There is NO
 
1661
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
1662
 
 
1663
# GNU Libtool is free software; you can redistribute it and/or modify
 
1664
# it under the terms of the GNU General Public License as published by
 
1665
# the Free Software Foundation; either version 2 of of the License, or
 
1666
# (at your option) any later version.
 
1667
#
 
1668
# As a special exception to the GNU General Public License, if you
 
1669
# distribute this file as part of a program or library that is built
 
1670
# using GNU Libtool, you may include this file under the  same
 
1671
# distribution terms that you use for the rest of that program.
 
1672
#
 
1673
# GNU Libtool is distributed in the hope that it will be useful, but
 
1674
# WITHOUT ANY WARRANTY; without even the implied warranty of
1670
1675
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1671
1676
# GNU General Public License for more details.
1672
1677
#
1673
1678
# You should have received a copy of the GNU General Public License
1674
 
# along with GNU Libtool; see the file COPYING.  If not, a copy
1675
 
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1676
 
# obtained by writing to the Free Software Foundation, Inc.,
1677
 
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
1679
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
1678
1680
 
1679
1681
 
1680
1682
# The names of the tagged configurations supported by this script.
1681
 
available_tags="CXX "
 
1683
available_tags='CXX '
 
1684
 
 
1685
# Configured defaults for sys_lib_dlsearch_path munging.
 
1686
: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
1682
1687
 
1683
1688
# ### BEGIN LIBTOOL CONFIG
1684
1689
 
1698
1703
# Whether or not to optimize for fast installation.
1699
1704
fast_install=$enable_fast_install
1700
1705
 
 
1706
# Shared archive member basename,for filename based shared library versioning on AIX.
 
1707
shared_archive_member_spec=$shared_archive_member_spec
 
1708
 
1701
1709
# Shell to use when invoking shell scripts.
1702
1710
SHELL=$lt_SHELL
1703
1711
 
1815
1823
# Transform the output of nm in a proper C declaration.
1816
1824
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1817
1825
 
 
1826
# Transform the output of nm into a list of symbols to manually relocate.
 
1827
global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
 
1828
 
1818
1829
# Transform the output of nm in a C name address pair.
1819
1830
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1820
1831
 
1821
1832
# Transform the output of nm in a C name address pair when lib prefix is needed.
1822
1833
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1823
1834
 
 
1835
# The name lister interface.
 
1836
nm_interface=$lt_lt_cv_nm_interface
 
1837
 
1824
1838
# Specify filename containing input files for \$NM.
1825
1839
nm_file_list_spec=$lt_nm_file_list_spec
1826
1840
 
1827
 
# The root where to search for dependent libraries,and in which our libraries should be installed.
 
1841
# The root where to search for dependent libraries,and where our libraries should be installed.
1828
1842
lt_sysroot=$lt_sysroot
1829
1843
 
 
1844
# Command to truncate a binary pipe.
 
1845
lt_truncate_bin=$lt_lt_cv_truncate_bin
 
1846
 
1830
1847
# The name of the directory that contains temporary libtool files.
1831
1848
objdir=$objdir
1832
1849
 
1917
1934
# Compile-time system search path for libraries.
1918
1935
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1919
1936
 
1920
 
# Run-time system search path for libraries.
1921
 
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
1937
# Detected run-time system search path for libraries.
 
1938
sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
 
1939
 
 
1940
# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
 
1941
configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
1922
1942
 
1923
1943
# Whether dlopen is supported.
1924
1944
dlopen_support=$enable_dlopen
2011
2031
# Whether we need a single "-rpath" flag with a separated argument.
2012
2032
hardcode_libdir_separator=$lt_hardcode_libdir_separator
2013
2033
 
2014
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
2034
# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2015
2035
# DIR into the resulting binary.
2016
2036
hardcode_direct=$hardcode_direct
2017
2037
 
2018
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
2038
# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2019
2039
# DIR into the resulting binary and the resulting library dependency is
2020
 
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 
2040
# "absolute",i.e impossible to change by setting \$shlibpath_var if the
2021
2041
# library is relocated.
2022
2042
hardcode_direct_absolute=$hardcode_direct_absolute
2023
2043
 
2083
2103
 
2084
2104
_LT_EOF
2085
2105
 
 
2106
    cat <<'_LT_EOF' >> "$cfgfile"
 
2107
 
 
2108
# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
 
2109
 
 
2110
# func_munge_path_list VARIABLE PATH
 
2111
# -----------------------------------
 
2112
# VARIABLE is name of variable containing _space_ separated list of
 
2113
# directories to be munged by the contents of PATH, which is string
 
2114
# having a format:
 
2115
# "DIR[:DIR]:"
 
2116
#       string "DIR[ DIR]" will be prepended to VARIABLE
 
2117
# ":DIR[:DIR]"
 
2118
#       string "DIR[ DIR]" will be appended to VARIABLE
 
2119
# "DIRP[:DIRP]::[DIRA:]DIRA"
 
2120
#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
 
2121
#       "DIRA[ DIRA]" will be appended to VARIABLE
 
2122
# "DIR[:DIR]"
 
2123
#       VARIABLE will be replaced by "DIR[ DIR]"
 
2124
func_munge_path_list ()
 
2125
{
 
2126
    case x$2 in
 
2127
    x)
 
2128
        ;;
 
2129
    *:)
 
2130
        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
 
2131
        ;;
 
2132
    x:*)
 
2133
        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
 
2134
        ;;
 
2135
    *::*)
 
2136
        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
 
2137
        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
 
2138
        ;;
 
2139
    *)
 
2140
        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
 
2141
        ;;
 
2142
    esac
 
2143
}
 
2144
 
 
2145
 
 
2146
# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
 
2147
func_cc_basename ()
 
2148
{
 
2149
    for cc_temp in $*""; do
 
2150
      case $cc_temp in
 
2151
        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
2152
        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
2153
        \-*) ;;
 
2154
        *) break;;
 
2155
      esac
 
2156
    done
 
2157
    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
 
2158
}
 
2159
 
 
2160
 
 
2161
# ### END FUNCTIONS SHARED WITH CONFIGURE
 
2162
 
 
2163
_LT_EOF
 
2164
 
2086
2165
  case $host_os in
2087
2166
  aix3*)
2088
2167
    cat <<\_LT_EOF >> "$cfgfile"
2089
2168
# AIX sometimes has problems with the GCC collect2 program.  For some
2090
2169
# reason, if we set the COLLECT_NAMES environment variable, the problems
2091
2170
# vanish in a puff of smoke.
2092
 
if test "X${COLLECT_NAMES+set}" != Xset; then
 
2171
if test set != "${COLLECT_NAMES+set}"; then
2093
2172
  COLLECT_NAMES=
2094
2173
  export COLLECT_NAMES
2095
2174
fi
2098
2177
  esac
2099
2178
 
2100
2179
 
2101
 
ltmain="$ac_aux_dir/ltmain.sh"
 
2180
ltmain=$ac_aux_dir/ltmain.sh
2102
2181
 
2103
2182
 
2104
2183
  # We use sed instead of cat because bash on DJGPP gets confused if
2108
2187
  sed '$q' "$ltmain" >> "$cfgfile" \
2109
2188
     || (rm -f "$cfgfile"; exit 1)
2110
2189
 
2111
 
  if test x"$xsi_shell" = xyes; then
2112
 
  sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
2113
 
func_dirname ()\
2114
 
{\
2115
 
\    case ${1} in\
2116
 
\      */*) func_dirname_result="${1%/*}${2}" ;;\
2117
 
\      *  ) func_dirname_result="${3}" ;;\
2118
 
\    esac\
2119
 
} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
2120
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2121
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2122
 
test 0 -eq $? || _lt_function_replace_fail=:
2123
 
 
2124
 
 
2125
 
  sed -e '/^func_basename ()$/,/^} # func_basename /c\
2126
 
func_basename ()\
2127
 
{\
2128
 
\    func_basename_result="${1##*/}"\
2129
 
} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
2130
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2131
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2132
 
test 0 -eq $? || _lt_function_replace_fail=:
2133
 
 
2134
 
 
2135
 
  sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
2136
 
func_dirname_and_basename ()\
2137
 
{\
2138
 
\    case ${1} in\
2139
 
\      */*) func_dirname_result="${1%/*}${2}" ;;\
2140
 
\      *  ) func_dirname_result="${3}" ;;\
2141
 
\    esac\
2142
 
\    func_basename_result="${1##*/}"\
2143
 
} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
2144
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2145
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2146
 
test 0 -eq $? || _lt_function_replace_fail=:
2147
 
 
2148
 
 
2149
 
  sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
2150
 
func_stripname ()\
2151
 
{\
2152
 
\    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
2153
 
\    # positional parameters, so assign one to ordinary parameter first.\
2154
 
\    func_stripname_result=${3}\
2155
 
\    func_stripname_result=${func_stripname_result#"${1}"}\
2156
 
\    func_stripname_result=${func_stripname_result%"${2}"}\
2157
 
} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
2158
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2159
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2160
 
test 0 -eq $? || _lt_function_replace_fail=:
2161
 
 
2162
 
 
2163
 
  sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
2164
 
func_split_long_opt ()\
2165
 
{\
2166
 
\    func_split_long_opt_name=${1%%=*}\
2167
 
\    func_split_long_opt_arg=${1#*=}\
2168
 
} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
2169
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2170
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2171
 
test 0 -eq $? || _lt_function_replace_fail=:
2172
 
 
2173
 
 
2174
 
  sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
2175
 
func_split_short_opt ()\
2176
 
{\
2177
 
\    func_split_short_opt_arg=${1#??}\
2178
 
\    func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
2179
 
} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
2180
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2181
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2182
 
test 0 -eq $? || _lt_function_replace_fail=:
2183
 
 
2184
 
 
2185
 
  sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
2186
 
func_lo2o ()\
2187
 
{\
2188
 
\    case ${1} in\
2189
 
\      *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
2190
 
\      *)    func_lo2o_result=${1} ;;\
2191
 
\    esac\
2192
 
} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
2193
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2194
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2195
 
test 0 -eq $? || _lt_function_replace_fail=:
2196
 
 
2197
 
 
2198
 
  sed -e '/^func_xform ()$/,/^} # func_xform /c\
2199
 
func_xform ()\
2200
 
{\
2201
 
    func_xform_result=${1%.*}.lo\
2202
 
} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
2203
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2204
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2205
 
test 0 -eq $? || _lt_function_replace_fail=:
2206
 
 
2207
 
 
2208
 
  sed -e '/^func_arith ()$/,/^} # func_arith /c\
2209
 
func_arith ()\
2210
 
{\
2211
 
    func_arith_result=$(( $* ))\
2212
 
} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
2213
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2214
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2215
 
test 0 -eq $? || _lt_function_replace_fail=:
2216
 
 
2217
 
 
2218
 
  sed -e '/^func_len ()$/,/^} # func_len /c\
2219
 
func_len ()\
2220
 
{\
2221
 
    func_len_result=${#1}\
2222
 
} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
2223
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2224
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2225
 
test 0 -eq $? || _lt_function_replace_fail=:
2226
 
 
2227
 
fi
2228
 
 
2229
 
if test x"$lt_shell_append" = xyes; then
2230
 
  sed -e '/^func_append ()$/,/^} # func_append /c\
2231
 
func_append ()\
2232
 
{\
2233
 
    eval "${1}+=\\${2}"\
2234
 
} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
2235
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2236
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2237
 
test 0 -eq $? || _lt_function_replace_fail=:
2238
 
 
2239
 
 
2240
 
  sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
2241
 
func_append_quoted ()\
2242
 
{\
2243
 
\    func_quote_for_eval "${2}"\
2244
 
\    eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
2245
 
} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
2246
 
  && mv -f "$cfgfile.tmp" "$cfgfile" \
2247
 
    || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2248
 
test 0 -eq $? || _lt_function_replace_fail=:
2249
 
 
2250
 
 
2251
 
  # Save a `func_append' function call where possible by direct use of '+='
2252
 
  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
2253
 
    && mv -f "$cfgfile.tmp" "$cfgfile" \
2254
 
      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2255
 
  test 0 -eq $? || _lt_function_replace_fail=:
2256
 
else
2257
 
  # Save a `func_append' function call even when '+=' is not available
2258
 
  sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
2259
 
    && mv -f "$cfgfile.tmp" "$cfgfile" \
2260
 
      || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
2261
 
  test 0 -eq $? || _lt_function_replace_fail=:
2262
 
fi
2263
 
 
2264
 
if test x"$_lt_function_replace_fail" = x":"; then
2265
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
2266
 
$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
2267
 
fi
2268
 
 
2269
 
 
2270
2190
   mv -f "$cfgfile" "$ofile" ||
2271
2191
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2272
2192
  chmod +x "$ofile"
2353
2273
# Whether we need a single "-rpath" flag with a separated argument.
2354
2274
hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
2355
2275
 
2356
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
2276
# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2357
2277
# DIR into the resulting binary.
2358
2278
hardcode_direct=$hardcode_direct_CXX
2359
2279
 
2360
 
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
2280
# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
2361
2281
# DIR into the resulting binary and the resulting library dependency is
2362
 
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 
2282
# "absolute",i.e impossible to change by setting \$shlibpath_var if the
2363
2283
# library is relocated.
2364
2284
hardcode_direct_absolute=$hardcode_direct_absolute_CXX
2365
2285