mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
--- glib/configure.orig Sun Dec 7 05:45:40 1997
|
|
+++ glib/configure Tue Dec 9 16:00:29 1997
|
|
@@ -561,6 +561,7 @@
|
|
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
|
# ./install, which can be erroneously created by make from ./install.sh.
|
|
+INSTALL="/usr/bin/install -c"
|
|
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
|
echo "configure:566: checking for a BSD compatible install" >&5
|
|
if test -z "$INSTALL"; then
|
|
--- docs/Makefile.in.orig Sun Dec 7 06:12:07 1997
|
|
+++ docs/Makefile.in Tue Dec 9 16:00:29 1997
|
|
@@ -117,7 +117,7 @@
|
|
.texi.info:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
- && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
|
|
+ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'`
|
|
|
|
.texi.dvi:
|
|
TEXINPUTS=$(srcdir):$$TEXINPUTS \
|
|
--- configure.orig Sun Jan 4 01:16:42 1998
|
|
+++ configure Mon Jan 5 23:09:23 1998
|
|
@@ -590,6 +590,7 @@
|
|
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
|
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
|
# ./install, which can be erroneously created by make from ./install.sh.
|
|
+INSTALL="/usr/bin/install -c"
|
|
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
|
echo "configure:595: checking for a BSD compatible install" >&5
|
|
if test -z "$INSTALL"; then
|