Mercurial > hg > octave-lojdl > gnulib-hg
comparison m4/glibc21.m4 @ 5016:7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 18 Apr 2004 18:12:50 +0000 |
parents | 7c1a6b73f48e |
children | adff74659d81 |
comparison
equal
deleted
inserted
replaced
5015:832c7e902202 | 5016:7141ea4946af |
---|---|
1 # glibc21.m4 serial 2 (fileutils-4.1.3, gettext-0.10.40) | 1 # glibc21.m4 serial 3 |
2 dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. | 2 dnl Copyright (C) 2000-2002, 2004 Free Software Foundation, Inc. |
3 dnl This file is free software, distributed under the terms of the GNU | 3 dnl This file is free software, distributed under the terms of the GNU |
4 dnl General Public License. As a special exception to the GNU General | 4 dnl General Public License. As a special exception to the GNU General |
5 dnl Public License, this file may be distributed as part of a program | 5 dnl Public License, this file may be distributed as part of a program |
6 dnl that contains a configuration script generated by Autoconf, under | 6 dnl that contains a configuration script generated by Autoconf, under |
7 dnl the same distribution terms as the rest of that program. | 7 dnl the same distribution terms as the rest of that program. |
8 | 8 |
9 # Test for the GNU C Library, version 2.1 or newer. | 9 # Test for the GNU C Library, version 2.1 or newer. |
10 # From Bruno Haible. | 10 # From Bruno Haible. |
11 | 11 |
12 AC_DEFUN([jm_GLIBC21], | 12 AC_DEFUN([gl_GLIBC21], |
13 [ | 13 [ |
14 AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, | 14 AC_CACHE_CHECK(whether we are using the GNU C Library 2.1 or newer, |
15 ac_cv_gnu_library_2_1, | 15 ac_cv_gnu_library_2_1, |
16 [AC_EGREP_CPP([Lucky GNU user], | 16 [AC_EGREP_CPP([Lucky GNU user], |
17 [ | 17 [ |