summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-02-17 20:16:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-02-17 20:22:55 -0600
commit83ad966fdad86ce4f8df00857e28e93cfe2b24fb (patch)
treec868c2853286b6deded80f01320010b37ee4a495 /configure.in
parent32f37cdf345dd6f055d3b4e1b13554cfed37548c (diff)
downloadkeximdb-83ad966f.tar.gz
keximdb-83ad966f.zip
Fix FTBFS
Remove autogenerated files
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index a84ff24..83a8f3c 100644
--- a/configure.in
+++ b/configure.in
@@ -40,14 +40,16 @@ dnl Perform program name transformation
AC_ARG_PROGRAM
dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(keximdb-1.1.0, "3.5.5") dnl searches for some needed programs
+AM_INIT_AUTOMAKE(keximdb-1.1.0, "3.5.10") dnl searches for some needed programs
KDE_SET_PREFIX
dnl generate the config header
-AM_CONFIG_HEADER(config.h) dnl at the distribution this done
+AC_CONFIG_HEADER(config.h) dnl at the distribution this done
dnl Checks for programs.
+AC_PROG_CC
+AC_PROG_CXX
AC_CHECK_COMPILERS
AC_ENABLE_SHARED(yes)
AC_ENABLE_STATIC(no)
@@ -191,7 +193,7 @@ AC_HELP_STRING([--with-kexidb-libraries=DIR],
# Find tde-config
if test "$ac_kexidb_incdir" = "" -o "$ac_kexidb_libdir" = "" ; then
- KDE_FIND_PATH(kde_config,KDE_CONFIG,
+ KDE_FIND_PATH(tde_config,KDE_CONFIG,
[${prefix}/bin ${exec_prefix}/bin /usr/local/bin /opt/local/bin /usr/bin
/opt/kde/bin ],
[AC_MSG_ERROR([Could not find tde-config anywhere])])