diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-05-01 05:07:59 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-05-01 05:07:59 +0200 |
commit | 4817acf17ac15e0116ce12d66a14ca62e3bb7309 (patch) | |
tree | 3999a000abb34d4e2128b0271d8bc027e1e5e24e /configure.ac | |
parent | 70cc6940ed06dc9f0ffbae1f38312fe7064f9ef8 (diff) |
build: use AC_MSG_RESULT
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files 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} -" +]) |