configure in change
[lttv.git] / ltt / branches / poly / autogen.sh
index 308838873edf3030de20b4ffc02550d104203f76..d1487f6d5b9cc46c3bfa3062e32c00e9346c985e 100755 (executable)
@@ -150,6 +150,24 @@ done
 
 conf_flags="--enable-maintainer-mode"
 
+
+#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 "$@" ...
   $srcdir/configure $conf_flags "$@" \
This page took 0.02344 seconds and 4 git commands to generate.