Skip to content

Commit 820bdcd

Browse files
committed
Update from gettext.
1 parent a89312b commit 820bdcd

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2006-06-28 Bruno Haible <bruno@clisp.org>
2+
3+
* m4/gettext.m4: Update from GNU gettext.
4+
* m4/po.m4: Update from GNU gettext.
5+
16
2006-06-27 Bruno Haible <bruno@clisp.org>
27

38
* Makefile.devel (AUTOCONF, AUTOHEADER): Use autoconf-2.60.

m4/gettext.m4

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gettext.m4 serial 50 (gettext-0.15)
1+
# gettext.m4 serial 52 (gettext-0.15)
22
dnl Copyright (C) 1995-2006 Free Software Foundation, Inc.
33
dnl This file is free software; the Free Software Foundation
44
dnl gives unlimited permission to copy and/or distribute it,
@@ -445,13 +445,6 @@ AC_DEFUN([AM_INTL_SUBDIR],
445445
#define __libc_lock_init gl_lock_init
446446
#define __libc_lock_lock gl_lock_lock
447447
#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
455448
#define __libc_lock_recursive_t gl_recursive_lock_t
456449
#define __libc_lock_define_recursive gl_recursive_lock_define
457450
#define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
@@ -518,8 +511,8 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE],
518511
519512
AC_CHECK_HEADERS([argz.h limits.h unistd.h sys/param.h])
520513
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])
523516
524517
dnl Use the *_unlocked functions only if they are declared.
525518
dnl (because some of them were defined without being declared in Solaris

m4/po.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# po.m4 serial 12 (gettext-0.15)
1+
# po.m4 serial 13 (gettext-0.15)
22
dnl Copyright (C) 1995-2006 Free Software Foundation, Inc.
33
dnl This file is free software; the Free Software Foundation
44
dnl gives unlimited permission to copy and/or distribute it,
@@ -285,7 +285,7 @@ x
285285
changequote([,])dnl
286286
287287
# Set POTFILES to the value of the Makefile variable POTFILES.
288-
sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`"
288+
sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
289289
POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
290290
# Compute POTFILES_DEPS as
291291
# $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
@@ -304,7 +304,7 @@ changequote([,])dnl
304304
POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
305305
else
306306
# Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
307-
sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
307+
sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
308308
ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
309309
fi
310310
# Hide the ALL_LINGUAS assigment from automake < 1.5.

0 commit comments

Comments
 (0)