From 4817acf17ac15e0116ce12d66a14ca62e3bb7309 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 1 May 2009 05:07:59 +0200 Subject: build: use AC_MSG_RESULT --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 79a231f..27e0c22 100644 --- a/configure.ac +++ b/configure.ac @@ -63,9 +63,9 @@ modem-modeswitch/Makefile udev-acl/Makefile usb-db/Makefile ]) -AC_OUTPUT -echo " +AC_OUTPUT +AC_MSG_RESULT([ udev-extras $VERSION ==================== @@ -83,4 +83,4 @@ echo " ldflags: ${LDFLAGS} xsltproc: ${XSLTPROC} -" +]) -- cgit