chiark / gitweb /
rules: remove initramfs comment
[elogind.git] / configure.ac
index cbe2833f22233233491f9264a259e5bdff76c010..3e078a4621c4903b83ca9507844ab35ef765934a 100644 (file)
@@ -14,9 +14,9 @@ AC_PREFIX_DEFAULT([/usr])
 test "$prefix" = NONE && test "$exec_prefix" = NONE && exec_prefix=
 
 dnl /* libudev version */
-LIBUDEV_LT_CURRENT=2
-LIBUDEV_LT_REVISION=1
-LIBUDEV_LT_AGE=2
+LIBUDEV_LT_CURRENT=3
+LIBUDEV_LT_REVISION=0
+LIBUDEV_LT_AGE=3
 AC_SUBST(LIBUDEV_LT_CURRENT)
 AC_SUBST(LIBUDEV_LT_REVISION)
 AC_SUBST(LIBUDEV_LT_AGE)
@@ -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}
-"
+])