You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
388 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
AC_INIT(dsbus, 0.1)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11])
AM_SILENT_RULES([yes])
AC_PROG_CC
LT_INIT
PKG_CHECK_MODULES(LIBTDATA, [libtdata >= 0.2.2])
PKG_CHECK_MODULES(LIBSEXPR, [libsexpr >= 1.3.1])
dnl PKG_CHECK_MODULES(LIBBLKID, [libblkid])
AC_OUTPUT([
Makefile
daemon/Makefile
tools/Makefile])