summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-12 09:29:56 +0000
committerskrll <skrll>2002-02-12 09:29:56 +0000
commit5fd1bf6d9f977b00ab0a6b396e8d57dec4e7a2b6 (patch)
tree0c9169291eff942691255dc192681a5e16a33f3e /Packages.txt
parentd159980b0bdb875f811e24f3c1e83a8b0500c5a7 (diff)
downloadpkgsrc-5fd1bf6d9f977b00ab0a6b396e8d57dec4e7a2b6.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}; \