Commit 8914bd5b authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Not silencing the warning about datarootdir being ignored --

it is not merely a warning, it also activates a workaround.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5065 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
2014-07-12 Benno Schulenberg <bensberg@justemail.net>
* configure.ac: The warning about datarootdir being ignored is
not merely a warning, it also activates a workaround.
2014-07-11 Mark Majeres <mark@engine12.com> 2014-07-11 Mark Majeres <mark@engine12.com>
* src/text.c (do_undo, do_redo): Do not speak of "line wrap" * src/text.c (do_undo, do_redo): Do not speak of "line wrap"
but instead of "text add" when undoing/redoing text additions but instead of "text add" when undoing/redoing text additions
......
...@@ -26,10 +26,6 @@ AC_CANONICAL_HOST ...@@ -26,10 +26,6 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
dnl Silence a pointless warning from the gettext Makefile.
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
dnl Make sure the ONCE macros are available. dnl Make sure the ONCE macros are available.
AC_PREREQ(2.61) AC_PREREQ(2.61)
......
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