From cf59d31761cdc1fdd78f6563d0f9eadc8b4c2f71 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 29 Aug 2004 21:18:09 +1000 Subject: - (dtucker) [configure.ac] Replace non-portable echo \n with extra echo. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b89d2fa25..85d46f385 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3