summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-12 09:29:56 +0000
committerskrll <skrll@pkgsrc.org>2002-02-12 09:29:56 +0000
commit260d57258931b45871bcd5d497eba83063a990b5 (patch)
tree0c9169291eff942691255dc192681a5e16a33f3e /Packages.txt
parent679862a0058dbbf2cf8e80400a468d27db454e1a (diff)
downloadpkgsrc-260d57258931b45871bcd5d497eba83063a990b5.tar.gz
Clarify the automake/conf description slightly.
autoreconf will call aclocal if necessary and as this is part of automake so its wrong to describe it as the autoconf only option. Change autoreconf to autoconf. Also explictly mark the automake example as "automake and autoconf".
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Packages.txt b/Packages.txt
index 4a87e43da8d..2aae1a5bf60 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.226 2002/01/11 14:41:41 agc Exp $
+# $NetBSD: Packages.txt,v 1.227 2002/02/12 09:29:56 skrll Exp $
###########################################################################
==========================
@@ -1036,9 +1036,9 @@ be executed in a pre-configure target. For packages that need only
autoconf:
pre-configure:
- cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf --force
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
-and for packages that need automake:
+and for packages that need automake and autoconf:
pre-configure:
cd ${WRKSRC}; \