Use the AC_MSG_* mechanisms for output rather than `echo` so we get correct behavior with --quiet/config.log/etc... Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 52050ac..9013f22 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_CONFIG_FILES([ ]) AC_OUTPUT -echo " +AC_MSG_RESULT([ usbutils $VERSION ============= @@ -46,4 +46,4 @@ echo " compiler: ${CC} cflags: ${CFLAGS} ldflags: ${LDFLAGS} -" +]) -- 1.6.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html