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 999876f05672aa4db73007dc136d04fca11ec9a3

Update build files for automake 1.18
Author: xaizek
Author date (UTC): 2025-05-30 07:33
Committer name: xaizek
Committer date (UTC): 2025-05-30 07:33
Parent(s): 61474c805d277dc0da48be4c4a667fe8cb2ddbd0
Signing key: 99DC5E4DB05F6BE2
Tree: 979d403d7df1a0a8b2fa935cbcf8cfe6faca253e
File Lines added Lines deleted
Makefile.in 22 14
aclocal.m4 39 29
configure 141 5
src/Makefile.in 4 3
File Makefile.in changed (mode: 100644) (index 639bea5be..ef7c863a6)
1 # Makefile.in generated by automake 1.17 from Makefile.am.
1 # Makefile.in generated by automake 1.18 from Makefile.am.
2 2 # @configure_input@ # @configure_input@
3 3
4 # Copyright (C) 1994-2024 Free Software Foundation, Inc.
4 # Copyright (C) 1994-2025 Free Software Foundation, Inc.
5 5
6 6 # This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
7 7 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... cscopelist-am: $(am__tagged_files)
490 490 distclean-tags: distclean-tags:
491 491 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
492 492 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
493
493 494 distdir: $(BUILT_SOURCES) distdir: $(BUILT_SOURCES)
494 495 $(MAKE) $(AM_MAKEFLAGS) distdir-am $(MAKE) $(AM_MAKEFLAGS) distdir-am
495 496
 
... ... dist-bzip2: distdir
567 568 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
568 569 $(am__post_remove_distdir) $(am__post_remove_distdir)
569 570
571 dist-bzip3: distdir
572 tardir=$(distdir) && $(am__tar) | bzip3 -c >$(distdir).tar.bz3
573 $(am__post_remove_distdir)
574
570 575 dist-lzip: distdir dist-lzip: distdir
571 576 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
572 577 $(am__post_remove_distdir) $(am__post_remove_distdir)
 
... ... distcheck: dist
611 616 eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
612 617 *.tar.bz2*) \ *.tar.bz2*) \
613 618 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
619 *.tar.bz3*) \
620 bzip3 -dc $(distdir).tar.bz3 | $(am__untar) ;;\
614 621 *.tar.lz*) \ *.tar.lz*) \
615 622 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
616 623 *.tar.xz*) \ *.tar.xz*) \
 
