filter spec initial version
[lttv.git] / ltt / branches / poly / configure.in
index d54bc2dfa6978a272e3683dda38673dcdc51c7a9..8bce70a73e10712cbfbaecf8a5c08122a01fc9bd 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-30092003)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.3-14012005)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
@@ -36,7 +36,7 @@ AC_PROG_CC
 
 # Checks for libraries.
 AC_CHECK_LIB([popt], [poptGetNextOpt], POPT_LIBS="-lpopt",AC_MSG_ERROR([libpopt is required in order to compile LinuxTraceToolkit])  )
-AC_CHECK_LIB([m], [round], M_LIBS="-lm",AC_MSG_ERROR([Mathematical libraries are missing.])  )
+#AC_CHECK_LIB([m], [round], M_LIBS="-lm",AC_MSG_ERROR([Mathematical libraries are missing.])  )
 
 
 # Checks for header files.
@@ -106,7 +106,6 @@ AC_CONFIG_FILES([Makefile
                 lttv/modules/gui/lttvwindow/Makefile
                 lttv/modules/gui/lttvwindow/lttvwindow/Makefile
                 lttv/modules/gui/lttvwindow/pixmaps/Makefile
-                lttv/modules/gui/lttvwindow/glade/Makefile
                 lttv/modules/gui/controlflow/Makefile
                 lttv/modules/gui/detailedevents/Makefile
                 lttv/modules/gui/statistics/Makefile
This page took 0.029674 seconds and 4 git commands to generate.