diff options
Diffstat (limited to 'gettext-tools/examples/hello-c++-gnome')
-rw-r--r-- | gettext-tools/examples/hello-c++-gnome/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/examples/hello-c++-gnome/configure.ac b/gettext-tools/examples/hello-c++-gnome/configure.ac index 987b44a..837e3d8 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-2004 Free Software Foundation, Inc. +dnl Copyright (C) 2003-2004, 2006 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.13.1) +AM_GNU_GETTEXT_VERSION(0.15) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([m4/Makefile]) |