diff options
Diffstat (limited to 'gettext-tools')
18 files changed, 7 insertions, 18 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 95f2f06..e081ab7 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,8 @@ +2003-11-20 Bruno Haible <bruno@clisp.org> + + * hello-*/configure.ac: Remove AM_NLS invocation. + * po/xsmallpot.sh: Don't keep AM_NLS lines. + 2003-11-19 Bruno Haible <bruno@clisp.org> * po/de.po: Update from Karl Eichwalder <ke@suse.de>. diff --git a/gettext-tools/examples/hello-c++-qt/configure.ac b/gettext-tools/examples/hello-c++-qt/configure.ac index 941b4ee..2cf0034 100644 --- a/gettext-tools/examples/hello-c++-qt/configure.ac +++ b/gettext-tools/examples/hello-c++-qt/configure.ac @@ -16,7 +16,6 @@ FUN_CHECK_PTHREAD FUN_CHECK_QT(220) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-clisp/configure.ac b/gettext-tools/examples/hello-clisp/configure.ac index 2769441..56828c6 100644 --- a/gettext-tools/examples/hello-clisp/configure.ac +++ b/gettext-tools/examples/hello-clisp/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 hello.lisp]) diff --git a/gettext-tools/examples/hello-gawk/configure.ac b/gettext-tools/examples/hello-gawk/configure.ac index 3103280..602a7d0 100644 --- a/gettext-tools/examples/hello-gawk/configure.ac +++ b/gettext-tools/examples/hello-gawk/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]) diff --git a/gettext-tools/examples/hello-java-awt/configure.ac b/gettext-tools/examples/hello-java-awt/configure.ac index 70c63ad..e606b58 100644 --- a/gettext-tools/examples/hello-java-awt/configure.ac +++ b/gettext-tools/examples/hello-java-awt/configure.ac @@ -59,7 +59,6 @@ LIBINTL_JAR="$basedir"/share/gettext/libintl.jar AC_SUBST([LIBINTL_JAR]) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-java-swing/configure.ac b/gettext-tools/examples/hello-java-swing/configure.ac index 6abdc3d..45bbe31 100644 --- a/gettext-tools/examples/hello-java-swing/configure.ac +++ b/gettext-tools/examples/hello-java-swing/configure.ac @@ -59,7 +59,6 @@ LIBINTL_JAR="$basedir"/share/gettext/libintl.jar AC_SUBST([LIBINTL_JAR]) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-java/configure.ac b/gettext-tools/examples/hello-java/configure.ac index 8536f00..b093252 100644 --- a/gettext-tools/examples/hello-java/configure.ac +++ b/gettext-tools/examples/hello-java/configure.ac @@ -59,7 +59,6 @@ LIBINTL_JAR="$basedir"/share/gettext/libintl.jar AC_SUBST([LIBINTL_JAR]) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-librep/configure.ac b/gettext-tools/examples/hello-librep/configure.ac index 22a1974..0a76225 100644 --- a/gettext-tools/examples/hello-librep/configure.ac +++ b/gettext-tools/examples/hello-librep/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 hello.jl]) diff --git a/gettext-tools/examples/hello-pascal/configure.ac b/gettext-tools/examples/hello-pascal/configure.ac index acbc290..2f0bb04 100644 --- a/gettext-tools/examples/hello-pascal/configure.ac +++ b/gettext-tools/examples/hello-pascal/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]) 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]) diff --git a/gettext-tools/examples/hello-php/configure.ac b/gettext-tools/examples/hello-php/configure.ac index fed6b4d..6a9a975 100644 --- a/gettext-tools/examples/hello-php/configure.ac +++ b/gettext-tools/examples/hello-php/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]) diff --git a/gettext-tools/examples/hello-python/configure.ac b/gettext-tools/examples/hello-python/configure.ac index 30b9fb0..a6d65a9 100644 --- a/gettext-tools/examples/hello-python/configure.ac +++ b/gettext-tools/examples/hello-python/configure.ac @@ -29,7 +29,6 @@ prefix="$save_prefix" AC_SUBST(localedir) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile hello.py]) diff --git a/gettext-tools/examples/hello-sh/configure.ac b/gettext-tools/examples/hello-sh/configure.ac index c34eb74..2a1de30 100644 --- a/gettext-tools/examples/hello-sh/configure.ac +++ b/gettext-tools/examples/hello-sh/configure.ac @@ -22,7 +22,6 @@ prefix="$save_prefix" AC_SUBST(localedir) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-smalltalk/configure.ac b/gettext-tools/examples/hello-smalltalk/configure.ac index 52b6422..bc0e415 100644 --- a/gettext-tools/examples/hello-smalltalk/configure.ac +++ b/gettext-tools/examples/hello-smalltalk/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 hello.st]) diff --git a/gettext-tools/examples/hello-tcl-tk/configure.ac b/gettext-tools/examples/hello-tcl-tk/configure.ac index 3541e8c..bad0a8a 100644 --- a/gettext-tools/examples/hello-tcl-tk/configure.ac +++ b/gettext-tools/examples/hello-tcl-tk/configure.ac @@ -30,7 +30,6 @@ prefix="$save_prefix" AC_SUBST(pkgdatadir) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-tcl/configure.ac b/gettext-tools/examples/hello-tcl/configure.ac index a65aa76..0cae2de 100644 --- a/gettext-tools/examples/hello-tcl/configure.ac +++ b/gettext-tools/examples/hello-tcl/configure.ac @@ -30,7 +30,6 @@ prefix="$save_prefix" AC_SUBST(pkgdatadir) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/hello-ycp/configure.ac b/gettext-tools/examples/hello-ycp/configure.ac index 3b0303e..c7c9e3d 100644 --- a/gettext-tools/examples/hello-ycp/configure.ac +++ b/gettext-tools/examples/hello-ycp/configure.ac @@ -20,7 +20,6 @@ localedir=/usr/share/YaST2/locale AC_SUBST(localedir) dnl Support for the po directory. -AM_NLS AM_PO_SUBDIRS AC_CONFIG_FILES([Makefile]) diff --git a/gettext-tools/examples/po/xsmallpot.sh b/gettext-tools/examples/po/xsmallpot.sh index 1a8f1bb..db68f9a 100755 --- a/gettext-tools/examples/po/xsmallpot.sh +++ b/gettext-tools/examples/po/xsmallpot.sh @@ -15,7 +15,7 @@ case $directory in hello-c++-kde) ./autogen.sh sed -e 's,tmp-,,' < configure.in > configure.ac - grep '^\(AC_INIT\|AC_CONFIG\|AM_INIT\|AM_CONDITIONAL\|AM_GNU_GETTEXT\|AM_NLS\|AM_PO_SUBDIRS\|AC_OUTPUT\)' configure.ac > configure.in + grep '^\(AC_INIT\|AC_CONFIG\|AM_INIT\|AM_CONDITIONAL\|AM_GNU_GETTEXT\|AM_PO_SUBDIRS\|AC_OUTPUT\)' configure.ac > configure.in rm -f configure.ac autoconf ./configure @@ -24,7 +24,7 @@ case $directory in ./autogen.sh ;; *) - grep '^\(AC_INIT\|AC_CONFIG\|AM_INIT\|AM_CONDITIONAL\|AM_GNU_GETTEXT\|AM_NLS\|AM_PO_SUBDIRS\|AC_OUTPUT\)' configure.ac > configure.in + grep '^\(AC_INIT\|AC_CONFIG\|AM_INIT\|AM_CONDITIONAL\|AM_GNU_GETTEXT\|AM_PO_SUBDIRS\|AC_OUTPUT\)' configure.ac > configure.in rm -f configure.ac ./autogen.sh ./configure |