-
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.
This version fixes some issues at the build system, in order to properly detect and work with Java 11, solve some issues at ./configure and some other fixes for Windows MinGW build. No functional changes. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
AC_PREREQ([2.68]) | ||
AC_INIT([zbar], [0.22.1], [[email protected]]) | ||
AC_INIT([zbar], [0.22.2], [[email protected]]) | ||
m4_ifndef([AC_LANG_DEFINES_PROVIDED], | ||
[m4_define([AC_LANG_DEFINES_PROVIDED])]) | ||
AC_CONFIG_AUX_DIR(config) | ||
|