diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-07 15:58:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-07 15:58:20 +0000 |
commit | ab322818b5a2ab3d2c0af58269d814e950d726c0 (patch) | |
tree | de0bb1bbd7606927beb055094e9c264b6f1cd3f1 /devel/gnu-libtool/files/patch-ab | |
parent | 3540a1438ee1460e09b70aae256e73bbf8af1738 (diff) |
Import libtool-1.2, It's a generic library support script.
PR: ports/6531
Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
Notes
Notes:
svn path=/head/; revision=10896
Diffstat (limited to 'devel/gnu-libtool/files/patch-ab')
-rw-r--r-- | devel/gnu-libtool/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnu-libtool/files/patch-ab b/devel/gnu-libtool/files/patch-ab new file mode 100644 index 000000000000..ef0aedff5c3d --- /dev/null +++ b/devel/gnu-libtool/files/patch-ab @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998 ++++ doc/Makefile.in Mon Apr 27 17:22:55 1998 +@@ -56,7 +56,7 @@ + LD = @LD@ + LIBTOOL = @LIBTOOL@ + LN_S = @LN_S@ +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + NM = @NM@ + PACKAGE = @PACKAGE@ + RANLIB = @RANLIB@ |