xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 949a2c449daaca9f60f81e8f59f73a5716cb2cd2

Version v0.7.4
Author: xaizek
Author date (UTC): 2012-10-18 18:37
Committer name: xaizek
Committer date (UTC): 2012-10-18 18:42
Parent(s): cbc0ec0ad67a536793f65861e61f3c54e4c6626b
Signing key:
Tree: 959cfe62bf8d44c42433ddd4cd5a6e3fd7311b5d
File Lines added Lines deleted
ChangeLog 1 1
README 1 2
aclocal.m4 224 64
configure 113 60
configure.in 1 1
data/vim/doc/vifm.txt 1 1
src/Makefile.win 1 1
File ChangeLog changed (mode: 100644) (index f85e8ad3c..4d4cba37d)
1 0.7.3a to current
1 0.7.3a to 0.7.4
2 2
3 3 Removed compile-time compatibility mode (the compatibility-mode switch), Removed compile-time compatibility mode (the compatibility-mode switch),
4 4 now "f" flag in 'cpoptions' does the same. now "f" flag in 'cpoptions' does the same.
File README changed (mode: 100644) (index 61376ac49..0bdf58fa5)
1 1 Vifm - vi[m] like file manager Vifm - vi[m] like file manager
2 2 2001 - 2012 2001 - 2012
3 3
4 Updated: 18 October, 2012
5 Version: 0.7.3a
4 Version: 0.7.4
6 5
7 6 Brief Description Brief Description
8 7
File aclocal.m4 changed (mode: 100644) (index c6604d9d8..f2daaec09)
... ... To do so, use the procedure documented by the package, typically `autoreconf'.])
23 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
24 24 # #
25 25 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
26 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
27 # Inc.
26 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
27 # Foundation, Inc.
28 28 # Written by Gordon Matzigkeit, 1996 # Written by Gordon Matzigkeit, 1996
29 29 # #
30 30 # This file is free software; the Free Software Foundation gives # This file is free software; the Free Software Foundation gives
 
... ... To do so, use the procedure documented by the package, typically `autoreconf'.])
33 33
34 34 m4_define([_LT_COPYING], [dnl m4_define([_LT_COPYING], [dnl
35 35 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
36 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
37 # Inc.
36 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
37 # Foundation, Inc.
38 38 # Written by Gordon Matzigkeit, 1996 # Written by Gordon Matzigkeit, 1996
39 39 # #
40 40 # This file is part of GNU Libtool. # This file is part of GNU Libtool.
 
... ... AC_REQUIRE([AC_CANONICAL_BUILD])dnl
168 168 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
169 169 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
170 170
171 _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
172 dnl
171 173 _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host_alias], [0], [The host system])dnl
172 174 _LT_DECL([], [host], [0])dnl _LT_DECL([], [host], [0])dnl
173 175 _LT_DECL([], [host_os], [0])dnl _LT_DECL([], [host_os], [0])dnl
 
... ... m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
653 655 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
654 656 configured by $[0], generated by m4_PACKAGE_STRING. configured by $[0], generated by m4_PACKAGE_STRING.
655 657
656 Copyright (C) 2010 Free Software Foundation, Inc.
658 Copyright (C) 2011 Free Software Foundation, Inc.
657 659 This config.lt script is free software; the Free Software Foundation This config.lt script is free software; the Free Software Foundation
658 660 gives unlimited permision to copy, distribute and modify it." gives unlimited permision to copy, distribute and modify it."
659 661
 
... ... AC_DEFUN([LT_LANG],
817 819 m4_case([$1], m4_case([$1],
818 820 [C], [_LT_LANG(C)], [C], [_LT_LANG(C)],
819 821 [C++], [_LT_LANG(CXX)], [C++], [_LT_LANG(CXX)],
822 [Go], [_LT_LANG(GO)],
820 823 [Java], [_LT_LANG(GCJ)], [Java], [_LT_LANG(GCJ)],
821 824 [Fortran 77], [_LT_LANG(F77)], [Fortran 77], [_LT_LANG(F77)],
822 825 [Fortran], [_LT_LANG(FC)], [Fortran], [_LT_LANG(FC)],
 
... ... m4_defun([_LT_LANG],
838 841 ])# _LT_LANG ])# _LT_LANG
839 842
840 843
844 m4_ifndef([AC_PROG_GO], [
845 # NOTE: This macro has been submitted for inclusion into #
846 # GNU Autoconf as AC_PROG_GO. When it is available in #
847 # a released version of Autoconf we should remove this #
848 # macro and use it instead. #
849 m4_defun([AC_PROG_GO],
850 [AC_LANG_PUSH(Go)dnl
851 AC_ARG_VAR([GOC], [Go compiler command])dnl
852 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
853 _AC_ARG_VAR_LDFLAGS()dnl
854 AC_CHECK_TOOL(GOC, gccgo)
855 if test -z "$GOC"; then
856 if test -n "$ac_tool_prefix"; then
857 AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
858 fi
859 fi
860 if test -z "$GOC"; then
861 AC_CHECK_PROG(GOC, gccgo, gccgo, false)
862 fi
863 ])#m4_defun
864 ])#m4_ifndef
865
866
841 867 # _LT_LANG_DEFAULT_CONFIG # _LT_LANG_DEFAULT_CONFIG
842 868 # ----------------------- # -----------------------
843 869 m4_defun([_LT_LANG_DEFAULT_CONFIG], m4_defun([_LT_LANG_DEFAULT_CONFIG],
 
... ... AC_PROVIDE_IFELSE([AC_PROG_GCJ],
868 894 m4_ifdef([LT_PROG_GCJ], m4_ifdef([LT_PROG_GCJ],
869 895 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
870 896
897 AC_PROVIDE_IFELSE([AC_PROG_GO],
898 [LT_LANG(GO)],
899 [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
900
871 901 AC_PROVIDE_IFELSE([LT_PROG_RC], AC_PROVIDE_IFELSE([LT_PROG_RC],
872 902 [LT_LANG(RC)], [LT_LANG(RC)],
873 903 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
 
... ... m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
970 1000 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
971 1001 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
972 1002 _lt_result=$? _lt_result=$?
973 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
1003 # If there is a non-empty error log, and "single_module"
1004 # appears in it, assume the flag caused a linker warning
1005 if test -s conftest.err && $GREP single_module conftest.err; then
1006 cat conftest.err >&AS_MESSAGE_LOG_FD
1007 # Otherwise, if the output was created with a 0 exit code from
1008 # the compiler, it worked.
1009 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
974 1010 lt_cv_apple_cc_single_mod=yes lt_cv_apple_cc_single_mod=yes
975 1011 else else
976 1012 cat conftest.err >&AS_MESSAGE_LOG_FD cat conftest.err >&AS_MESSAGE_LOG_FD
 
... ... m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
978 1014 rm -rf libconftest.dylib* rm -rf libconftest.dylib*
979 1015 rm -f conftest.* rm -f conftest.*
980 1016 fi]) fi])
1017
981 1018 AC_CACHE_CHECK([for -exported_symbols_list linker flag], AC_CACHE_CHECK([for -exported_symbols_list linker flag],
982 1019 [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list],
983 1020 [lt_cv_ld_exported_symbols_list=no [lt_cv_ld_exported_symbols_list=no
 
... ... m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
989 1026 [lt_cv_ld_exported_symbols_list=no]) [lt_cv_ld_exported_symbols_list=no])
990 1027 LDFLAGS="$save_LDFLAGS" LDFLAGS="$save_LDFLAGS"
991 1028 ]) ])
1029
992 1030 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
993 1031 [lt_cv_ld_force_load=no [lt_cv_ld_force_load=no
994 1032 cat > conftest.c << _LT_EOF cat > conftest.c << _LT_EOF
 
... ... _LT_EOF
1006 1044 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
1007 1045 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
1008 1046 _lt_result=$? _lt_result=$?
1009 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
1047 if test -s conftest.err && $GREP force_load conftest.err; then
1048 cat conftest.err >&AS_MESSAGE_LOG_FD
1049 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
1010 1050 lt_cv_ld_force_load=yes lt_cv_ld_force_load=yes
1011 1051 else else
1012 1052 cat conftest.err >&AS_MESSAGE_LOG_FD cat conftest.err >&AS_MESSAGE_LOG_FD
 
... ... _LT_EOF
1051 1091 ]) ])
1052 1092
1053 1093
1054 # _LT_DARWIN_LINKER_FEATURES
1055 # --------------------------
1094 # _LT_DARWIN_LINKER_FEATURES([TAG])
1095 # ---------------------------------
1056 1096 # Checks for linker and compiler features on darwin # Checks for linker and compiler features on darwin
1057 1097 m4_defun([_LT_DARWIN_LINKER_FEATURES], m4_defun([_LT_DARWIN_LINKER_FEATURES],
1058 1098 [ [
 
... ... m4_defun([_LT_DARWIN_LINKER_FEATURES],
1063 1103 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1064 1104 if test "$lt_cv_ld_force_load" = "yes"; then if test "$lt_cv_ld_force_load" = "yes"; then
1065 1105 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
1106 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
1107 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
1066 1108 else else
1067 1109 _LT_TAGVAR(whole_archive_flag_spec, $1)='' _LT_TAGVAR(whole_archive_flag_spec, $1)=''
1068 1110 fi fi
 
... ... s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1346 1388 CFLAGS="$SAVE_CFLAGS" CFLAGS="$SAVE_CFLAGS"
1347 1389 fi fi
1348 1390 ;; ;;
1349 sparc*-*solaris*)
1391 *-*solaris*)
1350 1392 # Find out which ABI we are using. # Find out which ABI we are using.
1351 1393 echo 'int i;' > conftest.$ac_ext echo 'int i;' > conftest.$ac_ext
1352 1394 if AC_TRY_EVAL(ac_compile); then if AC_TRY_EVAL(ac_compile); then
1353 1395 case `/usr/bin/file conftest.o` in case `/usr/bin/file conftest.o` in
1354 1396 *64-bit*) *64-bit*)
1355 1397 case $lt_cv_prog_gnu_ld in case $lt_cv_prog_gnu_ld in
1356 yes*) LD="${LD-ld} -m elf64_sparc" ;;
1398 yes*)
1399 case $host in
1400 i?86-*-solaris*)
1401 LD="${LD-ld} -m elf_x86_64"
1402 ;;
1403 sparc*-*-solaris*)
1404 LD="${LD-ld} -m elf64_sparc"
1405 ;;
1406 esac
1407 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1408 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
1409 LD="${LD-ld}_sol2"
1410 fi
1411 ;;
1357 1412 *) *)
1358 1413 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
1359 1414 LD="${LD-ld} -64" LD="${LD-ld} -64"
 
