Skip to content

Commit

Permalink
build: Require automake 1.11
Browse files Browse the repository at this point in the history
This is a rather old release (from 2009), that provides AM_SILENT_RULES.
  • Loading branch information
guillemj committed Mar 21, 2023
1 parent 39cbc7b commit 94838ec
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])

AM_INIT_AUTOMAKE(
[1.8]
[1.11]
[-Wall]
[foreign]
[nostdinc]
[no-dist-gzip dist-xz]
)

m4_ifdef([AM_SILENT_RULES],
[AM_SILENT_RULES([yes])],
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]
)
AM_SILENT_RULES([yes])

LIBMD_ABI_MAJOR=0
LIBMD_ABI_MINOR=0
Expand Down

0 comments on commit 94838ec

Please sign in to comment.