... ... uninstall-am:
799 806 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
800 807 am--refresh check check-am clean clean-cscope clean-generic \ am--refresh check check-am clean clean-cscope clean-generic \
801 808 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
802 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
803 dist-zip dist-zstd distcheck distclean distclean-generic \
804 distclean-hdr distclean-tags distcleancheck distdir \
805 distuninstallcheck dvi dvi-am html html-am info info-am \
806 install install-am install-data install-data-am install-dvi \
807 install-dvi-am install-exec install-exec-am install-html \
808 install-html-am install-info install-info-am install-man \
809 install-pdf install-pdf-am install-ps install-ps-am \
810 install-strip installcheck installcheck-am installdirs \
811 installdirs-am maintainer-clean maintainer-clean-generic \
812 mostlyclean mostlyclean-generic mostlyclean-local pdf pdf-am \
813 ps ps-am tags tags-am uninstall uninstall-am
809 dist-bzip3 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
810 dist-xz dist-zip dist-zstd distcheck distclean \
811 distclean-generic distclean-hdr distclean-tags distcleancheck \
812 distdir distuninstallcheck dvi dvi-am html html-am info \
813 info-am install install-am install-data install-data-am \
814 install-dvi install-dvi-am install-exec install-exec-am \
815 install-html install-html-am install-info install-info-am \
816 install-man install-pdf install-pdf-am install-ps \
817 install-ps-am install-strip installcheck installcheck-am \
818 installdirs installdirs-am maintainer-clean \
819 maintainer-clean-generic mostlyclean mostlyclean-generic \
820 mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
821 uninstall-am
814 822
815 823 .PRECIOUS: Makefile .PRECIOUS: Makefile
816 824
File aclocal.m4 changed (mode: 100644) (index 639f1f76a..beffb22e3)
1 # generated automatically by aclocal 1.17 -*- Autoconf -*-
1 # generated automatically by aclocal 1.18 -*- Autoconf -*-
2 2
3 # Copyright (C) 1996-2024 Free Software Foundation, Inc.
3 # Copyright (C) 1996-2025 Free Software Foundation, Inc.
4 4
5 5 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
6 6 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... You have another version of autoconf. It may work, but is not guaranteed to.
20 20 If you have problems, you may need to regenerate the build system entirely. If you have problems, you may need to regenerate the build system entirely.
21 21 To do so, use the procedure documented by the package, typically 'autoreconf'.])]) To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22 22
23 # Copyright (C) 2002-2024 Free Software Foundation, Inc.
23 # Copyright (C) 2002-2025 Free Software Foundation, Inc.
24 24 # #
25 25 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
26 26 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... To do so, use the procedure documented by the package, typically 'autoreconf'.])
32 32 # generated from the m4 files accompanying Automake X.Y. # generated from the m4 files accompanying Automake X.Y.
33 33 # (This private macro should not be called outside this file.) # (This private macro should not be called outside this file.)
34 34 AC_DEFUN([AM_AUTOMAKE_VERSION], AC_DEFUN([AM_AUTOMAKE_VERSION],
35 [am__api_version='1.17'
35 [am__api_version='1.18'
36 36 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
37 37 dnl require some minimum version. Point them to the right macro. dnl require some minimum version. Point them to the right macro.
38 m4_if([$1], [1.17], [],
38 m4_if([$1], [1.18], [],
39 39 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
40 40 ]) ])
41 41
 
... ... m4_define([_AM_AUTOCONF_VERSION], [])
51 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
52 52 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
53 53 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54 [AM_AUTOMAKE_VERSION([1.17])dnl
54 [AM_AUTOMAKE_VERSION([1.18])dnl
55 55 m4_ifndef([AC_AUTOCONF_VERSION], m4_ifndef([AC_AUTOCONF_VERSION],
56 56 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
57 57 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
58 58
59 59 # AM_AUX_DIR_EXPAND -*- Autoconf -*- # AM_AUX_DIR_EXPAND -*- Autoconf -*-
60 60
61 # Copyright (C) 2001-2024 Free Software Foundation, Inc.
61 # Copyright (C) 2001-2025 Free Software Foundation, Inc.
62 62 # #
63 63 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
64 64 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... am_aux_dir=`cd "$ac_aux_dir" && pwd`
110 110
111 111 # AM_CONDITIONAL -*- Autoconf -*- # AM_CONDITIONAL -*- Autoconf -*-
112 112
113 # Copyright (C) 1997-2024 Free Software Foundation, Inc.
113 # Copyright (C) 1997-2025 Free Software Foundation, Inc.
114 114 # #
115 115 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
116 116 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_CONFIG_COMMANDS_PRE(
141 141 Usually this means the macro was only invoked conditionally.]]) Usually this means the macro was only invoked conditionally.]])
142 142 fi])]) fi])])
143 143
144 # Copyright (C) 1999-2024 Free Software Foundation, Inc.
144 # Copyright (C) 1999-2025 Free Software Foundation, Inc.
145 145 # #
146 146 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
147 147 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... _AM_SUBST_NOTMAKE([am__nodep])dnl
332 332
333 333 # Generate code to set up dependency tracking. -*- Autoconf -*- # Generate code to set up dependency tracking. -*- Autoconf -*-
334 334
335 # Copyright (C) 1999-2024 Free Software Foundation, Inc.
335 # Copyright (C) 1999-2025 Free Software Foundation, Inc.
336 336 # #
337 337 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
338 338 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
400 400
401 401 # Do all the work for Automake. -*- Autoconf -*- # Do all the work for Automake. -*- Autoconf -*-
402 402
403 # Copyright (C) 1996-2024 Free Software Foundation, Inc.
403 # Copyright (C) 1996-2025 Free Software Foundation, Inc.
404 404 # #
405 405 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
406 406 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_REQUIRE([AC_PROG_AWK])dnl
500 500 AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl
501 501 AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl
502 502 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
503 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
504 [_AM_PROG_TAR([v7])])])
503 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
504 [_AM_IF_OPTION([tar-v7], [_AM_PROG_TAR([v7])],
505 [_AM_PROG_TAR([ustar])])])])
505 506 _AM_IF_OPTION([no-dependencies],, _AM_IF_OPTION([no-dependencies],,
506 507 [AC_PROVIDE_IFELSE([AC_PROG_CC], [AC_PROVIDE_IFELSE([AC_PROG_CC],
507 508 [_AM_DEPENDENCIES([CC])], [_AM_DEPENDENCIES([CC])],
 
... ... for _am_header in $config_headers :; do
577 578 done done
578 579 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
579 580
580 # Copyright (C) 2001-2024 Free Software Foundation, Inc.
581 # Copyright (C) 2001-2025 Free Software Foundation, Inc.
581 582 # #
582 583 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
583 584 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... if test x"${install_sh+set}" != xset; then
598 599 fi fi
599 600 AC_SUBST([install_sh])]) AC_SUBST([install_sh])])
600 601
601 # Copyright (C) 2003-2024 Free Software Foundation, Inc.
602 # Copyright (C) 2003-2025 Free Software Foundation, Inc.
602 603 # #
603 604 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
604 605 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_SUBST([am__leading_dot])])
619 620
620 621 # Check to see how 'make' treats includes. -*- Autoconf -*- # Check to see how 'make' treats includes. -*- Autoconf -*-
621 622
622 # Copyright (C) 2001-2024 Free Software Foundation, Inc.
623 # Copyright (C) 2001-2025 Free Software Foundation, Inc.
623 624 # #
624 625 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
625 626 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_SUBST([am__quote])])
662 663
663 664 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
664 665
665 # Copyright (C) 1997-2024 Free Software Foundation, Inc.
666 # Copyright (C) 1997-2025 Free Software Foundation, Inc.
666 667 # #
667 668 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
668 669 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... fi
696 697
697 698 # Helper functions for option handling. -*- Autoconf -*- # Helper functions for option handling. -*- Autoconf -*-
698 699
699 # Copyright (C) 2001-2024 Free Software Foundation, Inc.
700 # Copyright (C) 2001-2025 Free Software Foundation, Inc.
700 701 # #
701 702 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
702 703 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_DEFUN([_AM_SET_OPTIONS],
725 726 AC_DEFUN([_AM_IF_OPTION], AC_DEFUN([_AM_IF_OPTION],
726 727 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
727 728
728 # Copyright (C) 1999-2024 Free Software Foundation, Inc.
729 # Copyright (C) 1999-2025 Free Software Foundation, Inc.
729 730 # #
730 731 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
731 732 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_CACHE_CHECK(
757 758 break break
758 759 fi fi
759 760 done done
760 rm -f core conftest*
761 # aligned with autoconf, so not including core; see bug#72225.
762 rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \
763 conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \
764 conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM
761 765 unset am_i]) unset am_i])
762 766 if test "$am_cv_prog_cc_c_o" != yes; then if test "$am_cv_prog_cc_c_o" != yes; then
763 767 # Losing compiler, so override with the script. # Losing compiler, so override with the script.
 
