At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 415
revision-id:mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Tue 2008-01-22 19:22:05 -0500
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-23 00:22:05 +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 415: 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 | 23 Jan |