Age | Commit message (Collapse) | Author |
|
* configure.ac: Check for guile 3.0. If not found, check for guile
2.2.
|
|
* configure.ac: Invoke GUILE_PKG.
|
|
* Makefile.am: Build xapian/xapian.scm only after libguilexapian.la.
|
|
* pre-inst-env.in (LD_LIBRARY_PATH): Set LD_LIBRARY_PATH.
* xapian.i: Load libguilexapian without any specific path. Let it be found
using LD_LIBRARY_PATH and other search mechanisms.
|
|
xapian/wrap.scm is generated by swig. We need not commit it to the git
repository.
* xapian/wrap.scm: Delete file.
|
|
* configure.ac: Rerun pkg-config to find xapian include flags for
swig. Store result in SWIG_FLAGS.
* Makefile.am: Use SWIG_CFLAGS.
|
|
* README.org: Warn about unstable API.
|
|
* examples/index.scm, examples/search.scm: Add comments.
|
|
* README.org: Explain the eventual complete wrapping of low level
functions from (xapian wrap).
|
|
* .gitignore: New file.
|
|
* .dir-locals.el: New file.
|
|
* bootstrap.sh: New file.
|
|
|