On Fri, Jul 03, 2009 at 02:01:41PM -0700, Daniel Fetchinson wrote:
> cd ../rep-gtk-0.18.6
> # oooops, no 'configure' script :(
> autoconf
> # this complains:
> # configure.in:31: error: possibly undefined macro: AM_PROG_LIBTOOL
> # If this token and others are legitimate, please use m4_pattern_allow.
> # See the Autoconf documentation.
> # configure.in:46: error: possibly undefined macro: AC_PROG_LIBTOOL
>
> So how do I compile rep-gtk?
Try:
./autogen.sh
It just worked for me just fine on Fedora 11.
Mihai