Migrating to new version number system
[guacd.git] / configure.in
index 18c25cf..05e8f30 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT(src/daemon.c)
-AM_INIT_AUTOMAKE(guacd, 0.0.1)
+AM_INIT_AUTOMAKE(guacd, 0.3.0)
 
 # Checks for programs.
 AC_PROG_CC
@@ -17,7 +17,7 @@ AC_CHECK_HEADERS([netinet/in.h stdlib.h string.h sys/socket.h syslog.h unistd.h
 
 # Checks for library functions.
 AC_FUNC_MALLOC
-AC_CHECK_FUNCS([memset socket strerror])
+AC_CHECK_FUNCS([memset socket strerror fork])
 
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT