[Opendnssec-develop] [OpenDNSSEC] #74: acx_sqlite3.m4 requires sqlite3 command
OpenDNSSEC
owner-dnssec-trac at kirei.se
Thu Jan 21 16:39:27 UTC 2010
#74: acx_sqlite3.m4 requires sqlite3 command
------------------------------------------+---------------------------------
Reporter: Ondřej Surý <ondrej@…> | Owner: rb
Type: defect | Status: new
Priority: minor | Component: SoftHSM
Version: trunk | Keywords:
------------------------------------------+---------------------------------
Hi,
configure script requires (and AC_SUBSTs) sqlite3 command, which is then
unused anywhere:
$ grep -r SQLITE3 . | grep -Ev
"(Makefile.in|configure(.ac)?|acx_sqlite3.m4):"
./config.h.in:#undef HAVE_LIBSQLITE3
./config.h.in:#undef HAVE_SQLITE3_H
./src/lib/Makefile.am: @SQLITE3_INCLUDES@
./src/lib/Makefile.am:libsofthsm_la_LIBADD = @BOTAN_LIBS@
@SQLITE3_LIBS@ @YIELD_LIB@
./src/bin/Makefile.am: @SQLITE3_INCLUDES@
While it's not a problem to add sqlite3 as build-time dependency, I
usually try to keep dependencies down as much as possible.
Ondrej
--
Ticket URL: <http://trac.opendnssec.org/ticket/74>
OpenDNSSEC <http://www.opendnssec.org/>
OpenDNSSEC
More information about the Opendnssec-develop
mailing list