]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - configure.ac
Bugfix: Tristate pins after acquisition.
[sigrok-firmware-fx2lafw.git] / configure.ac
index 0735adeeae79c238fdcf287c92ca4b37e604a515..1150b80417d1282d2f250c444c815fc1e625619a 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the fx2lafw project.
+## This file is part of the sigrok-firmware-fx2lafw project.
 ##
 ## Copyright (C) 2013 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -21,7 +21,7 @@
 # We require at least autoconf 2.63 (AC_INIT format changed there).
 AC_PREREQ([2.63])
 
-AC_INIT([sigrok-firmware-fx2lafw], [0.1.0],
+AC_INIT([sigrok-firmware-fx2lafw], [0.1.1],
        [sigrok-devel@lists.sourceforge.net],
        [sigrok-firmware-fx2lafw], [http://www.sigrok.org])
 AC_CONFIG_HEADER([config.h])
@@ -40,7 +40,7 @@ AC_CHECK_PROGS([SDCC], [sdcc sdcc-sdcc])
 if test "x$SDCC" == "x"; then
        AC_MSG_ERROR([cannot find sdcc.])
 fi
-AC_CHECK_PROGS([SDCCLIB], [sdcclib sdcc-sdcc])
+AC_CHECK_PROGS([SDCCLIB], [sdcclib sdcc-sdcclib])
 if test "x$SDCCLIB" == "x"; then
        AC_MSG_ERROR([cannot find sdcclib.])
 fi