From b3146b5fc18aaf856c58ff26afec3315c64de7a4 Mon Sep 17 00:00:00 2001 From: dtucker Date: Sun, 29 Aug 2004 11:18:09 +0000 Subject: [PATCH] - (dtucker) [configure.ac] Replace non-portable echo \n with extra echo. --- ChangeLog | 1 + configure.ac | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2db5181..efbfb42c 100644 --- 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 diff --git a/configure.ac b/configure.ac index a1609289..0be59ba7 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.45.2