nano

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

commit 8fd15e2672e34441a39de41a41816bc039945b2f
parent 19aad376ef6bd6f1e918f3559252be3ce48d6150
Author: Jordi Mallach <jordi@gnu.org>
Date:   Thu,  4 Oct 2001 01:44:06 +0000

Oops, m4 stuff is in m4/ in nano 1.1.x...


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

Diffstat:
Mautogen.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh # Generate configure & friends for CVS users. -aclocal +aclocal -I ./m4 automake --add-missing autoheader autoconf