... ... old_postuninstall_cmds=
1430 1485 if test -n "$RANLIB"; then if test -n "$RANLIB"; then
1431 1486 case $host_os in case $host_os in
1432 1487 openbsd*) openbsd*)
1433 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
1488 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
1434 1489 ;; ;;
1435 1490 *) *)
1436 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
1491 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
1437 1492 ;; ;;
1438 1493 esac esac
1439 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
1494 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
1440 1495 fi fi
1441 1496
1442 1497 case $host_os in case $host_os in
 
... ... AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1616 1671 lt_cv_sys_max_cmd_len=196608 lt_cv_sys_max_cmd_len=196608
1617 1672 ;; ;;
1618 1673
1674 os2*)
1675 # The test takes a long time on OS/2.
1676 lt_cv_sys_max_cmd_len=8192
1677 ;;
1678
1619 1679 osf*) osf*)
1620 1680 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1621 1681 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
... ... AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1655 1715 # If test is not a shell built-in, we'll probably end up computing a # If test is not a shell built-in, we'll probably end up computing a
1656 1716 # maximum length that is only half of the actual maximum length, but # maximum length that is only half of the actual maximum length, but
1657 1717 # we can't tell. # we can't tell.
1658 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
1718 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
1659 1719 = "X$teststring$teststring"; } >/dev/null 2>&1 && = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1660 1720 test $i != 17 # 1/2 MB should be enough test $i != 17 # 1/2 MB should be enough
1661 1721 do do
 
... ... need_version=unknown
2201 2261
2202 2262 case $host_os in case $host_os in
2203 2263 aix3*) aix3*)
2204 version_type=linux
2264 version_type=linux # correct to gnu/linux during the next big refactor
2205 2265 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
2206 2266 shlibpath_var=LIBPATH shlibpath_var=LIBPATH
2207 2267
 
... ... aix3*)
2210 2270 ;; ;;
2211 2271
2212 2272 aix[[4-9]]*) aix[[4-9]]*)
2213 version_type=linux
2273 version_type=linux # correct to gnu/linux during the next big refactor
2214 2274 need_lib_prefix=no need_lib_prefix=no
2215 2275 need_version=no need_version=no
2216 2276 hardcode_into_libs=yes hardcode_into_libs=yes
 
... ... beos*)
2275 2335 ;; ;;
2276 2336
2277 2337 bsdi[[45]]*) bsdi[[45]]*)
2278 version_type=linux
2338 version_type=linux # correct to gnu/linux during the next big refactor
2279 2339 need_version=no need_version=no
2280 2340 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2281 2341 soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
 
... ... m4_if([$1], [],[
2414 2474 ;; ;;
2415 2475
2416 2476 dgux*) dgux*)
2417 version_type=linux
2477 version_type=linux # correct to gnu/linux during the next big refactor
2418 2478 need_lib_prefix=no need_lib_prefix=no
2419 2479 need_version=no need_version=no
2420 2480 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
... ... dgux*)
2422 2482 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
2423 2483 ;; ;;
2424 2484
2425 freebsd1*)
2426 dynamic_linker=no
2427 ;;
2428
2429 2485 freebsd* | dragonfly*) freebsd* | dragonfly*)
2430 2486 # DragonFly does not have aout. When/if they implement a new # DragonFly does not have aout. When/if they implement a new
2431 2487 # versioning mechanism, adjust this. # versioning mechanism, adjust this.
 
... ... freebsd* | dragonfly*)
2433 2489 objformat=`/usr/bin/objformat` objformat=`/usr/bin/objformat`
2434 2490 else else
2435 2491 case $host_os in case $host_os in
2436 freebsd[[123]]*) objformat=aout ;;
2492 freebsd[[23]].*) objformat=aout ;;
2437 2493 *) objformat=elf ;; *) objformat=elf ;;
2438 2494 esac esac
2439 2495 fi fi
 
