/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `dl' library (-ldl). */
+#undef HAVE_LIBDL
+
+/* Define to 1 if you have the `glib-2.0' library (-lglib-2.0). */
+#undef HAVE_LIBGLIB_2_0
+
+/* Define to 1 if you have the `gmodule-2.0' library (-lgmodule-2.0). */
+#undef HAVE_LIBGMODULE_2_0
+
+/* Define to 1 if you have the `popt' library (-lpopt). */
+#undef HAVE_LIBPOPT
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC
AC_PROG_CC
# Checks for libraries.
AC_PROG_CC
# Checks for libraries.
-# MD : here or at the Makefile level ?
-#AC_CHECK_LIB([popt], [poptGetNextOpt])
-#AC_CHECK_LIB([gmodule-2.0], [g_module_open])
-#AC_CHECK_LIB([dl], [dlopen])
-#AC_CHECK_LIB([glib-2.0], [g_malloc])
+AC_CHECK_LIB([popt], [poptGetNextOpt])
+AC_CHECK_LIB([gmodule-2.0], [g_module_open])
+AC_CHECK_LIB([dl], [dlopen])
+AC_CHECK_LIB([glib-2.0], [g_malloc])
# Checks for header files.
AC_HEADER_STDC
# Checks for header files.
AC_HEADER_STDC
# MD //FIXME add headers dependancy
textui_SOURCES = main.c module.c option.c hook.c attribute.c
# MD //FIXME add headers dependancy
textui_SOURCES = main.c module.c option.c hook.c attribute.c
-textui_LDFLAGS = -lpopt -lgmodule-2.0 -ldl -lglib-2.0
+#textui_LDFLAGS = -lpopt -lgmodule-2.0 -ldl -lglib-2.0