From 3a43f0e55d4977f0863f342f659dadf29ad556ec Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 4 Mar 2012 22:17:54 +0100 Subject: [PATCH] configure: no trailing space for the root-menu prompt Signed-off-by: "Yann E. MORIN" --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e80afad..bac33ae 100644 --- a/configure.ac +++ b/configure.ac @@ -42,10 +42,7 @@ AC_ARG_ENABLE( [# Escape the $ signs, otherwise they would get munged by make # Also, append a space at the end, to separate the package # name from the literal 'Configuration' - root_menu="$( echo "$enableval" \ - |sed -r -e 's/\$/\\$$/g;' \ - -e 's/$/ /;' \ - )"])]) + root_menu="$( echo "$enableval" |sed -r -e 's/\$/\\$$/g;' )"])]) AC_SUBST([root_menu], [${root_menu=Configuration}]) AC_ARG_ENABLE( -- 2.39.5