1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00
FBReaderJ/native/sources/liblinebreak/liblinebreak-1.2/configure.ac
Nikolay Pultsin 76dcfea536 fixed hyperlink processing in epub files
added liblinebreak sources and a stub for java liblinebreak bindings


git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@1002 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
2009-07-26 19:16:42 +00:00

11 lines
234 B
Text

AC_PREREQ(2.57)
AC_INIT([liblinebreak],[1.2],[wuyongwei@gmail.com])
AC_CONFIG_SRCDIR([linebreak.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_EXEEXT
AM_PROG_LIBTOOL
AC_CONFIG_FILES([Makefile])
AC_OUTPUT