... ... freebsd* | dragonfly*)
2451 2507 esac esac
2452 2508 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
2453 2509 case $host_os in case $host_os in
2454 freebsd2*)
2510 freebsd2.*)
2455 2511 shlibpath_overrides_runpath=yes shlibpath_overrides_runpath=yes
2456 2512 ;; ;;
2457 2513 freebsd3.[[01]]* | freebsdelf3.[[01]]*) freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
... ... freebsd* | dragonfly*)
2471 2527 ;; ;;
2472 2528
2473 2529 gnu*) gnu*)
2474 version_type=linux
2530 version_type=linux # correct to gnu/linux during the next big refactor
2475 2531 need_lib_prefix=no need_lib_prefix=no
2476 2532 need_version=no need_version=no
2477 2533 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2478 2534 soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
2479 2535 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
2536 shlibpath_overrides_runpath=no
2480 2537 hardcode_into_libs=yes hardcode_into_libs=yes
2481 2538 ;; ;;
2482 2539
2483 2540 haiku*) haiku*)
2484 version_type=linux
2541 version_type=linux # correct to gnu/linux during the next big refactor
2485 2542 need_lib_prefix=no need_lib_prefix=no
2486 2543 need_version=no need_version=no
2487 2544 dynamic_linker="$host_os runtime_loader" dynamic_linker="$host_os runtime_loader"
 
... ... hpux9* | hpux10* | hpux11*)
2542 2599 ;; ;;
2543 2600
2544 2601 interix[[3-9]]*) interix[[3-9]]*)
2545 version_type=linux
2602 version_type=linux # correct to gnu/linux during the next big refactor
2546 2603 need_lib_prefix=no need_lib_prefix=no
2547 2604 need_version=no need_version=no
2548 2605 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
... ... irix5* | irix6* | nonstopux*)
2558 2615 nonstopux*) version_type=nonstopux ;; nonstopux*) version_type=nonstopux ;;
2559 2616 *) *)
2560 2617 if test "$lt_cv_prog_gnu_ld" = yes; then if test "$lt_cv_prog_gnu_ld" = yes; then
2561 version_type=linux
2618 version_type=linux # correct to gnu/linux during the next big refactor
2562 2619 else else
2563 2620 version_type=irix version_type=irix
2564 2621 fi ;; fi ;;
 
... ... linux*oldld* | linux*aout* | linux*coff*)
2595 2652 dynamic_linker=no dynamic_linker=no
2596 2653 ;; ;;
2597 2654
2598 # This must be Linux ELF.
2655 # This must be glibc/ELF.
2599 2656 linux* | k*bsd*-gnu | kopensolaris*-gnu) linux* | k*bsd*-gnu | kopensolaris*-gnu)
2600 version_type=linux
2657 version_type=linux # correct to gnu/linux during the next big refactor
2601 2658 need_lib_prefix=no need_lib_prefix=no
2602 2659 need_version=no need_version=no
2603 2660 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
... ... netbsd*)
2660 2717 ;; ;;
2661 2718
2662 2719 newsos6) newsos6)
2663 version_type=linux
2720 version_type=linux # correct to gnu/linux during the next big refactor
2664 2721 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2665 2722 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
2666 2723 shlibpath_overrides_runpath=yes shlibpath_overrides_runpath=yes
 
... ... rdos*)
2729 2786 ;; ;;
2730 2787
2731 2788 solaris*) solaris*)
2732 version_type=linux
2789 version_type=linux # correct to gnu/linux during the next big refactor
2733 2790 need_lib_prefix=no need_lib_prefix=no
2734 2791 need_version=no need_version=no
2735 2792 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
... ... sunos4*)
2754 2811 ;; ;;
2755 2812
2756 2813 sysv4 | sysv4.3*) sysv4 | sysv4.3*)
2757 version_type=linux
2814 version_type=linux # correct to gnu/linux during the next big refactor
2758 2815 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2759 2816 soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
2760 2817 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
 
... ... sysv4 | sysv4.3*)
2778 2835
2779 2836 sysv4*MP*) sysv4*MP*)
2780 2837 if test -d /usr/nec ;then if test -d /usr/nec ;then
2781 version_type=linux
2838 version_type=linux # correct to gnu/linux during the next big refactor
2782 2839 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
2783 2840 soname_spec='$libname${shared_ext}.$major' soname_spec='$libname${shared_ext}.$major'
2784 2841 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
 
... ... sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2809 2866
2810 2867 tpf*) tpf*)
2811 2868 # TPF is a cross-target only. Preferred cross-host = GNU/Linux. # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
2812 version_type=linux
2869 version_type=linux # correct to gnu/linux during the next big refactor
2813 2870 need_lib_prefix=no need_lib_prefix=no
2814 2871 need_version=no need_version=no
2815 2872 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
... ... tpf*)
2819 2876 ;; ;;
2820 2877
2821 2878 uts4*) uts4*)
2822 version_type=linux
2879 version_type=linux # correct to gnu/linux during the next big refactor
2823 2880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2824 2881 soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
2825 2882 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
 
... ... irix5* | irix6* | nonstopux*)
3241 3298 lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
3242 3299 ;; ;;
3243 3300
3244 # This must be Linux ELF.
3301 # This must be glibc/ELF.
3245 3302 linux* | k*bsd*-gnu | kopensolaris*-gnu) linux* | k*bsd*-gnu | kopensolaris*-gnu)
3246 3303 lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
3247 3304 ;; ;;
 
... ... for ac_symprfx in "" "_"; do
3661 3718 # which start with @ or ?. # which start with @ or ?.
3662 3719 lt_cv_sys_global_symbol_pipe="$AWK ['"\ lt_cv_sys_global_symbol_pipe="$AWK ['"\
3663 3720 " {last_section=section; section=\$ 3};"\ " {last_section=section; section=\$ 3};"\
3721 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
3664 3722 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
3665 3723 " \$ 0!~/External *\|/{next};"\ " \$ 0!~/External *\|/{next};"\
3666 3724 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 
... ... m4_if([$1], [CXX], [
4245 4303 case $cc_basename in case $cc_basename in
4246 4304 nvcc*) # Cuda Compiler Driver 2.2 nvcc*) # Cuda Compiler Driver 2.2
4247 4305 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
4248 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC'
4306 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4307 _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
4308 fi
4249 4309 ;; ;;
4250 4310 esac esac
4251 4311 else else
 
... ... m4_if([$1], [CXX], [
4337 4397 ;; ;;
4338 4398 *) *)
4339 4399 case `$CC -V 2>&1 | sed 5q` in case `$CC -V 2>&1 | sed 5q` in
4340 *Sun\ F* | *Sun*Fortran*)
4400 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
4341 4401 # Sun Fortran 8.3 passes all unrecognized flags to the linker # Sun Fortran 8.3 passes all unrecognized flags to the linker
4342 4402 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4343 4403 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4344 4404 _LT_TAGVAR(lt_prog_compiler_wl, $1)='' _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
4345 4405 ;; ;;
4406 *Sun\ F* | *Sun*Fortran*)
4407 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4408 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4409 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4410 ;;
4346 4411 *Sun\ C*) *Sun\ C*)
4347 4412 # Sun C 5.9 # Sun C 5.9
4348 4413 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4349 4414 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4350 4415 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4351 4416 ;; ;;
4417 *Intel*\ [[CF]]*Compiler*)
4418 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4419 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4420 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4421 ;;
4422 *Portland\ Group*)
4423 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4424 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4425 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4426 ;;
4352 4427 esac esac
4353 4428 ;; ;;
4354 4429 esac esac
 
