workaround..
[lttv.git] / ltt / branches / poly / configure.in
index 3721f58ab2e4228e69e8f03ae565dacd0fabb38b..cd88d33bb2964138d5473c29ec2b9b482ccaba62 100644 (file)
@@ -4,10 +4,9 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-29052003)
-AC_CONFIG_HEADER([config.h])
-AC_PROG_LIBTOOL
+AM_CONFIG_HEADER([config.h])
 AM_PROG_LIBTOOL
-AM_CONFIG_HEADER
+AM_PATH_GLIB_2_0
 
 # Checks for programs.
 AC_PROG_CC
@@ -20,7 +19,7 @@ AC_CHECK_LIB([glib-2.0], [g_malloc])
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h glib-2.0/glib.h])
+AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_HEADER_STDBOOL
@@ -45,7 +44,7 @@ lttlibdir="${libdir}/ltt"
 AC_SUBST(lttlibdir)
 
 
-DEFAULT_INCLUDES="-I\$(top_srcdir)/include"
+DEFAULT_INCLUDES="-I\$(top_srcdir)/include -I/usr/include/glib-2.0"
 AC_SUBST(DEFAULT_INCLUDES)
 
 lttvincludedir="${includedir}/lttv"
This page took 0.022372 seconds and 4 git commands to generate.