undefined macro: AM_GNU_GETTEXT

configure.in:1338: the top level
configure.in:883: error: possibly undefined macro: AM_GNU_GETTEXT
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1

把gettext link一下

aaa:guile pikachu$ brew link gettext
Warning: gettext is keg-only and must be linked with --force

If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile
aaa:guile pikachu$ brew link gettext --force
Linking /usr/local/Cellar/gettext/0.19.8.1... 194 symlinks created

If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile

你可能感兴趣的:(undefined macro: AM_GNU_GETTEXT)