commit 6f746000c047891f615ae38fb199f38bf77aacab
parent 99ed9dc9fe7e23378f6428bc455b6891ee65ef83
Author: Chris Allegretta <chrisa@asty.org>
Date: Fri, 1 Mar 2002 00:34:49 +0000
Back out M4 stuff in Makefile.am since it doesn't seem to be needed - wtf
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1090 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -27,8 +27,6 @@ CVS code -
- Add SYSCONFDIR to DEFS, so we can have an /etc/nanorc.
- Change localedir line to 1.0's version.
- Moved m4/ stuff to its own m4/Makefile.am.
- - Re-added M4DIR & ACLOCAL_AMFLAGS, make seems to fail without
- it Jordi ;-)
- configure.in:
- Renamed to configure.ac.
- configure.ac:
diff --git a/Makefile.am b/Makefile.am
@@ -1,7 +1,5 @@
## $Id$
AUTOMAKE_OPTIONS = gnu no-dependencies
-M4DIR = $(srcdir)/m4
-ACLOCAL_AMFLAGS = -I $(M4DIR)
DEFS= -DSYSCONFDIR=\"$(sysconfdir)\"