$NetBSD: patch-aa,v 1.4 2003/08/05 10:18:41 wiz Exp $ --- Makefile.in.orig Tue Aug 5 10:56:30 2003 +++ Makefile.in @@ -80,12 +80,11 @@ LINK_SIZE = @LINK_SIZE@ MATCH_LIMIT= @MATCH_LIMIT@ INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ +INSTALL_DATA = ${BSD_INSTALL_DATA} # LIBTOOL enables the building of shared and static libraries. It is set up # to do one or the other or both by ./configure. -LIBTOOL = @LIBTOOL@ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) @ON_WINDOWS@LINK = $(CC) $(CFLAGS) -I. -I$(top_srcdir) -L.libs @NOT_ON_WINDOWS@LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -I. -I$(top_srcdir)