mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user