X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=configure.in;h=979a4637d3b55784c5cf370b5ef719c1eacefeb8;hp=4abb73120a461a1ef4ea8e82dfab4088815e645a;hb=ff9aca63e50c661c59deec9d285ae8173ddec802;hpb=3d9af460e9b61f934d057a4843c19a88cee4e348 diff --git a/configure.in b/configure.in index 4abb731..979a463 100644 --- a/configure.in +++ b/configure.in @@ -1,19 +1,8 @@ # $Id$ -# -# $Log$ -# Revision 1.3 1999/07/14 01:02:51 short -# Version bumped to 1.2. -# -# Revision 1.2 1999/06/03 11:48:18 short -# Version bumped to 1.1. -# -# Revision 1.1.1.1 1999/05/26 13:06:26 short -# First alpha release. -# dnl Process this file with autoconf to produce a configure script. AC_INIT(mdsms.c) -AM_INIT_AUTOMAKE(mdsms, 1.2) +AM_INIT_AUTOMAKE(mdsms, 1.3) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE @@ -163,6 +152,15 @@ AC_TRY_RUN([int main() { char s[100]; return(!(strcmp(s,"m") && strcmp(s,"%m"))); }],AC_DEFINE(PRINTF_WORKS_PM) AC_MSG_RESULT(yes),AC_MSG_RESULT(no),AC_MSG_RESULT(avoiding)) +GCC_NEED_DECLARATION(gethostname, [#include ]) +GCC_NEED_DECLARATION(kill, [#include +#include ]) +GCC_NEED_DECLARATION(snprintf, [#include ]) +GCC_NEED_DECLARATION(vsnprintf, [#include +#include ]) +GCC_NEED_DECLARATION(strdup, [#include ]) +GCC_NEED_DECLARATION(usleep, [#include ]) + # Final output. AC_SUBST(LIBOBJS)