summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-04-30 16:59:56 +0200
committerGravatar Nikias Bassen2023-04-30 16:59:56 +0200
commit1d20bed9ab853507b013e0ab0fdfa11be393d1e0 (patch)
treeb13932784a2e01026bf719f8a2f076f8ae95acc9 /configure.ac
parent462e238de4553532ade7eb88ef86905c04fc7bb7 (diff)
downloadlibirecovery-1d20bed9ab853507b013e0ab0fdfa11be393d1e0.tar.gz
libirecovery-1d20bed9ab853507b013e0ab0fdfa11be393d1e0.tar.bz2
autoconf: Automatically derive version number from latest git tag
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 e844956..aa4f7aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Process this file with autoconf to produce a configure script. 2# Process this file with autoconf to produce a configure script.
3 3
4AC_PREREQ(2.68) 4AC_PREREQ(2.68)
5AC_INIT([libirecovery], [1.0.1], [https://github.com/libimobiledevice/libirecovery/issues],, [https://libimobiledevice.org]) 5AC_INIT([libirecovery], [m4_esyscmd(./git-version-gen $RELEASE_VERSION)], [https://github.com/libimobiledevice/libirecovery/issues], [], [https://libimobiledevice.org])
6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) 6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news])
7m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) 7m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
8AC_CONFIG_SRCDIR([src/]) 8AC_CONFIG_SRCDIR([src/])