bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #110435] autoreconf does not recognize AM_ICONV


From: anonymous
Subject: [sr #110435] autoreconf does not recognize AM_ICONV
Date: Fri, 8 Dec 2023 12:03:49 -0500 (EST)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]