summaryrefslogtreecommitdiff
path: root/net-im/ejabberd/files/patch-configure.ac
blob: cee2229005bbd98e33db0421b749ae06f7ef0fe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2018-04-25 10:30:00 UTC
+++ 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, %%PORTVERSION%%, [ejabberd@process-one.net], [ejabberd])
 REQUIRE_ERLANG_MIN="6.4 (Erlang/OTP 17.5)"
 REQUIRE_ERLANG_MAX="100.0.0 (No Max)"