We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c497d2 commit 5381b20Copy full SHA for 5381b20
configure.ac
@@ -14,6 +14,17 @@ AC_CONFIG_MACRO_DIR([m4])
14
15
AC_CONFIG_SRCDIR([src/bin/daemon/main.cpp])
16
17
+dnl Fix: configure.ac:334: warning: AC_ARG_PROGRAM was called before AC_CANONICAL_TARGET
18
+dnl aclocal.m4:2390: AX_PTHREAD is expanded from...
19
+dnl configure.ac:334: the top level
20
+dnl
21
+dnl After: AX_PTHREAD version 29
22
23
+dnl https://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;
24
+dnl a=commitdiff;h=2567e0ce0f3a11b535c6b527386197fb49ff172b
25
26
+AC_CANONICAL_TARGET
27
+
28
# Automake initialisation
29
AM_INIT_AUTOMAKE([subdir-objects])
30
0 commit comments