... ... m4_if([$1], [CXX], [
4508 4583 ;; ;;
4509 4584 cygwin* | mingw* | cegcc*) cygwin* | mingw* | cegcc*)
4510 4585 case $cc_basename in case $cc_basename in
4511 cl*) ;;
4586 cl*)
4587 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
4588 ;;
4512 4589 *) *)
4513 4590 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
4514 4591 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
 
... ... m4_if([$1], [CXX], [
4533 4610 _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no
4534 4611 _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no
4535 4612 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
4536 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
4537 4613 _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)=
4538 4614 _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_minus_L, $1)=no
4539 4615 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
... ... _LT_EOF
4784 4860 xlf* | bgf* | bgxlf* | mpixlf*) xlf* | bgf* | bgxlf* | mpixlf*)
4785 4861 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
4786 4862 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
4787 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
4788 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
4863 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4789 4864 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
4790 4865 if test "x$supports_anon_versioning" = xyes; then if test "x$supports_anon_versioning" = xyes; then
4791 4866 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
... ... _LT_EOF
5080 5155 # The linker will not automatically build a static lib if we build a DLL. # The linker will not automatically build a static lib if we build a DLL.
5081 5156 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
5082 5157 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5158 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
5083 5159 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5084 5160 # Don't use ranlib # Don't use ranlib
5085 5161 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
 
... ... _LT_EOF
5126 5202 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5127 5203 ;; ;;
5128 5204
5129 freebsd1*)
5130 _LT_TAGVAR(ld_shlibs, $1)=no
5131 ;;
5132
5133 5205 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5134 5206 # support. Future versions do this automatically, but an explicit c++rt0.o # support. Future versions do this automatically, but an explicit c++rt0.o
5135 5207 # does not break anything, and helps significantly (at the cost of a little # does not break anything, and helps significantly (at the cost of a little
 
... ... _LT_EOF
5142 5214 ;; ;;
5143 5215
5144 5216 # Unfortunately, older versions of FreeBSD 2 do not have this feature. # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5145 freebsd2*)
5217 freebsd2.*)
5146 5218 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5147 5219 _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct, $1)=yes
5148 5220 _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
... ... _LT_EOF
5181 5253 fi fi
5182 5254 if test "$with_gnu_ld" = no; then if test "$with_gnu_ld" = no; then
5183 5255 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5184 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
5185 5256 _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5186 5257 _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct, $1)=yes
5187 5258 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
... ... _LT_TAGDECL([], [no_undefined_flag], [1],
5623 5694 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
5624 5695 [Flag to hardcode $libdir into a binary during linking. [Flag to hardcode $libdir into a binary during linking.
5625 5696 This must work even if $libdir does not exist]) This must work even if $libdir does not exist])
5626 _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
5627 [[If ld is used when linking, flag to hardcode $libdir into a binary
5628 during linking. This must work even if $libdir does not exist]])
5629 5697 _LT_TAGDECL([], [hardcode_libdir_separator], [1], _LT_TAGDECL([], [hardcode_libdir_separator], [1],
5630 5698 [Whether we need a single "-rpath" flag with a separated argument]) [Whether we need a single "-rpath" flag with a separated argument])
5631 5699 _LT_TAGDECL([], [hardcode_direct], [0], _LT_TAGDECL([], [hardcode_direct], [0],
 
... ... _LT_TAGVAR(export_dynamic_flag_spec, $1)=
5779 5847 _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no
5780 5848 _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no
5781 5849 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
5782 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
5783 5850 _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)=
5784 5851 _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_minus_L, $1)=no
5785 5852 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
... ... if test "$_lt_caught_CXX_error" != yes; then
6149 6216 esac esac
6150 6217 ;; ;;
6151 6218
6152 freebsd[[12]]*)
6219 freebsd2.*)
6153 6220 # C++ shared libraries reported to be fairly broken before # C++ shared libraries reported to be fairly broken before
6154 6221 # switch to ELF # switch to ELF
6155 6222 _LT_TAGVAR(ld_shlibs, $1)=no _LT_TAGVAR(ld_shlibs, $1)=no
 
... ... public class foo {
6910 6977 } }
6911 6978 }; };
6912 6979 _LT_EOF _LT_EOF
6980 ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
6981 package foo
6982 func foo() {
6983 }
6984 _LT_EOF
6913 6985 ]) ])
6914 6986
6915 6987 _lt_libdeps_save_CFLAGS=$CFLAGS _lt_libdeps_save_CFLAGS=$CFLAGS
6916 6988 case "$CC $CFLAGS " in #( case "$CC $CFLAGS " in #(
6917 6989 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
6918 6990 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
6991 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
6919 6992 esac esac
6920 6993
6921 6994 dnl Parse the compiler output and extract the necessary dnl Parse the compiler output and extract the necessary
 
... ... _LT_TAGVAR(export_dynamic_flag_spec, $1)=
7112 7185 _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no
7113 7186 _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no
7114 7187 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7115 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
7116 7188 _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)=
7117 7189 _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_minus_L, $1)=no
7118 7190 _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no
 
... ... _LT_TAGVAR(export_dynamic_flag_spec, $1)=
7245 7317 _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no
7246 7318 _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no
7247 7319 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7248 _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
7249 7320 _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)=
7250 7321 _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_minus_L, $1)=no
7251 7322 _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no
 
... ... CFLAGS=$lt_save_CFLAGS
7428 7499 ])# _LT_LANG_GCJ_CONFIG ])# _LT_LANG_GCJ_CONFIG
7429 7500
7430 7501
7502 # _LT_LANG_GO_CONFIG([TAG])
7503 # --------------------------
7504 # Ensure that the configuration variables for the GNU Go compiler
7505 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7506 # to write the compiler configuration to `libtool'.
7507 m4_defun([_LT_LANG_GO_CONFIG],
7508 [AC_REQUIRE([LT_PROG_GO])dnl
7509 AC_LANG_SAVE
7510
7511 # Source file extension for Go test sources.
7512 ac_ext=go
7513
7514 # Object file extension for compiled Go test sources.
7515 objext=o
7516 _LT_TAGVAR(objext, $1)=$objext
7517
7518 # Code to be used in simple compile tests
7519 lt_simple_compile_test_code="package main; func main() { }"
7520
7521 # Code to be used in simple link tests
7522 lt_simple_link_test_code='package main; func main() { }'
7523
7524 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7525 _LT_TAG_COMPILER
7526
7527 # save warnings/boilerplate of simple test code
7528 _LT_COMPILER_BOILERPLATE
7529 _LT_LINKER_BOILERPLATE
7530
7531 # Allow CC to be a program name with arguments.
7532 lt_save_CC=$CC
7533 lt_save_CFLAGS=$CFLAGS
7534 lt_save_GCC=$GCC
7535 GCC=yes
7536 CC=${GOC-"gccgo"}
7537 CFLAGS=$GOFLAGS
7538 compiler=$CC
7539 _LT_TAGVAR(compiler, $1)=$CC
7540 _LT_TAGVAR(LD, $1)="$LD"
7541 _LT_CC_BASENAME([$compiler])
7542
7543 # Go did not exist at the time GCC didn't implicitly link libc in.
7544 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7545
7546 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7547 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7548 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7549
7550 if test -n "$compiler"; then
7551 _LT_COMPILER_NO_RTTI($1)
7552 _LT_COMPILER_PIC($1)
7553 _LT_COMPILER_C_O($1)
7554 _LT_COMPILER_FILE_LOCKS($1)
7555 _LT_LINKER_SHLIBS($1)
7556 _LT_LINKER_HARDCODE_LIBPATH($1)
7557
7558 _LT_CONFIG($1)
7559 fi
7560
7561 AC_LANG_RESTORE
7562
7563 GCC=$lt_save_GCC
7564 CC=$lt_save_CC
7565 CFLAGS=$lt_save_CFLAGS
7566 ])# _LT_LANG_GO_CONFIG
7567
7568
7431 7569 # _LT_LANG_RC_CONFIG([TAG]) # _LT_LANG_RC_CONFIG([TAG])
7432 7570 # ------------------------- # -------------------------
7433 7571 # Ensure that the configuration variables for the Windows resource compiler # Ensure that the configuration variables for the Windows resource compiler
 
