On Jul 18, 2007, at 8:11 PM, Joel E. Denny wrote:
On Wed, 18 Jul 2007, Benoit SIGOURE wrote:$ ./bootstrap [...] ./bootstrap: aclocal --force -I m4 ... ./bootstrap: autoconf --force ...configure.ac:111: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'dm4/gettext.m4:362: AM_GNU_GETTEXT is expanded from... configure.ac:111: the top level configure:16558: error: possibly undefined macro: AM_INTL_SUBDIRIf this token and others are legitimate, please use m4_pattern_allow.See the Autoconf documentation. $ grep -r AM_INTL_SUBDIR . [...] ./gnulib/m4/gettext.m4: AC_REQUIRE([AM_INTL_SUBDIR])dnl ./gnulib/m4/intl.m4:AC_DEFUN([AM_INTL_SUBDIR], ./m4/gettext.m4: AC_REQUIRE([AM_INTL_SUBDIR])dnl $ for i in auto{conf,make} aclocal; do $i --version | sed q; done autoconf (GNU Autoconf) 2.61 automake (GNU automake) 1.10 aclocal (GNU automake) 1.10 m4 (GNU M4) 1.4.9This thread should help you: http://lists.gnu.org/archive/html/bug-bison/2007-04/msg00000.html
Yes thanks. $ M4=/opt/local/bin/gm4 ./bootstrap did the trick. -- Benoit Sigoure aka Tsuna EPITA Research and Development Laboratory
PGP.sig
Description: This is a digitally signed message part
