summaryrefslogtreecommitdiff
path: root/m4/ax_berkeley_db_cxx.m4
Commit message (Collapse)AuthorAgeFilesLines
* switch gnu.org sites to httpsMike Frysinger2017-02-081-2/+2
|
* AX_BERKELEY_DB_CXX: improve support for FreeBSDT.v.Dein2015-05-231-47/+48
| | | | Submitted in https://savannah.gnu.org/patch/?8672.
* AX_BERKELEY_DB(_CXX): add --with-libdb optionKirill A. Korinskiy2014-09-141-3/+40
| | | | | | | | Main idea this patch is a specified a location where was installed libDB. On my OS X system DB was installed to /usr/local/opt/berkeley-db4 when I did it by home-brew and without this path I can't use this macross. Submitted in <https://savannah.gnu.org/patch/index.php?8416>.
* AX_BERKELEY_DB_CXX: Add 'AC_LANG_ASSERT(C++)' (as suggested by Amir Taaki, ↵Stephan Sürken2011-12-021-1/+3
| | | | | | | | thanks!). This will basically improve the error reporting when the macro is called without LANG=C++; is also suggested in autoconf documentation (see: http://www.gnu.org/s/hello/manual/autoconf/Language-Choice.html).
* AX_BERKELEY_DB_CXX: fixed transliteration of Sürken from Surken to SuerkenPeter Simons2011-02-021-2/+2
|
* AX_BERKELEY_DB_CXX: variant of AX_BERKELEY_DB, adapted to check for C++ ↵Stephan Sürken2011-01-221-0/+112
| | | | | | | | headers and libs This macro is based on AX_BERKELEY_DB by Vaclav Slavik with small adaptions to check for C++ header and libs instead of C by Stephan Sürken. See <http://savannah.gnu.org/patch/?7446> for further details.
* remove m4 submoduleDustin J. Mitchell2009-08-011-6/+0
|
* m4: update reference to macro branchPeter Simons2009-08-011-5/+5
|
* m4: update reference to macro branchPeter Simons2009-07-311-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-301-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-271-5/+5
|
* Avoid non-ASCII characters in m4 files.Peter Simons2009-07-271-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-221-7/+6
|
* m4: update reference to macro branchPeter Simons2009-07-211-5/+8
|
* m4: update reference to macro branchPeter Simons2009-07-211-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-211-6/+6
|
* m4: update reference to macro branchPeter Simons2009-07-201-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-191-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-171-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-231-12/+6
|
* m4: update reference to macro branchPeter Simons2009-06-221-6/+12
|
* m4: update reference to macro branchPeter Simons2009-06-161-5/+7
|
* m4: update reference to macro branchPeter Simons2009-06-101-7/+5
|
* m4: update reference to macro branchPeter Simons2009-06-101-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-051-7/+6
|
* maint: added initial version of the toolchainPeter Simons2009-05-051-0/+9
The build process requires python, the python StringTemplate module, and preferably SCons. A make-based build exists, but it is really slow and awkward, compared to the SConstruct file.