... ... dnl aclocal-1.4 backwards compatibility:
7497 7635 dnl AC_DEFUN([LT_AC_PROG_GCJ], []) dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
7498 7636
7499 7637
7638 # LT_PROG_GO
7639 # ----------
7640 AC_DEFUN([LT_PROG_GO],
7641 [AC_CHECK_TOOL(GOC, gccgo,)
7642 ])
7643
7644
7500 7645 # LT_PROG_RC # LT_PROG_RC
7501 7646 # ---------- # ----------
7502 7647 AC_DEFUN([LT_PROG_RC], AC_DEFUN([LT_PROG_RC],
 
... ... dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
8161 8306 # MODE is either `yes' or `no'. If omitted, it defaults to `both'. # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
8162 8307 m4_define([_LT_WITH_PIC], m4_define([_LT_WITH_PIC],
8163 8308 [AC_ARG_WITH([pic], [AC_ARG_WITH([pic],
8164 [AS_HELP_STRING([--with-pic],
8309 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
8165 8310 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
8166 [pic_mode="$withval"],
8311 [lt_p=${PACKAGE-default}
8312 case $withval in
8313 yes|no) pic_mode=$withval ;;
8314 *)
8315 pic_mode=default
8316 # Look at the argument we got. We use all the common list separators.
8317 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8318 for lt_pkg in $withval; do
8319 IFS="$lt_save_ifs"
8320 if test "X$lt_pkg" = "X$lt_p"; then
8321 pic_mode=yes
8322 fi
8323 done
8324 IFS="$lt_save_ifs"
8325 ;;
8326 esac],
8167 8327 [pic_mode=default]) [pic_mode=default])
8168 8328
8169 8329 test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
 
... ... m4_define([lt_dict_filter],
8335 8495
8336 8496 # @configure_input@ # @configure_input@
8337 8497
8338 # serial 3293 ltversion.m4
8498 # serial 3337 ltversion.m4
8339 8499 # This file is part of GNU Libtool # This file is part of GNU Libtool
8340 8500
8341 m4_define([LT_PACKAGE_VERSION], [2.4])
8342 m4_define([LT_PACKAGE_REVISION], [1.3293])
8501 m4_define([LT_PACKAGE_VERSION], [2.4.2])
8502 m4_define([LT_PACKAGE_REVISION], [1.3337])
8343 8503
8344 8504 AC_DEFUN([LTVERSION_VERSION], AC_DEFUN([LTVERSION_VERSION],
8345 [macro_version='2.4'
8346 macro_revision='1.3293'
8505 [macro_version='2.4.2'
8506 macro_revision='1.3337'
8347 8507 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
8348 8508 _LT_DECL(, macro_revision, 0) _LT_DECL(, macro_revision, 0)
8349 8509 ]) ])
File configure changed (mode: 100755) (index 321a9b2ee..9e8d7d078)
... ... Optional Features:
1404 1404 Optional Packages: Optional Packages:
1405 1405 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1406 1406 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1407 --with-pic try to use only PIC/non-PIC objects [default=use
1407 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
1408 1408 both] both]
1409 1409 --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1410 1410 --with-sysroot=DIR Search for dependent libraries within DIR --with-sysroot=DIR Search for dependent libraries within DIR
 
... ... fi
2830 2830
2831 2831 # Define the identity of the package. # Define the identity of the package.
2832 2832 PACKAGE=vifm PACKAGE=vifm
2833 VERSION=0.7.3a
2833 VERSION=0.7.4
2834 2834
2835 2835
2836 2836 cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
 
... ... esac
5636 5636
5637 5637
5638 5638
5639 macro_version='2.4'
5640 macro_revision='1.3293'
5639 macro_version='2.4.2'
5640 macro_revision='1.3337'
5641 5641
5642 5642
5643 5643
 
... ... else
6352 6352 lt_cv_sys_max_cmd_len=196608 lt_cv_sys_max_cmd_len=196608
6353 6353 ;; ;;
6354 6354
6355 os2*)
6356 # The test takes a long time on OS/2.
6357 lt_cv_sys_max_cmd_len=8192
6358 ;;
6359
6355 6360 osf*) osf*)
6356 6361 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6357 6362 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
... ... else
6391 6396 # If test is not a shell built-in, we'll probably end up computing a # If test is not a shell built-in, we'll probably end up computing a
6392 6397 # maximum length that is only half of the actual maximum length, but # maximum length that is only half of the actual maximum length, but
6393 6398 # we can't tell. # we can't tell.
6394 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6399 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
6395 6400 = "X$teststring$teststring"; } >/dev/null 2>&1 && = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6396 6401 test $i != 17 # 1/2 MB should be enough test $i != 17 # 1/2 MB should be enough
6397 6402 do do
 
... ... irix5* | irix6* | nonstopux*)
6820 6825 lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
6821 6826 ;; ;;
6822 6827
6823 # This must be Linux ELF.
6828 # This must be glibc/ELF.
6824 6829 linux* | k*bsd*-gnu | kopensolaris*-gnu) linux* | k*bsd*-gnu | kopensolaris*-gnu)
6825 6830 lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
6826 6831 ;; ;;
 
... ... old_postuninstall_cmds=
7460 7465 if test -n "$RANLIB"; then if test -n "$RANLIB"; then
7461 7466 case $host_os in case $host_os in
7462 7467 openbsd*) openbsd*)
7463 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7468 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
7464 7469 ;; ;;
7465 7470 *) *)
7466 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7471 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
7467 7472 ;; ;;
7468 7473 esac esac
7469 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7474 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
7470 7475 fi fi
7471 7476
7472 7477 case $host_os in case $host_os in
 
