summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-09 21:07:25 +0000
committerrillig <rillig>2006-11-09 21:07:25 +0000
commit97bc71bc116490d754be4615edba197332258be6 (patch)
tree5efaa3727d0df71d4e7c13df90381a54623e5ff0
parent17994388e9d812664db80788b76805d2382d5194 (diff)
downloadpkgsrc-97bc71bc116490d754be4615edba197332258be6.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.