From: Emmanuele Bassi Date: Tue, 11 Oct 2011 15:05:24 +0000 (+0100) Subject: Show lib and sysconfdir in the configure summary X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53e201f86531195ee7391e54f50b39dce45bcca1;p=profile%2Fivi%2Fclutter.git Show lib and sysconfdir in the configure summary --- diff --git a/configure.ac b/configure.ac index 279b621..a0bce59 100644 --- a/configure.ac +++ b/configure.ac @@ -1009,6 +1009,8 @@ echo "Clutter - $VERSION (${CLUTTER_RELEASE_STATUS})" echo "" echo " • Global:" echo " Prefix: ${prefix}" +echo " Libdir: ${libdir}" +echo " Sysconfdir: ${sysconfdir}" echo " Flavour: ${CLUTTER_WINSYS}" echo " Target library: ${CLUTTER_WINSYS_LIB}"