From: Benno Schulenberg Date: Mon, 16 Jun 2014 12:45:03 +0000 (+0000) Subject: Removing an "-I m4" flag; it is needed only at the top level. X-Git-Tag: v2.3.5~90 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1f67c1244d93ee05f528cf46665788d602d958e2;p=nano.git 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 --- diff --git a/ChangeLog b/ChangeLog index 34ae19e0..93bf57a0 100644 --- 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 * src/nano.h, src/text.c (undo_cut, update_undo): When undoing a diff --git a/src/Makefile.am b/src/Makefile.am index 83ce0e7a..df65845e 100644 --- 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 \