Liu, Yigong wrote:
> /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of
> AM_PATH_GTK
> run info '(automake)Extending aclocal'
> or see
> http://sources.redhat.com/automake/automake.html#Extending%20aclocal
> /usr/local/share/aclocal/glib.m4:8: warning: underquoted definition of
> AM_PATH_GLIB
These are new warnings that affect some old-style autoconf files. This
isn't affecting MySQL++, but it might affect anything that uses glib or
gtk+. You could probably update your glib and gtk+ libraries to fix
this, if you cared to.
> configure.in:17: /usr/local/bin/m4: ERROR: Reading inserted file: No
> such file or directory
...
> Open configure.in, I see the following at line 17:
> AC_PROG_LIBTOOL
Either your libtool installation is broken, or you just need to run
bootstrap again. If the latter fixes it, I need to reorder the libtool
and aclocal commands, and the problem will go away.