... ... for ac_symprfx in "" "_"; do
7613 7618 # which start with @ or ?. # which start with @ or ?.
7614 7619 lt_cv_sys_global_symbol_pipe="$AWK '"\ lt_cv_sys_global_symbol_pipe="$AWK '"\
7615 7620 " {last_section=section; section=\$ 3};"\ " {last_section=section; section=\$ 3};"\
7621 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
7616 7622 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7617 7623 " \$ 0!~/External *\|/{next};"\ " \$ 0!~/External *\|/{next};"\
7618 7624 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 
... ... $as_echo "$lt_cv_cc_needs_belf" >&6; }
8001 8007 CFLAGS="$SAVE_CFLAGS" CFLAGS="$SAVE_CFLAGS"
8002 8008 fi fi
8003 8009 ;; ;;
8004 sparc*-*solaris*)
8010 *-*solaris*)
8005 8011 # Find out which ABI we are using. # Find out which ABI we are using.
8006 8012 echo 'int i;' > conftest.$ac_ext echo 'int i;' > conftest.$ac_ext
8007 8013 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
... ... sparc*-*solaris*)
8012 8018 case `/usr/bin/file conftest.o` in case `/usr/bin/file conftest.o` in
8013 8019 *64-bit*) *64-bit*)
8014 8020 case $lt_cv_prog_gnu_ld in case $lt_cv_prog_gnu_ld in
8015 yes*) LD="${LD-ld} -m elf64_sparc" ;;
8021 yes*)
8022 case $host in
8023 i?86-*-solaris*)
8024 LD="${LD-ld} -m elf_x86_64"
8025 ;;
8026 sparc*-*-solaris*)
8027 LD="${LD-ld} -m elf64_sparc"
8028 ;;
8029 esac
8030 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
8031 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
8032 LD="${LD-ld}_sol2"
8033 fi
8034 ;;
8016 8035 *) *)
8017 8036 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
8018 8037 LD="${LD-ld} -64" LD="${LD-ld} -64"
 
... ... else
8652 8671 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8653 8672 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8654 8673 _lt_result=$? _lt_result=$?
8655 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8674 # If there is a non-empty error log, and "single_module"
8675 # appears in it, assume the flag caused a linker warning
8676 if test -s conftest.err && $GREP single_module conftest.err; then
8677 cat conftest.err >&5
8678 # Otherwise, if the output was created with a 0 exit code from
8679 # the compiler, it worked.
8680 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
8656 8681 lt_cv_apple_cc_single_mod=yes lt_cv_apple_cc_single_mod=yes
8657 8682 else else
8658 8683 cat conftest.err >&5 cat conftest.err >&5
 
... ... else
8663 8688 fi fi
8664 8689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8665 8690 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8691
8666 8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8667 8693 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8668 8694 if ${lt_cv_ld_exported_symbols_list+:} false; then : if ${lt_cv_ld_exported_symbols_list+:} false; then :
 
... ... rm -f core conftest.err conftest.$ac_objext \
8695 8721 fi fi
8696 8722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8697 8723 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8724
8698 8725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8699 8726 $as_echo_n "checking for -force_load linker flag... " >&6; } $as_echo_n "checking for -force_load linker flag... " >&6; }
8700 8727 if ${lt_cv_ld_force_load+:} false; then : if ${lt_cv_ld_force_load+:} false; then :
 
... ... _LT_EOF
8716 8743 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8717 8744 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8718 8745 _lt_result=$? _lt_result=$?
8719 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8746 if test -s conftest.err && $GREP force_load conftest.err; then
8747 cat conftest.err >&5
8748 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
8720 8749 lt_cv_ld_force_load=yes lt_cv_ld_force_load=yes
8721 8750 else else
8722 8751 cat conftest.err >&5 cat conftest.err >&5
 
... ... fi
8871 8900
8872 8901 # Check whether --with-pic was given. # Check whether --with-pic was given.
8873 8902 if test "${with_pic+set}" = set; then : if test "${with_pic+set}" = set; then :
8874 withval=$with_pic; pic_mode="$withval"
8903 withval=$with_pic; lt_p=${PACKAGE-default}
8904 case $withval in
8905 yes|no) pic_mode=$withval ;;
8906 *)
8907 pic_mode=default
8908 # Look at the argument we got. We use all the common list separators.
8909 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8910 for lt_pkg in $withval; do
8911 IFS="$lt_save_ifs"
8912 if test "X$lt_pkg" = "X$lt_p"; then
8913 pic_mode=yes
8914 fi
8915 done
8916 IFS="$lt_save_ifs"
8917 ;;
8918 esac
8875 8919 else else
8876 8920 pic_mode=default pic_mode=default
8877 8921 fi fi
 
... ... LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8944 8988
8945 8989
8946 8990
8991
8992
8993
8994
8947 8995
8948 8996
8949 8997
 
... ... lt_prog_compiler_static=
9404 9452 case $cc_basename in case $cc_basename in
9405 9453 nvcc*) # Cuda Compiler Driver 2.2 nvcc*) # Cuda Compiler Driver 2.2
9406 9454 lt_prog_compiler_wl='-Xlinker ' lt_prog_compiler_wl='-Xlinker '
9407 lt_prog_compiler_pic='-Xcompiler -fPIC'
9455 if test -n "$lt_prog_compiler_pic"; then
9456 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
9457 fi
9408 9458 ;; ;;
9409 9459 esac esac
9410 9460 else else
 
... ... lt_prog_compiler_static=
9495 9545 ;; ;;
9496 9546 *) *)
9497 9547 case `$CC -V 2>&1 | sed 5q` in case `$CC -V 2>&1 | sed 5q` in
9498 *Sun\ F* | *Sun*Fortran*)
9548 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
9499 9549 # Sun Fortran 8.3 passes all unrecognized flags to the linker # Sun Fortran 8.3 passes all unrecognized flags to the linker
9500 9550 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_pic='-KPIC'
9501 9551 lt_prog_compiler_static='-Bstatic' lt_prog_compiler_static='-Bstatic'
9502 9552 lt_prog_compiler_wl='' lt_prog_compiler_wl=''
9503 9553 ;; ;;
9554 *Sun\ F* | *Sun*Fortran*)
9555 lt_prog_compiler_pic='-KPIC'
9556 lt_prog_compiler_static='-Bstatic'
9557 lt_prog_compiler_wl='-Qoption ld '
9558 ;;
9504 9559 *Sun\ C*) *Sun\ C*)
9505 9560 # Sun C 5.9 # Sun C 5.9
9506 9561 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_pic='-KPIC'
9507 9562 lt_prog_compiler_static='-Bstatic' lt_prog_compiler_static='-Bstatic'
9508 9563 lt_prog_compiler_wl='-Wl,' lt_prog_compiler_wl='-Wl,'
9509 9564 ;; ;;
9565 *Intel*\ [CF]*Compiler*)
9566 lt_prog_compiler_wl='-Wl,'
9567 lt_prog_compiler_pic='-fPIC'
9568 lt_prog_compiler_static='-static'
9569 ;;
9570 *Portland\ Group*)
9571 lt_prog_compiler_wl='-Wl,'
9572 lt_prog_compiler_pic='-fpic'
9573 lt_prog_compiler_static='-Bstatic'
9574 ;;
9510 9575 esac esac
9511 9576 ;; ;;
9512 9577 esac esac
 
... ... $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie
9868 9933 hardcode_direct=no hardcode_direct=no
9869 9934 hardcode_direct_absolute=no hardcode_direct_absolute=no
9870 9935 hardcode_libdir_flag_spec= hardcode_libdir_flag_spec=
9871 hardcode_libdir_flag_spec_ld=
9872 9936 hardcode_libdir_separator= hardcode_libdir_separator=
9873 9937 hardcode_minus_L=no hardcode_minus_L=no
9874 9938 hardcode_shlibpath_var=unsupported hardcode_shlibpath_var=unsupported
 
... ... _LT_EOF
10118 10182 xlf* | bgf* | bgxlf* | mpixlf*) xlf* | bgf* | bgxlf* | mpixlf*)
10119 10183 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10120 10184 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10121 hardcode_libdir_flag_spec=
10122 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10185 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10123 10186 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
10124 10187 if test "x$supports_anon_versioning" = xyes; then if test "x$supports_anon_versioning" = xyes; then
10125 10188 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
 
