Next: , Previous: , Up: The Macros  


ax_lib_firebird

Synopsis

AX_LIB_FIREBIRD([MINIMUM-VERSION])

Description

Test for the Firebird client library of a particular version (or newer). This macro takes only one optional argument, the required version of Firebird library. If required version is not passed, then 1.5.0 is used in test of existence of Firebird client library.

For more information about Firebird API versioning check: API Identifies Client Version http://www.firebirdsql.org/rlsnotes20/rnfbtwo-apiods.html

If no installation prefix to the installed Firebird library is given the macro searches under /usr, /usr/local, and /opt.

This macro calls:

  AC_SUBST(FIREBIRD_CFLAGS)
  AC_SUBST(FIREBIRD_LDFLAGS)
  AC_SUBST(FIREBIRD_VERSION)

And sets:

  HAVE_FIREBIRD

Source Code

Download the latest version of ax_lib_firebird.m4 or browse the macro’s revision history.

License

Copyright © 2008 Mateusz Loskot mateusz@loskot.net

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.