Hi,

On Dec 18, 2013, at 19:34 , Jordan H. wrote:
Relevant part of configure.ac:

   PKG_CHECK_MODULES(SQLITE, [sqlite3 > $SQLITE_REQUIRED_VERSION])

You probably want to turn SQLITE into SQLITE3 there? Also I don't think $SQLITE_REQUIRED_VERSION as a shell variable will work the way you think. But you could use an m4 define.

   AC_SUBST([SQLITE3_CFLAGS])
   AC_SUBST([SQLITE3_LIBS])


Or instead of putting SQLITE3 above use AC_SUBST([SQLITE3_CFLAGS], ["$SQLITE_CFLAGS"])

Regards, Thomas
--
Thomas Jahns
DKRZ GmbH, Department: Application software

Deutsches Klimarechenzentrum
Bundesstraße 45a
D-20146 Hamburg

Phone: +49-40-460094-151
Fax: +49-40-460094-270
Email: Thomas Jahns <ja...@dkrz.de>



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to