aboutsummaryrefslogtreecommitdiff
path: root/m4/intldir.m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-02 12:07:26 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-02 12:07:26 +0100
commitba76cc56c02b7ea362136bce5b6ce9e1ce82c4de (patch)
treef1644f042bbb5408cbed50815aa1b4c2d25c4f48 /m4/intldir.m4
parent48a2376f7e6e9e42d3a5a635531d77afae1fcc35 (diff)
downloadlibextractor-ba76cc56c02b7ea362136bce5b6ce9e1ce82c4de.tar.gz
libextractor-ba76cc56c02b7ea362136bce5b6ce9e1ce82c4de.zip
update M4 macros
Diffstat (limited to 'm4/intldir.m4')
-rw-r--r--m4/intldir.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/intldir.m4 b/m4/intldir.m4
index 7a28843..c688f46 100644
--- a/m4/intldir.m4
+++ b/m4/intldir.m4
@@ -1,19 +1,19 @@
1# intldir.m4 serial 1 (gettext-0.16) 1# intldir.m4 serial 2 (gettext-0.18)
2dnl Copyright (C) 2006 Free Software Foundation, Inc. 2dnl Copyright (C) 2006, 2009-2014, 2016 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved. 5dnl with or without modifications, as long as this notice is preserved.
6dnl 6dnl
7dnl This file can can be used in projects which are not available under 7dnl This file can be used in projects which are not available under
8dnl the GNU General Public License or the GNU Library General Public 8dnl the GNU General Public License or the GNU Library General Public
9dnl License but which still want to provide support for the GNU gettext 9dnl License but which still want to provide support for the GNU gettext
10dnl functionality. 10dnl functionality.
11dnl Please note that the actual code of the GNU gettext library is covered 11dnl Please note that the actual code of the GNU gettext library is covered
12dnl by the GNU Library General Public License, and the rest of the GNU 12dnl by the GNU Library General Public License, and the rest of the GNU
13dnl gettext package package is covered by the GNU General Public License. 13dnl gettext package is covered by the GNU General Public License.
14dnl They are *not* in the public domain. 14dnl They are *not* in the public domain.
15 15
16AC_PREREQ(2.52) 16AC_PREREQ([2.52])
17 17
18dnl Tells the AM_GNU_GETTEXT macro to consider an intl/ directory. 18dnl Tells the AM_GNU_GETTEXT macro to consider an intl/ directory.
19AC_DEFUN([AM_GNU_GETTEXT_INTL_SUBDIR], []) 19AC_DEFUN([AM_GNU_GETTEXT_INTL_SUBDIR], [])