commit 1f67c1244d93ee05f528cf46665788d602d958e2
parent 0ec771009cd57cf284f6c8fbff4c3aaf64228de4
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Mon, 16 Jun 2014 12:45:03 +0000
Removing an "-I m4" flag; it is needed only at the top level.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4970 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -6,6 +6,7 @@
the cursor moved, just reset the cutbuffer directly. This avoids an
"Unknown Command" message on every cursor-positioning mouse click.
* src/nano.c (do_mouse): Put a common statement outside of then/else.
+ * src/Makefile.am: Remove -I m4; it is needed only at the top level.
2014-06-14 Mark Majeres <mark@engine12.com>
* src/nano.h, src/text.c (undo_cut, update_undo): When undoing a
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -1,7 +1,5 @@
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
-ACLOCAL_AMFLAGS = -I m4
-
bin_PROGRAMS = nano
nano_SOURCES = browser.c \
chars.c \