Hi all,

This patch adds dutch translation to Blackbox-0.61.1

When creating it, I had some strange problem with automake. A lot of lines
in all Makefile.in's changed like this:

 distdir: $(DISTFILES)
        @for file in $(DISTFILES); do \
          d=$(srcdir); \
          if test -d $$d/$$file; then \
-           cp -pr $$d/$$file $(distdir)/$$file; \
+           cp -pr $$/$$file $(distdir)/$$file; \
          else \
            test -f $(distdir)/$$file \
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
            || cp -p $$d/$$file $(distdir)/$$file || :; \
          fi; \
        done

You can see, a very strange error, i think. I deleted these changes, so
the nl_NL patch should be ok.

But does anybody know what could be wrong here? I use automake 1.4 on
SuSE7.0

cheers,
wilbert

blackbox_add_nl_entry.diff.gz

Reply via email to