From 28ec4e65423c14605e0f2d0150b12ba684e8fd6e Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 30 May 1995 10:32:08 +0000 Subject: [PATCH] Check for the signal type in compiling tests git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5912 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/berk_db/test/ChangeLog | 7 +++++++ src/util/berk_db/test/Makefile.in | 2 +- src/util/berk_db/test/configure.in | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/util/berk_db/test/ChangeLog diff --git a/src/util/berk_db/test/ChangeLog b/src/util/berk_db/test/ChangeLog new file mode 100644 index 000000000..904283fe1 --- /dev/null +++ b/src/util/berk_db/test/ChangeLog @@ -0,0 +1,7 @@ +Tue May 30 06:30:08 1995 Ezra Peisach + + * Makefile.in (CFLAGS): Added $(DEFS) so that configure determined + CFLAGS can be included + + * configure.in: Added CHECK_SIGNALS + diff --git a/src/util/berk_db/test/Makefile.in b/src/util/berk_db/test/Makefile.in index 88fbf39d8..2994387fd 100644 --- a/src/util/berk_db/test/Makefile.in +++ b/src/util/berk_db/test/Makefile.in @@ -10,7 +10,7 @@ OBJS= dbtest.o strerror.o INC= -I${PORTDIR}/include -I${PORTDIR} -I${PORTDIR}/../../include -I${PORTDIR}/../../../include OORG= -g #STAT= -DSTATISTICS -CFLAGS= -D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC} +CFLAGS= -D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC} ${DEFS} dbtest: ${OBJS} ../libdb.a ${CC} -o $@ ${OBJS} ../libdb.a diff --git a/src/util/berk_db/test/configure.in b/src/util/berk_db/test/configure.in index b6f9e017a..cf48ab501 100644 --- a/src/util/berk_db/test/configure.in +++ b/src/util/berk_db/test/configure.in @@ -3,4 +3,5 @@ AC_SET_BUILDTOP WITH_CCOPTS WITH_KRB5ROOT CONFIG_RULES +CHECK_SIGNALS V5_AC_OUTPUT_MAKEFILE -- 2.26.2