]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
po: Assume a 'sed' that supports '#' for introducing comments.
authorBruno Haible <bruno@clisp.org>
Sun, 13 Oct 2024 20:37:39 +0000 (22:37 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Oct 2024 22:53:56 +0000 (00:53 +0200)
This is standardized in POSIX since POSIX:2001 (= SUSv3).
It is supported on all platforms that I could test:
GNU, macOS 10.5, FreeBSD 5, NetBSD 7, OpenBSD 6, AIX 7, Solaris 10 and 11,
busybox (2019).

* gettext-runtime/po/remove-potcdate.sed: Renamed from
gettext-runtime/po/remove-potcdate.sin.
* gettext-runtime/po/Makefile.in.in (DISTFILES.common): Update.
(.SUFFIXES): Remove .sin.
(.sin.sed): Remove rule.
($(DOMAIN).pot-update): Use remove-potcdate.sed in $(srcdir).
(mostlyclean): Don't remove remove-potcdate.sed.
* autogen.sh: Update.
* Makefile.am (distcheck-hook): Update.
* gettext-tools/examples/po/remove-potcdate.sed: Renamed from
gettext-tools/examples/po/remove-potcdate.sin.
* gettext-tools/examples/po/Makefile.am ($(DOMAIN).pot-update): Use
remove-potcdate.sed in $(srcdir).
(MOSTLYCLEANFILES): Don't add remove-potcdate.sed.
(EXTRA_DIST): Update.
* gettext-tools/examples/hello-*/po/Makefile.am ($(DOMAIN).pot-update): Use
remove-potcdate.sed in $(srcdir).
(MOSTLYCLEANFILES): Don't add remove-potcdate.sed.
(EXTRA_DIST): Update.
* gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile
($(DOMAIN).pot-update): Remove dependency on remove-potcdate.sed.
(internal-clean): Remove rule.
* gettext-tools/examples/hello-*/autogen.sh: Update.
* gettext-tools/examples/hello-*/autoclean.sh: Update.

82 files changed:
.gitignore
Makefile.am
autogen.sh
gettext-runtime/po/Makefile.in.in
gettext-runtime/po/remove-potcdate.sed [moved from gettext-runtime/po/remove-potcdate.sin with 100% similarity]
gettext-tools/examples/hello-c++-gnome/autoclean.sh
gettext-tools/examples/hello-c++-kde/autoclean.sh
gettext-tools/examples/hello-c++-qt/autoclean.sh
gettext-tools/examples/hello-c++-qt/autogen.sh
gettext-tools/examples/hello-c++-qt/po/Makefile.am
gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh
gettext-tools/examples/hello-c++-wxwidgets/autogen.sh
gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am
gettext-tools/examples/hello-c++/autoclean.sh
gettext-tools/examples/hello-c++20/autoclean.sh
gettext-tools/examples/hello-c-gnome/autoclean.sh
gettext-tools/examples/hello-c-gnome3/autoclean.sh
gettext-tools/examples/hello-c/autoclean.sh
gettext-tools/examples/hello-clisp/autoclean.sh
gettext-tools/examples/hello-clisp/autogen.sh
gettext-tools/examples/hello-clisp/po/Makefile.am
gettext-tools/examples/hello-csharp-forms/autoclean.sh
gettext-tools/examples/hello-csharp-forms/autogen.sh
gettext-tools/examples/hello-csharp-forms/po/Makefile.am
gettext-tools/examples/hello-csharp/autoclean.sh
gettext-tools/examples/hello-csharp/autogen.sh
gettext-tools/examples/hello-csharp/po/Makefile.am
gettext-tools/examples/hello-gawk/autoclean.sh
gettext-tools/examples/hello-gawk/autogen.sh
gettext-tools/examples/hello-gawk/po/Makefile.am
gettext-tools/examples/hello-guile/autoclean.sh
gettext-tools/examples/hello-guile/autogen.sh
gettext-tools/examples/hello-guile/po/Makefile.am
gettext-tools/examples/hello-java-awt/autoclean.sh
gettext-tools/examples/hello-java-awt/autogen.sh
gettext-tools/examples/hello-java-awt/po/Makefile.am
gettext-tools/examples/hello-java-qtjambi/autoclean.sh
gettext-tools/examples/hello-java-qtjambi/autogen.sh
gettext-tools/examples/hello-java-qtjambi/po/Makefile.am
gettext-tools/examples/hello-java-swing/autoclean.sh
gettext-tools/examples/hello-java-swing/autogen.sh
gettext-tools/examples/hello-java-swing/po/Makefile.am
gettext-tools/examples/hello-java/autoclean.sh
gettext-tools/examples/hello-java/autogen.sh
gettext-tools/examples/hello-java/po/Makefile.am
gettext-tools/examples/hello-librep/autoclean.sh
gettext-tools/examples/hello-librep/autogen.sh
gettext-tools/examples/hello-librep/po/Makefile.am
gettext-tools/examples/hello-objc-gnome/autoclean.sh
gettext-tools/examples/hello-objc-gnustep/autoclean.sh
gettext-tools/examples/hello-objc-gnustep/autogen.sh
gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile
gettext-tools/examples/hello-objc/autoclean.sh
gettext-tools/examples/hello-pascal/autoclean.sh
gettext-tools/examples/hello-pascal/autogen.sh
gettext-tools/examples/hello-pascal/po/Makefile.am
gettext-tools/examples/hello-perl/autoclean.sh
gettext-tools/examples/hello-perl/autogen.sh
gettext-tools/examples/hello-perl/po/Makefile.am
gettext-tools/examples/hello-php/autoclean.sh
gettext-tools/examples/hello-php/autogen.sh
gettext-tools/examples/hello-php/po/Makefile.am
gettext-tools/examples/hello-python/autoclean.sh
gettext-tools/examples/hello-python/autogen.sh
gettext-tools/examples/hello-python/po/Makefile.am
gettext-tools/examples/hello-sh/autoclean.sh
gettext-tools/examples/hello-sh/autogen.sh
gettext-tools/examples/hello-sh/po/Makefile.am
gettext-tools/examples/hello-smalltalk/autoclean.sh
gettext-tools/examples/hello-smalltalk/autogen.sh
gettext-tools/examples/hello-smalltalk/po/Makefile.am
gettext-tools/examples/hello-tcl-tk/autoclean.sh
gettext-tools/examples/hello-tcl-tk/autogen.sh
gettext-tools/examples/hello-tcl-tk/po/Makefile.am
gettext-tools/examples/hello-tcl/autoclean.sh
gettext-tools/examples/hello-tcl/autogen.sh
gettext-tools/examples/hello-tcl/po/Makefile.am
gettext-tools/examples/hello-ycp/autoclean.sh
gettext-tools/examples/hello-ycp/autogen.sh
gettext-tools/examples/hello-ycp/po/Makefile.am
gettext-tools/examples/po/Makefile.am
gettext-tools/examples/po/remove-potcdate.sed [moved from gettext-tools/examples/po/remove-potcdate.sin with 100% similarity]

index cf198e23e000ed41ea7053b76861e8f74c7327ff..dd22d459a84202fb25881ef7e7e7b5dcad310799 100644 (file)
 /gettext-tools/po/en@quot.header
 /gettext-tools/po/insert-header.sed
 /gettext-tools/po/quot.sed
-/gettext-tools/po/remove-potcdate.sin
+/gettext-tools/po/remove-potcdate.sed
 
 # Files generated by the autotools:
 /aclocal.m4
@@ -858,7 +858,6 @@ core
 /gettext-runtime/intl/localename-table.h
 /gettext-runtime/libasprintf/autosprintf.h
 /gettext-runtime/po/??@*.insert-header
-/gettext-runtime/po/remove-potcdate.sed
 /gettext-runtime/src/gettext.res
 /gettext-tools/doc/gettext.am
 /gettext-tools/doc/gettext.ams
@@ -936,7 +935,6 @@ core
 /gettext-tools/libgrep/wctype.h
 /gettext-tools/libgrep/sys/types.h
 /gettext-tools/po/??@*.insert-header
-/gettext-tools/po/remove-potcdate.sed
 /gettext-tools/src/gettext.res
 /gettext-tools/src/textstyle.h
 /gettext-tools/src/textstyle/stdbool.h
@@ -945,7 +943,6 @@ core
 
 # Files generated by "make dist" and erased by "make mostlyclean"
 # (see MOSTLYCLEANFILES in Makefile.am):
-/gettext-tools/examples/po/remove-potcdate.sed
 
 # ---------- "make all check" gets you here ----------
 
index 3396d202fa83320d959b4be157469c82ad081b7e..b95eade6de1fb0fd44d55987733dec38487afe5b 100644 (file)
@@ -71,8 +71,8 @@ distcheck-hook:
        cmp -s $(srcdir)/gettext-runtime/po/en@quot.header $(srcdir)/gettext-tools/po/en@quot.header
        cmp -s $(srcdir)/gettext-runtime/po/en@boldquot.header $(srcdir)/gettext-tools/po/en@boldquot.header
        cmp -s $(srcdir)/gettext-runtime/po/insert-header.sed $(srcdir)/gettext-tools/po/insert-header.sed
-       cmp -s $(srcdir)/gettext-runtime/po/remove-potcdate.sin $(srcdir)/gettext-tools/po/remove-potcdate.sin
-       cmp -s $(srcdir)/gettext-runtime/po/remove-potcdate.sin $(srcdir)/gettext-tools/examples/po/remove-potcdate.sin
+       cmp -s $(srcdir)/gettext-runtime/po/remove-potcdate.sed $(srcdir)/gettext-tools/po/remove-potcdate.sed
+       cmp -s $(srcdir)/gettext-runtime/po/remove-potcdate.sed $(srcdir)/gettext-tools/examples/po/remove-potcdate.sed
        cmp -s $(srcdir)/gettext-runtime/m4/build-to-host.m4 $(srcdir)/gettext-tools/gnulib-m4/build-to-host.m4
        cmp -s $(srcdir)/gettext-runtime/m4/gettext.m4 $(srcdir)/gettext-tools/gnulib-m4/gettext.m4
        cmp -s $(srcdir)/gettext-runtime/man/help2man $(srcdir)/gettext-tools/man/help2man
index 5cbdd0da7fe4aae6364906644d08244ab448e9f6..f520cd74631964c6f36174dea39d49b036644590 100755 (executable)
@@ -541,7 +541,7 @@ cp -p gettext-runtime/po/quot.sed gettext-tools/po/quot.sed
 cp -p gettext-runtime/po/en@quot.header gettext-tools/po/en@quot.header
 cp -p gettext-runtime/po/en@boldquot.header gettext-tools/po/en@boldquot.header
 cp -p gettext-runtime/po/insert-header.sed gettext-tools/po/insert-header.sed
-cp -p gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.sin
+cp -p gettext-runtime/po/remove-potcdate.sed gettext-tools/po/remove-potcdate.sed
 
 echo "$0: generating configure in gettext-tools..."
 cd gettext-tools
index 5aecd780eb4ffd7037d592e193c2ea149a70f027..3df87a0f13f8ba1d92594fac607034318243442a 100644 (file)
@@ -68,7 +68,7 @@ POFILES = @POFILES@
 GMOFILES = @GMOFILES@
 UPDATEPOFILES = @UPDATEPOFILES@
 DUMMYPOFILES = @DUMMYPOFILES@
-DISTFILES.common = Makefile.in.in remove-potcdate.sin \
+DISTFILES.common = Makefile.in.in remove-potcdate.sed \
 $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3)
 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \
 $(POFILES) $(GMOFILES) \
