Move gammu-related functions into separate file. Change "check_gammu_error" function to return error state. Some configure.ac dependecies added

This commit is contained in:
2011-11-29 13:47:48 +04:00
parent 9f78ad8d03
commit 3e183be533
5 changed files with 50 additions and 33 deletions

View File

@ -19,7 +19,9 @@ AC_CHECK_HEADERS([fcntl.h signal.h stdlib.h string.h syslog.h unistd.h])
AC_TYPE_PID_T
# Checks for library functions.
AC_CHECK_FUNCS([strdup])
AC_FUNC_FORK
AC_FUNC_MALLOC
AC_CONFIG_FILES([Makefile])
AC_OUTPUT