diff options
author | Max Kellermann <max@duempel.org> | 2008-09-15 12:27:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-15 12:27:28 +0200 |
commit | 629401644d03c1fc57895409b74ea8267c276a4b (patch) | |
tree | 3b3851879bb8a780d90d3338ac2f87a1d5477300 /m4/glibc21.m4 | |
parent | 6d3b7cdd62d798521d73ac58d57bd67061d64ba5 (diff) | |
download | mpd-629401644d03c1fc57895409b74ea8267c276a4b.tar.gz mpd-629401644d03c1fc57895409b74ea8267c276a4b.tar.xz mpd-629401644d03c1fc57895409b74ea8267c276a4b.zip |
configure: updated m4/*.m4
Copied m4 files from /usr/share/aclocal (Debian Lenny).
Diffstat (limited to 'm4/glibc21.m4')
-rw-r--r-- | m4/glibc21.m4 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/m4/glibc21.m4 b/m4/glibc21.m4 index 9c9f3db30..d95fd9861 100644 --- a/m4/glibc21.m4 +++ b/m4/glibc21.m4 @@ -1,15 +1,13 @@ -# glibc21.m4 serial 2 (fileutils-4.1.3, gettext-0.10.40) -dnl Copyright (C) 2000-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. +# glibc21.m4 serial 3 +dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. # Test for the GNU C Library, version 2.1 or newer. # From Bruno Haible. -AC_DEFUN([jm_GLIBC21], +AC_DEFUN([gl_GLIBC21], [ AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, ac_cv_gnu_library_2_1, |