From: Ivo Timmermans <ivo@lychnis.net>
Date: Mon, 29 May 2000 21:40:20 +0000 (+0000)
Subject: Include GNU gettext checks.
X-Git-Tag: release-1.0pre2~15
X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=4cd009f774e4c50cdacc06d351cac19ca3247b6b;p=tinc

Include GNU gettext checks.
---

diff --git a/configure.in b/configure.in
index 87999c61..ea288242 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
+
+dnl $Id: configure.in,v 1.12 2000/05/29 21:40:20 zarq Exp $
+
 AC_INIT(src/tincd.c)
 AM_INIT_AUTOMAKE(tinc, 1.0pre2)
 AM_CONFIG_HEADER(config.h)
@@ -48,6 +51,8 @@ AC_CHECK_FUNCS(ftime socket select strtol strerror)
 jm_FUNC_MALLOC
 jm_FUNC_REALLOC
 
+AM_GNU_GETTEXT
+
 # Check for the GNU Multi Precision Library
 libgmp=none
 AC_CHECK_LIB(gmp2, mpz_powm, [