Codebase list eiciel / 015522d
Imported Upstream version 0.9.6 Michael Biebl 15 years ago
17 changed file(s) with 1088 addition(s) and 572 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
9595 CYGPATH_W = @CYGPATH_W@
9696 DEFS = @DEFS@
9797 DEPDIR = @DEPDIR@
98 DSYMUTIL = @DSYMUTIL@
9899 ECHO = @ECHO@
99100 ECHO_C = @ECHO_C@
100101 ECHO_N = @ECHO_N@
131132 MSGFMT_015 = @MSGFMT_015@
132133 MSGMERGE = @MSGMERGE@
133134 NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
135 NMEDIT = @NMEDIT@
134136 OBJEXT = @OBJEXT@
135137 PACKAGE = @PACKAGE@
136138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
348350 unique=`for i in $$list; do \
349351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350352 done | \
351 $(AWK) ' { files[$$0] = 1; } \
352 END { for (i in files) print i; }'`; \
353 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
354 END { if (nonempty) { for (i in files) print i; }; }'`; \
353355 mkid -fID $$unique
354356 tags: TAGS
355357
374376 unique=`for i in $$list; do \
375377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376378 done | \
377 $(AWK) ' { files[$$0] = 1; } \
378 END { for (i in files) print i; }'`; \
379 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380 END { if (nonempty) { for (i in files) print i; }; }'`; \
379381 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
380382 test -n "$$unique" || unique=$$empty_fix; \
381383 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385387 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.hpp.in $(TAGS_DEPENDENCIES) \
386388 $(TAGS_FILES) $(LISP)
387389 tags=; \
388 here=`pwd`; \
389390 list='$(SOURCES) $(HEADERS) config.hpp.in $(LISP) $(TAGS_FILES)'; \
390391 unique=`for i in $$list; do \
391392 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392393 done | \
393 $(AWK) ' { files[$$0] = 1; } \
394 END { for (i in files) print i; }'`; \
394 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395 END { if (nonempty) { for (i in files) print i; }; }'`; \
395396 test -z "$(CTAGS_ARGS)$$tags$$unique" \
396397 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
397398 $$tags $$unique
464465 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
465466 $(am__remove_distdir)
466467
468 dist-lzma: distdir
469 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
470 $(am__remove_distdir)
471
467472 dist-tarZ: distdir
468473 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
469474 $(am__remove_distdir)
491496 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
492497 *.tar.bz2*) \
493498 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
499 *.tar.lzma*) \
500 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
494501 *.tar.Z*) \
495502 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
496503 *.shar.gz*) \
642649 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
643650 all all-am am--refresh check check-am clean clean-generic \
644651 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
645 dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
646 distclean distclean-generic distclean-hdr distclean-libtool \
647 distclean-tags distcleancheck distdir distuninstallcheck dvi \
648 dvi-am html html-am info info-am install install-am \
649 install-data install-data-am install-dvi install-dvi-am \
650 install-exec install-exec-am install-html install-html-am \
651 install-info install-info-am install-man install-pdf \
652 install-pdf-am install-ps install-ps-am install-strip \
653 installcheck installcheck-am installdirs installdirs-am \
654 maintainer-clean maintainer-clean-generic mostlyclean \
655 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
656 tags tags-recursive uninstall uninstall-am
652 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
653 distcheck distclean distclean-generic distclean-hdr \
654 distclean-libtool distclean-tags distcleancheck distdir \
655 distuninstallcheck dvi dvi-am html html-am info info-am \
656 install install-am install-data install-data-am install-dvi \
657 install-dvi-am install-exec install-exec-am install-html \
658 install-html-am install-info install-info-am install-man \
659 install-pdf install-pdf-am install-ps install-ps-am \
660 install-strip installcheck installcheck-am installdirs \
661 installdirs-am maintainer-clean maintainer-clean-generic \
662 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
663 ps ps-am tags tags-recursive uninstall uninstall-am
657664
658665
659666 dist-hook :
0 # generated automatically by aclocal 1.10 -*- Autoconf -*-
0 # generated automatically by aclocal 1.10.1 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006 Free Software Foundation, Inc.
3 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
66 # with or without modifications, as long as this notice is preserved.
1010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1111 # PARTICULAR PURPOSE.
1212
13 m4_if(m4_PACKAGE_VERSION, [2.61],,
14 [m4_fatal([this file was generated for autoconf 2.61.
15 You have another version of autoconf. If you want to use that,
16 you should regenerate the build system entirely.], [63])])
13 m4_ifndef([AC_AUTOCONF_VERSION],
14 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(AC_AUTOCONF_VERSION, [2.61],,
16 [m4_warning([this file was generated for autoconf 2.61.
17 You have another version of autoconf. It may work, but is not guaranteed to.
18 If you have problems, you may need to regenerate the build system entirely.
19 To do so, use the procedure documented by the package, typically `autoreconf'.])])
1720
1821 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
1922
20 # serial 51 AC_PROG_LIBTOOL
23 # serial 52 AC_PROG_LIBTOOL
2124
2225
2326 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
105108 AC_REQUIRE([AC_OBJEXT])dnl
106109 AC_REQUIRE([AC_EXEEXT])dnl
107110 dnl
108
109111 AC_LIBTOOL_SYS_MAX_CMD_LEN
110112 AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
111113 AC_LIBTOOL_OBJDIR
207209 ;;
208210 esac
209211
212 _LT_REQUIRED_DARWIN_CHECKS
213
210214 AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
211215 AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
212216 enable_win32_dll=yes, enable_win32_dll=no)
250254 *** \$ltmain is not defined, please check the patch for consistency! ***
251255 ])
252256 fi
253 gentoo_lt_version="1.5.24"
257 gentoo_lt_version="1.5.26"
254258 gentoo_ltmain_version=`sed -n '/^[[ ]]*VERSION=/{s/^[[ ]]*VERSION=//;p;q;}' "$ltmain"`
255259 if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then
256260 AC_MSG_RESULT(no)
329333 echo "$lt_simple_link_test_code" >conftest.$ac_ext
330334 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
331335 _lt_linker_boilerplate=`cat conftest.err`
332 $rm conftest*
336 $rm -r conftest*
333337 ])# _LT_LINKER_BOILERPLATE
334338
339 # _LT_REQUIRED_DARWIN_CHECKS
340 # --------------------------
341 # Check for some things on darwin
342 AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
343 case $host_os in
344 rhapsody* | darwin*)
345 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
346 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
347
348 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
349 [lt_cv_apple_cc_single_mod=no
350 if test -z "${LT_MULTI_MODULE}"; then
351 # By default we will add the -single_module flag. You can override
352 # by either setting the environment variable LT_MULTI_MODULE
353 # non-empty at configure time, or by adding -multi_module to the
354 # link flags.
355 echo "int foo(void){return 1;}" > conftest.c
356 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
357 -dynamiclib ${wl}-single_module conftest.c
358 if test -f libconftest.dylib; then
359 lt_cv_apple_cc_single_mod=yes
360 rm -rf libconftest.dylib*
361 fi
362 rm conftest.c
363 fi])
364 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
365 [lt_cv_ld_exported_symbols_list],
366 [lt_cv_ld_exported_symbols_list=no
367 save_LDFLAGS=$LDFLAGS
368 echo "_main" > conftest.sym
369 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
370 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
371 [lt_cv_ld_exported_symbols_list=yes],
372 [lt_cv_ld_exported_symbols_list=no])
373 LDFLAGS="$save_LDFLAGS"
374 ])
375 case $host_os in
376 rhapsody* | darwin1.[[0123]])
377 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
378 darwin1.*)
379 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
380 darwin*)
381 # if running on 10.5 or later, the deployment target defaults
382 # to the OS version, if on x86, and 10.4, the deployment
383 # target defaults to 10.4. Don't you love it?
384 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
385 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
386 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
387 10.[[012]]*)
388 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
389 10.*)
390 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
391 esac
392 ;;
393 esac
394 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
395 _lt_dar_single_mod='$single_module'
396 fi
397 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
398 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
399 else
400 _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
401 fi
402 if test "$DSYMUTIL" != ":"; then
403 _lt_dsymutil="~$DSYMUTIL \$lib || :"
404 else
405 _lt_dsymutil=
406 fi
407 ;;
408 esac
409 ])
335410
336411 # _LT_AC_SYS_LIBPATH_AIX
337412 # ----------------------
656731 *64-bit*)
657732 case $lt_cv_prog_gnu_ld in
658733 yes*) LD="${LD-ld} -m elf64_sparc" ;;
659 *) LD="${LD-ld} -64" ;;
734 *)
735 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
736 LD="${LD-ld} -64"
737 fi
738 ;;
660739 esac
661740 ;;
662741 esac
749828 $2=yes
750829 fi
751830 fi
752 $rm conftest*
831 $rm -r conftest*
753832 LDFLAGS="$save_LDFLAGS"
754833 ])
755834
10201099 AC_CHECK_FUNC([shl_load],
10211100 [lt_cv_dlopen="shl_load"],
10221101 [AC_CHECK_LIB([dld], [shl_load],
1023 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"],
1102 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
10241103 [AC_CHECK_FUNC([dlopen],
10251104 [lt_cv_dlopen="dlopen"],
10261105 [AC_CHECK_LIB([dl], [dlopen],
10281107 [AC_CHECK_LIB([svld], [dlopen],
10291108 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
10301109 [AC_CHECK_LIB([dld], [dld_link],
1031 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"])
1110 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
10321111 ])
10331112 ])
10341113 ])
13451424 soname_spec='${libname}${release}${shared_ext}$major'
13461425 ;;
13471426
1348 aix4* | aix5*)
1427 aix[[4-9]]*)
13491428 version_type=linux
13501429 need_lib_prefix=no
13511430 need_version=no
18781957 esac
18791958 AC_MSG_RESULT([$dynamic_linker])
18801959 test "$dynamic_linker" = no && can_build_shared=no
1960
1961 AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
1962 [lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
1963 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
1964 AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
1965 [lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
1966 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
18811967
18821968 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
18831969 if test "$GCC" = yes; then
23782464 # whether `pass_all' will *always* work, you probably want this one.
23792465
23802466 case $host_os in
2381 aix4* | aix5*)
2467 aix[[4-9]]*)
23822468 lt_cv_deplibs_check_method=pass_all
23832469 ;;
23842470
28142900 fi
28152901 ;;
28162902
2817 aix4* | aix5*)
2903 aix[[4-9]]*)
28182904 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
28192905 test "$enable_shared" = yes && enable_static=no
28202906 fi
28712957 _LT_AC_TAGVAR(predeps, $1)=
28722958 _LT_AC_TAGVAR(postdeps, $1)=
28732959 _LT_AC_TAGVAR(compiler_lib_search_path, $1)=
2960 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
28742961
28752962 # Source file extension for C++ test sources.
28762963 ac_ext=cpp
29803067 # FIXME: insert proper C++ library support
29813068 _LT_AC_TAGVAR(ld_shlibs, $1)=no
29823069 ;;
2983 aix4* | aix5*)
3070 aix[[4-9]]*)
29843071 if test "$host_cpu" = ia64; then
29853072 # On IA64, the linker does run time linking by default, so we don't
29863073 # have to do anything special.
29933080 # Test if we are trying to use run time linking or normal
29943081 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
29953082 # need to do runtime linking.
2996 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
3083 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
29973084 for ld_flag in $LDFLAGS; do
29983085 case $ld_flag in
29993086 *-brtl*)
31393226 fi
31403227 ;;
31413228 darwin* | rhapsody*)
3142 case $host_os in
3143 rhapsody* | darwin1.[[012]])
3144 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
3145 ;;
3146 *) # Darwin 1.3 on
3147 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
3148 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
3149 else
3150 case ${MACOSX_DEPLOYMENT_TARGET} in
3151 10.[[012]])
3152 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
3153 ;;
3154 10.*)
3155 _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
3156 ;;
3157 esac
3158 fi
3159 ;;
3160 esac
31613229 _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
31623230 _LT_AC_TAGVAR(hardcode_direct, $1)=no
31633231 _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
31643232 _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
31653233 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
31663234 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
3167
3168 if test "$GXX" = yes ; then
3169 lt_int_apple_cc_single_mod=no
3235 _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
3236 if test "$GXX" = yes ; then
31703237 output_verbose_link_cmd='echo'
3171 if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
3172 lt_int_apple_cc_single_mod=yes
3238 _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
3239 _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
3240 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
3241 _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
3242 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
3243 _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
3244 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
31733245 fi
3174 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3175 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
3176 else
3177 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
3178 fi
3179 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
3180 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
3181 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
3182 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3183 else
3184 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
3185 fi
3186 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
31873246 else
31883247 case $cc_basename in
31893248 xlc*)
34343493 _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
34353494 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
34363495 ;;
3437 pgCC*)
3496 pgCC* | pgcpp*)
34383497 # Portland Group C++ compiler
34393498 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
34403499 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
38693928 # compiler output when linking a shared library.
38703929 # Parse the compiler output and extract the necessary
38713930 # objects, libraries and library flags.
3872 AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[
3931 AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],
3932 [AC_REQUIRE([LT_AC_PROG_SED])dnl
38733933 dnl we can't use the lt_simple_compile_test_code here,
38743934 dnl because it contains code intended for an executable,
38753935 dnl not a library. It's possible we should let each
39944054
39954055 $rm -f confest.$objext
39964056
4057 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
4058 if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
4059 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
4060 fi
4061
39974062 # PORTME: override above test on systems where it is broken
39984063 ifelse([$1],[CXX],
39994064 [case $host_os in
40504115 ;;
40514116 esac
40524117 ])
4053
40544118 case " $_LT_AC_TAGVAR(postdeps, $1) " in
40554119 *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
40564120 esac
41354199 postinstall_cmds='$RANLIB $lib'
41364200 fi
41374201 ;;
4138 aix4* | aix5*)
4202 aix[[4-9]]*)
41394203 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
41404204 test "$enable_shared" = yes && enable_static=no
41414205 fi
43124376 _LT_AC_TAGVAR(predeps, $1) \
43134377 _LT_AC_TAGVAR(postdeps, $1) \
43144378 _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
4379 _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
43154380 _LT_AC_TAGVAR(archive_cmds, $1) \
43164381 _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
43174382 _LT_AC_TAGVAR(postinstall_cmds, $1) \
43744439 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
43754440 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
43764441 #
4377 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
4442 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
43784443 # Free Software Foundation, Inc.
43794444 #
43804445 # This file is part of GNU Libtool:
46104675 # Dependencies to place after the objects being linked to create a
46114676 # shared library.
46124677 postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4678
4679 # The directories searched by this compiler when creating a shared
4680 # library
4681 compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
46134682
46144683 # The library search path used internally by the compiler when linking
46154684 # a shared library.
49605029 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
49615030 cat conftest.$ac_ext >&5
49625031 fi
4963 rm -f conftest* conftst*
5032 rm -rf conftest* conftst*
49645033
49655034 # Do not use the global_symbol_pipe unless it works.
49665035 if test "$pipe_works" = yes; then
50175086 # built for inclusion in a dll (and should export symbols for example).
50185087 # Although the cygwin gcc ignores -fPIC, still need this for old-style
50195088 # (--disable-auto-import) libraries
5020 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5089 m4_if([$1], [GCJ], [],
5090 [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
50215091 ;;
50225092 darwin* | rhapsody*)
50235093 # PIC is the default on this platform
50545124 esac
50555125 else
50565126 case $host_os in
5057 aix4* | aix5*)
5127 aix[[4-9]]*)
50585128 # All AIX code is PIC.
50595129 if test "$host_cpu" = ia64; then
50605130 # AIX 5 now supports IA64 processor
51505220 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
51515221 _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
51525222 ;;
5153 pgCC*)
5223 pgCC* | pgcpp*)
51545224 # Portland Group C++ compiler.
51555225 _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
51565226 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
53015371 # built for inclusion in a dll (and should export symbols for example).
53025372 # Although the cygwin gcc ignores -fPIC, still need this for old-style
53035373 # (--disable-auto-import) libraries
5304 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5374 m4_if([$1], [GCJ], [],
5375 [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
53055376 ;;
53065377
53075378 darwin* | rhapsody*)
53715442 mingw* | cygwin* | pw32* | os2*)
53725443 # This hack is so that the source file can tell whether it is being
53735444 # built for inclusion in a dll (and should export symbols for example).
5374 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
5445 m4_if([$1], [GCJ], [],
5446 [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
53755447 ;;
53765448
53775449 hpux9* | hpux10* | hpux11*)
55085580 #
55095581 if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
55105582 AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5511 _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1),
5583 _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
55125584 [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
55135585 [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
55145586 "" | " "*) ;;
55325604 #
55335605 wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
55345606 AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5535 _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1),
5607 _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
55365608 $lt_tmp_static_flag,
55375609 [],
55385610 [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
55485620 ifelse([$1],[CXX],[
55495621 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
55505622 case $host_os in
5551 aix4* | aix5*)
5623 aix[[4-9]]*)
55525624 # If we're using GNU nm, then we don't want the "-C" option.
55535625 # -C means demangle to AIX nm, but means don't demangle with GNU nm
55545626 if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
55675639 _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
55685640 ;;
55695641 esac
5642 _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
55705643 ],[
55715644 runpath_var=
55725645 _LT_AC_TAGVAR(allow_undefined_flag, $1)=
55975670 # it will be wrapped by ` (' and `)$', so one must not match beginning or
55985671 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
55995672 # as well as any symbol that contains `d'.
5600 _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_"
5673 _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
56015674 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
56025675 # platforms (ab)use it in PIC code, but their linkers get confused if
56035676 # the symbol is explicitly referenced. Since portable code cannot
56045677 # rely on this symbol name, it's probably fine to never include it in
56055678 # preloaded symbol tables.
5679 # Exclude shared library initialization/finalization symbols.
5680 dnl Note also adjust exclude_expsyms for C++ above.
56065681 extract_expsyms_cmds=
56075682 # Just being paranoid about ensuring that cc_basename is set.
56085683 _LT_CC_BASENAME([$compiler])
56525727
56535728 # See if GNU ld supports shared libraries.
56545729 case $host_os in
5655 aix3* | aix4* | aix5*)
5730 aix[[3-9]]*)
56565731 # On AIX/PPC, the GNU linker is very broken
56575732 if test "$host_cpu" != ia64; then
56585733 _LT_AC_TAGVAR(ld_shlibs, $1)=no
58715946 fi
58725947 ;;
58735948
5874 aix4* | aix5*)
5949 aix[[4-9]]*)
58755950 if test "$host_cpu" = ia64; then
58765951 # On IA64, the linker does run time linking by default, so we don't
58775952 # have to do anything special.
58915966 # Test if we are trying to use run time linking or normal
58925967 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
58935968 # need to do runtime linking.
5894 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*)
5969 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
58955970 for ld_flag in $LDFLAGS; do
58965971 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
58975972 aix_use_runtimelinking=yes
60516126 _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
60526127 if test "$GCC" = yes ; then
60536128 output_verbose_link_cmd='echo'
6054 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
6055 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
6056 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
6057 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6058 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
6129 _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
6130 _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
6131 _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
6132 _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
60596133 else
60606134 case $cc_basename in
60616135 xlc*)
66366710 AC_MSG_RESULT([$SED])
66376711 ])
66386712
6639 # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
6713 # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
66406714 #
66416715 # This file is free software; the Free Software Foundation
66426716 # gives unlimited permission to copy and/or distribute it,
66516725 [am__api_version='1.10'
66526726 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
66536727 dnl require some minimum version. Point them to the right macro.
6654 m4_if([$1], [1.10], [],
6728 m4_if([$1], [1.10.1], [],
66556729 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
66566730 ])
66576731
66676741 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
66686742 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
66696743 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
6670 [AM_AUTOMAKE_VERSION([1.10])dnl
6671 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
6744 [AM_AUTOMAKE_VERSION([1.10.1])dnl
6745 m4_ifndef([AC_AUTOCONF_VERSION],
6746 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6747 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
66726748
66736749 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
66746750
69407016 # each Makefile.in and add a new line on top of each file to say so.
69417017 # Grep'ing the whole file is not good either: AIX grep has a line
69427018 # limit of 2048, but all sed's we know have understand at least 4000.
6943 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
7019 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
69447020 dirpart=`AS_DIRNAME("$mf")`
69457021 else
69467022 continue
69887064 # Do all the work for Automake. -*- Autoconf -*-
69897065
69907066 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6991 # 2005, 2006 Free Software Foundation, Inc.
7067 # 2005, 2006, 2008 Free Software Foundation, Inc.
69927068 #
69937069 # This file is free software; the Free Software Foundation
69947070 # gives unlimited permission to copy and/or distribute it,
69957071 # with or without modifications, as long as this notice is preserved.
69967072
6997 # serial 12
7073 # serial 13
69987074
69997075 # This macro actually does too much. Some checks are only needed if
70007076 # your package does certain things. But this isn't really a big deal.
70997175 # our stamp files there.
71007176 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
71017177 [# Compute $1's index in $config_headers.
7178 _am_arg=$1
71027179 _am_stamp_count=1
71037180 for _am_header in $config_headers :; do
71047181 case $_am_header in
7105 $1 | $1:* )
7182 $_am_arg | $_am_arg:* )
71067183 break ;;
71077184 * )
71087185 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
71097186 esac
71107187 done
7111 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
7188 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
71127189
71137190 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
71147191 #
73807457
73817458 # _AM_SUBST_NOTMAKE(VARIABLE)
73827459 # ---------------------------
7383 # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
7460 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
73847461 # This macro is traced by Automake.
73857462 AC_DEFUN([_AM_SUBST_NOTMAKE])
73867463
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
4 # Inc.
5
6 timestamp='2007-07-22'
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 # Free Software Foundation, Inc.
5
6 timestamp='2008-01-23'
77
88 # This file is free software; you can redistribute it and/or modify it
99 # under the terms of the GNU General Public License as published by
5555 GNU config.guess ($timestamp)
5656
5757 Originally written by Per Bothner.
58 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
59 Free Software Foundation, Inc.
58 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
59 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6060
6161 This is free software; see the source for copying conditions. There is NO
6262 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
548548 echo rs6000-ibm-aix3.2
549549 fi
550550 exit ;;
551 *:AIX:*:[45])
551 *:AIX:*:[456])
552552 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
553553 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
554554 IBM_ARCH=rs6000
815815 EM64T | authenticamd)
816816 echo x86_64-unknown-interix${UNAME_RELEASE}
817817 exit ;;
818 IA64)
819 echo ia64-unknown-interix${UNAME_RELEASE}
820 exit ;;
818821 esac ;;
819822 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
820823 echo i${UNAME_MACHINE}-pc-mks
849852 echo ${UNAME_MACHINE}-pc-minix
850853 exit ;;
851854 arm*:Linux:*:*)
852 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
855 eval $set_cc_for_build
856 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
857 | grep -q __ARM_EABI__
858 then
859 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
860 else
861 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
862 fi
853863 exit ;;
854864 avr32*:Linux:*:*)
855865 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
970980 x86_64:Linux:*:*)
971981 echo x86_64-unknown-linux-${LIBC}
972982 exit ;;
973 xtensa:Linux:*:*)
974 echo xtensa-unknown-linux-${LIBC}
983 xtensa*:Linux:*:*)
984 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
975985 exit ;;
976986 i*86:Linux:*:*)
977987 # The BFD linker knows what the default object file format is, so
14921502 the operating system you are using. It is advised that you
14931503 download the most up to date version of the config scripts from
14941504
1495 http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
1505 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
14961506 and
1497 http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
1507 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
14981508
14991509 If the version you run ($0) is already up to date, please
15001510 send the following data and any information you think might be
00 #! /bin/sh
11 # Configuration validation subroutine script.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
4 # Inc.
5
6 timestamp='2007-06-28'
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 # Free Software Foundation, Inc.
5
6 timestamp='2008-01-16'
77
88 # This file is (in principle) common to ALL GNU software.
99 # The presence of a machine in this file suggests that SOME GNU software
7171 version="\
7272 GNU config.sub ($timestamp)
7373
74 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
75 Free Software Foundation, Inc.
74 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
75 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7676
7777 This is free software; see the source for copying conditions. There is NO
7878 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
368368 | v850-* | v850e-* | vax-* \
369369 | we32k-* \
370370 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
371 | xstormy16-* | xtensa-* \
371 | xstormy16-* | xtensa*-* \
372372 | ymp-* \
373373 | z8k-*)
374 ;;
375 # Recognize the basic CPU types without company name, with glob match.
376 xtensa*)
377 basic_machine=$basic_machine-unknown
374378 ;;
375379 # Recognize the various machine names and aliases which stand
376380 # for a CPU type and a company and sometimes even an OS.
441445 balance)
442446 basic_machine=ns32k-sequent
443447 os=-dynix
448 ;;
449 blackfin)
450 basic_machine=bfin-unknown
451 os=-linux
452 ;;
453 blackfin-*)
454 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
455 os=-linux
444456 ;;
445457 c90)
446458 basic_machine=c90-cray
666678 isi68 | isi)
667679 basic_machine=m68k-isi
668680 os=-sysv
681 ;;
682 m68knommu)
683 basic_machine=m68k-unknown
684 os=-linux
685 ;;
686 m68knommu-*)
687 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
688 os=-linux
669689 ;;
670690 m88k-omron*)
671691 basic_machine=m88k-omron
830850 basic_machine=i860-intel
831851 os=-osf
832852 ;;
853 parisc)
854 basic_machine=hppa-unknown
855 os=-linux
856 ;;
857 parisc-*)
858 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
859 os=-linux
860 ;;
833861 pbd)
834862 basic_machine=sparc-tti
835863 ;;
10371065 tic6x | c6x*)
10381066 basic_machine=tic6x-unknown
10391067 os=-coff
1068 ;;
1069 tile*)
1070 basic_machine=tile-unknown
1071 os=-linux-gnu
10401072 ;;
10411073 tx39)
10421074 basic_machine=mipstx39-unknown
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.61 for eiciel 0.9.5.1.
2 # Generated by GNU Autoconf 2.61 for eiciel 0.9.6.
33 #
44 # Report bugs to <rofi@ya.com>.
55 #
727727 # Identity of this package.
728728 PACKAGE_NAME='eiciel'
729729 PACKAGE_TARNAME='eiciel'
730 PACKAGE_VERSION='0.9.5.1'
731 PACKAGE_STRING='eiciel 0.9.5.1'
730 PACKAGE_VERSION='0.9.6'
731 PACKAGE_STRING='eiciel 0.9.6'
732732 PACKAGE_BUGREPORT='rofi@ya.com'
733733
734734 ac_unique_file="src/eiciel_standalone.cpp"
884884 ECHO
885885 AR
886886 RANLIB
887 DSYMUTIL
888 NMEDIT
887889 CXXCPP
888890 F77
889891 FFLAGS
14161418 # Omit some internal or obsolete options to make the list less imposing.
14171419 # This message is too long to be a string in the A/UX 3.1 sh.
14181420 cat <<_ACEOF
1419 \`configure' configures eiciel 0.9.5.1 to adapt to many kinds of systems.
1421 \`configure' configures eiciel 0.9.6 to adapt to many kinds of systems.
14201422
14211423 Usage: $0 [OPTION]... [VAR=VALUE]...
14221424
14871489
14881490 if test -n "$ac_init_help"; then
14891491 case $ac_init_help in
1490 short | recursive ) echo "Configuration of eiciel 0.9.5.1:";;
1492 short | recursive ) echo "Configuration of eiciel 0.9.6:";;
14911493 esac
14921494 cat <<\_ACEOF
14931495
16031605 test -n "$ac_init_help" && exit $ac_status
16041606 if $ac_init_version; then
16051607 cat <<\_ACEOF
1606 eiciel configure 0.9.5.1
1608 eiciel configure 0.9.6
16071609 generated by GNU Autoconf 2.61
16081610
16091611 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
16171619 This file contains any messages produced by compilers while
16181620 running configure, to aid debugging if configure makes a mistake.
16191621
1620 It was created by eiciel $as_me 0.9.5.1, which was
1622 It was created by eiciel $as_me 0.9.6, which was
16211623 generated by GNU Autoconf 2.61. Invocation command line was
16221624
16231625 $ $0 $@
24372439
24382440 # Define the identity of the package.
24392441 PACKAGE='eiciel'
2440 VERSION='0.9.5.1'
2442 VERSION='0.9.6'
24412443
24422444
24432445 cat >>confdefs.h <<_ACEOF
68306832 # whether `pass_all' will *always* work, you probably want this one.
68316833
68326834 case $host_os in
6833 aix4* | aix5*)
6835 aix[4-9]*)
68346836 lt_cv_deplibs_check_method=pass_all
68356837 ;;
68366838
70147016 # Allow CC to be a program name with arguments.
70157017 compiler=$CC
70167018
7019
70177020 # Check whether --enable-libtool-lock was given.
70187021 if test "${enable_libtool_lock+set}" = set; then
70197022 enableval=$enable_libtool_lock;
70457048 ;;
70467049 *-*-irix6*)
70477050 # Find out which ABI we are using.
7048 echo '#line 7049 "configure"' > conftest.$ac_ext
7051 echo '#line 7052 "configure"' > conftest.$ac_ext
70497052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
70507053 (eval $ac_compile) 2>&5
70517054 ac_status=$?
72177220 *64-bit*)
72187221 case $lt_cv_prog_gnu_ld in
72197222 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7220 *) LD="${LD-ld} -64" ;;
7223 *)
7224 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7225 LD="${LD-ld} -64"
7226 fi
7227 ;;
72217228 esac
72227229 ;;
72237230 esac
78537860
78547861 fi
78557862
7856
78577863 ac_ext=f
78587864 ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
78597865 ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
81178123
81188124
81198125 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
8120
81218126 # find the maximum length of command line arguments
81228127 { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
81238128 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
84328437 echo "$progname: failed program was:" >&5
84338438 cat conftest.$ac_ext >&5
84348439 fi
8435 rm -f conftest* conftst*
8440 rm -rf conftest* conftst*
84368441
84378442 # Do not use the global_symbol_pipe unless it works.
84388443 if test "$pipe_works" = yes; then
89928997 ;;
89938998 esac
89948999
9000
9001 case $host_os in
9002 rhapsody* | darwin*)
9003 if test -n "$ac_tool_prefix"; then
9004 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
9005 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
9006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9008 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
9009 echo $ECHO_N "(cached) $ECHO_C" >&6
9010 else
9011 if test -n "$DSYMUTIL"; then
9012 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
9013 else
9014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9015 for as_dir in $PATH
9016 do
9017 IFS=$as_save_IFS
9018 test -z "$as_dir" && as_dir=.
9019 for ac_exec_ext in '' $ac_executable_extensions; do
9020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9021 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
9022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9023 break 2
9024 fi
9025 done
9026 done
9027 IFS=$as_save_IFS
9028
9029 fi
9030 fi
9031 DSYMUTIL=$ac_cv_prog_DSYMUTIL
9032 if test -n "$DSYMUTIL"; then
9033 { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
9034 echo "${ECHO_T}$DSYMUTIL" >&6; }
9035 else
9036 { echo "$as_me:$LINENO: result: no" >&5
9037 echo "${ECHO_T}no" >&6; }
9038 fi
9039
9040
9041 fi
9042 if test -z "$ac_cv_prog_DSYMUTIL"; then
9043 ac_ct_DSYMUTIL=$DSYMUTIL
9044 # Extract the first word of "dsymutil", so it can be a program name with args.
9045 set dummy dsymutil; ac_word=$2
9046 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9048 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
9049 echo $ECHO_N "(cached) $ECHO_C" >&6
9050 else
9051 if test -n "$ac_ct_DSYMUTIL"; then
9052 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
9053 else
9054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9055 for as_dir in $PATH
9056 do
9057 IFS=$as_save_IFS
9058 test -z "$as_dir" && as_dir=.
9059 for ac_exec_ext in '' $ac_executable_extensions; do
9060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9061 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
9062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9063 break 2
9064 fi
9065 done
9066 done
9067 IFS=$as_save_IFS
9068
9069 fi
9070 fi
9071 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
9072 if test -n "$ac_ct_DSYMUTIL"; then
9073 { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
9074 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
9075 else
9076 { echo "$as_me:$LINENO: result: no" >&5
9077 echo "${ECHO_T}no" >&6; }
9078 fi
9079
9080 if test "x$ac_ct_DSYMUTIL" = x; then
9081 DSYMUTIL=":"
9082 else
9083 case $cross_compiling:$ac_tool_warned in
9084 yes:)
9085 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9086 whose name does not start with the host triplet. If you think this
9087 configuration is useful to you, please write to autoconf@gnu.org." >&5
9088 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9089 whose name does not start with the host triplet. If you think this
9090 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
9091 ac_tool_warned=yes ;;
9092 esac
9093 DSYMUTIL=$ac_ct_DSYMUTIL
9094 fi
9095 else
9096 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
9097 fi
9098
9099 if test -n "$ac_tool_prefix"; then
9100 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
9101 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
9102 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9103 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9104 if test "${ac_cv_prog_NMEDIT+set}" = set; then
9105 echo $ECHO_N "(cached) $ECHO_C" >&6
9106 else
9107 if test -n "$NMEDIT"; then
9108 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
9109 else
9110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9111 for as_dir in $PATH
9112 do
9113 IFS=$as_save_IFS
9114 test -z "$as_dir" && as_dir=.
9115 for ac_exec_ext in '' $ac_executable_extensions; do
9116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9117 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
9118 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9119 break 2
9120 fi
9121 done
9122 done
9123 IFS=$as_save_IFS
9124
9125 fi
9126 fi
9127 NMEDIT=$ac_cv_prog_NMEDIT
9128 if test -n "$NMEDIT"; then
9129 { echo "$as_me:$LINENO: result: $NMEDIT" >&5
9130 echo "${ECHO_T}$NMEDIT" >&6; }
9131 else
9132 { echo "$as_me:$LINENO: result: no" >&5
9133 echo "${ECHO_T}no" >&6; }
9134 fi
9135
9136
9137 fi
9138 if test -z "$ac_cv_prog_NMEDIT"; then
9139 ac_ct_NMEDIT=$NMEDIT
9140 # Extract the first word of "nmedit", so it can be a program name with args.
9141 set dummy nmedit; ac_word=$2
9142 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9143 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9144 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
9145 echo $ECHO_N "(cached) $ECHO_C" >&6
9146 else
9147 if test -n "$ac_ct_NMEDIT"; then
9148 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
9149 else
9150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9151 for as_dir in $PATH
9152 do
9153 IFS=$as_save_IFS
9154 test -z "$as_dir" && as_dir=.
9155 for ac_exec_ext in '' $ac_executable_extensions; do
9156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9157 ac_cv_prog_ac_ct_NMEDIT="nmedit"
9158 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9159 break 2
9160 fi
9161 done
9162 done
9163 IFS=$as_save_IFS
9164
9165 fi
9166 fi
9167 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
9168 if test -n "$ac_ct_NMEDIT"; then
9169 { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
9170 echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
9171 else
9172 { echo "$as_me:$LINENO: result: no" >&5
9173 echo "${ECHO_T}no" >&6; }
9174 fi
9175
9176 if test "x$ac_ct_NMEDIT" = x; then
9177 NMEDIT=":"
9178 else
9179 case $cross_compiling:$ac_tool_warned in
9180 yes:)
9181 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
9182 whose name does not start with the host triplet. If you think this
9183 configuration is useful to you, please write to autoconf@gnu.org." >&5
9184 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
9185 whose name does not start with the host triplet. If you think this
9186 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
9187 ac_tool_warned=yes ;;
9188 esac
9189 NMEDIT=$ac_ct_NMEDIT
9190 fi
9191 else
9192 NMEDIT="$ac_cv_prog_NMEDIT"
9193 fi
9194
9195
9196 { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
9197 echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
9198 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
9199 echo $ECHO_N "(cached) $ECHO_C" >&6
9200 else
9201 lt_cv_apple_cc_single_mod=no
9202 if test -z "${LT_MULTI_MODULE}"; then
9203 # By default we will add the -single_module flag. You can override
9204 # by either setting the environment variable LT_MULTI_MODULE
9205 # non-empty at configure time, or by adding -multi_module to the
9206 # link flags.
9207 echo "int foo(void){return 1;}" > conftest.c
9208 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
9209 -dynamiclib ${wl}-single_module conftest.c
9210 if test -f libconftest.dylib; then
9211 lt_cv_apple_cc_single_mod=yes
9212 rm -rf libconftest.dylib*
9213 fi
9214 rm conftest.c
9215 fi
9216 fi
9217 { echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
9218 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
9219 { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
9220 echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
9221 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
9222 echo $ECHO_N "(cached) $ECHO_C" >&6
9223 else
9224 lt_cv_ld_exported_symbols_list=no
9225 save_LDFLAGS=$LDFLAGS
9226 echo "_main" > conftest.sym
9227 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
9228 cat >conftest.$ac_ext <<_ACEOF
9229 /* confdefs.h. */
9230 _ACEOF
9231 cat confdefs.h >>conftest.$ac_ext
9232 cat >>conftest.$ac_ext <<_ACEOF
9233 /* end confdefs.h. */
9234
9235 int
9236 main ()
9237 {
9238
9239 ;
9240 return 0;
9241 }
9242 _ACEOF
9243 rm -f conftest.$ac_objext conftest$ac_exeext
9244 if { (ac_try="$ac_link"
9245 case "(($ac_try" in
9246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9247 *) ac_try_echo=$ac_try;;
9248 esac
9249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9250 (eval "$ac_link") 2>conftest.er1
9251 ac_status=$?
9252 grep -v '^ *+' conftest.er1 >conftest.err
9253 rm -f conftest.er1
9254 cat conftest.err >&5
9255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256 (exit $ac_status); } && {
9257 test -z "$ac_cxx_werror_flag" ||
9258 test ! -s conftest.err
9259 } && test -s conftest$ac_exeext &&
9260 $as_test_x conftest$ac_exeext; then
9261 lt_cv_ld_exported_symbols_list=yes
9262 else
9263 echo "$as_me: failed program was:" >&5
9264 sed 's/^/| /' conftest.$ac_ext >&5
9265
9266 lt_cv_ld_exported_symbols_list=no
9267 fi
9268
9269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9270 conftest$ac_exeext conftest.$ac_ext
9271 LDFLAGS="$save_LDFLAGS"
9272
9273 fi
9274 { echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
9275 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
9276 case $host_os in
9277 rhapsody* | darwin1.[0123])
9278 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
9279 darwin1.*)
9280 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
9281 darwin*)
9282 # if running on 10.5 or later, the deployment target defaults
9283 # to the OS version, if on x86, and 10.4, the deployment
9284 # target defaults to 10.4. Don't you love it?
9285 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
9286 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
9287 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
9288 10.[012]*)
9289 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
9290 10.*)
9291 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
9292 esac
9293 ;;
9294 esac
9295 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
9296 _lt_dar_single_mod='$single_module'
9297 fi
9298 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
9299 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
9300 else
9301 _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
9302 fi
9303 if test "$DSYMUTIL" != ":"; then
9304 _lt_dsymutil="~$DSYMUTIL \$lib || :"
9305 else
9306 _lt_dsymutil=
9307 fi
9308 ;;
9309 esac
9310
9311
89959312 enable_dlopen=no
89969313 enable_win32_dll=no
89979314
90359352 " >&2;}
90369353 { (exit 1); exit 1; }; }
90379354 fi
9038 gentoo_lt_version="1.5.24"
9355 gentoo_lt_version="1.5.26"
90399356 gentoo_ltmain_version=`sed -n '/^[ ]*VERSION=/{s/^[ ]*VERSION=//;p;q;}' "$ltmain"`
90409357 if test "x$gentoo_lt_version" != "x$gentoo_ltmain_version" ; then
90419358 { echo "$as_me:$LINENO: result: no" >&5
91189435 echo "$lt_simple_link_test_code" >conftest.$ac_ext
91199436 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
91209437 _lt_linker_boilerplate=`cat conftest.err`
9121 $rm conftest*
9438 $rm -r conftest*
91229439
91239440
91249441
91469463 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
91479464 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
91489465 -e 's:$: $lt_compiler_flag:'`
9149 (eval echo "\"\$as_me:9150: $lt_compile\"" >&5)
9466 (eval echo "\"\$as_me:9467: $lt_compile\"" >&5)
91509467 (eval "$lt_compile" 2>conftest.err)
91519468 ac_status=$?
91529469 cat conftest.err >&5
9153 echo "$as_me:9154: \$? = $ac_status" >&5
9470 echo "$as_me:9471: \$? = $ac_status" >&5
91549471 if (exit $ac_status) && test -s "$ac_outfile"; then
91559472 # The compiler can only warn and ignore the option if not recognized
91569473 # So say no if there are warnings other than the usual output.
94209737
94219738 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
94229739 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
9423 if test "${lt_prog_compiler_pic_works+set}" = set; then
9740 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
94249741 echo $ECHO_N "(cached) $ECHO_C" >&6
94259742 else
9426 lt_prog_compiler_pic_works=no
9743 lt_cv_prog_compiler_pic_works=no
94279744 ac_outfile=conftest.$ac_objext
94289745 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
94299746 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
94369753 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
94379754 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
94389755 -e 's:$: $lt_compiler_flag:'`
9439 (eval echo "\"\$as_me:9440: $lt_compile\"" >&5)
9756 (eval echo "\"\$as_me:9757: $lt_compile\"" >&5)
94409757 (eval "$lt_compile" 2>conftest.err)
94419758 ac_status=$?
94429759 cat conftest.err >&5
9443 echo "$as_me:9444: \$? = $ac_status" >&5
9760 echo "$as_me:9761: \$? = $ac_status" >&5
94449761 if (exit $ac_status) && test -s "$ac_outfile"; then
94459762 # The compiler can only warn and ignore the option if not recognized
94469763 # So say no if there are warnings other than the usual output.
94479764 $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
94489765 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
94499766 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9450 lt_prog_compiler_pic_works=yes
9767 lt_cv_prog_compiler_pic_works=yes
94519768 fi
94529769 fi
94539770 $rm conftest*
94549771
94559772 fi
9456 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
9457 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
9458
9459 if test x"$lt_prog_compiler_pic_works" = xyes; then
9773 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
9774 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
9775
9776 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
94609777 case $lt_prog_compiler_pic in
94619778 "" | " "*) ;;
94629779 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
94839800 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
94849801 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
94859802 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
9486 if test "${lt_prog_compiler_static_works+set}" = set; then
9803 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
94879804 echo $ECHO_N "(cached) $ECHO_C" >&6
94889805 else
9489 lt_prog_compiler_static_works=no
9806 lt_cv_prog_compiler_static_works=no
94909807 save_LDFLAGS="$LDFLAGS"
94919808 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
94929809 echo "$lt_simple_link_test_code" > conftest.$ac_ext
94999816 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
95009817 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
95019818 if diff conftest.exp conftest.er2 >/dev/null; then
9502 lt_prog_compiler_static_works=yes
9819 lt_cv_prog_compiler_static_works=yes
95039820 fi
95049821 else
9505 lt_prog_compiler_static_works=yes
9822 lt_cv_prog_compiler_static_works=yes
95069823 fi
95079824 fi
9508 $rm conftest*
9825 $rm -r conftest*
95099826 LDFLAGS="$save_LDFLAGS"
95109827
95119828 fi
9512 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
9513 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
9514
9515 if test x"$lt_prog_compiler_static_works" = xyes; then
9829 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
9830 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
9831
9832 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
95169833 :
95179834 else
95189835 lt_prog_compiler_static=
95409857 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
95419858 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
95429859 -e 's:$: $lt_compiler_flag:'`
9543 (eval echo "\"\$as_me:9544: $lt_compile\"" >&5)
9860 (eval echo "\"\$as_me:9861: $lt_compile\"" >&5)
95449861 (eval "$lt_compile" 2>out/conftest.err)
95459862 ac_status=$?
95469863 cat out/conftest.err >&5
9547 echo "$as_me:9548: \$? = $ac_status" >&5
9864 echo "$as_me:9865: \$? = $ac_status" >&5
95489865 if (exit $ac_status) && test -s out/conftest2.$ac_objext
95499866 then
95509867 # The compiler can only warn and ignore the option if not recognized
96249941 # it will be wrapped by ` (' and `)$', so one must not match beginning or
96259942 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
96269943 # as well as any symbol that contains `d'.
9627 exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
9944 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
96289945 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
96299946 # platforms (ab)use it in PIC code, but their linkers get confused if
96309947 # the symbol is explicitly referenced. Since portable code cannot
96319948 # rely on this symbol name, it's probably fine to never include it in
96329949 # preloaded symbol tables.
9950 # Exclude shared library initialization/finalization symbols.
96339951 extract_expsyms_cmds=
96349952 # Just being paranoid about ensuring that cc_basename is set.
96359953 for cc_temp in $compiler""; do
968810006
968910007 # See if GNU ld supports shared libraries.
969010008 case $host_os in
9691 aix3* | aix4* | aix5*)
10009 aix[3-9]*)
969210010 # On AIX/PPC, the GNU linker is very broken
969310011 if test "$host_cpu" != ia64; then
969410012 ld_shlibs=no
990710225 fi
990810226 ;;
990910227
9910 aix4* | aix5*)
10228 aix[4-9]*)
991110229 if test "$host_cpu" = ia64; then
991210230 # On IA64, the linker does run time linking by default, so we don't
991310231 # have to do anything special.
992710245 # Test if we are trying to use run time linking or normal
992810246 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
992910247 # need to do runtime linking.
9930 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
10248 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
993110249 for ld_flag in $LDFLAGS; do
993210250 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
993310251 aix_use_runtimelinking=yes
1019910517 link_all_deplibs=yes
1020010518 if test "$GCC" = yes ; then
1020110519 output_verbose_link_cmd='echo'
10202 archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
10203 module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
10204 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
10205 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
10206 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
10520 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10521 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10522 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
10523 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
1020710524 else
1020810525 case $cc_basename in
1020910526 xlc*)
1072311040 soname_spec='${libname}${release}${shared_ext}$major'
1072411041 ;;
1072511042
10726 aix4* | aix5*)
11043 aix[4-9]*)
1072711044 version_type=linux
1072811045 need_lib_prefix=no
1072911046 need_version=no
1125811575 echo "${ECHO_T}$dynamic_linker" >&6; }
1125911576 test "$dynamic_linker" = no && can_build_shared=no
1126011577
11578 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11579 echo $ECHO_N "(cached) $ECHO_C" >&6
11580 else
11581 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
11582 fi
11583
11584 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11585 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11586 echo $ECHO_N "(cached) $ECHO_C" >&6
11587 else
11588 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
11589 fi
11590
11591 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11592
1126111593 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1126211594 if test "$GCC" = yes; then
1126311595 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1157711909 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
1157811910 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
1157911911 if test $ac_cv_lib_dld_shl_load = yes; then
11580 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
11912 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
1158111913 else
1158211914 { echo "$as_me:$LINENO: checking for dlopen" >&5
1158311915 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
1185312185 { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
1185412186 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
1185512187 if test $ac_cv_lib_dld_dld_link = yes; then
11856 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
12188 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1185712189 fi
1185812190
1185912191
1190212234 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1190312235 lt_status=$lt_dlunknown
1190412236 cat > conftest.$ac_ext <<EOF
11905 #line 11906 "configure"
12237 #line 12238 "configure"
1190612238 #include "confdefs.h"
1190712239
1190812240 #if HAVE_DLFCN_H
1200212334 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1200312335 lt_status=$lt_dlunknown
1200412336 cat > conftest.$ac_ext <<EOF
12005 #line 12006 "configure"
12337 #line 12338 "configure"
1200612338 #include "confdefs.h"
1200712339
1200812340 #if HAVE_DLFCN_H
1212912461 fi
1213012462 ;;
1213112463
12132 aix4* | aix5*)
12464 aix[4-9]*)
1213312465 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
1213412466 test "$enable_shared" = yes && enable_static=no
1213512467 fi
1218512517 predeps \
1218612518 postdeps \
1218712519 compiler_lib_search_path \
12520 compiler_lib_search_dirs \
1218812521 archive_cmds \
1218912522 archive_expsym_cmds \
1219012523 postinstall_cmds \
1224512578 # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
1224612579 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
1224712580 #
12248 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
12581 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
1224912582 # Free Software Foundation, Inc.
1225012583 #
1225112584 # This file is part of GNU Libtool:
1248112814 # shared library.
1248212815 postdeps=$lt_postdeps
1248312816
12817 # The directories searched by this compiler when creating a shared
12818 # library
12819 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
12820
1248412821 # The library search path used internally by the compiler when linking
1248512822 # a shared library.
1248612823 compiler_lib_search_path=$lt_compiler_lib_search_path
1272913066 predeps_CXX=
1273013067 postdeps_CXX=
1273113068 compiler_lib_search_path_CXX=
13069 compiler_lib_search_dirs_CXX=
1273213070
1273313071 # Source file extension for C++ test sources.
1273413072 ac_ext=cpp
1276613104 echo "$lt_simple_link_test_code" >conftest.$ac_ext
1276713105 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1276813106 _lt_linker_boilerplate=`cat conftest.err`
12769 $rm conftest*
13107 $rm -r conftest*
1277013108
1277113109
1277213110 # Allow CC to be a program name with arguments.
1297313311 # FIXME: insert proper C++ library support
1297413312 ld_shlibs_CXX=no
1297513313 ;;
12976 aix4* | aix5*)
13314 aix[4-9]*)
1297713315 if test "$host_cpu" = ia64; then
1297813316 # On IA64, the linker does run time linking by default, so we don't
1297913317 # have to do anything special.
1298613324 # Test if we are trying to use run time linking or normal
1298713325 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
1298813326 # need to do runtime linking.
12989 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
13327 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
1299013328 for ld_flag in $LDFLAGS; do
1299113329 case $ld_flag in
1299213330 *-brtl*)
1324413582 fi
1324513583 ;;
1324613584 darwin* | rhapsody*)
13247 case $host_os in
13248 rhapsody* | darwin1.[012])
13249 allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
13250 ;;
13251 *) # Darwin 1.3 on
13252 if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
13253 allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
13254 else
13255 case ${MACOSX_DEPLOYMENT_TARGET} in
13256 10.[012])
13257 allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
13258 ;;
13259 10.*)
13260 allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
13261 ;;
13262 esac
13263 fi
13264 ;;
13265 esac
1326613585 archive_cmds_need_lc_CXX=no
1326713586 hardcode_direct_CXX=no
1326813587 hardcode_automatic_CXX=yes
1326913588 hardcode_shlibpath_var_CXX=unsupported
1327013589 whole_archive_flag_spec_CXX=''
1327113590 link_all_deplibs_CXX=yes
13272
13273 if test "$GXX" = yes ; then
13274 lt_int_apple_cc_single_mod=no
13591 allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
13592 if test "$GXX" = yes ; then
1327513593 output_verbose_link_cmd='echo'
13276 if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
13277 lt_int_apple_cc_single_mod=yes
13594 archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
13595 module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13596 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
13597 module_expsym_cmds_CXX="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
13598 if test "$lt_cv_apple_cc_single_mod" != "yes"; then
13599 archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
13600 archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
1327813601 fi
13279 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
13280 archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
13281 else
13282 archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
13283 fi
13284 module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
13285 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
13286 if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
13287 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13288 else
13289 archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
13290 fi
13291 module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
1329213602 else
1329313603 case $cc_basename in
1329413604 xlc*)
1353913849 export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
1354013850 whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
1354113851 ;;
13542 pgCC*)
13852 pgCC* | pgcpp*)
1354313853 # Portland Group C++ compiler
1354413854 archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
1354513855 archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
1394614256 GCC_CXX="$GXX"
1394714257 LD_CXX="$LD"
1394814258
13949
1395014259 cat > conftest.$ac_ext <<EOF
1395114260 class Foo
1395214261 {
1404814357
1404914358 $rm -f confest.$objext
1405014359
14360 compiler_lib_search_dirs_CXX=
14361 if test -n "$compiler_lib_search_path_CXX"; then
14362 compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
14363 fi
14364
1405114365 # PORTME: override above test on systems where it is broken
1405214366 case $host_os in
1405314367 interix[3-9]*)
1410314417 ;;
1410414418 esac
1410514419
14106
1410714420 case " $postdeps_CXX " in
1410814421 *" -lc "*) archive_cmds_need_lc_CXX=no ;;
1410914422 esac
1417914492 esac
1418014493 else
1418114494 case $host_os in
14182 aix4* | aix5*)
14495 aix[4-9]*)
1418314496 # All AIX code is PIC.
1418414497 if test "$host_cpu" = ia64; then
1418514498 # AIX 5 now supports IA64 processor
1427514588 lt_prog_compiler_pic_CXX='-KPIC'
1427614589 lt_prog_compiler_static_CXX='-static'
1427714590 ;;
14278 pgCC*)
14591 pgCC* | pgcpp*)
1427914592 # Portland Group C++ compiler.
1428014593 lt_prog_compiler_wl_CXX='-Wl,'
1428114594 lt_prog_compiler_pic_CXX='-fpic'
1440614719
1440714720 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
1440814721 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
14409 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
14722 if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
1441014723 echo $ECHO_N "(cached) $ECHO_C" >&6
1441114724 else
14412 lt_prog_compiler_pic_works_CXX=no
14725 lt_cv_prog_compiler_pic_works_CXX=no
1441314726 ac_outfile=conftest.$ac_objext
1441414727 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1441514728 lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
1442214735 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1442314736 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1442414737 -e 's:$: $lt_compiler_flag:'`
14425 (eval echo "\"\$as_me:14426: $lt_compile\"" >&5)
14738 (eval echo "\"\$as_me:14739: $lt_compile\"" >&5)
1442614739 (eval "$lt_compile" 2>conftest.err)
1442714740 ac_status=$?
1442814741 cat conftest.err >&5
14429 echo "$as_me:14430: \$? = $ac_status" >&5
14742 echo "$as_me:14743: \$? = $ac_status" >&5
1443014743 if (exit $ac_status) && test -s "$ac_outfile"; then
1443114744 # The compiler can only warn and ignore the option if not recognized
1443214745 # So say no if there are warnings other than the usual output.
1443314746 $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
1443414747 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1443514748 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
14436 lt_prog_compiler_pic_works_CXX=yes
14749 lt_cv_prog_compiler_pic_works_CXX=yes
1443714750 fi
1443814751 fi
1443914752 $rm conftest*
1444014753
1444114754 fi
14442 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
14443 echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; }
14444
14445 if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then
14755 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
14756 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
14757
14758 if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
1444614759 case $lt_prog_compiler_pic_CXX in
1444714760 "" | " "*) ;;
1444814761 *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
1446914782 wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
1447014783 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
1447114784 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
14472 if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
14785 if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
1447314786 echo $ECHO_N "(cached) $ECHO_C" >&6
1447414787 else
14475 lt_prog_compiler_static_works_CXX=no
14788 lt_cv_prog_compiler_static_works_CXX=no
1447614789 save_LDFLAGS="$LDFLAGS"
1447714790 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
1447814791 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1448514798 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
1448614799 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1448714800 if diff conftest.exp conftest.er2 >/dev/null; then
14488 lt_prog_compiler_static_works_CXX=yes
14801 lt_cv_prog_compiler_static_works_CXX=yes
1448914802 fi
1449014803 else
14491 lt_prog_compiler_static_works_CXX=yes
14804 lt_cv_prog_compiler_static_works_CXX=yes
1449214805 fi
1449314806 fi
14494 $rm conftest*
14807 $rm -r conftest*
1449514808 LDFLAGS="$save_LDFLAGS"
1449614809
1449714810 fi
14498 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
14499 echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; }
14500
14501 if test x"$lt_prog_compiler_static_works_CXX" = xyes; then
14811 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
14812 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
14813
14814 if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
1450214815 :
1450314816 else
1450414817 lt_prog_compiler_static_CXX=
1452614839 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1452714840 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1452814841 -e 's:$: $lt_compiler_flag:'`
14529 (eval echo "\"\$as_me:14530: $lt_compile\"" >&5)
14842 (eval echo "\"\$as_me:14843: $lt_compile\"" >&5)
1453014843 (eval "$lt_compile" 2>out/conftest.err)
1453114844 ac_status=$?
1453214845 cat out/conftest.err >&5
14533 echo "$as_me:14534: \$? = $ac_status" >&5
14846 echo "$as_me:14847: \$? = $ac_status" >&5
1453414847 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1453514848 then
1453614849 # The compiler can only warn and ignore the option if not recognized
1458314896
1458414897 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1458514898 case $host_os in
14586 aix4* | aix5*)
14899 aix[4-9]*)
1458714900 # If we're using GNU nm, then we don't want the "-C" option.
1458814901 # -C means demangle to AIX nm, but means don't demangle with GNU nm
1458914902 if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
1460214915 export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
1460314916 ;;
1460414917 esac
14918 exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
1460514919
1460614920 { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
1460714921 echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
1470315017 soname_spec='${libname}${release}${shared_ext}$major'
1470415018 ;;
1470515019
14706 aix4* | aix5*)
15020 aix[4-9]*)
1470715021 version_type=linux
1470815022 need_lib_prefix=no
1470915023 need_version=no
1523715551 echo "${ECHO_T}$dynamic_linker" >&6; }
1523815552 test "$dynamic_linker" = no && can_build_shared=no
1523915553
15554 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
15555 echo $ECHO_N "(cached) $ECHO_C" >&6
15556 else
15557 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
15558 fi
15559
15560 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
15561 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
15562 echo $ECHO_N "(cached) $ECHO_C" >&6
15563 else
15564 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
15565 fi
15566
15567 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
15568
1524015569 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1524115570 if test "$GCC" = yes; then
1524215571 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1532015649 predeps_CXX \
1532115650 postdeps_CXX \
1532215651 compiler_lib_search_path_CXX \
15652 compiler_lib_search_dirs_CXX \
1532315653 archive_cmds_CXX \
1532415654 archive_expsym_cmds_CXX \
1532515655 postinstall_cmds_CXX \
1556815898 # shared library.
1556915899 postdeps=$lt_postdeps_CXX
1557015900
15901 # The directories searched by this compiler when creating a shared
15902 # library
15903 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
15904
1557115905 # The library search path used internally by the compiler when linking
1557215906 # a shared library.
1557315907 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
1578216116 echo "$lt_simple_link_test_code" >conftest.$ac_ext
1578316117 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1578416118 _lt_linker_boilerplate=`cat conftest.err`
15785 $rm conftest*
16119 $rm -r conftest*
1578616120
1578716121
1578816122 # Allow CC to be a program name with arguments.
1582016154 postinstall_cmds='$RANLIB $lib'
1582116155 fi
1582216156 ;;
15823 aix4* | aix5*)
16157 aix[4-9]*)
1582416158 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
1582516159 test "$enable_shared" = yes && enable_static=no
1582616160 fi
1608516419
1608616420 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
1608716421 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; }
16088 if test "${lt_prog_compiler_pic_works_F77+set}" = set; then
16422 if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
1608916423 echo $ECHO_N "(cached) $ECHO_C" >&6
1609016424 else
16091 lt_prog_compiler_pic_works_F77=no
16425 lt_cv_prog_compiler_pic_works_F77=no
1609216426 ac_outfile=conftest.$ac_objext
1609316427 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1609416428 lt_compiler_flag="$lt_prog_compiler_pic_F77"
1610116435 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1610216436 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1610316437 -e 's:$: $lt_compiler_flag:'`
16104 (eval echo "\"\$as_me:16105: $lt_compile\"" >&5)
16438 (eval echo "\"\$as_me:16439: $lt_compile\"" >&5)
1610516439 (eval "$lt_compile" 2>conftest.err)
1610616440 ac_status=$?
1610716441 cat conftest.err >&5
16108 echo "$as_me:16109: \$? = $ac_status" >&5
16442 echo "$as_me:16443: \$? = $ac_status" >&5
1610916443 if (exit $ac_status) && test -s "$ac_outfile"; then
1611016444 # The compiler can only warn and ignore the option if not recognized
1611116445 # So say no if there are warnings other than the usual output.
1611216446 $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
1611316447 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1611416448 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
16115 lt_prog_compiler_pic_works_F77=yes
16449 lt_cv_prog_compiler_pic_works_F77=yes
1611616450 fi
1611716451 fi
1611816452 $rm conftest*
1611916453
1612016454 fi
16121 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5
16122 echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; }
16123
16124 if test x"$lt_prog_compiler_pic_works_F77" = xyes; then
16455 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
16456 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; }
16457
16458 if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
1612516459 case $lt_prog_compiler_pic_F77 in
1612616460 "" | " "*) ;;
1612716461 *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
1614816482 wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
1614916483 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
1615016484 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
16151 if test "${lt_prog_compiler_static_works_F77+set}" = set; then
16485 if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
1615216486 echo $ECHO_N "(cached) $ECHO_C" >&6
1615316487 else
16154 lt_prog_compiler_static_works_F77=no
16488 lt_cv_prog_compiler_static_works_F77=no
1615516489 save_LDFLAGS="$LDFLAGS"
1615616490 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
1615716491 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1616416498 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
1616516499 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1616616500 if diff conftest.exp conftest.er2 >/dev/null; then
16167 lt_prog_compiler_static_works_F77=yes
16501 lt_cv_prog_compiler_static_works_F77=yes
1616816502 fi
1616916503 else
16170 lt_prog_compiler_static_works_F77=yes
16504 lt_cv_prog_compiler_static_works_F77=yes
1617116505 fi
1617216506 fi
16173 $rm conftest*
16507 $rm -r conftest*
1617416508 LDFLAGS="$save_LDFLAGS"
1617516509
1617616510 fi
16177 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5
16178 echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; }
16179
16180 if test x"$lt_prog_compiler_static_works_F77" = xyes; then
16511 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
16512 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; }
16513
16514 if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
1618116515 :
1618216516 else
1618316517 lt_prog_compiler_static_F77=
1620516539 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1620616540 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1620716541 -e 's:$: $lt_compiler_flag:'`
16208 (eval echo "\"\$as_me:16209: $lt_compile\"" >&5)
16542 (eval echo "\"\$as_me:16543: $lt_compile\"" >&5)
1620916543 (eval "$lt_compile" 2>out/conftest.err)
1621016544 ac_status=$?
1621116545 cat out/conftest.err >&5
16212 echo "$as_me:16213: \$? = $ac_status" >&5
16546 echo "$as_me:16547: \$? = $ac_status" >&5
1621316547 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1621416548 then
1621516549 # The compiler can only warn and ignore the option if not recognized
1628916623 # it will be wrapped by ` (' and `)$', so one must not match beginning or
1629016624 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
1629116625 # as well as any symbol that contains `d'.
16292 exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_"
16626 exclude_expsyms_F77='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
1629316627 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
1629416628 # platforms (ab)use it in PIC code, but their linkers get confused if
1629516629 # the symbol is explicitly referenced. Since portable code cannot
1629616630 # rely on this symbol name, it's probably fine to never include it in
1629716631 # preloaded symbol tables.
16632 # Exclude shared library initialization/finalization symbols.
1629816633 extract_expsyms_cmds=
1629916634 # Just being paranoid about ensuring that cc_basename is set.
1630016635 for cc_temp in $compiler""; do
1635316688
1635416689 # See if GNU ld supports shared libraries.
1635516690 case $host_os in
16356 aix3* | aix4* | aix5*)
16691 aix[3-9]*)
1635716692 # On AIX/PPC, the GNU linker is very broken
1635816693 if test "$host_cpu" != ia64; then
1635916694 ld_shlibs_F77=no
1657216907 fi
1657316908 ;;
1657416909
16575 aix4* | aix5*)
16910 aix[4-9]*)
1657616911 if test "$host_cpu" = ia64; then
1657716912 # On IA64, the linker does run time linking by default, so we don't
1657816913 # have to do anything special.
1659216927 # Test if we are trying to use run time linking or normal
1659316928 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
1659416929 # need to do runtime linking.
16595 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
16930 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
1659616931 for ld_flag in $LDFLAGS; do
1659716932 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
1659816933 aix_use_runtimelinking=yes
1684417179 link_all_deplibs_F77=yes
1684517180 if test "$GCC" = yes ; then
1684617181 output_verbose_link_cmd='echo'
16847 archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
16848 module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
16849 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
16850 archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16851 module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
17182 archive_cmds_F77="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
17183 module_cmds_F77="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
17184 archive_expsym_cmds_F77="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
17185 module_expsym_cmds_F77="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
1685217186 else
1685317187 case $cc_basename in
1685417188 xlc*)
1731717651 soname_spec='${libname}${release}${shared_ext}$major'
1731817652 ;;
1731917653
17320 aix4* | aix5*)
17654 aix[4-9]*)
1732117655 version_type=linux
1732217656 need_lib_prefix=no
1732317657 need_version=no
1785118185 echo "${ECHO_T}$dynamic_linker" >&6; }
1785218186 test "$dynamic_linker" = no && can_build_shared=no
1785318187
18188 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
18189 echo $ECHO_N "(cached) $ECHO_C" >&6
18190 else
18191 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
18192 fi
18193
18194 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
18195 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
18196 echo $ECHO_N "(cached) $ECHO_C" >&6
18197 else
18198 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
18199 fi
18200
18201 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
18202
1785418203 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
1785518204 if test "$GCC" = yes; then
1785618205 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1793418283 predeps_F77 \
1793518284 postdeps_F77 \
1793618285 compiler_lib_search_path_F77 \
18286 compiler_lib_search_dirs_F77 \
1793718287 archive_cmds_F77 \
1793818288 archive_expsym_cmds_F77 \
1793918289 postinstall_cmds_F77 \
1818218532 # shared library.
1818318533 postdeps=$lt_postdeps_F77
1818418534
18535 # The directories searched by this compiler when creating a shared
18536 # library
18537 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77
18538
1818518539 # The library search path used internally by the compiler when linking
1818618540 # a shared library.
1818718541 compiler_lib_search_path=$lt_compiler_lib_search_path_F77
1835618710 echo "$lt_simple_link_test_code" >conftest.$ac_ext
1835718711 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
1835818712 _lt_linker_boilerplate=`cat conftest.err`
18359 $rm conftest*
18713 $rm -r conftest*
1836018714
1836118715
1836218716 # Allow CC to be a program name with arguments.
1840518759 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1840618760 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1840718761 -e 's:$: $lt_compiler_flag:'`
18408 (eval echo "\"\$as_me:18409: $lt_compile\"" >&5)
18762 (eval echo "\"\$as_me:18763: $lt_compile\"" >&5)
1840918763 (eval "$lt_compile" 2>conftest.err)
1841018764 ac_status=$?
1841118765 cat conftest.err >&5
18412 echo "$as_me:18413: \$? = $ac_status" >&5
18766 echo "$as_me:18767: \$? = $ac_status" >&5
1841318767 if (exit $ac_status) && test -s "$ac_outfile"; then
1841418768 # The compiler can only warn and ignore the option if not recognized
1841518769 # So say no if there are warnings other than the usual output.
1846918823 # built for inclusion in a dll (and should export symbols for example).
1847018824 # Although the cygwin gcc ignores -fPIC, still need this for old-style
1847118825 # (--disable-auto-import) libraries
18472 lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
18826
1847318827 ;;
1847418828
1847518829 darwin* | rhapsody*)
1853918893 mingw* | cygwin* | pw32* | os2*)
1854018894 # This hack is so that the source file can tell whether it is being
1854118895 # built for inclusion in a dll (and should export symbols for example).
18542 lt_prog_compiler_pic_GCJ='-DDLL_EXPORT'
18896
1854318897 ;;
1854418898
1854518899 hpux9* | hpux10* | hpux11*)
1867919033
1868019034 { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
1868119035 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; }
18682 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
19036 if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
1868319037 echo $ECHO_N "(cached) $ECHO_C" >&6
1868419038 else
18685 lt_prog_compiler_pic_works_GCJ=no
19039 lt_cv_prog_compiler_pic_works_GCJ=no
1868619040 ac_outfile=conftest.$ac_objext
1868719041 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1868819042 lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
1869519049 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1869619050 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1869719051 -e 's:$: $lt_compiler_flag:'`
18698 (eval echo "\"\$as_me:18699: $lt_compile\"" >&5)
19052 (eval echo "\"\$as_me:19053: $lt_compile\"" >&5)
1869919053 (eval "$lt_compile" 2>conftest.err)
1870019054 ac_status=$?
1870119055 cat conftest.err >&5
18702 echo "$as_me:18703: \$? = $ac_status" >&5
19056 echo "$as_me:19057: \$? = $ac_status" >&5
1870319057 if (exit $ac_status) && test -s "$ac_outfile"; then
1870419058 # The compiler can only warn and ignore the option if not recognized
1870519059 # So say no if there are warnings other than the usual output.
1870619060 $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
1870719061 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1870819062 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
18709 lt_prog_compiler_pic_works_GCJ=yes
19063 lt_cv_prog_compiler_pic_works_GCJ=yes
1871019064 fi
1871119065 fi
1871219066 $rm conftest*
1871319067
1871419068 fi
18715 { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
18716 echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; }
18717
18718 if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then
19069 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
19070 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
19071
19072 if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
1871919073 case $lt_prog_compiler_pic_GCJ in
1872019074 "" | " "*) ;;
1872119075 *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
1874219096 wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
1874319097 { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
1874419098 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
18745 if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
19099 if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
1874619100 echo $ECHO_N "(cached) $ECHO_C" >&6
1874719101 else
18748 lt_prog_compiler_static_works_GCJ=no
19102 lt_cv_prog_compiler_static_works_GCJ=no
1874919103 save_LDFLAGS="$LDFLAGS"
1875019104 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
1875119105 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1875819112 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
1875919113 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1876019114 if diff conftest.exp conftest.er2 >/dev/null; then
18761 lt_prog_compiler_static_works_GCJ=yes
19115 lt_cv_prog_compiler_static_works_GCJ=yes
1876219116 fi
1876319117 else
18764 lt_prog_compiler_static_works_GCJ=yes
19118 lt_cv_prog_compiler_static_works_GCJ=yes
1876519119 fi
1876619120 fi
18767 $rm conftest*
19121 $rm -r conftest*
1876819122 LDFLAGS="$save_LDFLAGS"
1876919123
1877019124 fi
18771 { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
18772 echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; }
18773
18774 if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then
19125 { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
19126 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; }
19127
19128 if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
1877519129 :
1877619130 else
1877719131 lt_prog_compiler_static_GCJ=
1879919153 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1880019154 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
1880119155 -e 's:$: $lt_compiler_flag:'`
18802 (eval echo "\"\$as_me:18803: $lt_compile\"" >&5)
19156 (eval echo "\"\$as_me:19157: $lt_compile\"" >&5)
1880319157 (eval "$lt_compile" 2>out/conftest.err)
1880419158 ac_status=$?
1880519159 cat out/conftest.err >&5
18806 echo "$as_me:18807: \$? = $ac_status" >&5
19160 echo "$as_me:19161: \$? = $ac_status" >&5
1880719161 if (exit $ac_status) && test -s out/conftest2.$ac_objext
1880819162 then
1880919163 # The compiler can only warn and ignore the option if not recognized
1888319237 # it will be wrapped by ` (' and `)$', so one must not match beginning or
1888419238 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
1888519239 # as well as any symbol that contains `d'.
18886 exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_"
19240 exclude_expsyms_GCJ='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
1888719241 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
1888819242 # platforms (ab)use it in PIC code, but their linkers get confused if
1888919243 # the symbol is explicitly referenced. Since portable code cannot
1889019244 # rely on this symbol name, it's probably fine to never include it in
1889119245 # preloaded symbol tables.
19246 # Exclude shared library initialization/finalization symbols.
1889219247 extract_expsyms_cmds=
1889319248 # Just being paranoid about ensuring that cc_basename is set.
1889419249 for cc_temp in $compiler""; do
1894719302
1894819303 # See if GNU ld supports shared libraries.
1894919304 case $host_os in
18950 aix3* | aix4* | aix5*)
19305 aix[3-9]*)
1895119306 # On AIX/PPC, the GNU linker is very broken
1895219307 if test "$host_cpu" != ia64; then
1895319308 ld_shlibs_GCJ=no
1916619521 fi
1916719522 ;;
1916819523
19169 aix4* | aix5*)
19524 aix[4-9]*)
1917019525 if test "$host_cpu" = ia64; then
1917119526 # On IA64, the linker does run time linking by default, so we don't
1917219527 # have to do anything special.
1918619541 # Test if we are trying to use run time linking or normal
1918719542 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
1918819543 # need to do runtime linking.
19189 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
19544 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
1919019545 for ld_flag in $LDFLAGS; do
1919119546 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
1919219547 aix_use_runtimelinking=yes
1945819813 link_all_deplibs_GCJ=yes
1945919814 if test "$GCC" = yes ; then
1946019815 output_verbose_link_cmd='echo'
19461 archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
19462 module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
19463 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
19464 archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
19465 module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
19816 archive_cmds_GCJ="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
19817 module_cmds_GCJ="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
19818 archive_expsym_cmds_GCJ="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
19819 module_expsym_cmds_GCJ="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
1946619820 else
1946719821 case $cc_basename in
1946819822 xlc*)
1993120285 soname_spec='${libname}${release}${shared_ext}$major'
1993220286 ;;
1993320287
19934 aix4* | aix5*)
20288 aix[4-9]*)
1993520289 version_type=linux
1993620290 need_lib_prefix=no
1993720291 need_version=no
2046520819 echo "${ECHO_T}$dynamic_linker" >&6; }
2046620820 test "$dynamic_linker" = no && can_build_shared=no
2046720821
20822 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
20823 echo $ECHO_N "(cached) $ECHO_C" >&6
20824 else
20825 lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
20826 fi
20827
20828 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
20829 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
20830 echo $ECHO_N "(cached) $ECHO_C" >&6
20831 else
20832 lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
20833 fi
20834
20835 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
20836
2046820837 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
2046920838 if test "$GCC" = yes; then
2047020839 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2054820917 predeps_GCJ \
2054920918 postdeps_GCJ \
2055020919 compiler_lib_search_path_GCJ \
20920 compiler_lib_search_dirs_GCJ \
2055120921 archive_cmds_GCJ \
2055220922 archive_expsym_cmds_GCJ \
2055320923 postinstall_cmds_GCJ \
2079621166 # shared library.
2079721167 postdeps=$lt_postdeps_GCJ
2079821168
21169 # The directories searched by this compiler when creating a shared
21170 # library
21171 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_GCJ
21172
2079921173 # The library search path used internally by the compiler when linking
2080021174 # a shared library.
2080121175 compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
2096921343 echo "$lt_simple_link_test_code" >conftest.$ac_ext
2097021344 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
2097121345 _lt_linker_boilerplate=`cat conftest.err`
20972 $rm conftest*
21346 $rm -r conftest*
2097321347
2097421348
2097521349 # Allow CC to be a program name with arguments.
2102921403 predeps_RC \
2103021404 postdeps_RC \
2103121405 compiler_lib_search_path_RC \
21406 compiler_lib_search_dirs_RC \
2103221407 archive_cmds_RC \
2103321408 archive_expsym_cmds_RC \
2103421409 postinstall_cmds_RC \
2127621651 # Dependencies to place after the objects being linked to create a
2127721652 # shared library.
2127821653 postdeps=$lt_postdeps_RC
21654
21655 # The directories searched by this compiler when creating a shared
21656 # library
21657 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC
2127921658
2128021659 # The library search path used internally by the compiler when linking
2128121660 # a shared library.
2158621965
2158721966
2158821967 else
21589 if test -d `pkg-config --variable=prefix libnautilus-extension`/lib/nautilus/extensions-1.0 ;
21968 extensiondir=`pkg-config --variable=extensiondir libnautilus-extension`;
21969 if test -n "$extensiondir" ;
2159021970 then
21591 NAUTILUS_EXTENSIONS_DIR=`pkg-config --variable=prefix libnautilus-extension`/lib/nautilus/extensions-1.0
21971 NAUTILUS_EXTENSIONS_DIR=$extensiondir
2159221972
2159321973 { echo "$as_me:$LINENO: result: ${NAUTILUS_EXTENSIONS_DIR}" >&5
2159421974 echo "${ECHO_T}${NAUTILUS_EXTENSIONS_DIR}" >&6; }
2271123091 # report actual input values of CONFIG_FILES etc. instead of their
2271223092 # values after options handling.
2271323093 ac_log="
22714 This file was extended by eiciel $as_me 0.9.5.1, which was
23094 This file was extended by eiciel $as_me 0.9.6, which was
2271523095 generated by GNU Autoconf 2.61. Invocation command line was
2271623096
2271723097 CONFIG_FILES = $CONFIG_FILES
2276423144 _ACEOF
2276523145 cat >>$CONFIG_STATUS <<_ACEOF
2276623146 ac_cs_version="\\
22767 eiciel config.status 0.9.5.1
23147 eiciel config.status 0.9.6
2276823148 configured by $0, generated by GNU Autoconf 2.61,
2276923149 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2277023150
2311623496 ECHO!$ECHO$ac_delim
2311723497 AR!$AR$ac_delim
2311823498 RANLIB!$RANLIB$ac_delim
23499 DSYMUTIL!$DSYMUTIL$ac_delim
23500 NMEDIT!$NMEDIT$ac_delim
2311923501 CXXCPP!$CXXCPP$ac_delim
2312023502 F77!$F77$ac_delim
2312123503 FFLAGS!$FFLAGS$ac_delim
2313223514 LTLIBOBJS!$LTLIBOBJS$ac_delim
2313323515 _ACEOF
2313423516
23135 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 33; then
23517 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 35; then
2313623518 break
2313723519 elif $ac_last_try; then
2313823520 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
2353323915 fi
2353423916 rm -f "$tmp/out12"
2353523917 # Compute $ac_file's index in $config_headers.
23918 _am_arg=$ac_file
2353623919 _am_stamp_count=1
2353723920 for _am_header in $config_headers :; do
2353823921 case $_am_header in
23539 $ac_file | $ac_file:* )
23922 $_am_arg | $_am_arg:* )
2354023923 break ;;
2354123924 * )
2354223925 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
2354323926 esac
2354423927 done
23545 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
23546 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23547 X$ac_file : 'X\(//\)[^/]' \| \
23548 X$ac_file : 'X\(//\)$' \| \
23549 X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
23550 echo X$ac_file |
23928 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
23929 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23930 X"$_am_arg" : 'X\(//\)[^/]' \| \
23931 X"$_am_arg" : 'X\(//\)$' \| \
23932 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
23933 echo X"$_am_arg" |
2355123934 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2355223935 s//\1/
2355323936 q
2369724080 # each Makefile.in and add a new line on top of each file to say so.
2369824081 # Grep'ing the whole file is not good either: AIX grep has a line
2369924082 # limit of 2048, but all sed's we know have understand at least 4000.
23700 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
24083 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
2370124084 dirpart=`$as_dirname -- "$mf" ||
2370224085 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2370324086 X"$mf" : 'X\(//\)[^/]' \| \
00 dnl Establim el nom del paquet, la versió i l'email de contacte
1 AC_INIT(eiciel, 0.9.5.1, rofi@ya.com)
1 AC_INIT(eiciel, 0.9.6, rofi@ya.com)
22
33 dnl On estem ?
44 AC_CANONICAL_BUILD
5555 ]
5656 ,
5757 [dnl La resta de distribucions de GNU/Linux
58 if test -d `pkg-config --variable=prefix libnautilus-extension`/lib/nautilus/extensions-1.0 ;
58 extensiondir=`pkg-config --variable=extensiondir libnautilus-extension`;
59 if test -n "$extensiondir" ;
5960 then
60 AC_SUBST(NAUTILUS_EXTENSIONS_DIR, [`pkg-config --variable=prefix libnautilus-extension`/lib/nautilus/extensions-1.0])
61 AC_SUBST(NAUTILUS_EXTENSIONS_DIR, [$extensiondir])
6162 AC_MSG_RESULT(${NAUTILUS_EXTENSIONS_DIR})
6263 else
6364 AC_MSG_ERROR([I need pkg-config in order to determine where to install nautilus extensions. You may want to set --with-nautilus-extensions-dir=DIR])
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2006-10-15.18
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software
3 scriptversion=2007-03-29.01
4
5 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 Free Software
66 # Foundation, Inc.
77
88 # This program is free software; you can redistribute it and/or modify
214214 # current directory. Also, the AIX compiler puts `$object:' at the
215215 # start of each line; $object doesn't have directory information.
216216 # Version 6 uses the directory in both cases.
217 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
218 tmpdepfile="$stripped.u"
217 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
218 test "x$dir" = "x$object" && dir=
219 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
219220 if test "$libtool" = yes; then
221 tmpdepfile1=$dir$base.u
222 tmpdepfile2=$base.u
223 tmpdepfile3=$dir.libs/$base.u
220224 "$@" -Wc,-M
221225 else
226 tmpdepfile1=$dir$base.u
227 tmpdepfile2=$dir$base.u
228 tmpdepfile3=$dir$base.u
222229 "$@" -M
223230 fi
224231 stat=$?
225232
226 if test -f "$tmpdepfile"; then :
227 else
228 stripped=`echo "$stripped" | sed 's,^.*/,,'`
229 tmpdepfile="$stripped.u"
230 fi
231
232233 if test $stat -eq 0; then :
233234 else
234 rm -f "$tmpdepfile"
235 rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
235236 exit $stat
236237 fi
237238
239 for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
240 do
241 test -f "$tmpdepfile" && break
242 done
238243 if test -f "$tmpdepfile"; then
239 outname="$stripped.o"
240244 # Each line is of the form `foo.o: dependent.h'.
241245 # Do two passes, one to just change these to
242246 # `$object: dependent.h' and one to simply `dependent.h:'.
243 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
244 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
247 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
248 # That's a tab and a space in the [].
249 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
245250 else
246251 # The sourcefile does not contain any dependencies, so just
247252 # store a dummy comment line, to avoid errors with the Makefile
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
8989 CYGPATH_W = @CYGPATH_W@
9090 DEFS = @DEFS@
9191 DEPDIR = @DEPDIR@
92 DSYMUTIL = @DSYMUTIL@
9293 ECHO = @ECHO@
9394 ECHO_C = @ECHO_C@
9495 ECHO_N = @ECHO_N@
125126 MSGFMT_015 = @MSGFMT_015@
126127 MSGMERGE = @MSGMERGE@
127128 NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
129 NMEDIT = @NMEDIT@
128130 OBJEXT = @OBJEXT@
129131 PACKAGE = @PACKAGE@
130132 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
336338 unique=`for i in $$list; do \
337339 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338340 done | \
339 $(AWK) ' { files[$$0] = 1; } \
340 END { for (i in files) print i; }'`; \
341 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
342 END { if (nonempty) { for (i in files) print i; }; }'`; \
341343 mkid -fID $$unique
342344 tags: TAGS
343345
362364 unique=`for i in $$list; do \
363365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364366 done | \
365 $(AWK) ' { files[$$0] = 1; } \
366 END { for (i in files) print i; }'`; \
367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368 END { if (nonempty) { for (i in files) print i; }; }'`; \
367369 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
368370 test -n "$$unique" || unique=$$empty_fix; \
369371 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373375 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
374376 $(TAGS_FILES) $(LISP)
375377 tags=; \
376 here=`pwd`; \
377378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378379 unique=`for i in $$list; do \
379380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380381 done | \
381 $(AWK) ' { files[$$0] = 1; } \
382 END { for (i in files) print i; }'`; \
382 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383 END { if (nonempty) { for (i in files) print i; }; }'`; \
383384 test -z "$(CTAGS_ARGS)$$tags$$unique" \
384385 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385386 $$tags $$unique
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
7878 CYGPATH_W = @CYGPATH_W@
7979 DEFS = @DEFS@
8080 DEPDIR = @DEPDIR@
81 DSYMUTIL = @DSYMUTIL@
8182 ECHO = @ECHO@
8283 ECHO_C = @ECHO_C@
8384 ECHO_N = @ECHO_N@
114115 MSGFMT_015 = @MSGFMT_015@
115116 MSGMERGE = @MSGMERGE@
116117 NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
118 NMEDIT = @NMEDIT@
117119 OBJEXT = @OBJEXT@
118120 PACKAGE = @PACKAGE@
119121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
7979 CYGPATH_W = @CYGPATH_W@
8080 DEFS = @DEFS@
8181 DEPDIR = @DEPDIR@
82 DSYMUTIL = @DSYMUTIL@
8283 ECHO = @ECHO@
8384 ECHO_C = @ECHO_C@
8485 ECHO_N = @ECHO_N@
115116 MSGFMT_015 = @MSGFMT_015@
116117 MSGMERGE = @MSGMERGE@
117118 NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
119 NMEDIT = @NMEDIT@
118120 OBJEXT = @OBJEXT@
119121 PACKAGE = @PACKAGE@
120122 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305307 unique=`for i in $$list; do \
306308 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307309 done | \
308 $(AWK) ' { files[$$0] = 1; } \
309 END { for (i in files) print i; }'`; \
310 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
311 END { if (nonempty) { for (i in files) print i; }; }'`; \
310312 mkid -fID $$unique
311313 tags: TAGS
312314
331333 unique=`for i in $$list; do \
332334 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333335 done | \
334 $(AWK) ' { files[$$0] = 1; } \
335 END { for (i in files) print i; }'`; \
336 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
337 END { if (nonempty) { for (i in files) print i; }; }'`; \
336338 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
337339 test -n "$$unique" || unique=$$empty_fix; \
338340 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342344 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
343345 $(TAGS_FILES) $(LISP)
344346 tags=; \
345 here=`pwd`; \
346347 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
347348 unique=`for i in $$list; do \
348349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349350 done | \
350 $(AWK) ' { files[$$0] = 1; } \
351 END { for (i in files) print i; }'`; \
351 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352 END { if (nonempty) { for (i in files) print i; }; }'`; \
352353 test -z "$(CTAGS_ARGS)$$tags$$unique" \
353354 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
354355 $$tags $$unique
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
7878 CYGPATH_W = @CYGPATH_W@
7979 DEFS = @DEFS@
8080 DEPDIR = @DEPDIR@
81 DSYMUTIL = @DSYMUTIL@
8182 ECHO = @ECHO@
8283 ECHO_C = @ECHO_C@
8384 ECHO_N = @ECHO_N@
114115 MSGFMT_015 = @MSGFMT_015@
115116 MSGMERGE = @MSGMERGE@
116117 NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
118 NMEDIT = @NMEDIT@
117119 OBJEXT = @OBJEXT@
118120 PACKAGE = @PACKAGE@
119121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2006-10-14.15
3 scriptversion=2006-12-25.00
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
4747 # set DOITPROG to echo to test this script
4848
4949 # Don't use :- since 4.3BSD and earlier shells don't like it.
50 doit="${DOITPROG-}"
50 doit=${DOITPROG-}
5151 if test -z "$doit"; then
5252 doit_exec=exec
5353 else
5757 # Put in absolute file names if you don't have them in your path;
5858 # or use environment vars.
5959
60 mvprog="${MVPROG-mv}"
61 cpprog="${CPPROG-cp}"
62 chmodprog="${CHMODPROG-chmod}"
63 chownprog="${CHOWNPROG-chown}"
64 chgrpprog="${CHGRPPROG-chgrp}"
65 stripprog="${STRIPPROG-strip}"
66 rmprog="${RMPROG-rm}"
67 mkdirprog="${MKDIRPROG-mkdir}"
68
69 posix_glob=
60 chgrpprog=${CHGRPPROG-chgrp}
61 chmodprog=${CHMODPROG-chmod}
62 chownprog=${CHOWNPROG-chown}
63 cmpprog=${CMPPROG-cmp}
64 cpprog=${CPPROG-cp}
65 mkdirprog=${MKDIRPROG-mkdir}
66 mvprog=${MVPROG-mv}
67 rmprog=${RMPROG-rm}
68 stripprog=${STRIPPROG-strip}
69
70 posix_glob='?'
71 initialize_posix_glob='
72 test "$posix_glob" != "?" || {
73 if (set -f) 2>/dev/null; then
74 posix_glob=
75 else
76 posix_glob=:
77 fi
78 }
79 '
80
7081 posix_mkdir=
7182
7283 # Desired mode of installed file.
7384 mode=0755
7485
86 chgrpcmd=
7587 chmodcmd=$chmodprog
7688 chowncmd=
77 chgrpcmd=
89 mvcmd=$mvprog
90 rmcmd="$rmprog -f"
7891 stripcmd=
79 rmcmd="$rmprog -f"
80 mvcmd="$mvprog"
92
8193 src=
8294 dst=
8395 dir_arg=
84 dstarg=
96 dst_arg=
97
98 copy_on_change=false
8599 no_target_directory=
86100
87 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
101 usage="\
102 Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
88103 or: $0 [OPTION]... SRCFILES... DIRECTORY
89104 or: $0 [OPTION]... -t DIRECTORY SRCFILES...
90105 or: $0 [OPTION]... -d DIRECTORIES...
94109 In the 4th, create DIRECTORIES.
95110
96111 Options:
97 -c (ignored)
98 -d create directories instead of installing files.
99 -g GROUP $chgrpprog installed files to GROUP.
100 -m MODE $chmodprog installed files to MODE.
101 -o USER $chownprog installed files to USER.
102 -s $stripprog installed files.
103 -t DIRECTORY install into DIRECTORY.
104 -T report an error if DSTFILE is a directory.
105 --help display this help and exit.
106 --version display version info and exit.
112 --help display this help and exit.
113 --version display version info and exit.
114
115 -c (ignored)
116 -C install only if different (preserve the last data modification time)
117 -d create directories instead of installing files.
118 -g GROUP $chgrpprog installed files to GROUP.
119 -m MODE $chmodprog installed files to MODE.
120 -o USER $chownprog installed files to USER.
121 -s $stripprog installed files.
122 -t DIRECTORY install into DIRECTORY.
123 -T report an error if DSTFILE is a directory.
107124
108125 Environment variables override the default commands:
109 CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
126 CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
127 RMPROG STRIPPROG
110128 "
111129
112130 while test $# -ne 0; do
113131 case $1 in
114 -c) shift
115 continue;;
116
117 -d) dir_arg=true
118 shift
119 continue;;
132 -c) ;;
133
134 -C) copy_on_change=true;;
135
136 -d) dir_arg=true;;
120137
121138 -g) chgrpcmd="$chgrpprog $2"
122 shift
123 shift
124 continue;;
139 shift;;
125140
126141 --help) echo "$usage"; exit $?;;
127142
128143 -m) mode=$2
129 shift
130 shift
131144 case $mode in
132145 *' '* | *' '* | *'
133146 '* | *'*'* | *'?'* | *'['*)
134147 echo "$0: invalid mode: $mode" >&2
135148 exit 1;;
136149 esac
137 continue;;
150 shift;;
138151
139152 -o) chowncmd="$chownprog $2"
140 shift
141 shift
142 continue;;
143
144 -s) stripcmd=$stripprog
145 shift
146 continue;;
147
148 -t) dstarg=$2
149 shift
150 shift
151 continue;;
152
153 -T) no_target_directory=true
154 shift
155 continue;;
153 shift;;
154
155 -s) stripcmd=$stripprog;;
156
157 -t) dst_arg=$2
158 shift;;
159
160 -T) no_target_directory=true;;
156161
157162 --version) echo "$0 $scriptversion"; exit $?;;
158163
164169
165170 *) break;;
166171 esac
172 shift
167173 done
168174
169 if test $# -ne 0 && test -z "$dir_arg$dstarg"; then
175 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
170176 # When -d is used, all remaining arguments are directories to create.
171177 # When -t is used, the destination is already specified.
172178 # Otherwise, the last argument is the destination. Remove it from $@.
173179 for arg
174180 do
175 if test -n "$dstarg"; then
181 if test -n "$dst_arg"; then
176182 # $@ is not empty: it contains at least $arg.
177 set fnord "$@" "$dstarg"
183 set fnord "$@" "$dst_arg"
178184 shift # fnord
179185 fi
180186 shift # arg
181 dstarg=$arg
187 dst_arg=$arg
182188 done
183189 fi
184190
223229 do
224230 # Protect names starting with `-'.
225231 case $src in
226 -*) src=./$src ;;
232 -*) src=./$src;;
227233 esac
228234
229235 if test -n "$dir_arg"; then
241247 exit 1
242248 fi
243249
244 if test -z "$dstarg"; then
250 if test -z "$dst_arg"; then
245251 echo "$0: no destination specified." >&2
246252 exit 1
247253 fi
248254
249 dst=$dstarg
255 dst=$dst_arg
250256 # Protect names starting with `-'.
251257 case $dst in
252 -*) dst=./$dst ;;
258 -*) dst=./$dst;;
253259 esac
254260
255261 # If destination is a directory, append the input filename; won't work
256262 # if double slashes aren't ignored.
257263 if test -d "$dst"; then
258264 if test -n "$no_target_directory"; then
259 echo "$0: $dstarg: Is a directory" >&2
265 echo "$0: $dst_arg: Is a directory" >&2
260266 exit 1
261267 fi
262268 dstdir=$dst
377383 # directory the slow way, step by step, checking for races as we go.
378384
379385 case $dstdir in
380 /*) prefix=/ ;;
381 -*) prefix=./ ;;
382 *) prefix= ;;
386 /*) prefix='/';;
387 -*) prefix='./';;
388 *) prefix='';;
383389 esac
384390
385 case $posix_glob in
386 '')
387 if (set -f) 2>/dev/null; then
388 posix_glob=true
389 else
390 posix_glob=false
391 fi ;;
392 esac
391 eval "$initialize_posix_glob"
393392
394393 oIFS=$IFS
395394 IFS=/
396 $posix_glob && set -f
395 $posix_glob set -f
397396 set fnord $dstdir
398397 shift
399 $posix_glob && set +f
398 $posix_glob set +f
400399 IFS=$oIFS
401400
402401 prefixes=
458457 # ignore errors from any of these, just make sure not to ignore
459458 # errors from the above "$doit $cpprog $src $dsttmp" command.
460459 #
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
462 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
463 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
464 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
465
466 # Now rename the file to the real destination.
467 { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \
468 || {
469 # The rename failed, perhaps because mv can't rename something else
470 # to itself, or perhaps because mv is so ancient that it does not
471 # support -f.
472
473 # Now remove or move aside any old file at destination location.
474 # We try this two ways since rm can't unlink itself on some
475 # systems and the destination file might be busy for other
476 # reasons. In this case, the final cleanup might fail but the new
477 # file should still install successfully.
478 {
479 if test -f "$dst"; then
480 $doit $rmcmd -f "$dst" 2>/dev/null \
481 || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \
482 && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\
483 || {
484 echo "$0: cannot unlink or rename $dst" >&2
485 (exit 1); exit 1
486 }
487 else
488 :
489 fi
490 } &&
491
492 # Now rename the file to the real destination.
493 $doit $mvcmd "$dsttmp" "$dst"
494 }
495 } || exit 1
460 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
461 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
462 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
463 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
464
465 # If -C, don't bother to copy if it wouldn't change the file.
466 if $copy_on_change &&
467 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
468 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
469
470 eval "$initialize_posix_glob" &&
471 $posix_glob set -f &&
472 set X $old && old=:$2:$4:$5:$6 &&
473 set X $new && new=:$2:$4:$5:$6 &&
474 $posix_glob set +f &&
475
476 test "$old" = "$new" &&
477 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
478 then
479 rm -f "$dsttmp"
480 else
481 # Rename the file to the real destination.
482 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
483
484 # The rename failed, perhaps because mv can't rename something else
485 # to itself, or perhaps because mv is so ancient that it does not
486 # support -f.
487 {
488 # Now remove or move aside any old file at destination location.
489 # We try this two ways since rm can't unlink itself on some
490 # systems and the destination file might be busy for other
491 # reasons. In this case, the final cleanup might fail but the new
492 # file should still install successfully.
493 {
494 test ! -f "$dst" ||
495 $doit $rmcmd -f "$dst" 2>/dev/null ||
496 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
497 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
498 } ||
499 { echo "$0: cannot unlink or rename $dst" >&2
500 (exit 1); exit 1
501 }
502 } &&
503
504 # Now rename the file to the real destination.
505 $doit $mvcmd "$dsttmp" "$dst"
506 }
507 fi || exit 1
496508
497509 trap '' 0
498510 fi
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
6767 CYGPATH_W = @CYGPATH_W@
6868 DEFS = @DEFS@
6969 DEPDIR = @DEPDIR@
70 DSYMUTIL = @DSYMUTIL@
7071 ECHO = @ECHO@
7172 ECHO_C = @ECHO_C@
7273 ECHO_N = @ECHO_N@
103104 MSGFMT_015 = @MSGFMT_015@
104105 MSGMERGE = @MSGMERGE@
105106 NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
107 NMEDIT = @NMEDIT@
106108 OBJEXT = @OBJEXT@
107109 PACKAGE = @PACKAGE@
108110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
11 # NOTE: Changing this file will not affect anything until you rerun configure.
22 #
33 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
4 # 2007 Free Software Foundation, Inc.
4 # 2007, 2008 Free Software Foundation, Inc.
55 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
66 #
77 # This program is free software; you can redistribute it and/or modify
4242
4343 PROGRAM=ltmain.sh
4444 PACKAGE=libtool
45 VERSION=1.5.24
46 TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
45 VERSION=1.5.26
46 TIMESTAMP=" (1.1220.2.493 2008/02/01 16:58:18)"
4747
4848 # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
4949 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
112112 # These must not be set unconditionally because not all systems understand
113113 # e.g. LANG=C (notably SCO).
114114 # We save the old values to restore during execute mode.
115 for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
115 lt_env=
116 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
116117 do
117118 eval "if test \"\${$lt_var+set}\" = set; then
118119 save_$lt_var=\$$lt_var
120 lt_env=\"$lt_var=\$$lt_var \$lt_env\"
119121 $lt_var=C
120122 export $lt_var
121123 fi"
122124 done
125
126 if test -n "$lt_env"; then
127 lt_env="env $lt_env"
128 fi
123129
124130 # Make sure IFS has a sensible default
125131 lt_nl='
498504 echo "\
499505 $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP
500506
501 Copyright (C) 2007 Free Software Foundation, Inc.
507 Copyright (C) 2008 Free Software Foundation, Inc.
502508 This is free software; see the source for copying conditions. There is NO
503509 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
504510 exit $?
801807 *.for) xform=for ;;
802808 *.java) xform=java ;;
803809 *.obj) xform=obj ;;
810 *.sx) xform=sx ;;
804811 esac
805812
806813 libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
969976 $run $rm "$lobj" "$output_obj"
970977
971978 $show "$command"
972 if $run eval "$command"; then :
979 if $run eval $lt_env "$command"; then :
973980 else
974981 test -n "$output_obj" && $run $rm $removelist
975982 exit $EXIT_FAILURE
10411048 command="$command$suppress_output"
10421049 $run $rm "$obj" "$output_obj"
10431050 $show "$command"
1044 if $run eval "$command"; then :
1051 if $run eval $lt_env "$command"; then :
10451052 else
10461053 $run $rm $removelist
10471054 exit $EXIT_FAILURE
11741181 thread_safe=no
11751182 vinfo=
11761183 vinfo_number=no
1184 single_module="${wl}-single_module"
11771185
11781186 func_infer_tag $base_compile
11791187
16591667 continue
16601668 ;;
16611669
1670 -multi_module)
1671 single_module="${wl}-multi_module"
1672 continue
1673 ;;
1674
16621675 -module)
16631676 module=yes
16641677 continue
21622175 continue
21632176 fi
21642177 name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
2165 for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
2178 if test "$linkmode" = lib; then
2179 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
2180 else
2181 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
2182 fi
2183 for searchdir in $searchdirs; do
21662184 for search_ext in .la $std_shrext .so .a; do
21672185 # Search the libtool library
21682186 lib="$searchdir/lib${name}${search_ext}"
29582976 # we do not want to link against static libs,
29592977 # but need to link against shared
29602978 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
2979 eval deplibdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
29612980 if test -n "$deplibrary_names" ; then
29622981 for tmp in $deplibrary_names ; do
29632982 depdepl=$tmp
29642983 done
2965 if test -f "$path/$depdepl" ; then
2984 if test -f "$deplibdir/$depdepl" ; then
2985 depdepl="$deplibdir/$depdepl"
2986 elif test -f "$path/$depdepl" ; then
29662987 depdepl="$path/$depdepl"
2988 else
2989 # Can't find it, oh well...
2990 depdepl=
29672991 fi
29682992 # do not add paths which are already there
29692993 case " $newlib_search_path " in
31113135
31123136 case $linkmode in
31133137 oldlib)
3114 if test -n "$deplibs"; then
3115 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
3116 fi
3138 case " $deplibs" in
3139 *\ -l* | *\ -L*)
3140 $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 ;;
3141 esac
31173142
31183143 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
31193144 $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
42504275 ;;
42514276
42524277 obj)
4253 if test -n "$deplibs"; then
4254 $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2
4255 fi
4278 case " $deplibs" in
4279 *\ -l* | *\ -L*)
4280 $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 ;;
4281 esac
42564282
42574283 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
42584284 $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2
56875713 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
56885714 exit $EXIT_FAILURE
56895715 fi
5690 if test "X$EGREP" = X ; then
5691 EGREP=egrep
5692 fi
5693 # We do not want portage's install root ($D) present. Check only for
5694 # this if the .la is being installed.
5695 if test "$installed" = yes && test "$D"; then
5696 eval mynewdependency_lib=`echo "$libdir/$name" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
5697 else
5698 mynewdependency_lib="$libdir/$name"
5699 fi
5700 # Do not add duplicates
5701 if test "$mynewdependency_lib"; then
5702 my_little_ninja_foo_1=`echo $newdependency_libs |$EGREP -e "$mynewdependency_lib"`
5703 if test -z "$my_little_ninja_foo_1"; then
5704 newdependency_libs="$newdependency_libs $mynewdependency_lib"
5705 fi
5706 fi
5716 newdependency_libs="$newdependency_libs $libdir/$name"
57075717 ;;
5708 *)
5709 if test "$installed" = yes; then
5710 # Rather use S=WORKDIR if our version of portage supports it.
5711 # This is because some ebuild (gcc) do not use $S as buildroot.
5712 if test "$PWORKDIR"; then
5713 S="$PWORKDIR"
5714 fi
5715 # We do not want portage's build root ($S) present.
5716 my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
5717 # We do not want portage's install root ($D) present.
5718 my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
5719 if test -n "$my_little_ninja_foo_2" && test "$S"; then
5720 mynewdependency_lib=""
5721 elif test -n "$my_little_ninja_foo_3" && test "$D"; then
5722 eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
5723 else
5724 mynewdependency_lib="$deplib"
5725 fi
5726 else
5727 mynewdependency_lib="$deplib"
5728 fi
5729 # Do not add duplicates
5730 if test "$mynewdependency_lib"; then
5731 my_little_ninja_foo_4=`echo $newdependency_libs |$EGREP -e "$mynewdependency_lib"`
5732 if test -z "$my_little_ninja_foo_4"; then
5733 newdependency_libs="$newdependency_libs $mynewdependency_lib"
5734 fi
5735 fi
5736 ;;
5718 *) newdependency_libs="$newdependency_libs $deplib" ;;
57375719 esac
57385720 done
57395721 dependency_libs="$newdependency_libs"
57855767 case $host,$output,$installed,$module,$dlname in
57865768 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
57875769 esac
5788 # Do not add duplicates
5789 if test "$installed" = yes && test "$D"; then
5790 install_libdir=`echo "$install_libdir" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
5791 fi
57925770 $echo > $output "\
57935771 # $outputname - a libtool library file
57945772 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
65446522 fi
65456523
65466524 # Restore saved environment variables
6547 for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
6525 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
65486526 do
65496527 eval "if test \"\${save_$lt_var+set}\" = set; then
65506528 $lt_var=\$save_$lt_var; export $lt_var
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
7171 CYGPATH_W = @CYGPATH_W@
7272 DEFS = @DEFS@
7373 DEPDIR = @DEPDIR@
74 DSYMUTIL = @DSYMUTIL@
7475 ECHO = @ECHO@
7576 ECHO_C = @ECHO_C@
7677 ECHO_N = @ECHO_N@
107108 MSGFMT_015 = @MSGFMT_015@
108109 MSGMERGE = @MSGMERGE@
109110 NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
111 NMEDIT = @NMEDIT@
110112 OBJEXT = @OBJEXT@
111113 PACKAGE = @PACKAGE@
112114 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3131 nautilusext_LTLIBRARIES=libeiciel-nautilus.la
3232 libeiciel_nautilus_la_CPPFLAGS = -I@top_srcdir@/lib -DDATADIR="\"$(datadir)\"" -DPKGDATADIR="\"$(pkgdatadir)\""
3333 libeiciel_nautilus_la_CXXFLAGS = @GTKMM_CFLAGS@ -Wall
34 libeiciel_nautilus_la_LDFLAGS = @GTKMM_LIBS@ @llibreria_acl@
34 libeiciel_nautilus_la_LDFLAGS = @GTKMM_LIBS@ @llibreria_acl@ -module -avoid-version
3535 libeiciel_nautilus_la_SOURCES = \
3636 eiciel_nautilus_page.cpp \
3737 eiciel_nautilus_page.hpp \
0 # Makefile.in generated by automake 1.10 from Makefile.am.
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
77 # with or without modifications, as long as this notice is preserved.
125125 eiciel_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
126126 --mode=link $(CXXLD) $(eiciel_CXXFLAGS) $(CXXFLAGS) \
127127 $(eiciel_LDFLAGS) $(LDFLAGS) -o $@
128 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129129 depcomp = $(SHELL) $(top_srcdir)/depcomp
130130 am__depfiles_maybe = depfiles
131131 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
173173 CYGPATH_W = @CYGPATH_W@
174174 DEFS = @DEFS@
175175 DEPDIR = @DEPDIR@
176 DSYMUTIL = @DSYMUTIL@
176177 ECHO = @ECHO@
177178 ECHO_C = @ECHO_C@
178179 ECHO_N = @ECHO_N@
209210 MSGFMT_015 = @MSGFMT_015@
210211 MSGMERGE = @MSGMERGE@
211212 NAUTILUS_EXTENSIONS_DIR = @NAUTILUS_EXTENSIONS_DIR@
213 NMEDIT = @NMEDIT@
212214 OBJEXT = @OBJEXT@
213215 PACKAGE = @PACKAGE@
214216 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297299 nautilusext_LTLIBRARIES = libeiciel-nautilus.la
298300 libeiciel_nautilus_la_CPPFLAGS = -I@top_srcdir@/lib -DDATADIR="\"$(datadir)\"" -DPKGDATADIR="\"$(pkgdatadir)\""
299301 libeiciel_nautilus_la_CXXFLAGS = @GTKMM_CFLAGS@ -Wall
300 libeiciel_nautilus_la_LDFLAGS = @GTKMM_LIBS@ @llibreria_acl@
302 libeiciel_nautilus_la_LDFLAGS = @GTKMM_LIBS@ @llibreria_acl@ -module -avoid-version
301303 libeiciel_nautilus_la_SOURCES = eiciel_nautilus_page.cpp \
302304 eiciel_nautilus_page.hpp eiciel_main_controler.cpp \
303305 eiciel_main_controler.hpp eiciel_main_window.cpp \
349351 @list='$(nautilusext_LTLIBRARIES)'; for p in $$list; do \
350352 if test -f $$p; then \
351353 f=$(am__strip_dir) \
352 echo " $(LIBTOOL) --mode=install $(nautilusextLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(nautilusextdir)/$$f'"; \
353 $(LIBTOOL) --mode=install $(nautilusextLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(nautilusextdir)/$$f"; \
354 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(nautilusextLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(nautilusextdir)/$$f'"; \
355 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(nautilusextLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(nautilusextdir)/$$f"; \
354356 else :; fi; \
355357 done
356358
358360 @$(NORMAL_UNINSTALL)
359361 @list='$(nautilusext_LTLIBRARIES)'; for p in $$list; do \
360362 p=$(am__strip_dir) \
361 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(nautilusextdir)/$$p'"; \
362 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(nautilusextdir)/$$p"; \
363 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(nautilusextdir)/$$p'"; \
364 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(nautilusextdir)/$$p"; \
363365 done
364366
365367 clean-nautilusextLTLIBRARIES:
381383 || test -f $$p1 \
382384 ; then \
383385 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
384 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
385 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
386 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
387 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
386388 else :; fi; \
387389 done
388390
659661 unique=`for i in $$list; do \
660662 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
661663 done | \
662 $(AWK) ' { files[$$0] = 1; } \
663 END { for (i in files) print i; }'`; \
664 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
665 END { if (nonempty) { for (i in files) print i; }; }'`; \
664666 mkid -fID $$unique
665667 tags: TAGS
666668
672674 unique=`for i in $$list; do \
673675 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
674676 done | \
675 $(AWK) ' { files[$$0] = 1; } \
676 END { for (i in files) print i; }'`; \
677 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
678 END { if (nonempty) { for (i in files) print i; }; }'`; \
677679 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
678680 test -n "$$unique" || unique=$$empty_fix; \
679681 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
683685 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
684686 $(TAGS_FILES) $(LISP)
685687 tags=; \
686 here=`pwd`; \
687688 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
688689 unique=`for i in $$list; do \
689690 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
690691 done | \
691 $(AWK) ' { files[$$0] = 1; } \
692 END { for (i in files) print i; }'`; \
692 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
693 END { if (nonempty) { for (i in files) print i; }; }'`; \
693694 test -z "$(CTAGS_ARGS)$$tags$$unique" \
694695 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
695696 $$tags $$unique