Hi,
I need to write autoconf test that would search for mysql.h in some
directories and then put that directory into INCLUDES, I also want
similar thing for libmysqlclient, but I didn't find any suitable macro in
documentation. Could you please give me some hints how to do that?
Vaclav Haisman
Hi Vaclav,
I had the same problem with MySQL and other external packages, and I
couldn't find anything really appropriate. The smartest thing I could do
was to hack configure.in in this way:
dnl
dnl MySQL include directory
dnl
AC_ARG_WITH(mysqlinc,
[ --with-mysqlinc=DIRDIR=pa
On Mon, Jan 08, 2001 at 04:58:42PM +0100, Daniele Arena wrote:
> Hi Vaclav,
>
> I had the same problem with MySQL and other external packages, and I
> couldn't find anything really appropriate. The smartest thing I could do
> was to hack configure.in
[... to add --with-mysqlinc and --with-mys
if so ... then www.Circes-Isle.com is waiting for you:) Streaming FULL-LENGTH videos
of your favorite porn stars waiting for your viewing pleasure! SEE the BEST of the
XXX movies TONIGHT in the comfort of your own home ... NEVER AGAIN rent tapes from
stores many MANY titles to be pos
I am currently using that:
toma@titanic:~/pptpd-1.0.1$ ./configure --version
configure generated by autoconf version 2.13
so I have a Makefile:
..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
..
and running ./configure I produced the following:
..
AC
On Mon, 8 Jan 2001, Tamas SZERB wrote:
> toma@titanic:~/pptpd-1.0.1$ autoheader
> Autoconf requires GNU m4 1.1 or later
> toma@titanic:~/pptpd-1.0.1$ echo $?
I'm not sure I follow your post, but autoconf requires GNU m4, which can
be downloaded from the GNU website.
Cheers,
Mikal
--
Michael S
On Mon, 8 Jan 2001, Michael Still wrote:
> On Mon, 8 Jan 2001, Tamas SZERB wrote:
>
> > toma@titanic:~/pptpd-1.0.1$ autoheader
> > Autoconf requires GNU m4 1.1 or later
> > toma@titanic:~/pptpd-1.0.1$ echo $?
>
> I'm not sure I follow your post, but autoconf requires GNU m4, which can
> be down