... ... AC_LANG_POP([C])])
772 776 # For backward compatibility. # For backward compatibility.
773 777 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
774 778
775 # Copyright (C) 2022-2024 Free Software Foundation, Inc.
779 # Copyright (C) 2022-2025 Free Software Foundation, Inc.
776 780 # #
777 781 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
778 782 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AS_IF([(rm -f && rm -fr && rm -rf) 2>/dev/null], [], [am__rm_f_notfound='""'])
788 792 AC_SUBST(am__rm_f_notfound) AC_SUBST(am__rm_f_notfound)
789 793 ]) ])
790 794
791 # Copyright (C) 2001-2024 Free Software Foundation, Inc.
795 # Copyright (C) 2001-2025 Free Software Foundation, Inc.
792 796 # #
793 797 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
794 798 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_DEFUN([AM_RUN_LOG],
807 811
808 812 # Check to make sure that the build environment is sane. -*- Autoconf -*- # Check to make sure that the build environment is sane. -*- Autoconf -*-
809 813
810 # Copyright (C) 1996-2024 Free Software Foundation, Inc.
814 # Copyright (C) 1996-2025 Free Software Foundation, Inc.
811 815 # #
812 816 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
813 817 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... am_lf='
976 980 ' '
977 981 case `pwd` in case `pwd` in
978 982 *[[\\\"\#\$\&\'\`$am_lf]]*) *[[\\\"\#\$\&\'\`$am_lf]]*)
983 AC_MSG_RESULT([no])
979 984 AC_MSG_ERROR([unsafe absolute working directory name]);; AC_MSG_ERROR([unsafe absolute working directory name]);;
980 985 esac esac
981 986 case $srcdir in case $srcdir in
982 987 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
988 AC_MSG_RESULT([no])
983 989 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
984 990 esac esac
985 991
 
... ... AC_CONFIG_COMMANDS_PRE(
1032 1038 rm -f conftest.file rm -f conftest.file
1033 1039 ]) ])
1034 1040
1035 # Copyright (C) 2009-2024 Free Software Foundation, Inc.
1041 # Copyright (C) 2009-2025 Free Software Foundation, Inc.
1036 1042 # #
1037 1043 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
1038 1044 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... fi
1101 1107 # empty being verbose). # empty being verbose).
1102 1108 AC_DEFUN([AM_SILENT_RULES], AC_DEFUN([AM_SILENT_RULES],
1103 1109 [AC_REQUIRE([_AM_SILENT_RULES]) [AC_REQUIRE([_AM_SILENT_RULES])
1104 AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])])
1110 AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1])m4_newline
1111 dnl We intentionally force a newline after the assignment, since a) nothing
1112 dnl good can come of more text following, and b) that was the behavior
1113 dnl before 1.17. See https://bugs.gnu.org/72267.
1114 ])
1105 1115
1106 # Copyright (C) 2001-2024 Free Software Foundation, Inc.
1116 # Copyright (C) 2001-2025 Free Software Foundation, Inc.
1107 1117 # #
1108 1118 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
1109 1119 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... fi
1131 1141 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1132 1142 AC_SUBST([INSTALL_STRIP_PROGRAM])]) AC_SUBST([INSTALL_STRIP_PROGRAM])])
1133 1143
1134 # Copyright (C) 2006-2024 Free Software Foundation, Inc.
1144 # Copyright (C) 2006-2025 Free Software Foundation, Inc.
1135 1145 # #
1136 1146 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
1137 1147 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1150 1160
1151 1161 # Check how to create a tarball. -*- Autoconf -*- # Check how to create a tarball. -*- Autoconf -*-
1152 1162
1153 # Copyright (C) 2004-2024 Free Software Foundation, Inc.
1163 # Copyright (C) 2004-2025 Free Software Foundation, Inc.
1154 1164 # #
1155 1165 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
1156 1166 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... AC_SUBST([am__tar])
1285 1295 AC_SUBST([am__untar]) AC_SUBST([am__untar])
1286 1296 ]) # _AM_PROG_TAR ]) # _AM_PROG_TAR
1287 1297
1288 # Copyright (C) 2022-2024 Free Software Foundation, Inc.
1298 # Copyright (C) 2022-2025 Free Software Foundation, Inc.
1289 1299 # #
1290 1300 # This file is free software; the Free Software Foundation # This file is free software; the Free Software Foundation
1291 1301 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
File configure changed (mode: 100755) (index e99765b9d..85bdf47e5)
... ... ac_compiler_gnu=$ac_cv_c_compiler_gnu
2758 2758
2759 2759
2760 2760
2761 am__api_version='1.17'
2761 am__api_version='1.18'
2762 2762
2763 2763
2764 2764
 
