1997-12-16 19:29:25 +00:00
|
|
|
--- glib/configure.orig Sun Dec 7 05:45:40 1997
|
|
|
|
+++ glib/configure Tue Dec 9 16:00:29 1997
|
1997-10-15 16:07:05 +00:00
|
|
|
@@ -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
|
1997-12-16 19:29:25 +00:00
|
|
|
--- 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 @@
|
1997-10-15 16:07:05 +00:00
|
|
|
.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 \
|
1997-12-16 19:29:25 +00:00
|
|
|
--- configure.orig Sun Dec 14 15:40:40 1997
|
|
|
|
+++ configure Mon Dec 15 11:19:00 1997
|
|
|
|
@@ -584,6 +584,7 @@
|
1997-10-15 16:07:05 +00:00
|
|
|
# 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
|
1997-12-16 19:29:25 +00:00
|
|
|
echo "configure:589: checking for a BSD compatible install" >&5
|
1997-10-15 16:07:05 +00:00
|
|
|
if test -z "$INSTALL"; then
|
1997-12-16 19:29:25 +00:00
|
|
|
@@ -2989,7 +2990,7 @@
|
|
|
|
echo "$ac_t""$need_x_locale" 1>&6
|
|
|
|
fi
|
|
|
|
if test $need_x_locale = yes; then
|
|
|
|
- CFLAGS="$CFLAGS -DX_LOCALE"
|
|
|
|
+ CFLAGS="$CFLAGS"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Checks for header files.
|