nano

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

commit fef9d86faee7873a45b88c2eb60852e3ef719fa1
parent 3351ce15a91d126ee8b1f89573636730493f0a82
Author: Jordi Mallach <jordi@gnu.org>
Date:   Sat, 19 Jan 2002 19:23:55 +0000

autoheader should be called before.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1025 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. +autoheader aclocal -I ./m4 automake --add-missing -autoheader autoconf