X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=1a9a3b50cf4c2044c35eb7ff702911198e9b2de7;hb=01a4013c9f1bca74ae784b3508b67be32d9b33db;hp=d02d03896c7b2c9d24f790d6c73698194803bb3c;hpb=8cc45616dc646bd4b5301ee32695d2a48013642c;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index d02d03896..1a9a3b50c 100644 --- a/configure.ac +++ b/configure.ac @@ -486,7 +486,7 @@ LIBS=$SAVE_LIBS # check for python & pexpect (used for some testcases only) AC_MSG_CHECKING([for python and pexpect]) -python -c "import pexpect" &> /dev/null +/usr/bin/python -c "import pexpect" &> /dev/null PYEX=$? AM_CONDITIONAL(HAVE_PYTHON_PEXPECT, test $PYEX -eq 0) if test $PYEX -eq 0 @@ -638,8 +638,6 @@ AC_ARG_ENABLE([coverage], AS_HELP_STRING([--enable-coverage], [use_gcov=yes], [use_gcov=no]) AM_CONDITIONAL([USE_COVERAGE], [test "x$use_gcov" = "xyes"]) - - AC_CONFIG_FILES([ Makefile contrib/Makefile @@ -650,8 +648,8 @@ src/arm/Makefile src/core/Makefile src/datacache/Makefile src/datastore/Makefile -src/dv/Makefile src/dht/Makefile +src/dv/Makefile src/fragmentation/Makefile src/fs/Makefile src/hello/Makefile