@@ -94,7 +94,7 @@ all: all-@USE_NLS@
 
 
 .SUFFIXES:
-.SUFFIXES: .po .gmo .sed .sin .nop .po-create .po-update
+.SUFFIXES: .po .gmo .sed .nop .po-create .po-update
 
 # The .pot file, stamp-po, .po files, and .gmo files appear in release tarballs.
 # The GNU Coding Standards say in
@@ -123,10 +123,6 @@ $(GMOFILES): $(srcdir)/$(DOMAIN).pot
        mv t-$${lang}.gmo $${lang}.gmo && \
        rm -f $${lang}.1po
 
-.sin.sed:
-       sed -e '/^#/d' $< > t-$@
-       mv t-$@ $@
-
 
 all-yes: $(srcdir)/stamp-po
 all-no:
@@ -171,7 +167,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -223,8 +219,8 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -398,7 +394,6 @@ info dvi ps pdf html tags TAGS ctags CTAGS ID:
 install-dvi install-ps install-pdf install-html:
 
 mostlyclean:
-       rm -f remove-potcdate.sed
        rm -f $(srcdir)/stamp-poT
        rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
        rm -fr *.o
index 9daa77ce0e2b23be75ecd9a875c788bcc52c8f61..9b8332fb282055fcc13b321d80e7054f54000af8 100755 (executable)
@@ -22,7 +22,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 5f821c96af2efc42776b4c172f93b6361174eac4..99f538a4aac75a5f2be445a97daa9810bd180777 100755 (executable)
@@ -28,7 +28,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 rm -f admin/config.rpath
 
 # Generated through admin/cvs.sh.
