]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use the macros from 0.13.1, not 0.12.1.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Jan 2004 13:43:20 +0000 (13:43 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:39 +0000 (12:11 +0200)
15 files changed:
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-c++-gnome/autoclean.sh
gettext-tools/examples/hello-c++-gnome/configure.ac
gettext-tools/examples/hello-c++-kde/autoclean.sh
gettext-tools/examples/hello-c++-kde/configure.in.in
gettext-tools/examples/hello-c++/autoclean.sh
gettext-tools/examples/hello-c++/configure.ac
gettext-tools/examples/hello-c-gnome/autoclean.sh
gettext-tools/examples/hello-c-gnome/configure.ac
gettext-tools/examples/hello-c/autoclean.sh
gettext-tools/examples/hello-c/configure.ac
gettext-tools/examples/hello-objc-gnome/autoclean.sh
gettext-tools/examples/hello-objc-gnome/configure.ac
gettext-tools/examples/hello-objc/autoclean.sh
gettext-tools/examples/hello-objc/configure.ac

index 7afe8a4dfe80303d09b3128b56dd7e2611beb6cb..6e39eb9b933ff7df3a1b58035321f08a0bc2ecd0 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-10  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * hello-csharp/hello.cs: Work around mono-0.29 CurrentUICulture bug.
index 980bf44b11e6ea9d92efb0362f86c93807e35a81..e07c85426109fdb5621f36825e192ea61d2b6cdb 100755 (executable)
@@ -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
index 9be237c45f6577532b8486ead424a77735a6588e..987b44aac2f6791503d3dec60ff8ac407cb65b63 100644 (file)
@@ -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])
index f9807c5da0498640d021e3353ff179166c665091..386eb368500fc699eb5ec2fa0cae9b73a89bbea4 100755 (executable)
@@ -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
 
index 94e034e3c1ae4758a235ed13fa3a1ea65eae47fd..80b254baa15e72f642d23d7c1815e6480e3df5b6 100644 (file)
@@ -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])
index d6b42cd6068379a4529ff0bae1a2f10ef670b3bb..dab0035bd8a91abb5767d9f0dfb7063f845fc89d 100755 (executable)
@@ -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
index 0b0c9508d99a5dc1537debb21c8fda20493e76b9..f79ae5fcdd8ba47b5ac4af945c6bf18f78356893 100644 (file)
@@ -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])
index 980bf44b11e6ea9d92efb0362f86c93807e35a81..e07c85426109fdb5621f36825e192ea61d2b6cdb 100755 (executable)
@@ -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
index da3e33f084718b366f334de829e0a2f4203bc10f..0abe8a444d0179982b32a19ea48025c68fcc3cb8 100644 (file)
@@ -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])
index d6b42cd6068379a4529ff0bae1a2f10ef670b3bb..dab0035bd8a91abb5767d9f0dfb7063f845fc89d 100755 (executable)
@@ -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
index 4fb4769ca163e4032f45ca5b3d761ae445a4a301..7e73a16af57f020423ecce1113bead0cd09f1d19 100644 (file)
@@ -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])
index 980bf44b11e6ea9d92efb0362f86c93807e35a81..e07c85426109fdb5621f36825e192ea61d2b6cdb 100755 (executable)
@@ -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
index 44907520c4be144dbc8bc4d2a173186e7c0e6477..60627041c67069b1294d10cf76b49becc00766ab 100644 (file)
@@ -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])
index d6b42cd6068379a4529ff0bae1a2f10ef670b3bb..dab0035bd8a91abb5767d9f0dfb7063f845fc89d 100755 (executable)
@@ -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
index 3563b5f05cbe1cea9ab87565743570fa150041ec..1126251a0c3683d8cfd963e4d567eda151ed94ad 100644 (file)
@@ -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])