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 3d28c88 commit ddc7e42Copy full SHA for ddc7e42
configure.ac
@@ -36,14 +36,14 @@ dnl faketime breaks configure and is only needed for make. Disable it here.
36
unset FAKETIME
37
38
dnl Automake init set-up and checks
39
-AM_INIT_AUTOMAKE([no-define subdir-objects foreign])
+AM_INIT_AUTOMAKE([1.13 no-define subdir-objects foreign])
40
41
dnl faketime messes with timestamps and causes configure to be re-run.
42
dnl --disable-maintainer-mode can be used to bypass this.
43
AM_MAINTAINER_MODE([enable])
44
45
dnl make the compilation flags quiet unless V=1 is used
46
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes])
47
48
dnl Compiler checks (here before libtool).
49
if test "x${CXXFLAGS+set}" = "xset"; then
0 commit comments