From 8914bd5b1a9db93c5f61812e540c39981d511036 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 12 Jul 2014 08:17:52 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ configure.ac | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6635d7df..c8248f56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-07-12 Benno Schulenberg + * configure.ac: The warning about datarootdir being ignored is + not merely a warning, it also activates a workaround. + 2014-07-11 Mark Majeres * 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 index fcc8e42c..75c77c3a 100644 --- 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)