summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-16 12:05:39 +1100
committerDamien Miller <djm@mindrot.org>2001-02-16 12:05:39 +1100
commit5dfe976cdfbc5703dfbbd0783f1328be0007eca3 (patch)
treefd9f1b0e868fcfad99d0167fed1e9403a223173a
parentb5e85a5d943462e81a4649617e87b7a76c645c1e (diff)
- (djm) USE_PIPES for a few more sysv platforms
- (djm) Cleanup configure.in a little - (djm) Ask users to check config.log when we can't find necessary libs
-rw-r--r--ChangeLog5
-rw-r--r--configure.in22
2 files changed, 16 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 55ec667d1..e389cfc01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 Nalin Dahyabhai <nalin@redhat.com> 8 Nalin Dahyabhai <nalin@redhat.com>
9 - (djm) BSD license for gnome-ssh-askpass (was X11) 9 - (djm) BSD license for gnome-ssh-askpass (was X11)
10 - (djm) KNF on gnome-ssh-askpass 10 - (djm) KNF on gnome-ssh-askpass
11 - (djm) USE_PIPES for a few more sysv platforms
12 - (djm) Cleanup configure.in a little
13 - (djm) Ask users to check config.log when we can't find necessary libs
11 14
1220010215 1520010215
13 - (djm) Move PAM session setup back to before setuid to user. Fixes 16 - (djm) Move PAM session setup back to before setuid to user. Fixes
@@ -3981,4 +3984,4 @@
3981 - Wrote replacements for strlcpy and mkdtemp 3984 - Wrote replacements for strlcpy and mkdtemp
3982 - Released 1.0pre1 3985 - Released 1.0pre1
3983 3986
3984$Id: ChangeLog,v 1.776 2001/02/16 00:18:58 djm Exp $ 3987$Id: ChangeLog,v 1.777 2001/02/16 01:05:39 djm Exp $
diff --git a/configure.in b/configure.in
index 84198485a..ac9a456a8 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.241 2001/02/15 23:18:12 djm Exp $ 1# $Id: configure.in,v 1.242 2001/02/16 01:05:39 djm Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -137,7 +137,7 @@ mips-sony-bsd|mips-sony-newsos4)
137 AC_DEFINE(HAVE_NEWS4) 137 AC_DEFINE(HAVE_NEWS4)
138 SONY=1 138 SONY=1
139 AC_CHECK_LIB(iberty, xatexit, AC_DEFINE(HAVE_XATEXIT), 139 AC_CHECK_LIB(iberty, xatexit, AC_DEFINE(HAVE_XATEXIT),
140 AC_MSG_ERROR([*** libiberty missing - please install first ***]) 140 AC_MSG_ERROR([*** libiberty missing - please install first or check config.log ***])
141 ) 141 )
142 ;; 142 ;;
143*-*-netbsd*) 143*-*-netbsd*)
@@ -205,6 +205,7 @@ mips-sony-bsd|mips-sony-newsos4)
205 MANTYPE='$(CATMAN)' 205 MANTYPE='$(CATMAN)'
206 mansubdir=cat 206 mansubdir=cat
207 enable_suid_ssh=no 207 enable_suid_ssh=no
208 AC_DEFINE(USE_PIPES)
208 ;; 209 ;;
209*-*-sysv5*) 210*-*-sysv5*)
210 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 211 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
@@ -212,6 +213,7 @@ mips-sony-bsd|mips-sony-newsos4)
212 MANTYPE='$(CATMAN)' 213 MANTYPE='$(CATMAN)'
213 mansubdir=cat 214 mansubdir=cat
214 enable_suid_ssh=no 215 enable_suid_ssh=no
216 AC_DEFINE(USE_PIPES)
215 ;; 217 ;;
216*-*-sysv*) 218*-*-sysv*)
217 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 219 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
@@ -221,29 +223,29 @@ mips-sony-bsd|mips-sony-newsos4)
221 LIBS="$LIBS -lgen -lsocket" 223 LIBS="$LIBS -lgen -lsocket"
222 ;; 224 ;;
223*-*-sco3.2v4*) 225*-*-sco3.2v4*)
224 AC_DEFINE(USE_PIPES)
225 CPPFLAGS="$CPPFLAGS -Dftruncate=chsize -I/usr/local/include" 226 CPPFLAGS="$CPPFLAGS -Dftruncate=chsize -I/usr/local/include"
226 LDFLAGS="$LDFLAGS -L/usr/local/lib" 227 LDFLAGS="$LDFLAGS -L/usr/local/lib"
227 MANTYPE='$(CATMAN)' 228 MANTYPE='$(CATMAN)'
228 mansubdir=cat
229 LIBS="$LIBS -lgen -lsocket -los -lprot -lx -ltinfo -lm" 229 LIBS="$LIBS -lgen -lsocket -los -lprot -lx -ltinfo -lm"
230 no_dev_ptmx=1 230 mansubdir=cat
231 rsh_path="/usr/bin/rcmd"
231 RANLIB=true 232 RANLIB=true
233 no_dev_ptmx=1
232 AC_DEFINE(BROKEN_SYS_TERMIO_H) 234 AC_DEFINE(BROKEN_SYS_TERMIO_H)
233 rsh_path="/usr/bin/rcmd" 235 AC_DEFINE(USE_PIPES)
234 AC_DEFINE(HAVE_SCO_PROTECTED_PW) 236 AC_DEFINE(HAVE_SCO_PROTECTED_PW)
235 AC_DEFINE(DISABLE_SHADOW) 237 AC_DEFINE(DISABLE_SHADOW)
236 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) 238 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
237 ;; 239 ;;
238*-*-sco3.2v5*) 240*-*-sco3.2v5*)
239 AC_DEFINE(USE_PIPES)
240 CPPFLAGS="$CPPFLAGS -I/usr/local/include" 241 CPPFLAGS="$CPPFLAGS -I/usr/local/include"
241 LDFLAGS="$LDFLAGS -L/usr/local/lib" 242 LDFLAGS="$LDFLAGS -L/usr/local/lib"
243 LIBS="$LIBS -lprot -lx -ltinfo -lm"
242 MANTYPE='$(CATMAN)' 244 MANTYPE='$(CATMAN)'
243 mansubdir=cat 245 mansubdir=cat
244 LIBS="$LIBS -lprot -lx -ltinfo -lm"
245 no_dev_ptmx=1 246 no_dev_ptmx=1
246 rsh_path="/usr/bin/rcmd" 247 rsh_path="/usr/bin/rcmd"
248 AC_DEFINE(USE_PIPES)
247 AC_DEFINE(HAVE_SCO_PROTECTED_PW) 249 AC_DEFINE(HAVE_SCO_PROTECTED_PW)
248 AC_DEFINE(DISABLE_SHADOW) 250 AC_DEFINE(DISABLE_SHADOW)
249 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) 251 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
@@ -322,7 +324,7 @@ if test -z "$no_libnsl" ; then
322fi 324fi
323 325
324AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen") 326AC_CHECK_LIB(gen, getspnam, LIBS="$LIBS -lgen")
325AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first ***])) 327AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first or check config.log ***]))
326AC_CHECK_LIB(util, login, AC_DEFINE(HAVE_LIBUTIL_LOGIN) LIBS="$LIBS -lutil") 328AC_CHECK_LIB(util, login, AC_DEFINE(HAVE_LIBUTIL_LOGIN) LIBS="$LIBS -lutil")
327 329
328# We don't want to check if we did an pcre override. 330# We don't want to check if we did an pcre override.
@@ -626,7 +628,7 @@ int main(void)
626 done 628 done
627 629
628 if test -z "$found_crypto" ; then 630 if test -z "$found_crypto" ; then
629 AC_MSG_ERROR([Could not find working SSLeay / OpenSSL libraries, please install]) 631 AC_MSG_ERROR([Could not find working OpenSSL library, please install or check config.log])
630 fi 632 fi
631 if test -z "$ssldir" ; then 633 if test -z "$ssldir" ; then
632 ssldir="(system)" 634 ssldir="(system)"