summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 474f750..5fe3e33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
2# Run autoreconf -fi to generate a configure script from this file. 2# Run autoreconf -fi to generate a configure script from this file.
3 3
4AC_PREREQ([2.69]) 4AC_PREREQ([2.69])
5AC_INIT([i3lock], [2.12], [https://github.com/i3/i3lock/issues]) 5AC_INIT([i3lock-extended], [1.2.12], [https://simeon.simeonov.no])
6# For AX_EXTEND_SRCDIR 6# For AX_EXTEND_SRCDIR
7AX_ENABLE_BUILDDIR 7AX_ENABLE_BUILDDIR
8AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) 8AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
@@ -141,7 +141,7 @@ echo \
141"-------------------------------------------------------------------------------- 141"--------------------------------------------------------------------------------
142build configured: 142build configured:
143 143
144AS_HELP_STRING([i3lock version:], [`echo ${I3LOCK_VERSION} | sed 's,\\\\,,g'`]) 144AS_HELP_STRING([i3lock-extended version:], [`echo ${I3LOCK_VERSION} | sed 's,\\\\,,g'`])
145AS_HELP_STRING([is release version:], [${is_release}]) 145AS_HELP_STRING([is release version:], [${is_release}])
146 146
147AS_HELP_STRING([enable debug flags:], [${ax_enable_debug}]) 147AS_HELP_STRING([enable debug flags:], [${ax_enable_debug}])