diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-05-01 05:09:51 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-05-01 05:09:51 +0200 |
commit | cb0237d7d9f16f7aebb98a515fda90406d16db35 (patch) | |
tree | 495f8fa374dbf3fb00d71450130f696fd2061925 /configure.ac | |
parent | 8abc567533a8133d22275890d5eda9b8b8cecd3e (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 f611864258..3e078a4621 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} -" +]) |