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 afac75f commit 3d70c05Copy full SHA for 3d70c05
configure.ac
@@ -42,14 +42,9 @@ AH_TOP([#ifndef BITCOIN_CONFIG_H])
42
AH_TOP([#define BITCOIN_CONFIG_H])
43
AH_BOTTOM([#endif //BITCOIN_CONFIG_H])
44
45
-dnl faketime breaks configure and is only needed for make. Disable it here.
46
-unset FAKETIME
47
-
48
dnl Automake init set-up and checks
49
AM_INIT_AUTOMAKE([1.13 no-define subdir-objects foreign])
50
51
-dnl faketime messes with timestamps and causes configure to be re-run.
52
-dnl --disable-maintainer-mode can be used to bypass this.
53
AM_MAINTAINER_MODE([enable])
54
55
dnl make the compilation flags quiet unless V=1 is used
0 commit comments