ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / web / ejabberd / patches / configure-ac.patch
blob7e8051415d36afb7e7e84de1a582f3a4e6913a90
1 --- ejabberd-24.02/configure.ac.orig 2024-02-27 10:32:55.000000000 +0100
2 +++ ejabberd-24.02/configure.ac 2024-04-02 10:43:54.514925690 +0200
3 @@ -2,7 +2,7 @@
4 # Process this file with autoconf to produce a configure script.
6 AC_PREREQ(2.59)
7 -AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 24.02` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
8 +AC_INIT(ejabberd, [24.02], [ejabberd@process-one.net], [ejabberd])
9 REQUIRE_ERLANG_MIN="9.0.5 (Erlang/OTP 20.0)"
10 REQUIRE_ERLANG_MAX="100.0.0 (No Max)"