diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-12 23:27:58 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-12 23:27:58 +0000 |
commit | af98f686b0a39f37e6918c942cb82ad7eb586ac7 (patch) | |
tree | 7603b4eebdce6bff64627a9fd6af2a0ffd41a0da /devel/autoconf213/files/patch-autoconf.texi | |
parent | Update to 0.12. (diff) |
Renamed patch files so I can tell what they do.
Changed $(INSTALL) to $(INSTALL_SCRIPT) in Makefile.in for the scripts.
Notes
Notes:
svn path=/head/; revision=67914
Diffstat (limited to 'devel/autoconf213/files/patch-autoconf.texi')
-rw-r--r-- | devel/autoconf213/files/patch-autoconf.texi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/autoconf213/files/patch-autoconf.texi b/devel/autoconf213/files/patch-autoconf.texi new file mode 100644 index 000000000000..7f621a6e827e --- /dev/null +++ b/devel/autoconf213/files/patch-autoconf.texi @@ -0,0 +1,24 @@ +--- autoconf.texi.orig Sun Feb 27 11:18:10 2000 ++++ autoconf.texi Mon Mar 18 21:30:10 2002 +@@ -1,9 +1,10 @@ + \input texinfo @c -*-texinfo-*- + @c %**start of header +-@setfilename autoconf.info +-@settitle Autoconf ++@setfilename autoconf213.info ++@settitle Autoconf213 + @c For double-sided printing, uncomment: + @c @setchapternewpage odd ++@dircategory Programming & development tools + @c %**end of header + + @set EDITION 2.13 +@@ -17,7 +18,7 @@ + @ifinfo + @format + START-INFO-DIR-ENTRY +-* Autoconf: (autoconf). Create source code configuration scripts. ++* Autoconf213: (autoconf213). Create source code configuration scripts. + END-INFO-DIR-ENTRY + @end format + |