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 e34f45198d74f551a63dd0a19d8fd468daaec85d

Regenerate autoconf files (bumps them to v1.18.1)
Run scripts/fix-timestamps after pull the changes to not have to update
automake or anything.
Author: xaizek
Author date (UTC): 2025-11-22 14:19
Committer name: xaizek
Committer date (UTC): 2025-11-22 14:19
Parent(s): 5782270ada10ec2d93ab773cae4ab4e9b31a40f3
Signing key: 99DC5E4DB05F6BE2
Tree: bddcb5edef3996d08cbca9438e1a25277e7063e7
File Lines added Lines deleted
Makefile.in 1 1
aclocal.m4 3 3
configure 12 3
src/Makefile.in 1 1
File Makefile.in changed (mode: 100644) (index ef7c863a6..065632ebe)
1 # Makefile.in generated by automake 1.18 from Makefile.am.
1 # Makefile.in generated by automake 1.18.1 from Makefile.am.
2 2 # @configure_input@ # @configure_input@
3 3
4 4 # Copyright (C) 1994-2025 Free Software Foundation, Inc. # Copyright (C) 1994-2025 Free Software Foundation, Inc.
File aclocal.m4 changed (mode: 100644) (index beffb22e3..fee989c95)
1 # generated automatically by aclocal 1.18 -*- Autoconf -*-
1 # generated automatically by aclocal 1.18.1 -*- Autoconf -*-
2 2
3 3 # Copyright (C) 1996-2025 Free Software Foundation, Inc. # Copyright (C) 1996-2025 Free Software Foundation, Inc.
4 4
 
... ... AC_DEFUN([AM_AUTOMAKE_VERSION],
35 35 [am__api_version='1.18' [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.18], [],
38 m4_if([$1], [1.18.1], [],
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.18])dnl
54 [AM_AUTOMAKE_VERSION([1.18.1])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]))])
File configure changed (mode: 100755) (index 85bdf47e5..1c56f244c)
... ... else case e in #(
11179 11179 esac esac
11180 11180 fi fi
11181 11181
11182 ac_fn_c_check_func "$LINENO" "g_file_info_get_content_type" "ac_cv_func_g_file_info_get_content_type"
11183 if test "x$ac_cv_func_g_file_info_get_content_type" = xyes
11182 ac_fn_c_check_func "$LINENO" "g_file_info_has_attribute" "ac_cv_func_g_file_info_has_attribute"
11183 if test "x$ac_cv_func_g_file_info_has_attribute" = xyes
11184 11184 then : then :
11185 11185
11186 11186 else case e in #( else case e in #(
11187 e) as_fn_error $? "g_file_info_get_content_type() function not found." "$LINENO" 5 ;;
11187 e) as_fn_error $? "g_file_info_has_attribute() function not found." "$LINENO" 5 ;;
11188 esac
11189 fi
11190
11191 ac_fn_c_check_func "$LINENO" "g_file_info_get_attribute_string" "ac_cv_func_g_file_info_get_attribute_string"
11192 if test "x$ac_cv_func_g_file_info_get_attribute_string" = xyes
11193 then :
11194
11195 else case e in #(
11196 e) as_fn_error $? "g_file_info_get_attribute_string() function not found." "$LINENO" 5 ;;
11188 11197 esac esac
11189 11198 fi fi
11190 11199
File src/Makefile.in changed (mode: 100644) (index 7f8d2a36f..fc4d0acf5)
1 # Makefile.in generated by automake 1.18 from Makefile.am.
1 # Makefile.in generated by automake 1.18.1 from Makefile.am.
2 2 # @configure_input@ # @configure_input@
3 3
4 4 # Copyright (C) 1994-2025 Free Software Foundation, Inc. # Copyright (C) 1994-2025 Free Software Foundation, Inc.
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