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 23c739efd9382cb4fe6a0e8b65460792d81cc6ad

Remove libtool parts from 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): 200678fcad3e5ce3b1e4dfdf54e04f50b3837aca
Signing key:
Tree: cda3b11204ec1650e9dac1cfd905c053dd8e8a2a
File Lines added Lines deleted
autogen.sh 0 14
File autogen.sh changed (mode: 100755) (index 293b7972e..1e6773faa)
... ... DIE=0
14 14 DIE=1 DIE=1
15 15 } }
16 16
17 (grep "^AM_PROG_LIBTOOL" $srcdir/configure.in >/dev/null) && {
18 (libtool --version) < /dev/null > /dev/null 2>&1 || {
19 echo
20 echo "**Error**: You must have \`libtool' installed."
21 echo "Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2d.tar.gz"
22 echo "(or a newer version if it is available)"
23 DIE=1
24 }
25 }
26
27 17 grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && { grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && {
28 18 grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \ grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \
29 19 (gettext --version) < /dev/null > /dev/null 2>&1 || { (gettext --version) < /dev/null > /dev/null 2>&1 || {
 
... ... do
119 109 echo "Making $dr/aclocal.m4 writable ..." echo "Making $dr/aclocal.m4 writable ..."
120 110 test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4
121 111 fi fi
122 if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
123 echo "Running libtoolize..."
124 libtoolize --force --copy
125 fi
126 112 echo "Running aclocal $aclocalinclude ..." echo "Running aclocal $aclocalinclude ..."
127 113 aclocal $aclocalinclude aclocal $aclocalinclude
128 114 if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then
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