diff --git a/gettext-tools/examples/hello-c++-gnome2/configure.ac b/gettext-tools/examples/hello-c++-gnome2/configure.ac index ae287736b..d840a122b 100644 --- a/gettext-tools/examples/hello-c++-gnome2/configure.ac +++ b/gettext-tools/examples/hello-c++-gnome2/configure.ac @@ -16,7 +16,7 @@ GTKMM_LIBS=`gtkmm-config --libs` AC_SUBST([GTKMM_LIBS]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) 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 7bbd9bce9..6df67a840 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_PROG_CXX AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) dnl Define localedir_c and localedir_c_make. gl_BUILD_TO_HOST_LOCALEDIR diff --git a/gettext-tools/examples/hello-c++-kde/configure.in.in b/gettext-tools/examples/hello-c++-kde/configure.in.in index 66cbe6095..f3f5ae818 100644 --- a/gettext-tools/examples/hello-c++-kde/configure.in.in +++ b/gettext-tools/examples/hello-c++-kde/configure.in.in @@ -1,5 +1,5 @@ #MIN_CONFIG AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) 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 08645d4d2..f26cca093 100644 --- a/gettext-tools/examples/hello-c++/configure.ac +++ b/gettext-tools/examples/hello-c++/configure.ac @@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([1.11]) AC_PROG_CXX AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) AC_LIB_LINKFLAGS([asprintf]) AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-c++20/configure.ac b/gettext-tools/examples/hello-c++20/configure.ac index 63519ce4a..030f01a27 100644 --- a/gettext-tools/examples/hello-c++20/configure.ac +++ b/gettext-tools/examples/hello-c++20/configure.ac @@ -29,7 +29,7 @@ elif ${CXX} ${CXXFLAGS} -std=gnu++26 ${CPPFLAGS} -c conftest.cc 2>/dev/null; the fi AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-c-gnome2/configure.ac b/gettext-tools/examples/hello-c-gnome2/configure.ac index 70ea1bb7b..4252aee5c 100644 --- a/gettext-tools/examples/hello-c-gnome2/configure.ac +++ b/gettext-tools/examples/hello-c-gnome2/configure.ac @@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE([1.11]) AC_PROG_CC GNOME_INIT AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) 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 209a6046b..80674184b 100644 --- a/gettext-tools/examples/hello-c-gnome3/configure.ac +++ b/gettext-tools/examples/hello-c-gnome3/configure.ac @@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([1.11]) AC_PROG_CC AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) dnl Define localedir_c and localedir_c_make. gl_BUILD_TO_HOST_LOCALEDIR diff --git a/gettext-tools/examples/hello-c-http/configure.ac b/gettext-tools/examples/hello-c-http/configure.ac index b7f4aef1a..ad1fded8c 100644 --- a/gettext-tools/examples/hello-c-http/configure.ac +++ b/gettext-tools/examples/hello-c-http/configure.ac @@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([1.11]) AC_PROG_CC AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-c/configure.ac b/gettext-tools/examples/hello-c/configure.ac index bbba63d08..8b6c385cd 100644 --- a/gettext-tools/examples/hello-c/configure.ac +++ b/gettext-tools/examples/hello-c/configure.ac @@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([1.11]) AC_PROG_CC AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) diff --git a/gettext-tools/examples/hello-objc-gnome2/configure.ac b/gettext-tools/examples/hello-objc-gnome2/configure.ac index de58d23c4..397144902 100644 --- a/gettext-tools/examples/hello-objc-gnome2/configure.ac +++ b/gettext-tools/examples/hello-objc-gnome2/configure.ac @@ -22,7 +22,7 @@ fi AC_SUBST([OBGNOME_INCLUDES]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) 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 bec060410..594226edf 100644 --- a/gettext-tools/examples/hello-objc/configure.ac +++ b/gettext-tools/examples/hello-objc/configure.ac @@ -14,7 +14,7 @@ AC_PROG_OBJC([gobjc gcc objcc objc cc CC clang]) m4_popdef([AC_MSG_FAILURE]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.23]) +AM_GNU_GETTEXT_VERSION([0.24]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile])