summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1995-06-11 06:53:02 +0000
committerTom Yu <tlyu@mit.edu>1995-06-11 06:53:02 +0000
commita1f539ed8bf6917951caab701b0f0c780c6de961 (patch)
treefbe36430d05e16df1af4de51702ecaba46ff9525 /src/util
parentb3957fc70b2a12ed3e00433797d035d652438c26 (diff)
downloadkrb5-a1f539ed8bf6917951caab701b0f0c780c6de961.tar.gz
krb5-a1f539ed8bf6917951caab701b0f0c780c6de961.tar.xz
krb5-a1f539ed8bf6917951caab701b0f0c780c6de961.zip
* configure.in: fix intial value of CDEFS_INCLUDE so that make
check doesn't end up with a "-I " git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6036 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/berk_db/test/ChangeLog5
-rw-r--r--src/util/berk_db/test/configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/berk_db/test/ChangeLog b/src/util/berk_db/test/ChangeLog
index 5d83fc566d..2dd88de684 100644
--- a/src/util/berk_db/test/ChangeLog
+++ b/src/util/berk_db/test/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jun 11 02:33:32 1995 Tom Yu (tlyu@dragons-lair)
+
+ * configure.in: fix intial value of CDEFS_INCLUDE so that make
+ check doesn't end up with a "-I "
+
Fri Jun 9 19:00:00 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
diff --git a/src/util/berk_db/test/configure.in b/src/util/berk_db/test/configure.in
index 9ad77daa45..2be1a3cdce 100644
--- a/src/util/berk_db/test/configure.in
+++ b/src/util/berk_db/test/configure.in
@@ -4,7 +4,7 @@ CHECK_SIGNALS
dnl
dnl Check for sys/cdefs.h.
dnl
-CDEFS_INCLUDE=["-I${PORTDIR}"]
+CDEFS_INCLUDE=['-I$(PORTDIR)']
AC_HAVE_HEADERS(sys/cdefs.h, CDEFS_INCLUDE=)
AC_SUBST(CDEFS_INCLUDE)
V5_AC_OUTPUT_MAKEFILE