Ethereal-dev: Re: [ethereal-dev] configure cvs version

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 19 Jan 2000 20:34:02 -0800
> autoconf: Undefined macros:
> configure.in:340:AC_LIBTOOL_DLOPEN

When you installed libtool, did it install
"/usr/share/aclocal/libtool.m4"?  That defines AC_LIBTOOL_DLOPEN.

> ./configure: AM_PROG_LEX: command not found

Do you also have "/usr/local/share/aclocal/lex.m4"?  If you've installed
automake from source, it should've installed that, and that should've
defined AM_PROG_LEX.

> checking for perl... /usr/local/bin/perl
> checking for flex... /usr/gnu/bin/flex
> checking to see if we can add '-Wall' to CFLAGS... yes
> ./configure: syntax error near unexpected token `AM_PATH_GLIB(1.2.0,'
> ./configure: ./configure: line 1330: `AM_PATH_GLIB(1.2.0, , { echo "configure: 
> e
> rror: GLib distribution not found." 1>&2; exit 1; }, gmodule)'

It looks as autoconf didn't expand AM_PATH_GLIB, either; that should be
defined by "/usr/local/share/aclocal/glib.m4".

It sounds as if some things are misinstalled; perhaps there's something
wrong with the versions you installed.