forked from Lainports/freebsd-ports
He says:
Update libtool to 1.3.3 and modify it's behaviour a bit. It now
behaves like a stock libtool unless we start sending one of three
flags:
--disable-ltlibs Don't install .la files
--release-suffix Add the release to the end of all the libs (like
GLib/GTK+)
--release-ignore Don't add the release to any libs.
PR: 13114
11 lines
292 B
Text
11 lines
292 B
Text
--- doc/Makefile.in.orig Fri Jul 2 09:24:54 1999
|
|
+++ doc/Makefile.in Tue Aug 31 23:41:57 1999
|
|
@@ -70,7 +70,7 @@
|
|
LIBTOOL = @LIBTOOL@
|
|
LIBTOOL_FLAGS = @LIBTOOL_FLAGS@
|
|
LN_S = @LN_S@
|
|
-MAKEINFO = @MAKEINFO@
|
|
+MAKEINFO = @MAKEINFO@ --no-split
|
|
NM = @NM@
|
|
OBJDUMP = @OBJDUMP@
|
|
PACKAGE = @PACKAGE@
|