mirror of
https://github.com/processone/ejabberd
synced 2025-10-02 17:29:27 +02:00

As the version string is auto-generated from the git-describe(1) output, the configure script may need to be regenerated even if configure.ac wasn't modified.
3 lines
52 B
Bash
Executable file
3 lines
52 B
Bash
Executable file
# generate a new autoconf
|
|
aclocal -I m4
|
|
autoconf -f
|