diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-05 23:14:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-05 23:14:33 +0000 |
commit | 244ab4a68589639c67f59f17745ed549e3a4242c (patch) | |
tree | 0cf62ad7c7ceedf3b4bb4a784cdcfec324258b43 /doc/guide | |
parent | 73e910dbdfb8c635545ff68925fd90b200a9dd4d (diff) | |
download | pkgsrc-244ab4a68589639c67f59f17745ed549e3a4242c.tar.gz |
Fix typo reported by ISIHARA Takanori in PR 30436.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/fixes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index c9db0695ec5..f4b712df3e5 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.20 2005/06/03 16:09:11 reed Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.21 2005/06/05 23:14:33 wiz Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Notes on fixes for packages</title> @@ -730,7 +730,7 @@ pre-configure: <para> and for packages that need automake and autoconf: </para> <programlisting>AUTOMAKE_REQD= 1.7.1 # if default version is not good enough -USE_TOOLS+= automake # use "automake14" for autoconf-1.4 +USE_TOOLS+= automake # use "automake14" for automake-1.4 ... pre-configure: |