summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-01-17 13:43:20 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:39 +0200
commit058aa940083e61aaedf204935314a61d5b5249db (patch)
tree945f3cf0542658d081a7d6dc1f621ea033d0a825 /gettext-tools/examples/hello-c
parentb91f9dec585a1ab599886cb5187fd2f849f0baa1 (diff)
downloadexternal_gettext-058aa940083e61aaedf204935314a61d5b5249db.zip
external_gettext-058aa940083e61aaedf204935314a61d5b5249db.tar.gz
external_gettext-058aa940083e61aaedf204935314a61d5b5249db.tar.bz2
Use the macros from 0.13.1, not 0.12.1.
Diffstat (limited to 'gettext-tools/examples/hello-c')
-rwxr-xr-xgettext-tools/examples/hello-c/autoclean.sh11
-rw-r--r--gettext-tools/examples/hello-c/configure.ac4
2 files changed, 12 insertions, 3 deletions
diff --git a/gettext-tools/examples/hello-c/autoclean.sh b/gettext-tools/examples/hello-c/autoclean.sh
index d6b42cd..dab0035 100755
--- a/gettext-tools/examples/hello-c/autoclean.sh
+++ b/gettext-tools/examples/hello-c/autoclean.sh
@@ -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
diff --git a/gettext-tools/examples/hello-c/configure.ac b/gettext-tools/examples/hello-c/configure.ac
index 4fb4769..7e73a16 100644
--- a/gettext-tools/examples/hello-c/configure.ac
+++ b/gettext-tools/examples/hello-c/configure.ac
@@ -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])