I face this problem:

./bootstrap: aclocal --force -I m4 ...
configure.ac:106: warning: AM_MKINSTALLDIRS is m4_require'd but not m4_defun'd
m4/po_gl.m4:208: AM_PO_SUBDIRS is expanded from...
m4/gettext_gl.m4:347: AM_GNU_GETTEXT is expanded from...
m4/gnulib.m4:68: GNULIB_AUTOCONF_SNIPPET is expanded from...
configure.ac:106: the top level
./bootstrap: autoconf --force ...
configure.ac:106: warning: AM_MKINSTALLDIRS is m4_require'd but not m4_defun'd
m4/po_gl.m4:208: AM_PO_SUBDIRS is expanded from...
m4/gettext_gl.m4:347: AM_GNU_GETTEXT is expanded from...
m4/gnulib.m4:68: GNULIB_AUTOCONF_SNIPPET is expanded from...
configure.ac:106: the top level
configure:11315: error: possibly undefined macro: AM_MKINSTALLDIRS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.


I can't find any AM_MKINSTALLDIRS in aclocal's usual directories, but
I see there is an AM_PROG_MKDIR_P which name is quite similar.  There
is no trace of AM_MKINSTALLDIRS in Automake 1.9.6's ChangeLog.  Does
this mean I am expected to use a CVS Automake?  configure.ac refers to
1.8.



Reply via email to