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 69b56c549dde0ea3a7bda0b76281fc4662916c7c

Renema configure.{in,ac} in autogen.sh
Author: xaizek
Author date (UTC): 2014-10-08 19:32
Committer name: xaizek
Committer date (UTC): 2014-10-08 19:32
Parent(s): 23c739efd9382cb4fe6a0e8b65460792d81cc6ad
Signing key:
Tree: c9e8adf220e5ba6e139aa7850d09295cd91e9ace
File Lines added Lines deleted
autogen.sh 10 10
File autogen.sh changed (mode: 100755) (index 1e6773faa..ef3a79475)
... ... DIE=0
14 14 DIE=1 DIE=1
15 15 } }
16 16
17 grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
18 grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
17 grep "^AM_GNU_GETTEXT" $srcdir/configure.ac >/dev/null && {
18 grep "sed.*POTFILES" $srcdir/configure.ac >/dev/null || \
19 19 (gettext --version) < /dev/null > /dev/null 2>&1 || { (gettext --version) < /dev/null > /dev/null 2>&1 || {
20 20 echo echo
21 21 echo "**Error**: You must have \`gettext' installed." echo "**Error**: You must have \`gettext' installed."
 
... ... grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
25 25 } }
26 26 } }
27 27
28 grep "^AM_GNOME_GETTEXT" $srcdir/configure.in >/dev/null && {
29 grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
28 grep "^AM_GNOME_GETTEXT" $srcdir/configure.ac >/dev/null && {
29 grep "sed.*POTFILES" $srcdir/configure.ac >/dev/null || \
30 30 (gettext --version) < /dev/null > /dev/null 2>&1 || { (gettext --version) < /dev/null > /dev/null 2>&1 || {
31 31 echo echo
32 32 echo "**Error**: You must have \`gettext' installed." echo "**Error**: You must have \`gettext' installed."
 
... ... xlc )
72 72 am_opt=--include-deps;; am_opt=--include-deps;;
73 73 esac esac
74 74
75 for coin in `find $srcdir -name configure.in -print`
75 for coin in `find $srcdir -name configure.ac -print`
76 76 do do
77 77 dr=`dirname $coin` dr=`dirname $coin`
78 78 if test -f $dr/NO-AUTO-GEN; then if test -f $dr/NO-AUTO-GEN; then
 
... ... do
89 89 ## echo "**Warning**: No such directory \`$k'. Ignored." ## echo "**Warning**: No such directory \`$k'. Ignored."
90 90 fi fi
91 91 done done
92 if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then
93 if grep "sed.*POTFILES" configure.in >/dev/null; then
94 : do nothing -- we still have an old unmodified configure.in
92 if grep "^AM_GNU_GETTEXT" configure.ac >/dev/null; then
93 if grep "sed.*POTFILES" configure.ac >/dev/null; then
94 : do nothing -- we still have an old unmodified configure.ac
95 95 else else
96 96 echo "Creating $dr/aclocal.m4 ..." echo "Creating $dr/aclocal.m4 ..."
97 97 test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
 
... ... do
101 101 test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
102 102 fi fi
103 103 fi fi
104 if grep "^AM_GNOME_GETTEXT" configure.in >/dev/null; then
104 if grep "^AM_GNOME_GETTEXT" configure.ac >/dev/null; then
105 105 echo "Creating $dr/aclocal.m4 ..." echo "Creating $dr/aclocal.m4 ..."
106 106 test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 test -r $dr/aclocal.m4 || touch $dr/aclocal.m4
107 107 echo "Running gettextize... Ignore non-fatal messages." echo "Running gettextize... Ignore non-fatal messages."
 
... ... do
111 111 fi fi
112 112 echo "Running aclocal $aclocalinclude ..." echo "Running aclocal $aclocalinclude ..."
113 113 aclocal $aclocalinclude aclocal $aclocalinclude
114 if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
114 if grep "^AM_CONFIG_HEADER" configure.ac >/dev/null; then
115 115 echo "Running autoheader..." echo "Running autoheader..."
116 116 autoheader autoheader
117 117 fi fi
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