|
1 | | -# gettext.m4 serial 50 (gettext-0.15) |
| 1 | +# gettext.m4 serial 52 (gettext-0.15) |
2 | 2 | dnl Copyright (C) 1995-2006 Free Software Foundation, Inc. |
3 | 3 | dnl This file is free software; the Free Software Foundation |
4 | 4 | dnl gives unlimited permission to copy and/or distribute it, |
@@ -445,13 +445,6 @@ AC_DEFUN([AM_INTL_SUBDIR], |
445 | 445 | #define __libc_lock_init gl_lock_init |
446 | 446 | #define __libc_lock_lock gl_lock_lock |
447 | 447 | #define __libc_lock_unlock gl_lock_unlock |
448 | | -#define __libc_rwlock_t gl_rwlock_t |
449 | | -#define __libc_rwlock_define gl_rwlock_define |
450 | | -#define __libc_rwlock_define_initialized gl_rwlock_define_initialized |
451 | | -#define __libc_rwlock_init gl_rwlock_init |
452 | | -#define __libc_rwlock_rdlock gl_rwlock_rdlock |
453 | | -#define __libc_rwlock_wrlock gl_rwlock_wrlock |
454 | | -#define __libc_rwlock_unlock gl_rwlock_unlock |
455 | 448 | #define __libc_lock_recursive_t gl_recursive_lock_t |
456 | 449 | #define __libc_lock_define_recursive gl_recursive_lock_define |
457 | 450 | #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized |
@@ -518,8 +511,8 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE], |
518 | 511 |
|
519 | 512 | AC_CHECK_HEADERS([argz.h limits.h unistd.h sys/param.h]) |
520 | 513 | AC_CHECK_FUNCS([getcwd getegid geteuid getgid getuid mempcpy munmap \ |
521 | | - stpcpy strcasecmp strdup strtoul tsearch __argz_count __argz_stringify \ |
522 | | - __argz_next __fsetlocking]) |
| 514 | + stpcpy strcasecmp strdup strtoul tsearch argz_count argz_stringify \ |
| 515 | + argz_next __fsetlocking]) |
523 | 516 |
|
524 | 517 | dnl Use the *_unlocked functions only if they are declared. |
525 | 518 | dnl (because some of them were defined without being declared in Solaris |
|
0 commit comments