in path might change behavior of echo (example: solaris, native
shell, with GNU echo (-n) in user path, but only Solaris echo (\c)
in path here.)
(AC_PATH_PROG should probably get fixed, to deal with this possibility. Later.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5632
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Apr 28 16:12:57 1995 Mark Eichin <eichin@cygnus.com>
+
+ * configure.in (PATH): use internal AC_CHECK_ECHO_N because change
+ in path might change behavior of echo (example: solaris, native
+ shell, with GNU echo (-n) in user path, but only Solaris echo (\c)
+ in path here.)
+
Fri Apr 28 07:52:45 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
* login.c: Lots of lint cleanup; declare functions before they
dnl Check for where the BSD rlogin, rcp, and rsh programs live.
dnl
save_path=$PATH
+AC_CHECK_ECHO_N
PATH=/bin:/usr/bin:/usr/bsd:/usr/ucb
AC_PATH_PROG(UCB_RLOGIN,rlogin,/usr/ucb/rlogin)
AC_PATH_PROG(UCB_RSH,rsh,/usr/ucb/rsh)
AC_PATH_PROG(UCB_RCP,rcp,/usr/ucb/rcp)
PATH=$save_path
+AC_CHECK_ECHO_N
dnl
dnl
AC_MSG_CHECKING([streams interface])