All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PATCH forge] Fix build for relative invocations of configure
@ 2012-02-07 15:43 Jan Kiszka
  2012-02-19 15:25 ` Philippe Gerum
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2012-02-07 15:43 UTC (permalink / raw)
  To: xenomai-core

This fixes build setups like '../configure'.

Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index c0a7d17..0bdced8 100644
--- a/configure.in
+++ b/configure.in
@@ -547,7 +547,7 @@ LD_FILE_OPTION=$ac_cv_ld_file_option
 AC_SUBST(LD_FILE_OPTION)
 
 if test x$rtcore_type = xcobalt; then
-   XENO_USER_CFLAGS="-I$srcdir/include/cobalt $XENO_USER_CFLAGS"
+   XENO_USER_CFLAGS="-I`cd $srcdir && pwd`/include/cobalt $XENO_USER_CFLAGS"
    if [[ $ac_cv_ld_file_option = yes ]]; then
 	XENO_POSIX_WRAPPERS="-Wl,@`cd $srcdir && pwd`/lib/cobalt/posix.wrappers"
    else
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-01 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 15:43 [Xenomai-core] [PATCH forge] Fix build for relative invocations of configure Jan Kiszka
2012-02-19 15:25 ` Philippe Gerum
2012-03-01 18:03   ` [Xenomai-core] high duration of __ipipe_handle_irq Roberto Bielli
2012-03-01 18:13     ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.