Skip to content

Commit ed01298

Browse files
committed
build: require autoconf 2.62 and automake 1.11
1 parent 54afb4b commit ed01298

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

configure.ac

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
AC_PREREQ(2.53)
1+
AC_PREREQ(2.62)
22

33
AC_INIT([cafe-themes], [2.0.1], [https://cafe-desktop.org])
44
AC_CONFIG_SRCDIR([icon-themes])
55

6-
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news])
6+
AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip check-news subdir-objects])
77

8-
# Enable silent build rules by default, requires at least
9-
# Automake-1.11. Disable by either passing --disable-silent-rules to
10-
# configure or passing V=1 to make
11-
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
8+
AM_SILENT_RULES([yes])
129

1310
PKG_PROG_PKG_CONFIG([0.19])
1411
AM_GNU_GETTEXT_VERSION([0.19.8])

0 commit comments

Comments
 (0)