]> andersk Git - openssh.git/commitdiff
- (dtucker) [configure.ac] Replace non-portable echo \n with extra echo.
authordtucker <dtucker>
Sun, 29 Aug 2004 11:18:09 +0000 (11:18 +0000)
committerdtucker <dtucker>
Sun, 29 Aug 2004 11:18:09 +0000 (11:18 +0000)
ChangeLog
configure.ac

index e2db51810f38b8d2c386b1e920d872692f0dcb37..efbfb42c53667c2dc74a904c171e126a077ed5f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a16092890cf6cc68d2cd24c5e40f8d3dcc048c35..0be59ba7aa0422f11d241200643af1e2367b15fb 100644 (file)
@@ -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
This page took 0.133232 seconds and 5 git commands to generate.