X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=9f9849d6bb25e10e3b664c9b4310aba3f461bb8d;hp=5e173c48c4edf37de5ea59a770046a21203eeee4;hb=912e7e968f4888d62b3c620893a70e825599973b;hpb=18948c5784bfedf0dd5a371e41bc2cceee76d92e diff --git a/configure.in b/configure.in index 5e173c48..9f9849d6 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,8 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.53 2002/07/12 11:45:20 guus Exp $ +dnl $Id: configure.in,v 1.13.2.54 2002/08/24 12:11:38 guus Exp $ +AC_PREREQ(2.50) AC_INIT(src/tincd.c) AM_INIT_AUTOMAKE(tinc, 1.0-cvs) AM_CONFIG_HEADER(config.h) @@ -9,6 +10,9 @@ AM_CONFIG_HEADER(config.h) dnl Include the macros from the m4/ directory AM_ACLOCAL_INCLUDE(m4) +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION(0.11.5) + # Enable GNU extensions. # Define this here, not in acconfig's @TOP@ section, since definitions # in the latter don't make it into the configure-time tests. @@ -129,8 +133,6 @@ freeaddrinfo gai_strerror getaddrinfo getnameinfo]) jm_FUNC_MALLOC jm_FUNC_REALLOC -AM_GNU_GETTEXT - dnl Support for SunOS AC_CHECK_FUNC(socket, [], [ @@ -161,11 +163,10 @@ AC_ARG_ENABLE(tracing, AC_SUBST(INCLUDES) -AC_OUTPUT(Makefile +AC_OUTPUT(Makefile po/Makefile.in src/Makefile doc/Makefile doc/es/Makefile -intl/Makefile lib/Makefile m4/Makefile po/Makefile.in