]> andersk Git - openssh.git/blob - configure.in
- Integrated patchs from Juergen Keil <jk@tools.de>
[openssh.git] / configure.in
1 AC_INIT(ssh.c)
2
3 AC_CONFIG_HEADER(config.h)
4
5 dnl Checks for programs.
6 AC_PROG_CC
7 AC_PROG_CPP
8 AC_PROG_RANLIB
9 AC_PROG_INSTALL
10 AC_CHECK_PROG(AR, ar, ar)
11 if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -Wall"; fi
12
13 dnl Check for OpenSSL/SSLeay directories.
14 AC_MSG_CHECKING([for OpenSSL/SSLeay directory])
15 for ssldir in /usr /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local $prefix /usr/pkg ; do
16         if test -f "$ssldir/include/openssl/crypto.h"; then
17                 AC_DEFINE(HAVE_OPENSSL)
18                 GOT_SSL="yes"
19                 break
20         fi
21         if test -f "$ssldir/include/ssl/crypto.h"; then
22                 AC_DEFINE(HAVE_SSL)
23                 GOT_SSL="yes"
24                 break
25         fi
26 done
27 if test -z "$GOT_SSL" ; then
28         AC_MSG_ERROR([Could not find SSLeay / OpenSSL libraries, please install])       
29 fi
30 AC_SUBST(ssldir)
31 AC_DEFINE_UNQUOTED(ssldir, "$ssldir")
32 if test "$ssldir" != "/usr"; then
33         CFLAGS="$CFLAGS -I$ssldir/include"
34         LDFLAGS="$LDFLAGS -L$ssldir/lib"
35 fi
36 LIBS="$LIBS -lssl -lcrypto"
37 AC_MSG_RESULT($ssldir)
38
39 dnl Check for RSAref library.
40 AC_MSG_CHECKING([for RSAref library])
41 saved_LIBS="$LIBS"
42 LIBS="$saved_LIBS -lRSAglue -lrsaref"
43 AC_TRY_LINK([], [],
44 [AC_MSG_RESULT(yes); ],
45 [AC_MSG_RESULT(no)]; LIBS="$saved_LIBS")
46
47 dnl Checks for libraries.
48 AC_CHECK_LIB(crypto, CRYPTO_lock, ,AC_MSG_ERROR([*** libcrypto missing - please install first ***]))
49 AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first ***]))
50 AC_CHECK_LIB(util, login, AC_DEFINE(HAVE_LIBUTIL_LOGIN) LIBS="$LIBS -lutil")
51 AC_CHECK_LIB(nsl, yp_match, , )
52 AC_CHECK_LIB(socket, main, , )
53
54 dnl libdl is needed by PAM on Redhat systems
55 AC_CHECK_LIB(dl, dlopen, , )
56 AC_CHECK_LIB(pam, pam_authenticate, , )
57
58 dnl Checks for header files.
59 AC_CHECK_HEADERS(endian.h lastlog.h login.h maillock.h netgroup.h paths.h poll.h pty.h shadow.h util.h utmp.h utmpx.h sys/poll.h sys/select.h sys/stropts.h sys/time.h)
60
61 dnl Checks for library functions.
62 AC_CHECK_FUNCS(arc4random mkdtemp openpty _getpty setenv setlogin setproctitle snprintf strlcat strlcpy vsnprintf)
63
64 AC_CHECK_FUNC(login, 
65         [AC_DEFINE(HAVE_LOGIN)],
66         [AC_CHECK_LIB(bsd, login, [LIBS="$LIBS -lbsd"; AC_DEFINE(HAVE_LOGIN)])]
67 )
68
69 AC_CHECK_FUNC(daemon, 
70         [AC_DEFINE(HAVE_DAEMON)],
71         [AC_CHECK_LIB(bsd, daemon, [LIBS="$LIBS -lbsd"; AC_DEFINE(HAVE_DAEMON)])]
72 )
73
74 dnl Checks for data types
75 AC_CHECK_SIZEOF(short int, 2)
76 AC_CHECK_SIZEOF(int, 4)
77 AC_CHECK_SIZEOF(long int, 4)
78 AC_CHECK_SIZEOF(long long int, 8)
79
80 dnl More checks for data types
81 AC_MSG_CHECKING([for quad_t])
82 AC_TRY_COMPILE(
83         [#include <sys/types.h>], 
84         [quad_t a; a = 1235;], 
85         [
86                 AC_DEFINE(HAVE_QUAD_T)
87                 AC_MSG_RESULT(yes)
88         ],
89         [AC_MSG_RESULT(no)]
90
91
92 AC_MSG_CHECKING([for intXX_t types])
93 AC_TRY_COMPILE(
94         [#include <sys/types.h>], 
95         [int16_t a; int32_t b; a = 1235; b = 1235;], 
96         [
97                 AC_DEFINE(HAVE_INTXX_T)
98                 AC_MSG_RESULT(yes)
99         ],
100         [AC_MSG_RESULT(no)]
101
102
103 AC_MSG_CHECKING([for u_intXX_t types])
104 AC_TRY_COMPILE(
105         [#include <sys/types.h>], 
106         [u_int16_t c; u_int32_t d; c = 1235; d = 1235;], 
107         [
108                 AC_DEFINE(HAVE_U_INTXX_T)
109                 AC_MSG_RESULT(yes)
110         ],
111         [AC_MSG_RESULT(no)]
112
113
114 AC_MSG_CHECKING([For uintXX_t types])
115 AC_TRY_COMPILE(
116         [#include <sys/types.h>], 
117         [uint16_t c; uint32_t d; c = 1235; d = 1235;], 
118         [
119                 AC_DEFINE(HAVE_UINTXX_T)
120                 AC_MSG_RESULT(yes)
121         ],
122         [AC_MSG_RESULT(no)]
123
124
125 dnl Check PAM strerror arguments
126 AC_MSG_CHECKING([whether pam_strerror takes only one argument])
127 AC_TRY_COMPILE(
128         [
129                 #include <stdlib.h>
130                 #include <security/pam_appl.h>
131         ], 
132         [(void)pam_strerror((pam_handle_t *)NULL, -1);], 
133         [AC_MSG_RESULT(no)],
134         [
135                 AC_DEFINE(HAVE_OLD_PAM)
136                 AC_MSG_RESULT(yes)
137         ]
138
139
140 AC_MSG_CHECKING([whether to build GNOME ssh-askpass])
141 dnl Check whether user wants GNOME ssh-askpass
142 AC_ARG_WITH(gnome-askpass,
143         [  --with-gnome-askpass    Build the GNOME passphrase requester (default=no)],
144         [
145                 if test x$withval = xno ; then
146                         GNOME_ASKPASS="";
147                 else
148                         GNOME_ASKPASS="gnome-ssh-askpass";
149                 fi
150         ])
151 AC_SUBST(GNOME_ASKPASS)
152
153 if test -z "$GNOME_ASKPASS" ; then
154         AC_MSG_RESULT(no)
155 else
156         AC_MSG_RESULT(yes)
157 fi
158
159 dnl Check for user-specified random device
160 AC_ARG_WITH(random,
161         [  --with-random=FILE      read randomness from FILE (default=/dev/urandom)],
162         [
163                 RANDOM_POOL="$withval";
164                 AC_DEFINE_UNQUOTED(RANDOM_POOL, "$RANDOM_POOL")
165         ],
166         [
167                 dnl Check for random device
168                 AC_CHECK_FILE("/dev/urandom",
169                         [
170                                 RANDOM_POOL="/dev/urandom"; 
171                                 AC_SUBST(RANDOM_POOL)
172                                 AC_DEFINE_UNQUOTED(RANDOM_POOL, "$RANDOM_POOL")
173                         ]
174                 )
175         ]
176 )
177
178 dnl Check for EGD pool file
179 AC_ARG_WITH(egd-pool,
180         [  --with-egd-pool=FILE    read randomness from EGD pool FILE (default none)],
181         [
182                 RANDOM_POOL="$withval";
183                 AC_DEFINE(HAVE_EGD)
184                 AC_SUBST(RANDOM_POOL)
185                 AC_DEFINE_UNQUOTED(RANDOM_POOL, "$RANDOM_POOL")
186         ]
187 )
188
189 dnl Make sure we have random number support
190 if test -z "$RANDOM_POOL" -a -z "$EGD_POOL"; then
191         AC_MSG_ERROR([No random device found, and no EGD random pool specified])
192 fi
193
194 dnl Check for ut_host field in utmp
195 AC_MSG_CHECKING([whether utmp.h has ut_host field])
196 AC_EGREP_HEADER(ut_host, utmp.h, 
197         [AC_DEFINE(HAVE_HOST_IN_UTMP) AC_MSG_RESULT(yes); ], 
198         [AC_MSG_RESULT(no)]
199 )
200
201 dnl Check for ut_host field in utmpx
202 AC_MSG_CHECKING([whether utmpx.h has ut_host field])
203 AC_EGREP_HEADER(ut_host, utmpx.h, 
204         [AC_DEFINE(HAVE_HOST_IN_UTMPX) AC_MSG_RESULT(yes); ], 
205         [AC_MSG_RESULT(no)]
206 )
207
208 dnl Look for lastlog location
209 AC_MSG_CHECKING([location of lastlog file])
210 for lastlog in /var/log/lastlog /var/adm/lastlog /etc/security/lastlog ; do
211         if test -f $lastlog ; then
212                 gotlastlog="file"
213                 break
214         fi
215         if test -d $lastlog ; then
216                 gotlastlog="dir"
217                 break
218         fi
219 done
220 if test -z "$gotlastlog" ; then
221         AC_MSG_ERROR([*** Cannot find lastlog ***])
222 else
223         if test "x$gotlastlog" = "xdir" ; then
224                 AC_DEFINE(LASTLOG_IS_DIR)
225                 AC_MSG_ERROR([*** Directory-based lastlogs are not yet supported ***])
226         fi
227         AC_MSG_RESULT($lastlog)
228         AC_DEFINE_UNQUOTED(LASTLOG_LOCATION, "$lastlog")
229 fi      
230
231 AC_CHECK_FILE("/dev/ptmx", AC_DEFINE_UNQUOTED(HAVE_DEV_PTMX))
232 AC_CHECK_FILE("/dev/ptc", AC_DEFINE_UNQUOTED(HAVE_DEV_PTS_AND_PTC))
233
234 AC_MSG_CHECKING([whether libc defines __progname])
235 AC_TRY_LINK([], 
236         [extern char *__progname; printf("%s", __progname);], 
237         [
238                 AC_DEFINE(HAVE___PROGNAME)
239                 AC_MSG_RESULT(yes)
240         ], 
241         [
242                 AC_MSG_RESULT(no)
243         ]
244 )
245
246 dnl Check whether user wants Kerberos support
247 AC_ARG_WITH(kerberos4,
248         [  --with-kerberos4        Enable Kerberos 4 support],
249         [
250                 AC_DEFINE(KRB4)
251                 LIBS="$LIBS -lkrb"
252                 CFLAGS="$CFLAGS -I/usr/include/kerberosIV"
253         ]
254 )
255
256 dnl Check whether user wants AFS support
257 AC_ARG_WITH(afs,
258         [  --with-afs              Enable AFS support],
259         [
260                 AC_DEFINE(AFS)
261                 LIBS="$LIBS -lkafs"
262         ]
263 )
264
265 dnl Check whether user wants S/Key support
266 AC_ARG_WITH(skey,
267         [  --with-skey             Enable S/Key support],
268         [
269                 AC_DEFINE(SKEY)
270                 LIBS="$LIBS -lskey"
271         ]
272 )
273
274 dnl Check whether user wants TCP wrappers support
275 AC_ARG_WITH(tcp-wrappers,
276         [  --with-tcp-wrappers     Enable tcpwrappers support],
277         [
278                 AC_DEFINE(LIBWRAP)
279                 LIBWRAP="-lwrap"
280         ]
281 )
282 AC_SUBST(LIBWRAP)
283
284 dnl Check whether to enable MD5 passwords
285 AC_ARG_WITH(md5-passwords,
286         [  --with-md5-passwords    Enable use of MD5 passwords],
287         [AC_DEFINE(HAVE_MD5_PASSWORDS)]
288 )
289
290 dnl Check for the path to xauth
291 AC_PATH_PROG(xauth_path, xauth)
292 AC_DEFINE_UNQUOTED(XAUTH_PATH, "$xauth_path")
293
294 AC_OUTPUT(Makefile)
This page took 0.062839 seconds and 5 git commands to generate.