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"
> > >
> >
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
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
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
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,
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
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
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