Re: AC_LIBTOOL_CXX

2001-08-09 Thread Vaclav Barta
Ossama Othman wrote: > On Wed, Aug 08, 2001 at 08:48:07PM +0100, Vaclav Barta wrote: > > Stephen Torri wrote: > > > CC="$CXX" > > > AC_PROG_LIBTOOL > > > AC_LIBTOOL_CXX > > > LIBTOOL="$LIBTOOL --tag=CXX" > > > > >

Re: AC_LIBTOOL_CXX

2001-08-08 Thread Vaclav Barta
Stephen Torri wrote: > I am working on the configure.in file for the ACE+TAO library > which is written in C++. Since its a C++ library the developers > are using libtool. As part of the configure file is the > following used to make libtool work > with g++: > > CC="$CXX" > AC_PROG_LIBTOOL > AC_L

Re: Speeding up config.status

2001-07-29 Thread Vaclav Barta
Tom Tromey wrote: > >>>>> "Vaclav" == Vaclav Barta <[EMAIL PROTECTED]> writes: > Vaclav> OK, this may be a stupid question, but do all makes have > Vaclav> include? > In our experience, most do. However, syntax differs. But we > could use in

Re: Speeding up config.status

2001-07-28 Thread Vaclav Barta
Tom Tromey wrote: > Lately I've been thinking about speeding up config.status, > especially as regards automake. > > Right now each Makefile.in automake generates has *every* > configure substitution in it. Why do all this work? For > automake it would be better if config.status simply created

Re: Autoconf 2.52 is released

2001-07-24 Thread Vaclav Barta
Akim Demaille wrote: > >> We are very happy to announce yet another release of > >> Autoconf, > Martin> I have a little problem with this new autoconf. A few ... > Martin> The big problem is that autoconf 2.52 and 2.1x are not > Martin> compatible. > I can understand they fear the amount of work,

Host type?

2001-07-14 Thread Vaclav Barta
Hi, I've been trying to compile one of my programs on a new Linux installation (Czech RedHat 7.1), but configure failed: ... checking whether c++ accepts -g... yes checking for ranlib... ranlib checking host system type... configure: error: can not guess host type; you must specify one On my hom

Re: $(YACC) on Linux

2001-04-13 Thread Vaclav Barta
Peter Eisentraut wrote: > Vaclav Barta writes: > > I can define YFLAGS = -d in my Makefile.am and it will work on > > my machine. What I'd like to ask, is, of course: is this the > > right, autoconf-sanctioned, portable thing to do? And even > > better - would i

$(YACC) on Linux

2001-04-12 Thread Vaclav Barta
Hi, I have a program (http://www.locus.cz/locus/) I'd like to autoconfiscate. Among other interesting complications, it has a couple of parsers generated with bison & flex. As far as I understand autoconf+automake (I *think* I'm asking about autoconf, but even about that I'm not sure), the autoco