diff options
author | Bruno Haible <bruno@clisp.org> | 2003-11-20 12:19:36 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:19 +0200 |
commit | 4ab11a38dcd4586c3e27c68de97b63048f5eb29a (patch) | |
tree | 264a644d66aeb0b2eb242ee23323e4708f3cb731 /gettext-tools/examples/hello-perl | |
parent | 8788b804f6675f4b1018e6823e316fdd9e330cd4 (diff) | |
download | external_gettext-4ab11a38dcd4586c3e27c68de97b63048f5eb29a.zip external_gettext-4ab11a38dcd4586c3e27c68de97b63048f5eb29a.tar.gz external_gettext-4ab11a38dcd4586c3e27c68de97b63048f5eb29a.tar.bz2 |
AM_NLS is not needed. (It's required by AM_PO_SUBDIRS.)
Diffstat (limited to 'gettext-tools/examples/hello-perl')
-rw-r--r-- | gettext-tools/examples/hello-perl/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gettext-tools/examples/hello-perl/configure.ac b/gettext-tools/examples/hello-perl/configure.ac index 920382f..6d5b64f 100644 --- a/gettext-tools/examples/hello-perl/configure.ac +++ b/gettext-tools/examples/hello-perl/configure.ac @@ -30,7 +30,6 @@ prefix="$save_prefix" AC_SUBST(localedir) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) |