Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] iconv.m4?

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 26 Jul 2008 09:19:15 -0700

On Jul 26, 2008, at 8:44 AM, Frank Solensky wrote:

I've been getting the following error since updating my work area about
a week or so ago:

       $ make
make: *** No rule to make target `aclocal-fallback/iconv.m4', needed by `Makefile.in'. Stop.

No doubt there's an easy way out of it.  I just don't know what it is
offhand.  Any suggestions?

I think going back to the beginning and doing

	./autogen.sh
	./configure {configure options}

is necessary in that case, to re-generate all the automake/autoconf stuff and reconfigure.