X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=3e078a4621c4903b83ca9507844ab35ef765934a;hp=cbe2833f22233233491f9264a259e5bdff76c010;hb=3157c02d2bb2753b7d5bebd54dba7262bafcc88c;hpb=3e5bafc98ad359f112d04071cfbb96a268a7ebc1 diff --git a/configure.ac b/configure.ac index cbe2833f2..3e078a462 100644 --- a/configure.ac +++ b/configure.ac @@ -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} -" +])