commit 8914bd5b1a9db93c5f61812e540c39981d511036
parent 5dde918e24f21f6d19462ed658e8874c337ffbeb
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Sat, 12 Jul 2014 08:17:52 +0000
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
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git 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
diff --git a/configure.ac b/configure.ac
@@ -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)