... ... fi
10498 10561 # The linker will not automatically build a static lib if we build a DLL. # The linker will not automatically build a static lib if we build a DLL.
10499 10562 # _LT_TAGVAR(old_archive_from_new_cmds, )='true' # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
10500 10563 enable_shared_with_static_runtimes=yes enable_shared_with_static_runtimes=yes
10564 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
10501 10565 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10502 10566 # Don't use ranlib # Don't use ranlib
10503 10567 old_postinstall_cmds='chmod 644 $oldlib' old_postinstall_cmds='chmod 644 $oldlib'
 
... ... fi
10543 10607 hardcode_shlibpath_var=unsupported hardcode_shlibpath_var=unsupported
10544 10608 if test "$lt_cv_ld_force_load" = "yes"; then if test "$lt_cv_ld_force_load" = "yes"; then
10545 10609 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
10610
10546 10611 else else
10547 10612 whole_archive_flag_spec='' whole_archive_flag_spec=''
10548 10613 fi fi
 
... ... fi
10571 10636 hardcode_shlibpath_var=no hardcode_shlibpath_var=no
10572 10637 ;; ;;
10573 10638
10574 freebsd1*)
10575 ld_shlibs=no
10576 ;;
10577
10578 10639 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10579 10640 # support. Future versions do this automatically, but an explicit c++rt0.o # support. Future versions do this automatically, but an explicit c++rt0.o
10580 10641 # does not break anything, and helps significantly (at the cost of a little # does not break anything, and helps significantly (at the cost of a little
 
... ... fi
10587 10648 ;; ;;
10588 10649
10589 10650 # Unfortunately, older versions of FreeBSD 2 do not have this feature. # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10590 freebsd2*)
10651 freebsd2.*)
10591 10652 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10592 10653 hardcode_direct=yes hardcode_direct=yes
10593 10654 hardcode_minus_L=yes hardcode_minus_L=yes
 
... ... fi
10626 10687 fi fi
10627 10688 if test "$with_gnu_ld" = no; then if test "$with_gnu_ld" = no; then
10628 10689 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10629 hardcode_libdir_flag_spec_ld='+b $libdir'
10630 10690 hardcode_libdir_separator=: hardcode_libdir_separator=:
10631 10691 hardcode_direct=yes hardcode_direct=yes
10632 10692 hardcode_direct_absolute=yes hardcode_direct_absolute=yes
 
... ... esac
11244 11304
11245 11305
11246 11306
11247
11248
11249
11250
11251
11252 11307
11253 11308
11254 11309
 
... ... need_version=unknown
11344 11399
11345 11400 case $host_os in case $host_os in
11346 11401 aix3*) aix3*)
11347 version_type=linux
11402 version_type=linux # correct to gnu/linux during the next big refactor
11348 11403 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11349 11404 shlibpath_var=LIBPATH shlibpath_var=LIBPATH
11350 11405
 
... ... aix3*)
11353 11408 ;; ;;
11354 11409
11355 11410 aix[4-9]*) aix[4-9]*)
11356 version_type=linux
11411 version_type=linux # correct to gnu/linux during the next big refactor
11357 11412 need_lib_prefix=no need_lib_prefix=no
11358 11413 need_version=no need_version=no
11359 11414 hardcode_into_libs=yes hardcode_into_libs=yes
 
... ... beos*)
11418 11473 ;; ;;
11419 11474
11420 11475 bsdi[45]*) bsdi[45]*)
11421 version_type=linux
11476 version_type=linux # correct to gnu/linux during the next big refactor
11422 11477 need_version=no need_version=no
11423 11478 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11424 11479 soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
 
... ... darwin* | rhapsody*)
11557 11612 ;; ;;
11558 11613
11559 11614 dgux*) dgux*)
11560 version_type=linux
11615 version_type=linux # correct to gnu/linux during the next big refactor
11561 11616 need_lib_prefix=no need_lib_prefix=no
11562 11617 need_version=no need_version=no
11563 11618 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
... ... dgux*)
11565 11620 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
11566 11621 ;; ;;
11567 11622
11568 freebsd1*)
11569 dynamic_linker=no
11570 ;;
11571
11572 11623 freebsd* | dragonfly*) freebsd* | dragonfly*)
11573 11624 # DragonFly does not have aout. When/if they implement a new # DragonFly does not have aout. When/if they implement a new
11574 11625 # versioning mechanism, adjust this. # versioning mechanism, adjust this.
 
... ... freebsd* | dragonfly*)
11576 11627 objformat=`/usr/bin/objformat` objformat=`/usr/bin/objformat`
11577 11628 else else
11578 11629 case $host_os in case $host_os in
11579 freebsd[123]*) objformat=aout ;;
11630 freebsd[23].*) objformat=aout ;;
11580 11631 *) objformat=elf ;; *) objformat=elf ;;
11581 11632 esac esac
11582 11633 fi fi
 
... ... freebsd* | dragonfly*)
11594 11645 esac esac
11595 11646 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
11596 11647 case $host_os in case $host_os in
11597 freebsd2*)
11648 freebsd2.*)
11598 11649 shlibpath_overrides_runpath=yes shlibpath_overrides_runpath=yes
11599 11650 ;; ;;
11600 11651 freebsd3.[01]* | freebsdelf3.[01]*) freebsd3.[01]* | freebsdelf3.[01]*)
 
... ... freebsd* | dragonfly*)
11614 11665 ;; ;;
11615 11666
11616 11667 gnu*) gnu*)
11617 version_type=linux
11668 version_type=linux # correct to gnu/linux during the next big refactor
11618 11669 need_lib_prefix=no need_lib_prefix=no
11619 11670 need_version=no need_version=no
11620 11671 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11621 11672 soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
11622 11673 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
11674 shlibpath_overrides_runpath=no
11623 11675 hardcode_into_libs=yes hardcode_into_libs=yes
11624 11676 ;; ;;
11625 11677
11626 11678 haiku*) haiku*)
11627 version_type=linux
11679 version_type=linux # correct to gnu/linux during the next big refactor
11628 11680 need_lib_prefix=no need_lib_prefix=no
11629 11681 need_version=no need_version=no
11630 11682 dynamic_linker="$host_os runtime_loader" dynamic_linker="$host_os runtime_loader"
 
... ... hpux9* | hpux10* | hpux11*)
11685 11737 ;; ;;
11686 11738
11687 11739 interix[3-9]*) interix[3-9]*)
11688 version_type=linux
11740 version_type=linux # correct to gnu/linux during the next big refactor
11689 11741 need_lib_prefix=no need_lib_prefix=no
11690 11742 need_version=no need_version=no
11691 11743 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
... ... irix5* | irix6* | nonstopux*)
11701 11753 nonstopux*) version_type=nonstopux ;; nonstopux*) version_type=nonstopux ;;
11702 11754 *) *)
11703 11755 if test "$lt_cv_prog_gnu_ld" = yes; then if test "$lt_cv_prog_gnu_ld" = yes; then
11704 version_type=linux
11756 version_type=linux # correct to gnu/linux during the next big refactor
11705 11757 else else
11706 11758 version_type=irix version_type=irix
11707 11759 fi ;; fi ;;
 
