summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-09 21:07:25 +0000
committerrillig <rillig@pkgsrc.org>2006-11-09 21:07:25 +0000
commit05707c80dc2a0f48bc7cb71e7f053b5e4e049aa3 (patch)
tree5efaa3727d0df71d4e7c13df90381a54623e5ff0
parente8c303582d02093a712910a993b82ebf53abb974 (diff)
downloadpkgsrc-05707c80dc2a0f48bc7cb71e7f053b5e4e049aa3.tar.gz
This is also an FAQ of autoconf, so provide a link to there.
-rw-r--r--mk/check/check-headers.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/check/check-headers.sh b/mk/check/check-headers.sh
index d8dbb500764..e337666416a 100644
--- a/mk/check/check-headers.sh
+++ b/mk/check/check-headers.sh
@@ -1,4 +1,4 @@
-# $NetBSD: check-headers.sh,v 1.6 2006/11/09 14:41:18 rillig Exp $
+# $NetBSD: check-headers.sh,v 1.7 2006/11/09 21:07:25 rillig Exp $
#
# This program checks the header files for possible problems.
#
@@ -67,6 +67,9 @@ something like this:
# in the Makefile.am files (can be more than one):
AM_CPPFLAGS= -DFOO_DIR=\\"@FOO_DIR@\\"
+See also:
+http://www.gnu.org/software/autoconf/manual/html_node/Defining-Directories.html
+
If this check is wrong and the package really wants to have "\${" in the
macros, append the above filenames to the CHECK_HEADERS_SKIP variable in
the package Makefile.