- (dtucker) [configure.ac] Replace non-portable echo \n with extra echo.
This commit is contained in:
parent
b17035fb7f
commit
cf59d31761
|
@ -36,6 +36,7 @@
|
|||
builds too, from vinschen at redhat.com.
|
||||
- (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64
|
||||
too; patch from cmadams at hiwaay.net.
|
||||
- (dtucker) [configure.ac] Replace non-portable echo \n with extra echo.
|
||||
|
||||
20040828
|
||||
- (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
|
||||
|
@ -1703,4 +1704,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3534 2004/08/29 10:33:07 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3535 2004/08/29 11:18:09 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: configure.ac,v 1.227 2004/08/29 07:04:50 dtucker Exp $
|
||||
# $Id: configure.ac,v 1.228 2004/08/29 11:18:09 dtucker Exp $
|
||||
#
|
||||
# Copyright (c) 1999-2004 Damien Miller
|
||||
#
|
||||
|
@ -3004,7 +3004,8 @@ echo " Libraries: ${LIBWRAP} ${LIBPAM} ${LIBS}"
|
|||
echo ""
|
||||
|
||||
if test "x$MAKE_PACKAGE_SUPPORTED" = "xyes" ; then
|
||||
echo "SVR4 style packages are supported with \"make package\"\n"
|
||||
echo "SVR4 style packages are supported with \"make package\""
|
||||
echo ""
|
||||
fi
|
||||
|
||||
if test "x$PAM_MSG" = "xyes" ; then
|
||||
|
|
Loading…
Reference in New Issue