Include GNU gettext checks.
This commit is contained in:
parent
5814939c9d
commit
4cd009f774
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
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)
|
AC_INIT(src/tincd.c)
|
||||||
AM_INIT_AUTOMAKE(tinc, 1.0pre2)
|
AM_INIT_AUTOMAKE(tinc, 1.0pre2)
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
@ -48,6 +51,8 @@ AC_CHECK_FUNCS(ftime socket select strtol strerror)
|
||||||
jm_FUNC_MALLOC
|
jm_FUNC_MALLOC
|
||||||
jm_FUNC_REALLOC
|
jm_FUNC_REALLOC
|
||||||
|
|
||||||
|
AM_GNU_GETTEXT
|
||||||
|
|
||||||
# Check for the GNU Multi Precision Library
|
# Check for the GNU Multi Precision Library
|
||||||
libgmp=none
|
libgmp=none
|
||||||
AC_CHECK_LIB(gmp2, mpz_powm, [
|
AC_CHECK_LIB(gmp2, mpz_powm, [
|
||||||
|
|
Loading…
Reference in a new issue