dc9256af40
to not conflict with the to-be committed autoconf package. Package provided by dillo.
41 lines
1.5 KiB
Text
41 lines
1.5 KiB
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
|
|
|
|
--- Makefile.in.orig Tue Jan 5 14:27:16 1999
|
|
+++ Makefile.in
|
|
@@ -141,7 +141,7 @@ installdirs:
|
|
|
|
install: all $(M4FILES) acconfig.h installdirs install-info
|
|
for p in $(ASCRIPTS); do \
|
|
- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
|
|
+ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
|
|
done
|
|
for i in $(M4FROZEN); do \
|
|
$(INSTALL_DATA) $$i $(acdatadir)/$$i; \
|
|
@@ -150,9 +150,9 @@ install: all $(M4FILES) acconfig.h insta
|
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
|
done
|
|
-if test -f autoscan; then \
|
|
- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
|
+ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
|
for i in acfunctions acheaders acidentifiers acprograms \
|
|
- acmakevars; do \
|
|
+ acmakevars config.guess config.sub; do \
|
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
|
done; \
|
|
else :; fi
|
|
@@ -160,13 +160,9 @@ install: all $(M4FILES) acconfig.h insta
|
|
# Don't cd, to avoid breaking install-sh references.
|
|
install-info: info installdirs
|
|
if test -f autoconf.info; then \
|
|
- for i in *.info*; do \
|
|
- $(INSTALL_DATA) $$i $(infodir)/$$i; \
|
|
- done; \
|
|
+ $(INSTALL_DATA) autoconf.info $(infodir)/autoconf213.info; \
|
|
else \
|
|
- for i in $(srcdir)/*.info*; do \
|
|
- $(INSTALL_DATA) $$i $(infodir)/`echo $$i | sed 's|^$(srcdir)/||'`; \
|
|
- done; \
|
|
+ $(INSTALL_DATA) $(srcdir)/autoconf.info $(infodir)/autoconf213.info; \
|
|
fi
|
|
|
|
uninstall:
|