$NetBSD: patch-aa,v 1.2 2001/11/30 10:20:02 martti Exp $ --- Makefile.in.orig Mon Oct 29 16:51:17 2001 +++ Makefile.in Sat Nov 24 10:47:36 2001 @@ -62,13 +62,14 @@ UTF8 = @UTF8@ NEWLINE = @NEWLINE@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = ${BSD_INSTALL_PROGRAM} +INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT} +INSTALL_DATA = ${BSD_INSTALL_DATA} +INSTALL_MAN = ${BSD_INSTALL_MAN} # 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. $(NEWLINE) LINK = $(LIBTOOL) --mode=link $(CC)