From 7060f7ece38e6f98b427390fa9f8a4c82c532fba Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 27 Jul 2020 02:15:14 +0200 Subject: [PATCH] Prepare for 0.21 release. * gettext-tools/examples/hello-*/configure.{ac,in.in}: Reference gettext version 0.21. --- gettext-tools/examples/hello-c++-gnome/configure.ac | 2 +- gettext-tools/examples/hello-c++-kde/configure.in.in | 2 +- gettext-tools/examples/hello-c++/configure.ac | 2 +- gettext-tools/examples/hello-c-gnome/configure.ac | 2 +- gettext-tools/examples/hello-c-gnome3/configure.ac | 2 +- gettext-tools/examples/hello-c/configure.ac | 2 +- gettext-tools/examples/hello-objc-gnome/configure.ac | 2 +- gettext-tools/examples/hello-objc/configure.ac | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gettext-tools/examples/hello-c++-gnome/configure.ac b/gettext-tools/examples/hello-c++-gnome/configure.ac index ab473d943..32b20f794 100644 --- a/gettext-tools/examples/hello-c++-gnome/configure.ac +++ b/gettext-tools/examples/hello-c++-gnome/configure.ac @@ -17,7 +17,7 @@ AC_SUBST([GTKMM_LIBS]) AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.20.2]) +AM_GNU_GETTEXT_VERSION([0.21]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-c++-kde/configure.in.in b/gettext-tools/examples/hello-c++-kde/configure.in.in index f00d85188..abf4578ad 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.20.2]) +AM_GNU_GETTEXT_VERSION([0.21]) AC_CONFIG_FILES([po/Makefile.in]) diff --git a/gettext-tools/examples/hello-c++/configure.ac b/gettext-tools/examples/hello-c++/configure.ac index eabb07e94..e80415659 100644 --- a/gettext-tools/examples/hello-c++/configure.ac +++ b/gettext-tools/examples/hello-c++/configure.ac @@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([1.11]) AC_PROG_CXX AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.20.2]) +AM_GNU_GETTEXT_VERSION([0.21]) AC_LIB_LINKFLAGS([asprintf]) AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-c-gnome/configure.ac b/gettext-tools/examples/hello-c-gnome/configure.ac index 2879c212b..764b62622 100644 --- a/gettext-tools/examples/hello-c-gnome/configure.ac +++ b/gettext-tools/examples/hello-c-gnome/configure.ac @@ -11,7 +11,7 @@ AC_PROG_CC GNOME_INIT AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.20.2]) +AM_GNU_GETTEXT_VERSION([0.21]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-c-gnome3/configure.ac b/gettext-tools/examples/hello-c-gnome3/configure.ac index 5f62f55d9..fcb667758 100644 --- a/gettext-tools/examples/hello-c-gnome3/configure.ac +++ b/gettext-tools/examples/hello-c-gnome3/configure.ac @@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([1.11]) AC_PROG_CC AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.20.2]) +AM_GNU_GETTEXT_VERSION([0.21]) dnl Check GNOME specific stuff. dnl diff --git a/gettext-tools/examples/hello-c/configure.ac b/gettext-tools/examples/hello-c/configure.ac index 2b345ec62..151926e81 100644 --- a/gettext-tools/examples/hello-c/configure.ac +++ b/gettext-tools/examples/hello-c/configure.ac @@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([1.11]) AC_PROG_CC AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.20.2]) +AM_GNU_GETTEXT_VERSION([0.21]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-objc-gnome/configure.ac b/gettext-tools/examples/hello-objc-gnome/configure.ac index a7f2a479e..fbe2ecfb8 100644 --- a/gettext-tools/examples/hello-objc-gnome/configure.ac +++ b/gettext-tools/examples/hello-objc-gnome/configure.ac @@ -21,7 +21,7 @@ AC_SUBST([OBGNOME_INCLUDES]) AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.20.2]) +AM_GNU_GETTEXT_VERSION([0.21]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-objc/configure.ac b/gettext-tools/examples/hello-objc/configure.ac index f764c66a4..ec1f1b098 100644 --- a/gettext-tools/examples/hello-objc/configure.ac +++ b/gettext-tools/examples/hello-objc/configure.ac @@ -11,7 +11,7 @@ AC_PROG_CC AC_SUBST([OBJC], ["$CC"]) AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.20.2]) +AM_GNU_GETTEXT_VERSION([0.21]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) -- 2.47.2