X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fautogen.sh;h=d1487f6d5b9cc46c3bfa3062e32c00e9346c985e;hb=2864f4c5ccd6f4d5401b40a05b4f4d816617a557;hp=24d36d788c43e15c5f6ae06772cbac2643a86901;hpb=e83abc72f996eaadf50217df824c66bbe61bbbc2;p=lttv.git diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index 24d36d78..d1487f6d 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -150,15 +150,23 @@ 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 -ln -s ../../lttv/traceWindow.h $srcdir/include/lttv/traceWindow.h -echo done. + +#if [ -a "$srcdir/include" ]; then +# echo -n Removing old system include behavior emulation... +# rm -rf $srcdir/include +# echo done. +#fi +#echo -n Creating the system include behavior emulation... +#mkdir $srcdir/include +#mkdir $srcdir/include/ltt +#ln -sf ../../LibLTT/ltt.h $srcdir/include/ltt/ltt.h +#mkdir $srcdir/include/lttv +#ln -sf ../../lttv/module.h $srcdir/include/lttv/module.h +#ln -sf ../../lttv/hook.h $srcdir/include/lttv/hook.h +#ln -sf ../../lttv/traceWindow.h $srcdir/include/lttv/traceWindow.h +#echo done. + + if test x$NOCONFIGURE = x; then echo Running $srcdir/configure $conf_flags "$@" ...