X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=configure.ac;h=e8f702209932b2f1440acac9e95adc1a4d16611b;hb=807aad387f6698a1eec1acf340496f064cb04cbb;hp=e41971bfc26f11173138513cc4c39badb315bc52;hpb=2eed640f944a24204fa4ed0dbbc80004a800b1eb;p=onak.git diff --git a/configure.ac b/configure.ac index e41971b..e8f7022 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.50) AC_INIT([onak],[0.3.0],[noodles-onak@earth.li]) - +AC_CONFIG_SRCDIR(onak.c) AC_CONFIG_HEADER(config.h) AC_PROG_CC @@ -11,7 +11,7 @@ AC_ARG_ENABLE(backend,AC_HELP_STRING([--enable-backend=],[Choose the ba AC_MSG_CHECKING([which key database backend to use]) AC_MSG_RESULT([$enable_backend]) -AC_CHECK_FILE(keydb_$enable_backend.c, ,AC_MSG_ERROR([non existent key database backend $enable_backend])) +AC_CHECK_FILE([$srcdir/keydb_$enable_backend.c], ,AC_MSG_ERROR([non existent key database backend $enable_backend])) if test "x$enable_backend" = "xdb3" then