Moved 'po' dependencies to separate ./configure file

Having 'po' in main 'configure' confuse users as they see --enable-nls
and other related options in configure and think that gettext is
optional dependency to build MHD lib.
New structure should be more transparent for users.

Performed minor cleanup of dist files.
This commit is contained in:
Evgeny Grin (Karlson2k)
2022-01-09 19:26:45 +03:00
parent 5368cd9c35
commit 259cbd8369
21 changed files with 139 additions and 4261 deletions
-1
View File
@@ -37,7 +37,6 @@ if existence libtool || existence libtoolize || existence glibtoolize || existen
echo "Autotools failed, retrying with autoreconf..."
if ! autoreconf -i ${1+"$@"} ; then
echo "Failed to autoreconf, retrying with force install..."
rm m4/po.m4 # Version of po.m4 should match installed po/* files
if ! autoreconf -i -f ${1+"$@"} ; then
echo "*** Failed to create 'configure' and other autotools generated files. ***" >&2
exit 1