-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update distribution to include debian packaging
* add consistency checking to zebracam * add redundant output suppression to zebraimg * fix couple of Code 128 decode table bugs * fix reversed Code 128 decode * add outstanding scanner edge flush to new_scan() - API change: scanner reset/new_scan() now return scan/decode status - update zebracam and zebraimg to call this between each walker pass (interface still needs improvement...) => improves in scan results for many cases * fix dbg_scan filename generation so results go in local directory
- Loading branch information
1 parent
5e72973
commit 72503d4
Showing
12 changed files
with
124 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Process this file with autoconf to produce a configure script. | ||
AC_PREREQ([2.61]) | ||
AC_INIT([zebra], [0.1], [[email protected]]) | ||
AC_INIT([zebra], [0.2], [[email protected]]) | ||
AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign subdir-objects std-options dist-bzip2]) | ||
AC_CONFIG_HEADERS([include/config.h]) | ||
AC_CONFIG_SRCDIR(zebra/scanner.c) | ||
|
@@ -16,14 +16,13 @@ AC_CONFIG_SRCDIR(zebra/scanner.c) | |
# then increment age. | ||
# - If any interfaces have been removed since the last public release, | ||
# then set age to 0. | ||
AC_SUBST([LIB_VERSION], [1:0:1]) | ||
AC_SUBST([RELDATE], [2007-03-24]) | ||
AC_SUBST([LIB_VERSION], [2:0:2]) | ||
AC_SUBST([RELDATE], [2007-05-16]) | ||
|
||
AC_PROG_CC | ||
AM_PROG_CC_C_O | ||
AC_PROG_CXX | ||
AC_PROG_LIBTOOL | ||
AC_PROG_RANLIB | ||
|
||
AC_ARG_VAR([XMLTO], [location of xmlto, used for optional \ | ||
documentation generation]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.