Commit f397dae5 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

in src/Makefile.am, remove "-Iintl" from INCLUDES, as we don't use an

intl directory inside the source directory anymore


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3595 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent a8239c31
Showing with 3 additions and 1 deletion
+3 -1
......@@ -450,6 +450,8 @@ CVS code -
- src/Makefile.am:
- If we're uninstalling, remove the "rnano" symlink. (DLR, found
by Benno Schulenberg)
- Remove "-Iintl" from INCLUDES, as we don't use an intl
directory inside the source directory anymore. (DLR)
- TODO:
- Update for nano 2.0, since we're now in a feature freeze.
(DLR)
......
localedir = $(datadir)/locale
INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
ACLOCAL_AMFLAGS = -I m4
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment