At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 417
revision-id:mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Sun 2008-01-20 14:22:08 -0800
message:
Added ac_top_srcdir to a couple of statements to help in out-of-tree builds.
modified:
configure.in configure.in-20070228020914-u2pk759xg7thauwf-13
=== modified file 'configure.in'
--- a/configure.in 2008-01-11 19:35:42 +0000
+++ b/configure.in 2008-01-20 22:22:08 +0000
@@ -84,10 +84,10 @@
SWIG_NDB_SOURCES="\${top_srcdir}/interface/globals.i "
SWIG_MGM_SOURCES="\${top_srcdir}/interface/globals.i "
-for f in `find interface/ndbapi | grep -v '\#' | grep -v '~'` ; do
+for f in `find ${ac_top_srcdir}/interface/ndbapi | grep -v '\#' | grep -v '~'` ; do
SWIG_NDB_SOURCES="\${top_srcdir}/$f ${SWIG_NDB_SOURCES} "
done
-for f in `find interface/mgmapi | grep -v '\#' | grep -v '~'` ; do
+for f in `find ${ac_top_srcdir}/interface/mgmapi | grep -v '\#' | grep -v '~'` ; do
SWIG_MGM_SOURCES="\${top_srcdir}/$f ${SWIG_MGM_SOURCES} "
done
| Thread |
|---|
| • Rev 417: Added ac_top_srcdir to a couple of statements to help in out-of-tree builds. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/de... | Monty Taylor | 21 Jan |