projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
5814939
)
Include GNU gettext checks.
author
Ivo Timmermans
<ivo@lychnis.net>
Mon, 29 May 2000 21:40:20 +0000
(21:40 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Mon, 29 May 2000 21:40:20 +0000
(21:40 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
87999c6
..
ea28824
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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)
AM_INIT_AUTOMAKE(tinc, 1.0pre2)
AM_CONFIG_HEADER(config.h)
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
jm_FUNC_MALLOC
jm_FUNC_REALLOC
+AM_GNU_GETTEXT
+
# Check for the GNU Multi Precision Library
libgmp=none
AC_CHECK_LIB(gmp2, mpz_powm, [
# Check for the GNU Multi Precision Library
libgmp=none
AC_CHECK_LIB(gmp2, mpz_powm, [