From: Chris Allegretta Date: Mon, 4 Mar 2002 22:29:19 +0000 (+0000) Subject: Ugh\! Re-readding the M4 stuff because I don't want to have to run autogen every... X-Git-Tag: v1.1.7~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=459c03d3fca2f69b6bbd93f66f5fcc209ddba4f2;p=nano.git 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 --- diff --git a/Makefile.am b/Makefile.am index 921a2024..e07c26d5 100644 --- 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)\"