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 Ha

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

2001-01-09 Thread Vaclav Haisman
Hi, I didn't find any file at the mentoined uri. Is there any other way how to get these macros? Vaclav Haisman On Mon, 8 Jan 2001, Steve Robbins wrote: > > The macro set can be found on sourceforge (thanks to Matt): > > http://sourceforge.net/projects/acmacros/ > > -Steve >

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

2001-01-09 Thread Vaclav Haisman
I got the files from CVS. Valcav Haisman

Re: Checking libraries in multiple places -- frusturated by thecache

2001-02-25 Thread Vaclav Haisman
Hi, is there any chance that such machinery will ever be a part of autoconf? Vaclav Haisman -BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/IT d- s+:(+) a-- c++ UB+(++) P++(+++) L+ E W++ N+ o? K? w+ O? M-(--) V? PS(+) PE++ Y PGP t(+) 5? X R+@ tv+ b++ DI+ D+ G e h! r-(--) !z+ --END GEEK

output of autoconf 2.49d

2001-03-21 Thread Vaclav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a problem with autoconf 2.49d. I tried to configure the GNU CommonC++ package and I got this output. This didn't happen with 2.13 that is installed here by default. The system is FreeBSD 3.5-STABLE, SHELL=/usr/local/bin/tcsh. V

Re: output of autoconf 2.49d

2001-03-21 Thread Vaclav Haisman
Requested files are attached. Vaclav Haisman On 21 Mar 2001, Akim Demaille wrote: > >>>>> "Vaclav" == Vaclav Haisman <[EMAIL PROTECTED]> writes: > > Vaclav> Hi, > > Vaclav> I have a problem with autoconf 2.49d. I tried to configure the &

Re: output of autoconf 2.49d

2001-03-25 Thread Vaclav Haisman
Hi, I send the log. Vaclav Haisman On 22 Mar 2001, Akim Demaille wrote: > > The logs you sent don't exhibit the problem, most probably because > Makefile was already created. So try this instead > > rm Makefile > ./config.status Makefile >log 2>&1 > &

GCC's new intermodule optimization

2003-10-29 Thread Vaclav Haisman
Does or will autoconf/automake employ GCC's new intermodule optimization ability? Vaclav Haisman

Running autoupdate with acinclude.m4

2003-12-05 Thread Vaclav Haisman
it should take that much time on 1GHz P3. Vaclav Haisman

Re: automake + others being run everytime something changes

2004-02-17 Thread Vaclav Haisman
That is afaik because teh checked out files have bad time stamps. configure's time stamp must be the younger than configure.in's, Makefile.in's younger than Makefile.am's etc. WilX On Tue, 17 Feb 2004, Nigel Kukard wrote: > HI Guys, > > I've followed the documentation to make a gnu build syst