aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-01 23:19:58 +0000
committerng0 <ng0@n0.is>2019-12-01 23:19:58 +0000
commitd9132e1cba66b5455a627251f377cd95eb008fc1 (patch)
treed826c9e7793e6c0161d40bc56b577448f22c653c /configure.ac
parent93330d9c6d8d5c599a2f12d641c5029aab91d3ad (diff)
downloadgnunet-d9132e1cba66b5455a627251f377cd95eb008fc1.tar.gz
gnunet-d9132e1cba66b5455a627251f377cd95eb008fc1.zip
convert texinfo checks to proper awk script, add detection for awk/gawk,
remove obsolete code.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ad59c9231..e8a450b61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,6 +251,10 @@ AS_IF([test -x "$PERL"],
251 [AC_DEFINE_UNQUOTED([HAVE_PERL], [1], [Path to Perl])], 251 [AC_DEFINE_UNQUOTED([HAVE_PERL], [1], [Path to Perl])],
252 [AC_DEFINE_UNQUOTED([HAVE_PERL], [0], [Path to Perl])]) 252 [AC_DEFINE_UNQUOTED([HAVE_PERL], [0], [Path to Perl])])
253 253
254# awk
255AC_PATH_PROGS( AWK_BINARY, [awk gawk], ,$PATH:/usr/bin/:/usr/local/bin )
256AC_SUBST([AWK_BINARY])
257
254# should we install gnunet-logread? 258# should we install gnunet-logread?
255AC_MSG_CHECKING(whether to install gnunet-logread) 259AC_MSG_CHECKING(whether to install gnunet-logread)
256AC_ARG_WITH([gnunet-logread], 260AC_ARG_WITH([gnunet-logread],