diff options
author | Bruno Haible <bruno@clisp.org> | 2006-04-19 11:41:16 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:10 +0200 |
commit | 5243f137d5ebfc83f9b90a67b992a2921ad0debd (patch) | |
tree | f96f003ba8047d7caa05203de6a0c14ee82e9b3a /gettext-tools/examples/hello-c++-gnome | |
parent | f49e58197176c9136f064ad5c7db71cb2fccd616 (diff) | |
download | external_gettext-5243f137d5ebfc83f9b90a67b992a2921ad0debd.zip external_gettext-5243f137d5ebfc83f9b90a67b992a2921ad0debd.tar.gz external_gettext-5243f137d5ebfc83f9b90a67b992a2921ad0debd.tar.bz2 |
Use the current gettext infrastructure.
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]) |