index f1919180237585f73b10f9e80c8402de47b9a741..3294bb4d789de10bef9730600507f8095bb87d51 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 11df112e1fe3f72149302d14ba4641637849f398..3fa5efe45caad11b8a2f79c6ccb0413fa5a58ade 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 8bf2d94eb8a498daec2d44c6450781b3aaf17a5f..a7e1a2c202f35c4dda9515bc8e84f85b49af7de5 100644 (file)
@@ -157,7 +157,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -209,8 +209,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -281,14 +281,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(QMFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(QMFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(QMFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index fad6d8b9a5962aaafc3bd95aec58ad520e0d0c4b..79eb2ab8bc5b62c4424077f2246525ca0225c4ac 100755 (executable)
@@ -16,7 +16,7 @@ rm -f m4/lib-ld.m4
 rm -f m4/lib-link.m4
 rm -f m4/lib-prefix.m4
 rm -f config.rpath
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 4db00bab30a8561230b36381c4a873a23781a992..421a25ac81e131b13f869fd2b4fa8989005116af 100755 (executable)
@@ -31,7 +31,7 @@ cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-ld.m4 m4/li
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-link.m4 m4/lib-link.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-prefix.m4 m4/lib-prefix.m4
 cp -p ${GETTEXTSRCDIR-$GETTEXT_TOPSRCDIR/build-aux}/config.rpath config.rpath
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 204419ed0136dec2bd183897787e08eb81040b1e..2a8ac05974631ae1c3e3f8de4e6c2a2996a732ba 100644 (file)
@@ -160,7 +160,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -212,8 +212,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -346,14 +346,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index d18688a598dc95f8571887bd748d364cbcf0f06e..1838e8d232aa0fee0d512f9fa715d4e1af1af925 100755 (executable)
@@ -25,7 +25,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index d18688a598dc95f8571887bd748d364cbcf0f06e..1838e8d232aa0fee0d512f9fa715d4e1af1af925 100755 (executable)
@@ -25,7 +25,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 9daa77ce0e2b23be75ecd9a875c788bcc52c8f61..9b8332fb282055fcc13b321d80e7054f54000af8 100755 (executable)
@@ -22,7 +22,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 9daa77ce0e2b23be75ecd9a875c788bcc52c8f61..9b8332fb282055fcc13b321d80e7054f54000af8 100755 (executable)
@@ -22,7 +22,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index d18688a598dc95f8571887bd748d364cbcf0f06e..1838e8d232aa0fee0d512f9fa715d4e1af1af925 100755 (executable)
@@ -25,7 +25,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index c3ce24a0a17c2c8e6ee56d8386a45d879cfe40ec..58c7b6daf41653f2798d065c387ef8efcc9704d1 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 4e62a93e18ccee47d1e16684a370402f2035d336..a4867f40990c6414740e49b9b2e3d5eda4915806 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Brought in by explicit copy.
 rm -f m4/csharpcomp.m4
index 09596de491cf47fe75b1917998df95ba4d834b82..5f6822c80d0c6d64ddf6e3789e7a6a1f1cbb8952 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/csharpcomp.m4 m4/csharpcomp.m4
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/csharpexec.m4 m4/csharpexec.m4
index 086e3562c0baa9e68dc10e9ae2932b48b1fd74b3..7eb743bb0b45a8269d466f63c98a294ed5f8b19b 100644 (file)
@@ -137,7 +137,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -189,8 +189,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -264,7 +264,6 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 
@@ -278,7 +277,7 @@ maintainer-clean-local:
          done; \
        fi
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(RESOURCESDLLFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(RESOURCESDLLFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 4e62a93e18ccee47d1e16684a370402f2035d336..a4867f40990c6414740e49b9b2e3d5eda4915806 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Brought in by explicit copy.
 rm -f m4/csharpcomp.m4
index 09596de491cf47fe75b1917998df95ba4d834b82..5f6822c80d0c6d64ddf6e3789e7a6a1f1cbb8952 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/csharpcomp.m4 m4/csharpcomp.m4
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/csharpexec.m4 m4/csharpexec.m4
index 086e3562c0baa9e68dc10e9ae2932b48b1fd74b3..7eb743bb0b45a8269d466f63c98a294ed5f8b19b 100644 (file)
@@ -137,7 +137,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -189,8 +189,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -264,7 +264,6 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 
@@ -278,7 +277,7 @@ maintainer-clean-local:
          done; \
        fi
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(RESOURCESDLLFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(RESOURCESDLLFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 319df21d8da68f057472f77fa8258a40702c470f..18eb630f762eefa3844a52729513ba05565392fb 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index c2f2ca9da1f4e365249be1893835f50b1dc834e8..1f83bb4dd097e1d5653befbddcb331dd4a0aba42 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index efecfcbe9a8080d8a21a5353b3413aeac7b31b7a..d38a4183cc35c0391f5428f33d859d9bb49e0cda 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Brought in by explicit copy.
 rm -f m4/javacomp.m4
index 467f213af7e3ae08ebbe90b493e8a5019c754d7e..2d62267d817a2890c6f719354b8450b91b2e5f33 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javacomp.m4 m4/javacomp.m4
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javaexec.m4 m4/javaexec.m4
index 3398bc1a36661d16942df8eea83633dd58db9222..1f97ec842051d1d25856b61088df394f56ad1ff8 100644 (file)
@@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -232,7 +232,6 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 
@@ -240,7 +239,7 @@ MAINTAINERCLEANFILES = \
   $(DOMAIN).pot stamp-po \
   $(DOMAIN).properties $(PROPERTIESFILES) $(CLASSFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 1329c3715c2be8ed70de7bac4fdc35a3a9a5f6bd..956ca531ca187f4e95c005e1bfd3673529e079a7 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Brought in by explicit copy.
 rm -f m4/javacomp.m4
index 467f213af7e3ae08ebbe90b493e8a5019c754d7e..2d62267d817a2890c6f719354b8450b91b2e5f33 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javacomp.m4 m4/javacomp.m4
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javaexec.m4 m4/javaexec.m4
index 3398bc1a36661d16942df8eea83633dd58db9222..1f97ec842051d1d25856b61088df394f56ad1ff8 100644 (file)
@@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -232,7 +232,6 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 
@@ -240,7 +239,7 @@ MAINTAINERCLEANFILES = \
   $(DOMAIN).pot stamp-po \
   $(DOMAIN).properties $(PROPERTIESFILES) $(CLASSFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 41997040b983289d70cd667ef46be5ee5446d6c0..294f08516688be5b6506ceeb80e6b78c34704c7a 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Brought in by explicit copy.
 rm -f m4/javacomp.m4
index 467f213af7e3ae08ebbe90b493e8a5019c754d7e..2d62267d817a2890c6f719354b8450b91b2e5f33 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javacomp.m4 m4/javacomp.m4
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javaexec.m4 m4/javaexec.m4
index 3398bc1a36661d16942df8eea83633dd58db9222..1f97ec842051d1d25856b61088df394f56ad1ff8 100644 (file)
@@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -232,7 +232,6 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 
@@ -240,7 +239,7 @@ MAINTAINERCLEANFILES = \
   $(DOMAIN).pot stamp-po \
   $(DOMAIN).properties $(PROPERTIESFILES) $(CLASSFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index bac7f4ab063295b56e0ebc06e4588ed097e98162..89229cf92f31e0edabe0a92bbdb400bf5b8df8ba 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Brought in by explicit copy.
 rm -f m4/javacomp.m4
index 467f213af7e3ae08ebbe90b493e8a5019c754d7e..2d62267d817a2890c6f719354b8450b91b2e5f33 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javacomp.m4 m4/javacomp.m4
 cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-m4}/javaexec.m4 m4/javaexec.m4
index 3398bc1a36661d16942df8eea83633dd58db9222..1f97ec842051d1d25856b61088df394f56ad1ff8 100644 (file)
@@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -232,7 +232,6 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 
@@ -240,7 +239,7 @@ MAINTAINERCLEANFILES = \
   $(DOMAIN).pot stamp-po \
   $(DOMAIN).properties $(PROPERTIESFILES) $(CLASSFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(DOMAIN).properties $(PROPERTIESFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 98e9fbf8ba1de2b15bf216614f17c1adc6221c31..05348bbcd8877e43c4e187ae9ab2d43565a1a30f 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9daa77ce0e2b23be75ecd9a875c788bcc52c8f61..9b8332fb282055fcc13b321d80e7054f54000af8 100755 (executable)
@@ -22,7 +22,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 1fbc5e8caac6057dc52da68cbee6699e7758bc21..6b48c37f4b6337a0e757afa8f1b21c608fe52780 100755 (executable)
@@ -7,6 +7,5 @@
 make distclean
 
 rm -f po/remove-potcdate.sed
-rm -f po/remove-potcdate.sin
 rm -f po/*.pot
 rm -rf *.lproj
index 1528b50178d6ab392a5b30e0a49239daa052241e..a17b740080509da19e0d52d8cfdf77b5ba5fed80 100755 (executable)
@@ -23,4 +23,4 @@ else
   fi
 fi
 
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
index 3e28e176bb24f6e8fc72c466de141784114efd69..ae8caf208197062b949328c8c0fd1969b1b09670 100644 (file)
@@ -112,7 +112,7 @@ all-local-no:
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -199,9 +199,6 @@ $(POFILES): $(DOMAIN).pot
          $(MAKE) $${lang}.po-create; \
        fi
 
-internal-clean::
-       rm -f remove-potcdate.sed
-
 update-po:
        $(MAKE) $(DOMAIN).pot-update
        test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)
index d18688a598dc95f8571887bd748d364cbcf0f06e..1838e8d232aa0fee0d512f9fa715d4e1af1af925 100755 (executable)
@@ -25,7 +25,7 @@ rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
 rm -f po/Makefile.in.in
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 94c0091118de27dd045d5ea6f462697f24bbccc7..c4313e60a122b201d62fb2d5d57220c548dbc2f5 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 6ad8b9e454e2cddb91c8ed1a2d04d4f35b46c43d..374e91e09b443eb8680db971c92885264ca6f0e1 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index d959b15a79fe2016d08b2881aa3dd849e964a066..5be9f2122cee60e3a89c8af19471c28b782bc306 100644 (file)
@@ -164,7 +164,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -216,8 +216,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -350,14 +350,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 7fce015e3fe625c0c86854733ba2df5bcefb6435..287e1ca0122425a66c6a087e942becb476ed22b4 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 0f2a5b4363f02d01679c0f42022b5c8c6941cab0..9f0f6b60bf39aa587d861eec78e530baf92c5396 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 7f77fb6987e05a032e36ca8ddfb4432c659b8922..093e496ed5e74e18f23e5f566961313baea1f8b3 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 9e1cb6968db77bfc082f64fa96bf05e0be3a9958..508ee528be66dad177303c01b16053298afddab3 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index f70a4c7f14b1c3cb4e8442c33bc15d8f1b773c2f..6f5fa67d4e91a07146b82aa11acf28ff8ce0e205 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 2b5e67b80b818d549ed2caf227c39b3f0fa5cc58..98187f3b21038db0c74e6b8ec9e289695adae7b7 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 744b403630c7b72fee733ae2efdbd25f6c927c8d..67891118f256d9569341f16b59abbcbd8ffb68e9 100644 (file)
@@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -258,14 +258,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(MSGFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(MSGFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(MSGFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index f70a4c7f14b1c3cb4e8442c33bc15d8f1b773c2f..6f5fa67d4e91a07146b82aa11acf28ff8ce0e205 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 2b5e67b80b818d549ed2caf227c39b3f0fa5cc58..98187f3b21038db0c74e6b8ec9e289695adae7b7 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 744b403630c7b72fee733ae2efdbd25f6c927c8d..67891118f256d9569341f16b59abbcbd8ffb68e9 100644 (file)
@@ -134,7 +134,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -186,8 +186,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -258,14 +258,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(MSGFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(MSGFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(MSGFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 9367df26cfb7e29429068da079306a00962a6241..8655a871726b2a31a935332f3e7cbba7b36928e8 100755 (executable)
@@ -11,7 +11,7 @@ rm -rf autom4te.cache
 rm -f m4/nls.m4
 rm -f m4/po.m4
 rm -f m4/progtest.m4
-rm -f po/remove-potcdate.sin
+rm -f po/remove-potcdate.sed
 
 # Generated by aclocal.
 rm -f aclocal.m4
index 7e51979914c0f479315553b553c61834f7453880..a972da8041799c1ddf0a23303c0660eb9fb827bc 100755 (executable)
@@ -26,7 +26,7 @@ fi
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4
 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4
-cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin
+cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sed po/remove-potcdate.sed
 
 aclocal -I m4
 
index 59b2b59d153027379732e0ff98f1a92847632e54..c8a3861a0151d0ddea377d27ba564c6353d95af8 100644 (file)
@@ -154,7 +154,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 # The determination of whether the package xyz is a GNU one is based on the
 # heuristic whether some file in the top level directory mentions "GNU xyz".
 # If GNU 'find' is available, we avoid grepping through monster files.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS)
        package_gnu="$(PACKAGE_GNU)"; \
        test -n "$$package_gnu" || { \
          if { if (LC_ALL=C find --version) 2>/dev/null | grep GNU >/dev/null; then \
@@ -206,8 +206,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
            || exit 1; \
          fi; \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -340,14 +340,13 @@ uninstall-local-yes:
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(GMOFILES)
 
-EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
+EXTRA_DIST = remove-potcdate.sed LINGUAS $(POFILES) $(GMOFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
index 42ba8c4c2b487d111b53d643e40d6102f2460989..85c466e4b47a4c3ef137b49d9e9672b3784043b3 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the gettext-tools/examples/po subdirectory of GNU gettext
-## Copyright (C) 1995-2023 Free Software Foundation, Inc.
+## Copyright (C) 1995-2024 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -203,7 +203,7 @@ $(srcdir)/stamp-po: $(srcdir)/$(DOMAIN).pot
 
 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
-$(DOMAIN).pot-update: $(POTFILES_DEPS) $(SMALLPOTS) remove-potcdate.sed
+$(DOMAIN).pot-update: $(POTFILES_DEPS) $(SMALLPOTS)
        if test -n '$(MSGID_BUGS_ADDRESS)'; then \
          msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
        else \
@@ -218,8 +218,8 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) $(SMALLPOTS) remove-potcdate.sed
          $(SMALLPOTS)
        test ! -f $(DOMAIN).po || { \
          if test -f $(srcdir)/$(DOMAIN).pot; then \
-           sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
-           sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \
+           sed -f $(srcdir)/remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \
            if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \
              rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \
            else \
@@ -353,14 +353,13 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot
 html ID:
 
 MOSTLYCLEANFILES =
-MOSTLYCLEANFILES += remove-potcdate.sed
 MOSTLYCLEANFILES += stamp-poT
 MOSTLYCLEANFILES += core core.* *.stackdump $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po
 MOSTLYCLEANFILES += *.o
 
 MAINTAINERCLEANFILES = $(DOMAIN).pot stamp-po $(SMALLPOTS)
 
-EXTRA_DIST = remove-potcdate.sin xsmallpot.sh mmsmallpo.sh LINGUAS \
+EXTRA_DIST = remove-potcdate.sed xsmallpot.sh mmsmallpo.sh LINGUAS \
   $(POFILES)
 
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.