We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccaf86 commit 5190079Copy full SHA for 5190079
configure.ac
@@ -6,7 +6,7 @@ AC_CANONICAL_HOST
6
AH_TOP([#ifndef LIBSECP256K1_CONFIG_H])
7
AH_TOP([#define LIBSECP256K1_CONFIG_H])
8
AH_BOTTOM([#endif //LIBSECP256K1_CONFIG_H])
9
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign subdir-objects])
10
LT_INIT
11
12
dnl make the compilation flags quiet unless V=1 is used
0 commit comments