configure: no trailing space for the root-menu prompt

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2012-03-04 22:17:54 +01:00
parent 8f198886d9
commit 3a43f0e55d

View File

@ -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(