nano

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

commit f821db9b1f3d37807359fbc92af5c17043a22002
parent 3c5653d83e91d964b34f82821148981767edecd5
Author: Jordi Mallach <jordi@gnu.org>
Date:   Tue, 26 Feb 2002 22:49:02 +0000

Argh. Now call autoheader after aclocal.


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