X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=configure.ac;h=fa85ab10485c02ed360de63ed5e7af89ff797f4e;hp=77857f0762807af529a4b108ffd3d072fcdfa152;hb=4f3d0b1012b90d2d68ca0b9fcb40d9374764996a;hpb=c5e1e956dd6728e6fbb8d4ed75b5475bccb26ec9 diff --git a/configure.ac b/configure.ac index 77857f0..fa85ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # We require at least autoconf 2.63 (AC_INIT format changed there). AC_PREREQ([2.63]) -AC_INIT([sigrok-cli], [0.4.0], [sigrok-devel@lists.sourceforge.net], +AC_INIT([sigrok-cli], [0.5.0-git], [sigrok-devel@lists.sourceforge.net], [sigrok-cli], [http://www.sigrok.org]) AC_CONFIG_SRCDIR([sigrok-cli.h]) @@ -58,7 +58,7 @@ PKG_PROG_PKG_CONFIG([0.22]) AC_ARG_WITH([libsigrokdecode], AS_HELP_STRING([--with-libsigrokdecode], [compile with libsigrokdecode support]), - [WITH_SRD=$enableval],[WITH_SRD=yes]) + [WITH_SRD=$withval],[WITH_SRD=yes]) AM_CONDITIONAL(WITH_SRD, test x$WITH_SRD = xyes) AM_PATH_GLIB_2_0([2.28.0],