Pullup versions
[pkgsrcv2.git] / devel / gettext / patches / patch-ac
1 $NetBSD: patch-ac,v 1.3 2002/08/19 19:20:32 seb Exp $
2
3 --- intl/Makefile.in.orig       Mon Apr 27 23:53:18 1998
4 +++ intl/Makefile.in
5 @@ -119,11 +119,11 @@ install-exec: all
6             $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
7           fi; \
8           $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
9 -         $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
10 +         $(LIBTOOL) --mode=install ${INSTALL_DATA} libintl.la $(libdir); \
11         else \
12           : ; \
13         fi
14 -install-data: all
15 +install-data:
16         if test "$(PACKAGE)" = "gettext"; then \
17           if test -r $(MKINSTALLDIRS); then \
18             $(MKINSTALLDIRS) $(gettextsrcdir); \