- From: Dan Smith <dsmith_at_danplanet.com>
- Date: Wed, 09 Jul 2003 15:12:19 -0400
> edit m4/as-libtool.m4 and replace AM_PROG_LIBTOOL with AC_PROG_LIBTOOL. I did that, and got this message while running 'autogen.sh': > Remember to add `AC_PROG_LIBTOOL' to `configure.ac'. > You should update your `aclocal.m4' by running aclocal. > configure:1766: error: possibly undefined macro: AC_LIBTOOL_DLOPEN > If this token and others are legitimate, please use \ > m4_pattern_allow. > See the Autoconf documentation. > configure:1767: error: possibly undefined macro: AC_PROG_LIBTOOL So, I added 'AC_PROG_LIBTOOL' to 'configure.ac' and re-ran 'autogen.sh': > You should update your `aclocal.m4' by running aclocal. > configure.ac:61: error: possibly undefined macro: AC_PROG_LIBTOOL > If this token and others are legitimate, please use > m4_pattern_allow. See the Autoconf documentation. > configure:1766: error: possibly undefined macro: AC_LIBTOOL_DLOPEN So, I ran 'aclocal': > aclocal: configure.ac: 31: macro `AM_CHECK_PYTHON_HEADERS' not found > in library Is there something else that is causing this? Are there other packages or libraries that need to be updated to make this work? Thanks! --Dan
Received on 2003-07-09Z18:12:19