Re: [Sqlrelay-discussion] configure script cannot find some dependencies on debian wheezy
Brought to you by:
mused
From: Petros M. <ern...@ya...> - 2013-01-16 14:03:00
|
On 15/01/2013 10:47 μμ, David Muse wrote: > Hmm... > > If you can, try installing libtool, automake and autoconf, then run > ./autogen.sh inside of the sqlrelay distro and then ./configure again. > It's possible that some things have changed on Wheezy that make the > included configure script fail in odd ways, but that when the configure > script is regenerated on Wheezy, it works. > > I ran into issues like that with Ubuntu way back. Ubuntu uses dash > instead of bash for /bin/sh and autoconf from Fedora 13 (or so) created > a configure script that wasn't compatible with dash, but if I used > autoconf on Ubuntu, it worked. > > This could be something similar. > > Dave > I have already done that, without any luck though. The output of ./autogen.sh: libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. |