... ... am_lf='
3028 3028 ' '
3029 3029 case `pwd` in case `pwd` in
3030 3030 *[\\\"\#\$\&\'\`$am_lf]*) *[\\\"\#\$\&\'\`$am_lf]*)
3031 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3032 printf "%s\n" "no" >&6; }
3031 3033 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3032 3034 esac esac
3033 3035 case $srcdir in case $srcdir in
3034 3036 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3037 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3038 printf "%s\n" "no" >&6; }
3035 3039 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3036 3040 esac esac
3037 3041
 
... ... AMTAR='$${TAR-tar}'
3496 3500
3497 3501
3498 3502 # We'll loop over all known methods to create a tar archive until one works. # We'll loop over all known methods to create a tar archive until one works.
3499 _am_tools='gnutar pax cpio none'
3503 _am_tools='gnutar plaintar pax cpio none'
3504
3505 # The POSIX 1988 'ustar' format is defined with fixed-size fields.
3506 # There is notably a 21 bits limit for the UID and the GID. In fact,
3507 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3508 # and bug#13588).
3509 am_max_uid=2097151 # 2^21 - 1
3510 am_max_gid=$am_max_uid
3511 # The $UID and $GID variables are not portable, so we need to resort
3512 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
3513 # below are definitely unexpected, so allow the users to see them
3514 # (that is, avoid stderr redirection).
3515 am_uid=`id -u || echo unknown`
3516 am_gid=`id -g || echo unknown`
3517 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
3518 printf %s "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3519 if test x$am_uid = xunknown; then
3520 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ancient id detected; assuming current UID is ok, but dist-ustar might not work" >&5
3521 printf "%s\n" "$as_me: WARNING: ancient id detected; assuming current UID is ok, but dist-ustar might not work" >&2;}
3522 elif test $am_uid -le $am_max_uid; then
3523 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3524 printf "%s\n" "yes" >&6; }
3525 else
3526 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3527 printf "%s\n" "no" >&6; }
3528 _am_tools=none
3529 fi
3530 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3531 printf %s "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3532 if test x$gm_gid = xunknown; then
3533 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: ancient id detected; assuming current GID is ok, but dist-ustar might not work" >&5
3534 printf "%s\n" "$as_me: WARNING: ancient id detected; assuming current GID is ok, but dist-ustar might not work" >&2;}
3535 elif test $am_gid -le $am_max_gid; then
3536 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3537 printf "%s\n" "yes" >&6; }
3538 else
3539 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
3540 printf "%s\n" "no" >&6; }
3541 _am_tools=none
3542 fi
3543
3544 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3545 printf %s "checking how to create a ustar tar archive... " >&6; }
3546
3547 # Go ahead even if we have the value already cached. We do so because we
3548 # need to set the values for the 'am__tar' and 'am__untar' variables.
3549 _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3550
3551 for _am_tool in $_am_tools; do
3552 case $_am_tool in
3553 gnutar)
3554 for _am_tar in tar gnutar gtar; do
3555 { echo "$as_me:$LINENO: $_am_tar --version" >&5
3556 ($_am_tar --version) >&5 2>&5
3557 ac_status=$?
3558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3559 (exit $ac_status); } && break
3560 done
3561 am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3562 am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3563 am__untar="$_am_tar -xf -"
3564 ;;
3565 plaintar)
3566 # Must skip GNU tar: if it does not support --format= it doesn't create
3567 # ustar tarball either.
3568 (tar --version) >/dev/null 2>&1 && continue
3569 am__tar='tar chf - "$$tardir"'
3570 am__tar_='tar chf - "$tardir"'
3571 am__untar='tar xf -'
3572 ;;
3573 pax)
3574 am__tar='pax -L -x ustar -w "$$tardir"'
3575 am__tar_='pax -L -x ustar -w "$tardir"'
3576 am__untar='pax -r'
3577 ;;
3578 cpio)
3579 am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3580 am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3581 am__untar='cpio -i -H ustar -d'
3582 ;;
3583 none)
3584 am__tar=false
3585 am__tar_=false
3586 am__untar=false
3587 ;;
3588 esac
3500 3589
3501 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3590 # If the value was cached, stop now. We just wanted to have am__tar
3591 # and am__untar set.
3592 test -n "${am_cv_prog_tar_ustar}" && break
3593
3594 # tar/untar a dummy directory, and stop if the command works.
3595 rm -rf conftest.dir
3596 mkdir conftest.dir
3597 echo GrepMe > conftest.dir/file
3598 { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3599 (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3600 ac_status=$?
3601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3602 (exit $ac_status); }
3603 rm -rf conftest.dir
3604 if test -s conftest.tar; then
3605 { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3606 ($am__untar <conftest.tar) >&5 2>&5
3607 ac_status=$?
3608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3609 (exit $ac_status); }
3610 { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3611 (cat conftest.dir/file) >&5 2>&5
3612 ac_status=$?
3613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3614 (exit $ac_status); }
3615 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3616 fi
3617 done
3618 rm -rf conftest.dir
3619
3620 if test ${am_cv_prog_tar_ustar+y}
3621 then :
3622 printf %s "(cached) " >&6
3623 else case e in #(
3624 e) am_cv_prog_tar_ustar=$_am_tool ;;
3625 esac
3626 fi
3627
3628 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3629 printf "%s\n" "$am_cv_prog_tar_ustar" >&6; }
3502 3630
3503 3631
3504 3632
 
