Skip to content

Commit

Permalink
jbigkit-shared: bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pullmoll committed Apr 11, 2020
1 parent 895d442 commit 192d4c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,22 @@ test-driver
m4/
libjbig/Makefile.in
libjbig/.libs
libjbig/.dirstamp
libjbig/tstcodec
libjbig/tstcodec85
pbmtools/Makefile.in
pbmtools/pbmtojbg
pbmtools/pbmtojbg85
pbmtools/jbgtopbm
pbmtools/jbgtopbm85
test-suite.log
test/.libs/
test/tstcodec
test/tstcodec.log
test/tstcodec.trs
test/tstcodec85
test/tstcodec85.log
test/tstcodec85.trs
*.pc
*.o
*.lo
Expand Down
7 changes: 5 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([jbigkit], [2.21], [[email protected]])
AC_INIT([jbigkit], [2.22], [[email protected]])
AM_INIT_AUTOMAKE(subdir-objects)

AC_CONFIG_SRCDIR([libjbig/jbig_ar.c])
Expand All @@ -16,7 +16,10 @@ AC_PROG_MAKE_SET
LT_INIT

# Package check
PKG_CHECK_MODULES([CHECK], [check >= 0.9.19])
AC_ARG_ENABLE([tests],
AS_HELP_STRING([--enable-tests], [Enable codec tests]))

AS_IF([test "x$enable_tests" = "xyes"], [PKG_CHECK_MODULES([CHECK], [check >= 0.9.19])])

# Checks for libraries.
AC_CHECK_LIB([jbig], [jbg_enc_init])
Expand Down
1 change: 1 addition & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
noinst_PROGRAMS = tstcodec tstcodec85
check_PROGRAMS = tstcodec tstcodec85
tstcodec_SOURCES = $(top_srcdir)/libjbig/tstcodec.c $(top_srcsrc)/libjbig/.libs/libjbig.la
tstcodec_LDADD = -L$(top_srcdir)/libjbig/.libs -ljbig
Expand Down

0 comments on commit 192d4c4

Please sign in to comment.