maint: run update-copyright for 2014.
[m4/ericb.git] / build-aux / m4 / m4-gettext.m4
blob01d134720b6e58c8184f9d7de9af3c93d8689674
1 #                                                            -*- Autoconf -*-
2 # m4-gettext.m4 -- Use the installed version of GNU gettext if available.
3 # Written by Gary V. Vaughan <gary@gnu.org>
5 # Copyright (C) 2003-2004, 2006-2007, 2010, 2013-2014 Free Software
6 # Foundation, Inc.
8 # This file is part of GNU M4.
10 # GNU M4 is free software: you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation, either version 3 of the License, or
13 # (at your option) any later version.
15 # GNU M4 is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
20 # You should have received a copy of the GNU General Public License
21 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
23 # serial 3
25 # M4_GNU_GETTEXT
26 # --------------
27 # Use the installed version of GNU gettext if available.
28 AC_DEFUN([M4_GNU_GETTEXT],
29 [AC_BEFORE([AM_GNU_GETTEXT], [M4_GNU_GETTEXT])
30 AC_CHECK_HEADERS([gettext.h],
31     [GETTEXT_H=""], [GETTEXT_H="gettext.h"], [AC_INCLUDES_DEFAULT])
32 AC_SUBST([GETTEXT_H])
34 AC_CONFIG_FILES([po/Makefile.in])
35 ])# M4_GNU_GETTEXT