1998-01-06 08:03:13 +00:00
|
|
|
--- Makefile.in.orig Tue Dec 9 16:18:33 1997
|
|
|
|
+++ Makefile.in Sat Dec 13 11:19:12 1997
|
|
|
|
@@ -131,8 +131,8 @@
|
1997-02-06 13:11:20 +00:00
|
|
|
|
1998-01-06 08:03:13 +00:00
|
|
|
# Portable install script (configure doesn't always guess right)
|
|
|
|
INSTALL= @srcdir@/install-sh -c
|
|
|
|
-INSTALL_PROGRAM=${INSTALL} -m $(EXEMODE)
|
|
|
|
-INSTALL_DATA= ${INSTALL} -m $(FILEMODE)
|
|
|
|
+INSTALL_PROGRAM=${BSD_INSTALL_SCRIPT}
|
|
|
|
+INSTALL_DATA= ${BSD_INSTALL_DATA}
|
1997-02-06 13:11:20 +00:00
|
|
|
|
1998-01-06 08:03:13 +00:00
|
|
|
# --with-PACKAGE options for configure script
|
|
|
|
# e.g. --with-readline --with-svr5 --with-solaris --with-thread
|