From 7dc0f1adc5f0f301ee328b59df4237b226bf096c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 4 Jun 2020 04:34:59 +0200 Subject: Require autoconf 2.64, add project URLs and "check-news" flag to configure.ac --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2a4c4b4..fac14a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.61) -AC_INIT(ifuse, 1.1.4) +AC_PREREQ(2.64) +AC_INIT([ifuse], [1.1.4], [https://github.com/libimobiledevice/ifuse/issues],, [https://libimobiledevice.org]) +AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) -AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.1-32-gdbae