summaryrefslogtreecommitdiff
path: root/m4/lcmessage.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-16 14:58:48 +0000
committerJim Meyering <jim@meyering.net>2002-02-16 14:58:48 +0000
commit2202d9752558e9f272e083eeaa3d261298712d24 (patch)
treede5538c3aab3e88d0a3cb114c06cf67adbdeea91 /m4/lcmessage.m4
parent83dcec4e43d9a176184c950f0b5e79afbf348f09 (diff)
downloadcoreutils-2202d9752558e9f272e083eeaa3d261298712d24.tar.xz
Upgrade to gettext-0.11.
Diffstat (limited to 'm4/lcmessage.m4')
-rw-r--r--m4/lcmessage.m432
1 files changed, 20 insertions, 12 deletions
diff --git a/m4/lcmessage.m4 b/m4/lcmessage.m4
index 18d47a94f..ffbf915f1 100644
--- a/m4/lcmessage.m4
+++ b/m4/lcmessage.m4
@@ -1,16 +1,24 @@
-# Check whether LC_MESSAGES is available in <locale.h>.
-# Ulrich Drepper <drepper@cygnus.com>, 1995.
-#
-# This file can be copied and used freely without restrictions. It can
-# be used in projects which are not available under the GNU General Public
-# License or the GNU Library General Public License but which still want
-# to provide support for the GNU gettext functionality.
-# Please note that the actual code of the GNU gettext library is covered
-# by the GNU Library General Public License, and the rest of the GNU
-# gettext package package is covered by the GNU General Public License.
-# They are *not* in the public domain.
+# lcmessage.m4 serial 2 (gettext-0.10.40)
+dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
+dnl This file is free software, distributed under the terms of the GNU
+dnl General Public License. As a special exception to the GNU General
+dnl Public License, this file may be distributed as part of a program
+dnl that contains a configuration script generated by Autoconf, under
+dnl the same distribution terms as the rest of that program.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl Ulrich Drepper <drepper@cygnus.com>, 1995.
-# serial 2
+# Check whether LC_MESSAGES is available in <locale.h>.
AC_DEFUN([AM_LC_MESSAGES],
[if test $ac_cv_header_locale_h = yes; then