]> arthur.barton.de Git - ngircd-alex.git/blobdiff - configure.in
New make target: "osxpkg" to create an Mac OS X installer package.
[ngircd-alex.git] / configure.in
index 3aa42fcea16c4047196ee5a35db92986ae04f753..7cbc80ac13653164754515de97dfc19be398122f 100644 (file)
@@ -139,7 +139,7 @@ AC_CHECK_FUNCS([ \
        bind gethostbyaddr gethostbyname gethostname inet_ntoa \
        setsid setsockopt socket strcasecmp waitpid],,AC_MSG_ERROR([required function missing!]))
 
-AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat)
+AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strdup strlcpy strlcat strtok_r)
 
 # -- Configuration options --
 
@@ -497,6 +497,7 @@ AC_OUTPUT([ \
        contrib/Debian/Makefile \
        contrib/MacOSX/Makefile \
        contrib/MacOSX/ngIRCd.xcodeproj/Makefile \
+       contrib/MacOSX/ngIRCd.pmdoc/Makefile \
 ])
 
 type dpkg >/dev/null 2>&1