Skip to content

Commit ddc7e42

Browse files
committed
build: Set minimum Automake version to 1.13
1 parent 3d28c88 commit ddc7e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ dnl faketime breaks configure and is only needed for make. Disable it here.
3636
unset FAKETIME
3737

3838
dnl Automake init set-up and checks
39-
AM_INIT_AUTOMAKE([no-define subdir-objects foreign])
39+
AM_INIT_AUTOMAKE([1.13 no-define subdir-objects foreign])
4040

4141
dnl faketime messes with timestamps and causes configure to be re-run.
4242
dnl --disable-maintainer-mode can be used to bypass this.
4343
AM_MAINTAINER_MODE([enable])
4444

4545
dnl make the compilation flags quiet unless V=1 is used
46-
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
46+
AM_SILENT_RULES([yes])
4747

4848
dnl Compiler checks (here before libtool).
4949
if test "x${CXXFLAGS+set}" = "xset"; then

0 commit comments

Comments
 (0)