diff options
author | Martin Szulecki | 2020-06-04 04:34:59 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-04 04:34:59 +0200 |
commit | 7dc0f1adc5f0f301ee328b59df4237b226bf096c (patch) | |
tree | 91aae98e3a7fedb9d3bd600d13a4b8da3689fddf | |
parent | 845ca80260363d67746fe87190e8e5229e921fe2 (diff) | |
download | ifuse-7dc0f1adc5f0f301ee328b59df4237b226bf096c.tar.gz ifuse-7dc0f1adc5f0f301ee328b59df4237b226bf096c.tar.bz2 |
Require autoconf 2.64, add project URLs and "check-news" flag to configure.ac
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
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]) |