nano

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

commit 459c03d3fca2f69b6bbd93f66f5fcc209ddba4f2
parent 6324530ec8dda66ea6fab9368963d28c5094eb86
Author: Chris Allegretta <chrisa@asty.org>
Date:   Mon,  4 Mar 2002 22:29:19 +0000

Ugh\! Re-readding the M4 stuff because I don't want to have to run autogen every time I touch configure.ac


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

Diffstat:
MMakefile.am | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am @@ -1,5 +1,7 @@ ## $Id$ AUTOMAKE_OPTIONS = gnu no-dependencies +M4DIR = $(srcdir)/m4 +ACLOCAL_AMFLAGS = -I $(M4DIR) DEFS= -DSYSCONFDIR=\"$(sysconfdir)\"