cd1489e639
the old xxx-config files, remove the "12" suffix. This will allow people building Glib and GTK+ ports by hand to do so without a lot of extra hacking. Since these ports are so heavily used, the xxx12-config files aren't removed completely, but rather symlinked to their xxx-config counterparts. PR: 39417
11 lines
310 B
Text
11 lines
310 B
Text
--- docs/Makefile.in.orig Fri Sep 24 09:13:34 1999
|
|
+++ docs/Makefile.in Sat Oct 9 22:15:26 1999
|
|
@@ -99,7 +99,7 @@
|
|
LT_RELEASE = @LT_RELEASE@
|
|
LT_REVISION = @LT_REVISION@
|
|
MAINT = @MAINT@
|
|
-MAKEINFO = @MAKEINFO@
|
|
+MAKEINFO = @MAKEINFO@ --no-split
|
|
MKINSTALLDIRS = @MKINSTALLDIRS@
|
|
NM = @NM@
|
|
OBJDUMP = @OBJDUMP@
|