nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 7cf7f42546d74655d722892642ef45e2b6101710
parent 73ff00e47f3041c53af4576f34bab99296c7470a
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Wed,  2 Apr 2014 21:06:37 +0000

Oops, s/make/conf/.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4707 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,7 +1,7 @@ 2014-04-02 Benno Schulenberg <bensberg@justemail.net> * configure.ac, doc/Makefile.am: Try to build the info documentation only when 'makeinfo' is available. Patch partly by Mike Frysinger. - * configure.ac: Upping the required version of Automake, to ensure the + * configure.ac: Upping the required version of Autoconf, to ensure the ONCE macros are defined. Suggested by Kamil Dudka and Mike Frysinger. 2014-04-02 Mike Frysinger <vapier@gentoo.org>