diff --git a/ChangeLog b/ChangeLog index abeec663..27dd6a6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ CVS code - to do_browser(), do_justify(), do_help(), and main(). (DLR) - Simplify a few more translated messages. (DLR) - Translation updates (see po/ChangeLog for details). + - Remove reference to @includedir@ in src/Makefile.am, as it's + unneeded and can break cross-compilation. (DLR, found by Mike + Frysinger) - files.c: do_insertfile() - Readd the NANO_SMALL #ifdef around the start_again: label to diff --git a/src/Makefile.am b/src/Makefile.am index e6567111..5f945339 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ DEFS= -DSYSCONFDIR=\"$(sysconfdir)\" localedir = $(datadir)/locale -INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -I@includedir@ +INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" ACLOCAL_AMFLAGS = -I m4