1
1

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
Этот коммит содержится в:
David Lawrence Ramsey 2006-05-28 22:33:14 +00:00
родитель a8239c313d
Коммит f397dae5c5
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -450,6 +450,8 @@ CVS code -
- src/Makefile.am: - src/Makefile.am:
- If we're uninstalling, remove the "rnano" symlink. (DLR, found - If we're uninstalling, remove the "rnano" symlink. (DLR, found
by Benno Schulenberg) by Benno Schulenberg)
- Remove "-Iintl" from INCLUDES, as we don't use an intl
directory inside the source directory anymore. (DLR)
- TODO: - TODO:
- Update for nano 2.0, since we're now in a feature freeze. - Update for nano 2.0, since we're now in a feature freeze.
(DLR) (DLR)

Просмотреть файл

@ -1,5 +1,5 @@
localedir = $(datadir)/locale localedir = $(datadir)/locale
INCLUDES = -Iintl -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DSYSCONFDIR=\"$(sysconfdir)\"
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4