Codebase list dosfstools / b6299f5c-ed51-4dde-875b-cd4ccc30047e/upstream autogen.sh
b6299f5c-ed51-4dde-875b-cd4ccc30047e/upstream

Tree @b6299f5c-ed51-4dde-875b-cd4ccc30047e/upstream (Download .tar.gz)

autogen.sh @b6299f5c-ed51-4dde-875b-cd4ccc30047e/upstreamraw · history · blame

#!/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

aclocal --force
autoconf --force
automake --add-missing --copy --force-missing