X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=4dae1ea0c59f4155b1b6d56fb1f41e5bbea623b4;hb=a8703426ac309a2646e89c1a90ef368afa90cec9;hp=9dd33ef8f9f22b88759fd81d42b0dae5d56c4ef0;hpb=f491ac4fab469421986f77df0bbf79fefc417786;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index 9dd33ef8f..4dae1ea0c 100644 --- a/configure.ac +++ b/configure.ac @@ -751,6 +751,28 @@ AC_ARG_WITH(sudo, AC_SUBST(SUDO_BINARY) +# test for gnunetdns group name +GNUNETDNS_GROUP=gnunetdns +AC_MSG_CHECKING(for gnunetdns group name) +AC_ARG_WITH(gnunetdns, + [ --with-gnunetdns=GRPNAME name for gnunetdns group], + [AC_MSG_RESULT("$with_gnunetdns") + case $with_gnunetdns in + no) + GNUNETDNS_GROUP=gnunet + ;; + yes) + GNUNETDNS_GROUP=gnunetdns + ;; + *) + GNUNETDNS_GROUP=$with_gnunetdns + ;; + esac + ], + [AC_MSG_RESULT([gnunetdns])]) +AC_SUBST(GNUNETDNS_GROUP) + + # should 'make check' run tests? AC_MSG_CHECKING(whether to run tests) AC_ARG_ENABLE([testruns], @@ -861,6 +883,7 @@ src/nse/nse.conf src/peerinfo/Makefile src/peerinfo/peerinfo.conf src/peerinfo-tool/Makefile +src/pt/Makefile src/statistics/Makefile src/statistics/statistics.conf src/template/Makefile @@ -868,6 +891,7 @@ src/testing/Makefile src/topology/Makefile src/transport/Makefile src/transport/transport.conf +src/tun/Makefile src/util/Makefile src/util/resolver.conf src/vpn/Makefile