pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check This is also an FAQ of autoconf, so provide a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/35e8eb9fe011
branches: trunk
changeset: 521353:35e8eb9fe011
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 09 21:07:25 2006 +0000
description:
This is also an FAQ of autoconf, so provide a link to there.
diffstat:
mk/check/check-headers.sh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b1e76e70dae4 -r 35e8eb9fe011 mk/check/check-headers.sh
--- a/mk/check/check-headers.sh Thu Nov 09 21:05:05 2006 +0000
+++ b/mk/check/check-headers.sh Thu Nov 09 21:07:25 2006 +0000
@@ -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 @@
# 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.
Home |
Main Index |
Thread Index |
Old Index