+2001-12-03 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in (install-exec): Don't create an empty libdir.
+ (installdirs): Update accordingly.
+
2001-11-30 Bruno Haible <bruno@clisp.org>
* plural-exp.h (plural_eval): Add back declaration.
: ; \
fi
if test '@USE_INCLUDED_LIBINTL@' = yes; then \
- $(mkinstalldirs) $(DESTDIR)$(libdir); \
+ test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
temp=$(DESTDIR)$(libdir)/t-charset.alias; \
dest=$(DESTDIR)$(libdir)/charset.alias; \
if test -f $(DESTDIR)$(libdir)/charset.alias; then \
: ; \
fi
if test '@USE_INCLUDED_LIBINTL@' = yes; then \
- $(mkinstalldirs) $(DESTDIR)$(libdir); $(DESTDIR)$(localedir); \
+ test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
+ $(mkinstalldirs) $(DESTDIR)$(localedir); \
else \
: ; \
fi