]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/configure.in
Added functions to check and see if midnight has passed. If midnight has passed,...
[irc/gameservirc.git] / gameserv / configure.in
index f31655310929de0a68504015817c2ee5b63357c4..48762b38d44b114d49d50a56a7143eb894df4930 100644 (file)
@@ -1,6 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT
-AC_CONFIG_SRCDIR([aClient.cpp])
+AC_INIT(aClient.cpp)
 
 dnl Create the config.h
 AC_CONFIG_HEADER(config.h)
@@ -14,6 +13,7 @@ AC_CHECK_LIB(crypt, crypt)
 
 dnl Checks for header files.
 AC_HEADER_STDC
+AC_HEADER_TIME
 AC_CHECK_HEADERS(limits.h unistd.h crypt.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
@@ -22,6 +22,4 @@ AC_TYPE_SIZE_T
 
 dnl Checks for library functions.
 AC_CHECK_FUNCS(socket strcspn strspn strtol strtok)
-
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT
+AC_OUTPUT(Makefile)