]> git.sur5r.net Git - kconfig-frontends/commitdiff
configure: no trailing space for the root-menu prompt
authorYann E. MORIN" <yann.morin.1998@free.fr>
Sun, 4 Mar 2012 21:17:54 +0000 (22:17 +0100)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Sun, 4 Mar 2012 21:17:54 +0000 (22:17 +0100)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
configure.ac

index e80afad832e55bb27014d2276b6c820fbfb5dedf..bac33aeaec390655d17189b79e8623d47eb2e536 100644 (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(