Commit 650e0fa5 650e0fa53c4bee930e05288e3a17dee0f3e0caf6 by Sergey Poznyakoff

Update

1 parent 23205534
1 2006-10-18 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * configure.ac: Require gettext 0.15
4 (check_bdb): Bugfix
5 * m4/iconv.m4, m4/intmax.m4, m4/inttypes.m4, m4/nls.m4,
6 m4/printf-posix.m4, m4/progtest.m4: Update
7 * mail.local/main.c: Formatting fix
8 * scripts/gnulib-sync (copy_files): Adjust for gettext 0.15
9
1 2006-10-17 Sergey Poznyakoff <gray@gnu.org.ua> 10 2006-10-17 Sergey Poznyakoff <gray@gnu.org.ua>
2 11
3 * doc/texinfo/mu_address.texi: Added to the repository 12 * doc/texinfo/mu_address.texi: Added to the repository
......
1 # iconv.m4 serial AM4 (gettext-0.11.3) 1 # iconv.m4 serial AM4 (gettext-0.11.3)
2 dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. 2 dnl Copyright (C) 2000-2002 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; the Free Software Foundation
4 dnl General Public License. As a special exception to the GNU General 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl Public License, this file may be distributed as part of a program 5 dnl with or without modifications, as long as this notice is preserved.
6 dnl that contains a configuration script generated by Autoconf, under
7 dnl the same distribution terms as the rest of that program.
8 6
9 dnl From Bruno Haible. 7 dnl From Bruno Haible.
10 8
......
1 # intmax.m4 serial 1 (gettext-0.12) 1 # intmax.m4 serial 2 (gettext-0.14.2)
2 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. 2 dnl Copyright (C) 2002-2005 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; the Free Software Foundation
4 dnl General Public License. As a special exception to the GNU General 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl Public License, this file may be distributed as part of a program 5 dnl with or without modifications, as long as this notice is preserved.
6 dnl that contains a configuration script generated by Autoconf, under
7 dnl the same distribution terms as the rest of that program.
8 6
9 dnl From Bruno Haible. 7 dnl From Bruno Haible.
10 dnl Test whether the system has the 'intmax_t' type, but don't attempt to 8 dnl Test whether the system has the 'intmax_t' type, but don't attempt to
...@@ -12,11 +10,11 @@ dnl find a replacement if it is lacking. ...@@ -12,11 +10,11 @@ dnl find a replacement if it is lacking.
12 10
13 AC_DEFUN([gt_TYPE_INTMAX_T], 11 AC_DEFUN([gt_TYPE_INTMAX_T],
14 [ 12 [
15 AC_REQUIRE([jm_AC_HEADER_INTTYPES_H]) 13 AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
16 AC_REQUIRE([jm_AC_HEADER_STDINT_H]) 14 AC_REQUIRE([gl_AC_HEADER_STDINT_H])
17 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t, 15 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t,
18 [AC_TRY_COMPILE([ 16 [AC_TRY_COMPILE([
19 #include <stddef.h> 17 #include <stddef.h>
20 #include <stdlib.h> 18 #include <stdlib.h>
21 #if HAVE_STDINT_H_WITH_UINTMAX 19 #if HAVE_STDINT_H_WITH_UINTMAX
22 #include <stdint.h> 20 #include <stdint.h>
......
1 # inttypes.m4 serial 1 (gettext-0.11.4) 1 # inttypes.m4 serial 1 (gettext-0.11.4)
2 dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. 2 dnl Copyright (C) 1997-2002 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation 3 dnl This file is free software, distributed under the terms of the GNU
4 dnl gives unlimited permission to copy and/or distribute it, 4 dnl General Public License. As a special exception to the GNU General
5 dnl with or without modifications, as long as this notice is preserved. 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
7 dnl the same distribution terms as the rest of that program.
6 8
7 dnl From Paul Eggert. 9 dnl From Paul Eggert.
8 10
......
1 # nls.m4 serial 1 (gettext-0.12) 1 # nls.m4 serial 3 (gettext-0.15)
2 dnl Copyright (C) 1995-2003 Free Software Foundation, Inc. 2 dnl Copyright (C) 1995-2003, 2005-2006 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; the Free Software Foundation
4 dnl General Public License. As a special exception to the GNU General 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl Public License, this file may be distributed as part of a program 5 dnl with or without modifications, as long as this notice is preserved.
6 dnl that contains a configuration script generated by Autoconf, under
7 dnl the same distribution terms as the rest of that program.
8 dnl 6 dnl
9 dnl This file can can be used in projects which are not available under 7 dnl This file can can be used in projects which are not available under
10 dnl the GNU General Public License or the GNU Library General Public 8 dnl the GNU General Public License or the GNU Library General Public
...@@ -19,6 +17,8 @@ dnl Authors: ...@@ -19,6 +17,8 @@ dnl Authors:
19 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000. 17 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
20 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003. 18 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
21 19
20 AC_PREREQ(2.50)
21
22 AC_DEFUN([AM_NLS], 22 AC_DEFUN([AM_NLS],
23 [ 23 [
24 AC_MSG_CHECKING([whether NLS is requested]) 24 AC_MSG_CHECKING([whether NLS is requested])
...@@ -29,21 +29,3 @@ AC_DEFUN([AM_NLS], ...@@ -29,21 +29,3 @@ AC_DEFUN([AM_NLS],
29 AC_MSG_RESULT($USE_NLS) 29 AC_MSG_RESULT($USE_NLS)
30 AC_SUBST(USE_NLS) 30 AC_SUBST(USE_NLS)
31 ]) 31 ])
32
33 AC_DEFUN([AM_MKINSTALLDIRS],
34 [
35 dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
36 dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
37 dnl Try to locate it.
38 MKINSTALLDIRS=
39 if test -n "$ac_aux_dir"; then
40 case "$ac_aux_dir" in
41 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
42 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
43 esac
44 fi
45 if test -z "$MKINSTALLDIRS"; then
46 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
47 fi
48 AC_SUBST(MKINSTALLDIRS)
49 ])
......
1 # printf-posix.m4 serial 2 (gettext-0.13.1) 1 # printf-posix.m4 serial 2 (gettext-0.13.1)
2 dnl Copyright (C) 2003 Free Software Foundation, Inc. 2 dnl Copyright (C) 2003 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; the Free Software Foundation
4 dnl General Public License. As a special exception to the GNU General 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl Public License, this file may be distributed as part of a program 5 dnl with or without modifications, as long as this notice is preserved.
6 dnl that contains a configuration script generated by Autoconf, under
7 dnl the same distribution terms as the rest of that program.
8 6
9 dnl From Bruno Haible. 7 dnl From Bruno Haible.
10 dnl Test whether the printf() function supports POSIX/XSI format strings with 8 dnl Test whether the printf() function supports POSIX/XSI format strings with
......
1 # progtest.m4 serial 3 (gettext-0.12) 1 # progtest.m4 serial 4 (gettext-0.14.2)
2 dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. 2 dnl Copyright (C) 1996-2003, 2005 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; the Free Software Foundation
4 dnl General Public License. As a special exception to the GNU General 4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl Public License, this file may be distributed as part of a program 5 dnl with or without modifications, as long as this notice is preserved.
6 dnl that contains a configuration script generated by Autoconf, under
7 dnl the same distribution terms as the rest of that program.
8 dnl 6 dnl
9 dnl This file can can be used in projects which are not available under 7 dnl This file can can be used in projects which are not available under
10 dnl the GNU General Public License or the GNU Library General Public 8 dnl the GNU General Public License or the GNU Library General Public
...@@ -18,6 +16,8 @@ dnl They are *not* in the public domain. ...@@ -18,6 +16,8 @@ dnl They are *not* in the public domain.
18 dnl Authors: 16 dnl Authors:
19 dnl Ulrich Drepper <drepper@cygnus.com>, 1996. 17 dnl Ulrich Drepper <drepper@cygnus.com>, 1996.
20 18
19 AC_PREREQ(2.50)
20
21 # Search path for a program which passes the given test. 21 # Search path for a program which passes the given test.
22 22
23 dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, 23 dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
...@@ -67,6 +67,7 @@ AC_CACHE_VAL(ac_cv_path_$1, ...@@ -67,6 +67,7 @@ AC_CACHE_VAL(ac_cv_path_$1,
67 test -z "$ac_dir" && ac_dir=. 67 test -z "$ac_dir" && ac_dir=.
68 for ac_exec_ext in '' $ac_executable_extensions; do 68 for ac_exec_ext in '' $ac_executable_extensions; do
69 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then 69 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
70 echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
70 if [$3]; then 71 if [$3]; then
71 ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" 72 ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
72 break 2 73 break 2
......