Updated Makefile.am and configure.ac

This commit is contained in:
Mayank Gupta 2017-03-13 13:17:30 +05:30
parent 00522bc950
commit 7bb9a5f783
2 changed files with 3 additions and 4 deletions

View File

@ -270,4 +270,3 @@ ccextractor_CPPFLAGS =-I /usr/include/leptonica/ -I /usr/include/tesseract/ -I$(
ccextractor_LDADD =-lm -ltesseract -llept
ccextractor_LDFLAGS=-zmuldefs

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT(ccextractor, 0.86alpha, https://github.com/CCExtractor/ccextractor/issues)
AC_INIT(ccextractor, 1.0, https://github.com/CCExtractor/ccextractor/issues)
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/ccextractor.c])
AM_INIT_AUTOMAKE([foreign subdir-objects])