begin to implent libconfuse usage
This commit is contained in:
parent
e007355bd3
commit
748bd4d10a
@ -10,13 +10,16 @@ AC_PROG_CC_C99
|
||||
|
||||
# Checks for libraries.
|
||||
PKG_CHECK_MODULES([gammu], [gammu >= 1.0])
|
||||
PKG_CHECK_MODULES([libconfuse], [libconfuse >= 2.0])
|
||||
|
||||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([fcntl.h signal.h stdlib.h string.h syslog.h unistd.h])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_TYPE_PID_T
|
||||
|
||||
# Checks for library functions.
|
||||
AC_FUNC_FORK
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user