... ... linux*oldld* | linux*aout* | linux*coff*)
11738 11790 dynamic_linker=no dynamic_linker=no
11739 11791 ;; ;;
11740 11792
11741 # This must be Linux ELF.
11793 # This must be glibc/ELF.
11742 11794 linux* | k*bsd*-gnu | kopensolaris*-gnu) linux* | k*bsd*-gnu | kopensolaris*-gnu)
11743 version_type=linux
11795 version_type=linux # correct to gnu/linux during the next big refactor
11744 11796 need_lib_prefix=no need_lib_prefix=no
11745 11797 need_version=no need_version=no
11746 11798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
... ... netbsd*)
11822 11874 ;; ;;
11823 11875
11824 11876 newsos6) newsos6)
11825 version_type=linux
11877 version_type=linux # correct to gnu/linux during the next big refactor
11826 11878 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11827 11879 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
11828 11880 shlibpath_overrides_runpath=yes shlibpath_overrides_runpath=yes
 
... ... rdos*)
11891 11943 ;; ;;
11892 11944
11893 11945 solaris*) solaris*)
11894 version_type=linux
11946 version_type=linux # correct to gnu/linux during the next big refactor
11895 11947 need_lib_prefix=no need_lib_prefix=no
11896 11948 need_version=no need_version=no
11897 11949 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
... ... sunos4*)
11916 11968 ;; ;;
11917 11969
11918 11970 sysv4 | sysv4.3*) sysv4 | sysv4.3*)
11919 version_type=linux
11971 version_type=linux # correct to gnu/linux during the next big refactor
11920 11972 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11921 11973 soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
11922 11974 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
 
... ... sysv4 | sysv4.3*)
11940 11992
11941 11993 sysv4*MP*) sysv4*MP*)
11942 11994 if test -d /usr/nec ;then if test -d /usr/nec ;then
11943 version_type=linux
11995 version_type=linux # correct to gnu/linux during the next big refactor
11944 11996 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11945 11997 soname_spec='$libname${shared_ext}.$major' soname_spec='$libname${shared_ext}.$major'
11946 11998 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
 
... ... sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11971 12023
11972 12024 tpf*) tpf*)
11973 12025 # TPF is a cross-target only. Preferred cross-host = GNU/Linux. # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11974 version_type=linux
12026 version_type=linux # correct to gnu/linux during the next big refactor
11975 12027 need_lib_prefix=no need_lib_prefix=no
11976 12028 need_version=no need_version=no
11977 12029 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
... ... tpf*)
11981 12033 ;; ;;
11982 12034
11983 12035 uts4*) uts4*)
11984 version_type=linux
12036 version_type=linux # correct to gnu/linux during the next big refactor
11985 12037 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11986 12038 soname_spec='${libname}${release}${shared_ext}$major' soname_spec='${libname}${release}${shared_ext}$major'
11987 12039 shlibpath_var=LD_LIBRARY_PATH shlibpath_var=LD_LIBRARY_PATH
 
... ... CC="$lt_save_CC"
12763 12815
12764 12816
12765 12817
12818
12819
12766 12820 ac_config_commands="$ac_config_commands libtool" ac_config_commands="$ac_config_commands libtool"
12767 12821
12768 12822
 
... ... pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16250 16304 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16251 16305 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16252 16306 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16307 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
16253 16308 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16254 16309 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16255 16310 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
 
... ... with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16332 16387 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16333 16388 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16334 16389 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16335 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16336 16390 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16337 16391 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16338 16392 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
 
... ... _LTECHO_EOF'
16388 16442 # Quote evaled strings. # Quote evaled strings.
16389 16443 for var in SHELL \ for var in SHELL \
16390 16444 ECHO \ ECHO \
16445 PATH_SEPARATOR \
16391 16446 SED \ SED \
16392 16447 GREP \ GREP \
16393 16448 EGREP \ EGREP \
 
... ... with_gnu_ld \
16438 16493 allow_undefined_flag \ allow_undefined_flag \
16439 16494 no_undefined_flag \ no_undefined_flag \
16440 16495 hardcode_libdir_flag_spec \ hardcode_libdir_flag_spec \
16441 hardcode_libdir_flag_spec_ld \
16442 16496 hardcode_libdir_separator \ hardcode_libdir_separator \
16443 16497 exclude_expsyms \ exclude_expsyms \
16444 16498 include_expsyms \ include_expsyms \
 
... ... $as_echo X"$file" |
17235 17289 # NOTE: Changes made to this file will be lost: look at ltmain.sh. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17236 17290 # #
17237 17291 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17238 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
17239 # Inc.
17292 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
17293 # Foundation, Inc.
17240 17294 # Written by Gordon Matzigkeit, 1996 # Written by Gordon Matzigkeit, 1996
17241 17295 # #
17242 17296 # This file is part of GNU Libtool. # This file is part of GNU Libtool.
 
... ... SHELL=$lt_SHELL
17290 17344 # An echo program that protects backslashes. # An echo program that protects backslashes.
17291 17345 ECHO=$lt_ECHO ECHO=$lt_ECHO
17292 17346
17347 # The PATH separator for the build system.
17348 PATH_SEPARATOR=$lt_PATH_SEPARATOR
17349
17293 17350 # The host system. # The host system.
17294 17351 host_alias=$host_alias host_alias=$host_alias
17295 17352 host=$host host=$host
 
... ... no_undefined_flag=$lt_no_undefined_flag
17591 17648 # This must work even if \$libdir does not exist # This must work even if \$libdir does not exist
17592 17649 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17593 17650
17594 # If ld is used when linking, flag to hardcode \$libdir into a binary
17595 # during linking. This must work even if \$libdir does not exist.
17596 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17597
17598 17651 # Whether we need a single "-rpath" flag with a separated argument. # Whether we need a single "-rpath" flag with a separated argument.
17599 17652 hardcode_libdir_separator=$lt_hardcode_libdir_separator hardcode_libdir_separator=$lt_hardcode_libdir_separator
17600 17653
File configure.in changed (mode: 100644) (index c42ed494a..f50dffb07)
1 1 dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
2 2
3 3 AC_INIT(configure.in) AC_INIT(configure.in)
4 AM_INIT_AUTOMAKE(vifm, 0.7.3a)
4 AM_INIT_AUTOMAKE(vifm, 0.7.4)
5 5 AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
6 6
7 7
File data/vim/doc/vifm.txt changed (mode: 100644) (index 4e0de415a..f1134b485)
1 *vifm.txt* For Vifm version 0.7.3a Last change: 2012 Oct 15
1 *vifm.txt* For Vifm version 0.7.4 Last change: 2012 Oct 15
2 2
3 3 Email for bugs and suggestions: <xaizek@lavabit.com> Email for bugs and suggestions: <xaizek@lavabit.com>
4 4
File src/Makefile.win changed (mode: 100644) (index f0ffa9dec..e1ad63626)
... ... vifmres.o: vifm.res
77 77
78 78 ../config.h: ../config.h:
79 79 @echo Creating sample ../config.h @echo Creating sample ../config.h
80 echo '#define VERSION "0.7.3a"' > ../config.h; \
80 echo '#define VERSION "0.7.4"' > ../config.h; \
81 81 echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \ echo '#define ENABLE_EXTENDED_KEYS' >> ../config.h; \
82 82 # echo '#define HAVE_FILE_PROG' >> ../config.h; \ # echo '#define HAVE_FILE_PROG' >> ../config.h; \
83 83
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master