* configure.ac: better alignment of list of enabled experimental

features.
This commit is contained in:
Øyvind Kolås 2008-06-24 11:16:07 +00:00
parent 3c57d82649
commit 1a449bbac9
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-06-24 Øyvind Kolås <pippin@o-hand.com>
* configure.ac: better alignment of list of enabled experimental
features.
2008-06-24 Emmanuele Bassi <ebassi@openedhand.com>
* doc/clutter-actor-invariants.txt: Fix grammar and spelling,

View File

@ -691,10 +691,10 @@ echo ""
# the experimental/unstable warning summary.
if test "x$imagebackend" = "xinternal"; then
experimental_stuff="$experimental_stuff imagebackend=$imagebackend\n"
experimental_stuff="$experimental_stuff imagebackend: $imagebackend\n"
fi
if test "x$clutterbackend" = "xfruity"; then
experimental_stuff="$experimental_stuff clutterbackend=$clutterbackend\n"
experimental_stuff="$experimental_stuff clutterbackend: $clutterbackend\n"
fi
@ -705,7 +705,8 @@ echo " *WARNING*"
echo ""
echo " Experimental features configured, stability of your build either uses"
echo " experimental backends or experimental and unsupported features:"
echo -e " $experimental_stuff"
echo ""
echo -e "$experimental_stuff"
echo "☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠☠"
echo ""
fi