... ... _ACEOF
4670 4798 break break
4671 4799 fi fi
4672 4800 done done
4673 rm -f core conftest*
4801 # aligned with autoconf, so not including core; see bug#72225.
4802 rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \
4803 conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \
4804 conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM
4674 4805 unset am_i ;; unset am_i ;;
4675 4806 esac esac
4676 4807 fi fi
 
... ... _ACEOF
5794 5925 break break
5795 5926 fi fi
5796 5927 done done
5797 rm -f core conftest*
5928 # aligned with autoconf, so not including core; see bug#72225.
5929 rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.$ac_objext \
5930 conftest.dSYM conftest1.$ac_ext conftest1.$ac_objext conftest1.dSYM \
5931 conftest2.$ac_ext conftest2.$ac_objext conftest2.dSYM
5798 5932 unset am_i ;; unset am_i ;;
5799 5933 esac esac
5800 5934 fi fi
 
... ... fi
5949 6083
5950 6084 AM_DEFAULT_VERBOSITY=0 AM_DEFAULT_VERBOSITY=0
5951 6085
6086
6087
5952 6088 ac_ext=c ac_ext=c
5953 6089 ac_cpp='$CPP $CPPFLAGS' ac_cpp='$CPP $CPPFLAGS'
5954 6090 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
File src/Makefile.in changed (mode: 100644) (index 76b79ce1b..7f8d2a36f)
1 # Makefile.in generated by automake 1.17 from Makefile.am.
1 # Makefile.in generated by automake 1.18 from Makefile.am.
2 2 # @configure_input@ # @configure_input@
3 3
4 # Copyright (C) 1994-2024 Free Software Foundation, Inc.
4 # Copyright (C) 1994-2025 Free Software Foundation, Inc.
5 5
6 6 # This Makefile.in is free software; the Free Software Foundation # This Makefile.in is free software; the Free Software Foundation
7 7 # gives unlimited permission to copy and/or distribute it, # gives unlimited permission to copy and/or distribute it,
 
... ... am__common_driver_flags = \
553 553 # To be inserted before the command running the test. Creates the # To be inserted before the command running the test. Creates the
554 554 # directory for the log if needed. Stores in $dir the directory # directory for the log if needed. Stores in $dir the directory
555 555 # containing $f, in $tst the test, in $log the log. Executes the # containing $f, in $tst the test, in $log the log. Executes the
556 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
556 # developer-defined test setup AM_TESTS_ENVIRONMENT (if any), and
557 557 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
558 558 # will run the test scripts (or their associated LOG_COMPILER, if # will run the test scripts (or their associated LOG_COMPILER, if
559 559 # thy have one). # thy have one).
 
... ... runtests.log: runtests
2639 2639 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
2640 2640 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2641 2641 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
2642
2642 2643 distdir: $(BUILT_SOURCES) distdir: $(BUILT_SOURCES)
2643 2644 $(MAKE) $(AM_MAKEFLAGS) distdir-am $(MAKE) $(AM_MAKEFLAGS) distdir-am
2644 2645
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