[Xapian-discuss] Xapian 0.9.3 released

Olly Betts olly at survex.com
Thu Feb 16 10:28:13 GMT 2006


On Thu, Feb 16, 2006 at 10:22:18AM +0000, Olly Betts wrote:
> I've attached a patch to fix this.  I'll probably roll 0.9.4 pretty
> soon, but I'd like to see if any other issues surface quickly.

Erm, forget that patch - I tested the fix, then pasted over the
substituted version from xapian-config by mistake.  Here's a patch
that'll work!

Cheers,
    Olly
-------------- next part --------------
Index: xapian-config.in
===================================================================
--- xapian-config.in	(revision 6581)
+++ xapian-config.in	(working copy)
@@ -18,6 +18,11 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
 # USA
 
+# ${prefix} and ${exec_prefix} are used in some @-substitutions, and
+# ${prefix} is usually used in the exec_prefix @-substitution.
+prefix="@prefix@"
+exec_prefix="@exec_prefix@"
+
 # Show usage information and exit with the specified exit status.
 show_usage() {
     cat <<EOF


More information about the Xapian-discuss mailing list