Skip to content

Commit

Permalink
reverted last edit.
Browse files Browse the repository at this point in the history
  • 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.
4 changes: 3 additions & 1 deletion 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.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])
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 4d7005c

Please sign in to comment.