From 058aa940083e61aaedf204935314a61d5b5249db Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 17 Jan 2004 13:43:20 +0000 Subject: Use the macros from 0.13.1, not 0.12.1. --- gettext-tools/examples/ChangeLog | 6 ++++++ gettext-tools/examples/hello-c++-gnome/autoclean.sh | 11 ++++++++++- gettext-tools/examples/hello-c++-gnome/configure.ac | 4 ++-- gettext-tools/examples/hello-c++-kde/autoclean.sh | 11 ++++++++++- gettext-tools/examples/hello-c++-kde/configure.in.in | 2 +- gettext-tools/examples/hello-c++/autoclean.sh | 11 ++++++++++- gettext-tools/examples/hello-c++/configure.ac | 4 ++-- gettext-tools/examples/hello-c-gnome/autoclean.sh | 11 ++++++++++- gettext-tools/examples/hello-c-gnome/configure.ac | 4 ++-- gettext-tools/examples/hello-c/autoclean.sh | 11 ++++++++++- gettext-tools/examples/hello-c/configure.ac | 4 ++-- gettext-tools/examples/hello-objc-gnome/autoclean.sh | 11 ++++++++++- gettext-tools/examples/hello-objc-gnome/configure.ac | 4 ++-- gettext-tools/examples/hello-objc/autoclean.sh | 11 ++++++++++- gettext-tools/examples/hello-objc/configure.ac | 4 ++-- 15 files changed, 89 insertions(+), 20 deletions(-) (limited to 'gettext-tools/examples') diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 7afe8a4..6e39eb9 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,5 +1,11 @@ 2004-01-10 Bruno Haible + * hello-c/*, hello-c-gnome/*, hello-objc/*, hello-objc-gnome/*, + hello-c++/*, hello-c++-gnome/*, hello-c++-kde/*: Use the autoconf + infrastructure from gettext-0.13.1, not 0.12.1. + +2004-01-10 Bruno Haible + * hello-csharp/hello.cs: Work around mono-0.29 CurrentUICulture bug. * hello-csharp-forms/hello.cs: Likewise. diff --git a/gettext-tools/examples/hello-c++-gnome/autoclean.sh b/gettext-tools/examples/hello-c++-gnome/autoclean.sh index 980bf44..e07c854 100755 --- a/gettext-tools/examples/hello-c++-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c++-gnome/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003-2004 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -15,6 +15,7 @@ rm -f m4/gettext.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 +rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 rm -f m4/inttypes.m4 rm -f m4/inttypes_h.m4 @@ -23,12 +24,20 @@ rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 +rm -f m4/longdouble.m4 +rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 +rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 rm -f m4/ulonglong.m4 +rm -f m4/wchar_t.m4 +rm -f m4/wint_t.m4 +rm -f m4/xsize.m4 rm -f mkinstalldirs rm -f po/Makefile.in.in rm -f po/remove-potcdate.sin diff --git a/gettext-tools/examples/hello-c++-gnome/configure.ac b/gettext-tools/examples/hello-c++-gnome/configure.ac index 9be237c..987b44a 100644 --- a/gettext-tools/examples/hello-c++-gnome/configure.ac +++ b/gettext-tools/examples/hello-c++-gnome/configure.ac @@ -1,5 +1,5 @@ dnl Example for use of GNU gettext. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. dnl This file is in the public domain. dnl dnl Configuration file - processed by autoconf. @@ -18,7 +18,7 @@ AC_SUBST([GTKMM_LIBS]) AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.13.1) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-c++-kde/autoclean.sh b/gettext-tools/examples/hello-c++-kde/autoclean.sh index f9807c5..386eb36 100755 --- a/gettext-tools/examples/hello-c++-kde/autoclean.sh +++ b/gettext-tools/examples/hello-c++-kde/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003-2004 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -14,6 +14,7 @@ rm -f m4/gettext.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 +rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 rm -f m4/inttypes.m4 rm -f m4/inttypes_h.m4 @@ -22,12 +23,20 @@ rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 +rm -f m4/longdouble.m4 +rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 +rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 rm -f m4/ulonglong.m4 +rm -f m4/wchar_t.m4 +rm -f m4/wint_t.m4 +rm -f m4/xsize.m4 rm -f po/Makefile.in.in rm -f po/remove-potcdate.sin diff --git a/gettext-tools/examples/hello-c++-kde/configure.in.in b/gettext-tools/examples/hello-c++-kde/configure.in.in index 94e034e..80b254b 100644 --- a/gettext-tools/examples/hello-c++-kde/configure.in.in +++ b/gettext-tools/examples/hello-c++-kde/configure.in.in @@ -2,5 +2,5 @@ AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.13.1) AC_CONFIG_FILES([po/Makefile.in]) diff --git a/gettext-tools/examples/hello-c++/autoclean.sh b/gettext-tools/examples/hello-c++/autoclean.sh index d6b42cd..dab0035 100755 --- a/gettext-tools/examples/hello-c++/autoclean.sh +++ b/gettext-tools/examples/hello-c++/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003-2004 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -18,6 +18,7 @@ rm -f m4/gettext.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 +rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 rm -f m4/inttypes.m4 rm -f m4/inttypes_h.m4 @@ -26,12 +27,20 @@ rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 +rm -f m4/longdouble.m4 +rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 +rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 rm -f m4/ulonglong.m4 +rm -f m4/wchar_t.m4 +rm -f m4/wint_t.m4 +rm -f m4/xsize.m4 rm -f mkinstalldirs rm -f po/Makefile.in.in rm -f po/remove-potcdate.sin diff --git a/gettext-tools/examples/hello-c++/configure.ac b/gettext-tools/examples/hello-c++/configure.ac index 0b0c950..f79ae5f 100644 --- a/gettext-tools/examples/hello-c++/configure.ac +++ b/gettext-tools/examples/hello-c++/configure.ac @@ -1,5 +1,5 @@ dnl Example for use of GNU gettext. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. dnl This file is in the public domain. dnl dnl Configuration file - processed by autoconf. @@ -11,7 +11,7 @@ AM_INIT_AUTOMAKE(hello-c++, 0) AC_PROG_CXX AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.13.1) AC_LIB_LINKFLAGS([asprintf]) AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-c-gnome/autoclean.sh b/gettext-tools/examples/hello-c-gnome/autoclean.sh index 980bf44..e07c854 100755 --- a/gettext-tools/examples/hello-c-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c-gnome/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003-2004 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -15,6 +15,7 @@ rm -f m4/gettext.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 +rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 rm -f m4/inttypes.m4 rm -f m4/inttypes_h.m4 @@ -23,12 +24,20 @@ rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 +rm -f m4/longdouble.m4 +rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 +rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 rm -f m4/ulonglong.m4 +rm -f m4/wchar_t.m4 +rm -f m4/wint_t.m4 +rm -f m4/xsize.m4 rm -f mkinstalldirs rm -f po/Makefile.in.in rm -f po/remove-potcdate.sin diff --git a/gettext-tools/examples/hello-c-gnome/configure.ac b/gettext-tools/examples/hello-c-gnome/configure.ac index da3e33f..0abe8a4 100644 --- a/gettext-tools/examples/hello-c-gnome/configure.ac +++ b/gettext-tools/examples/hello-c-gnome/configure.ac @@ -1,5 +1,5 @@ dnl Example for use of GNU gettext. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. dnl This file is in the public domain. dnl dnl Configuration file - processed by autoconf. @@ -12,7 +12,7 @@ AC_PROG_CC GNOME_INIT AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.13.1) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-c/autoclean.sh b/gettext-tools/examples/hello-c/autoclean.sh index d6b42cd..dab0035 100755 --- a/gettext-tools/examples/hello-c/autoclean.sh +++ b/gettext-tools/examples/hello-c/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003-2004 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -18,6 +18,7 @@ rm -f m4/gettext.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 +rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 rm -f m4/inttypes.m4 rm -f m4/inttypes_h.m4 @@ -26,12 +27,20 @@ rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 +rm -f m4/longdouble.m4 +rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 +rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 rm -f m4/ulonglong.m4 +rm -f m4/wchar_t.m4 +rm -f m4/wint_t.m4 +rm -f m4/xsize.m4 rm -f mkinstalldirs rm -f po/Makefile.in.in rm -f po/remove-potcdate.sin diff --git a/gettext-tools/examples/hello-c/configure.ac b/gettext-tools/examples/hello-c/configure.ac index 4fb4769..7e73a16 100644 --- a/gettext-tools/examples/hello-c/configure.ac +++ b/gettext-tools/examples/hello-c/configure.ac @@ -1,5 +1,5 @@ dnl Example for use of GNU gettext. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. dnl This file is in the public domain. dnl dnl Configuration file - processed by autoconf. @@ -11,7 +11,7 @@ AM_INIT_AUTOMAKE(hello-c, 0) AC_PROG_CC AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.13.1) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index 980bf44..e07c854 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003-2004 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -15,6 +15,7 @@ rm -f m4/gettext.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 +rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 rm -f m4/inttypes.m4 rm -f m4/inttypes_h.m4 @@ -23,12 +24,20 @@ rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 +rm -f m4/longdouble.m4 +rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 +rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 rm -f m4/ulonglong.m4 +rm -f m4/wchar_t.m4 +rm -f m4/wint_t.m4 +rm -f m4/xsize.m4 rm -f mkinstalldirs rm -f po/Makefile.in.in rm -f po/remove-potcdate.sin diff --git a/gettext-tools/examples/hello-objc-gnome/configure.ac b/gettext-tools/examples/hello-objc-gnome/configure.ac index 4490752..6062704 100644 --- a/gettext-tools/examples/hello-objc-gnome/configure.ac +++ b/gettext-tools/examples/hello-objc-gnome/configure.ac @@ -1,5 +1,5 @@ dnl Example for use of GNU gettext. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. dnl This file is in the public domain. dnl dnl Configuration file - processed by autoconf. @@ -24,7 +24,7 @@ AC_SUBST([OBGNOME_INCLUDES]) AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.13.1) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-objc/autoclean.sh b/gettext-tools/examples/hello-objc/autoclean.sh index d6b42cd..dab0035 100755 --- a/gettext-tools/examples/hello-objc/autoclean.sh +++ b/gettext-tools/examples/hello-objc/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003-2004 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -18,6 +18,7 @@ rm -f m4/gettext.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 +rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 rm -f m4/inttypes.m4 rm -f m4/inttypes_h.m4 @@ -26,12 +27,20 @@ rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 +rm -f m4/longdouble.m4 +rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 +rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 rm -f m4/ulonglong.m4 +rm -f m4/wchar_t.m4 +rm -f m4/wint_t.m4 +rm -f m4/xsize.m4 rm -f mkinstalldirs rm -f po/Makefile.in.in rm -f po/remove-potcdate.sin diff --git a/gettext-tools/examples/hello-objc/configure.ac b/gettext-tools/examples/hello-objc/configure.ac index 3563b5f..1126251 100644 --- a/gettext-tools/examples/hello-objc/configure.ac +++ b/gettext-tools/examples/hello-objc/configure.ac @@ -1,5 +1,5 @@ dnl Example for use of GNU gettext. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003-2004 Free Software Foundation, Inc. dnl This file is in the public domain. dnl dnl Configuration file - processed by autoconf. @@ -13,7 +13,7 @@ OBJC="$CC" AC_SUBST(OBJC) AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.12.1) +AM_GNU_GETTEXT_VERSION(0.13.1) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) -- cgit v1.1