From: Kay Sievers Date: Fri, 1 May 2009 03:09:51 +0000 (+0200) Subject: build: use AC_MSG_RESULT X-Git-Tag: 174~1063 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0237d7d9f16f7aebb98a515fda90406d16db35;p=systemd build: use AC_MSG_RESULT --- diff --git a/configure.ac b/configure.ac index f6118642..3e078a46 100644 --- a/configure.ac +++ b/configure.ac @@ -101,9 +101,9 @@ AC_CONFIG_FILES([ extras/volume_id/lib/Makefile extras/volume_id/lib/libvolume_id.pc ]) -AC_OUTPUT -echo " +AC_OUTPUT +AC_MSG_RESULT([ udev $VERSION ======== @@ -124,4 +124,4 @@ echo " ldflags: ${LDFLAGS} xsltproc: ${XSLTPROC} -" +])