mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
avoid incorrect release version string (EJAB-1695)
to do so, we remove configure script from repository. it must be generated with autotools. for developpers not using autotools, we include the configure script in release source tarball, which in generated with correct version string.
This commit is contained in:
parent
f2003943db
commit
790201afc0
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.53)
|
||||
AC_INIT(ejabberd, community m4_esyscmd([git describe --tags | tr -d '\n']), [ejabberd@process-one.net], [ejabberd])
|
||||
AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo community` | sed 's/-g.*//' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd])
|
||||
REQUIRE_ERLANG_MIN="5.9.1 (Erlang/OTP R15B01)"
|
||||
REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user