]> git.wh0rd.org Git - nano.git/commitdiff
Not silencing the warning about datarootdir being ignored --
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 12 Jul 2014 08:17:52 +0000 (08:17 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Sat, 12 Jul 2014 08:17:52 +0000 (08:17 +0000)
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

ChangeLog
configure.ac

index 6635d7df10a16ff67b30c2225b4783d5ec9e5644..c8248f56d231c59bfa7bec43febffc8ba6d6cf4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
        * src/text.c (do_undo, do_redo): Do not speak of "line wrap"
        but instead of "text add" when undoing/redoing text additions
index fcc8e42cacce747a2bd123b283d86ccc3bac3ac2..75c77c3ad12ea1974f89fb328e7f071f8fc905eb 100644 (file)
@@ -26,10 +26,6 @@ AC_CANONICAL_HOST
 AM_INIT_AUTOMAKE
 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.
 
 AC_PREREQ(2.61)