mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
12 lines
538 B
Diff
12 lines
538 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -2,7 +2,7 @@
|
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
AC_PREREQ(2.53)
|
|
-AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 0.0` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
|
|
+AC_INIT(ejabberd, m4_esyscmd([echo `echo "${PWD##*-}" || echo 0.0` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
|
|
REQUIRE_ERLANG_MIN="8.3 (Erlang/OTP 19.3)"
|
|
REQUIRE_ERLANG_MAX="100.0.0 (No Max)"
|
|
|