-
Notifications
You must be signed in to change notification settings - Fork 13
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
May 17, 2018
1 parent
89869b0
commit 4d7005c
Showing
1 changed file
with
3 additions
and
1 deletion.
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
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.14], [[email protected]]) #adapt version number in codemeta.json as well | ||
AC_INIT([ucto], [0.13.1], [[email protected]]) #adapt version number in codemeta.json as well | ||
AM_INIT_AUTOMAKE([foreign]) | ||
AC_CONFIG_SRCDIR([configure.ac]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
@@ -121,6 +121,8 @@ PKG_CHECK_MODULES( | |
ucto will work with only a minimal default configuration. | ||
You should consider installing the uctodata package!] )] ) | ||
|
||
UCTODATA_PRE=`pkg-config --variable=prefix uctodata` | ||
UCTODATA_DIR=$UCTODATA_PRE/share/ucto | ||
AC_DEFINE_UNQUOTED([UCTODATA_DIR], ["$UCTODATA_DIR/"], [location of uctodata files]) | ||
|
||
# Checks for library functions. | ||
|