HOWTO check for headers and libs in various directories?

2001-01-08 Thread Vaclav Haisman
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

Re: HOWTO check for headers and libs in various directories?

2001-01-08 Thread Daniele Arena
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

Re: HOWTO check for headers and libs in various directories?

2001-01-08 Thread Steve Robbins
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

are you STILL renting Adult videos from the store?

2001-01-08 Thread LolitaXXX
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

not enough testing in ./configure

2001-01-08 Thread Tamas SZERB
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

Re: not enough testing in ./configure

2001-01-08 Thread Michael Still
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

Re: not enough testing in ./configure

2001-01-08 Thread Tamas SZERB
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