summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-06-17 21:46:04 +0000
committerskrll <skrll@pkgsrc.org>2002-06-17 21:46:04 +0000
commit5fe610a6dcecbf0368b34e75fb808b3c0c2e7366 (patch)
treea772f520a203418173cbbbd5be82358976f241ae /Packages.txt
parentb5a7389dcf88cb80660b7d921f0103d1463ad20a (diff)
downloadpkgsrc-5fe610a6dcecbf0368b34e75fb808b3c0c2e7366.tar.gz
Improve the wording around GNU autoconf.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/Packages.txt b/Packages.txt
index ef1dadee354..0c09f1ddb76 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.248 2002/06/17 09:51:27 wiz Exp $
+# $NetBSD: Packages.txt,v 1.249 2002/06/17 21:46:04 skrll Exp $
###########################################################################
==========================
@@ -867,8 +867,8 @@ to when dealing with the PLIST file (or files, see below!).
their file. To handle this case, PLIST will be preprocessed before
actually used, and the symbol "${MACHINE_ARCH}" will be replaced by
what "uname -p" gives. The same is done if the string ${MACHINE_GNU_ARCH}
- is embedded in PLIST somewhere - use this on packages that use GNU
- autoconfigure.
+ is embedded in PLIST somewhere - use this on packages that have GNU
+ autoconf created configure scripts.
Legacy note: There used to be a symbol "<$ARCH>" that was replaced by
the output of "uname -m", but that's no longer supported and has been
@@ -1723,11 +1723,11 @@ debugging aids.
10 FAQs & features of the package system
========================================
- 10.1 Packages using GNU autoconfig
- ==================================
+ 10.1 Packages using GNU autoconf
+ ================================
-If your package uses GNU autoconf, add the following to your package's
-Makefile:
+If your package uses GNU autoconf created configure scripts, add the following
+to your package's Makefile:
GNU_CONFIGURE= yes