From 7c9cb10c113d7f82350ce14dd0a51e1f0de5f3e1 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 29 May 2003 15:37:53 +0000 Subject: [PATCH] System include emulation git-svn-id: http://ltt.polymtl.ca/svn@31 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/autogen.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index 30883887..02610d8f 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -150,6 +150,15 @@ done conf_flags="--enable-maintainer-mode" +echo -n Creating the system include behavior emulation... +mkdir $srcdir/include +mkdir $srcdir/include/ltt +ln -s ../../LibLTT/ltt.h $srcdir/include/ltt/ltt.h +mkdir $srcdir/include/lttv +ln -s ../../lttv/module.h $srcdir/include/lttv/module.h +ln -s ../../lttv/hook.h $srcdir/include/lttv/hook.h +echo done. + if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ... $srcdir/configure $conf_flags "$@" \ -- 2.34.1