-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ko van der Sloot
authored and
Ko van der Sloot
committed
Jul 11, 2016
1 parent
e465949
commit e6c0a5f
Showing
2 changed files
with
16 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.59) | ||
AC_INIT([ucto], [0.8.7], [[email protected]]) | ||
AC_INIT([ucto], [0.9.0], [[email protected]]) | ||
AM_INIT_AUTOMAKE | ||
AC_CONFIG_SRCDIR([configure.ac]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
@@ -81,6 +81,9 @@ PKG_CHECK_MODULES([XML2], [libxml-2.0 >= 2.6.16] ) | |
CXXFLAGS="$CXXFLAGS $XML2_CFLAGS" | ||
LIBS="$LIBS $XML2_LIBS" | ||
|
||
PKG_CHECK_MODULES([uctodata], [uctodata >= 0.1] ) | ||
|
||
|
||
AC_ARG_WITH(folia, | ||
[ --with-folia=DIR use libfolia installed in <DIR>; | ||
note that you can install folia in a non-default directory with | ||
|
@@ -103,7 +106,6 @@ PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.6] ) | |
CXXFLAGS="$CXXFLAGS $ticcutils_CFLAGS" | ||
LIBS="$LIBS $ticcutils_LIBS" | ||
|
||
|
||
# Checks for library functions. | ||
|
||
AC_OUTPUT([ | ||
|