summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-09-08 18:12:08 +0200
committerMarcel Holtmann <marcel@holtmann.org>2022-09-08 18:21:15 +0200
commit6f639e722b54801ef1e87d6cd22b2b262b3a0191 (patch)
tree84aa7b74614126e9ad636e8cf9d5d87b80a779a1 /configure.ac
parent4416e02dd3c360b73616bc1cf73461763599125f (diff)
downloadofono-6f639e722b54801ef1e87d6cd22b2b262b3a0191.tar.gz
build: Switch to modern autoconf options
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ebaa29ba..59cbac53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,12 @@
AC_PREREQ([2.69])
AC_INIT([ofono], [1.34])
-AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)
+AC_CONFIG_AUX_DIR(build-aux)
+AC_CONFIG_MACRO_DIR(build-aux)
+
+AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
+ tar-pax no-dist-gzip dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])