Renaming 'INCLUDES' to 'AM_CPPFLAGS', patch by Mike Frysinger.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4605 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
ae092b90d8
commit
fde9d4c189
|
@ -1,3 +1,8 @@
|
||||||
|
2014-02-25 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
* src/Makefile.am - Rename 'INCLUDES' to 'AM_CPPFLAGS', since
|
||||||
|
Automake changed the naming of these a while ago, and at least
|
||||||
|
version 1.13 now starts warning about it.
|
||||||
|
|
||||||
2014-02-25 Benno Schulenberg <bensberg@justemail.net>
|
2014-02-25 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/files.c (write_lockfile, do_lockfile) - Fix a typo reported
|
* src/files.c (write_lockfile, do_lockfile) - Fix a typo reported
|
||||||
by Jean-Philippe Guérard and inconsistent spelling of "lock file"
|
by Jean-Philippe Guérard and inconsistent spelling of "lock file"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
localedir = $(datadir)/locale
|
localedir = $(datadir)/locale
|
||||||
INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
|
AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue