2 # Process this file with autoconf to produce a configure script.
5 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
6 AM_INIT_AUTOMAKE(LinuxTraceToolkit,0.9.7-29052003)
7 AC_CONFIG_HEADER([config.h])
11 # Checks for programs.
14 # Checks for libraries.
15 AC_CHECK_LIB([popt], [poptGetNextOpt])
16 AC_CHECK_LIB([gmodule-2.0], [g_module_open])
17 AC_CHECK_LIB([dl], [dlopen])
18 AC_CHECK_LIB([glib-2.0], [g_malloc])
20 # Checks for header files.
22 AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h])
24 # Checks for typedefs, structures, and compiler characteristics.
32 # Checks for library functions.
35 AC_FUNC_SELECT_ARGTYPES
36 AC_CHECK_FUNCS([select])
38 #CPPFLAGS="$CPPFLAGS -I"
40 lttplugindir="${libdir}/ltt/plugins"
41 AC_SUBST(lttplugindir)
43 AC_CONFIG_FILES([Makefile