Check for the signal type in compiling tests
authorEzra Peisach <epeisach@mit.edu>
Tue, 30 May 1995 10:32:08 +0000 (10:32 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 30 May 1995 10:32:08 +0000 (10:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5912 dc483132-0cff-0310-8789-dd5450dbe970

src/util/berk_db/test/ChangeLog [new file with mode: 0644]
src/util/berk_db/test/Makefile.in
src/util/berk_db/test/configure.in

diff --git a/src/util/berk_db/test/ChangeLog b/src/util/berk_db/test/ChangeLog
new file mode 100644 (file)
index 0000000..904283f
--- /dev/null
@@ -0,0 +1,7 @@
+Tue May 30 06:30:08 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * Makefile.in (CFLAGS): Added $(DEFS) so that configure determined
+               CFLAGS can be included
+
+       * configure.in: Added CHECK_SIGNALS
+
index 88fbf39d883ec89cf3686279fdd4090fd2ba405b..2994387fd8c01d277d192c00e0e6298cfda54378 100644 (file)
@@ -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
index b6f9e017a6b6efb4ce7d209445818856b81f12bd..cf48ab5011d9f504470d8a1492b42037454f4bfc 100644 (file)
@@ -3,4 +3,5 @@ AC_SET_BUILDTOP
 WITH_CCOPTS
 WITH_KRB5ROOT
 CONFIG_RULES
+CHECK_SIGNALS
 V5_AC_OUTPUT_MAKEFILE