summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-04-30 20:55:03 +0200
committerGravatar Nikias Bassen2023-04-30 20:55:03 +0200
commit4d08422860a1689ae556f822b56c8fef629ad79f (patch)
tree17ef4897749eb743f09118e1cec4bb14c9333a41 /configure.ac
parent5d65599261515b6af769b580d83c3d39d85ea2ac (diff)
downloadlibplist-4d08422860a1689ae556f822b56c8fef629ad79f.tar.gz
libplist-4d08422860a1689ae556f822b56c8fef629ad79f.tar.bz2
autoconf: small update to configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb230fa..c09c628 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.68)
-AC_INIT([libplist], [m4_esyscmd(./git-version-gen $RELEASE_VERSION)], [https://github.com/libimobiledevice/libplist/issues],, [https://libimobiledevice.org])
+AC_INIT([libplist], [m4_esyscmd(./git-version-gen $RELEASE_VERSION)], [https://github.com/libimobiledevice/libplist/issues], [], [https://libimobiledevice.org])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_SRCDIR([src/])