Various fixes for autoconf and OpenSSL 0.9.7 and a missing header.

This commit is contained in:
Guus Sliepen 2003-01-17 00:43:58 +00:00
parent c08858baa9
commit 1783a3aaa9
4 changed files with 16 additions and 15 deletions

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Id: configure.in,v 1.13.2.59 2002/09/15 14:55:53 guus Exp $
dnl $Id: configure.in,v 1.13.2.60 2003/01/17 00:43:56 guus Exp $
AC_PREREQ(2.53)
AC_INIT(src/tincd.c)
@ -36,7 +36,7 @@ AC_ISC_POSIX
dnl Check and set OS
AC_CANONICAL_HOST
#AC_CANONICAL_HOST
case $host_os in
*linux*)
@ -169,11 +169,11 @@ AC_ARG_ENABLE(tracing,
AC_SUBST(INCLUDES)
AC_OUTPUT(Makefile po/Makefile.in
AC_OUTPUT(Makefile
src/Makefile
doc/Makefile
doc/es/Makefile
lib/Makefile
m4/Makefile
po/Makefile.in
m4/Makefile
)