X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=configure.ac;h=21fcbbf1859cf06b7b7e00cd986ebe9be45d5c13;hp=add0c4e137f8744d667282c4c837050537755b7b;hb=7264bd6090d2daa896959ed7ca86ea63365b9a90;hpb=61bbfec1dc15537a3ea381f549683d8f543dabe8 diff --git a/configure.ac b/configure.ac index add0c4e..21fcbbf 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([psensor], [1.2.0],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) +AC_INIT([psensor], [1.2.1],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) AM_INIT_AUTOMAKE([-Wall gnu]) @@ -258,8 +258,8 @@ AC_CONFIG_FILES([ AC_CHECK_PROGS([HELP2MAN], [help2man]) AM_CONDITIONAL(HELP2MAN, test -n "$HELP2MAN") -AC_CHECK_PROG([ASCIIDOC], [asciidoc], yes) -AM_CONDITIONAL(ASCIIDOC, test -n "$ASCIIDOC") +AC_CHECK_PROG([ASCIIDOCTOR], [asciidoctor], yes) +AM_CONDITIONAL(ASCIIDOCTOR, test -n "$ASCIIDOCTOR") AC_CHECK_PROG(HAVE_CPPCHECK, cppcheck, yes) AM_CONDITIONAL(CPPCHECK, test -n "$HAVE_CPPCHECK")