Follow-up Comment #4, sr#110435 (group autoconf):
Here is simple autogen.sh script which can be used to avoid this AM_ICONV
autoreconf bug:
#!/bin/sh
# Install config.rpath which is needed for AM_ICONV macro
for dir in "$GETTEXT_DIR" /usr/share/gettext /usr/local/share/gettext; do
if test -f "$dir/config.rpath"; then
test -f config.rpath || echo "autogen.sh: installing './config.rpath'"
cp -f "$dir/config.rpath" .
break
fi
done
autoreconf --install --force --verbose
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/support/?110435>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/