Hi all!
Now Im public from my home page package of my current project. Project
have about 100kb of headers and sources of main package and two libs
configured with AC_CONFIG_SUBDIRS(). Every lib dir have configure,
and main package have configure. All seems well, but every confgure
have about 600k
On Wed, Oct 08, 2003 at 11:12:07AM +0200, Kai Ludwig wrote:
> if test "x$gui" = xtrue; then
> AC_CONFIG_SUBDIRS(Utilities GUI)
> else
> if test "x$model" = xtrue; then
> AC_CONFIG_SUBDIRS(Model)
> else
> AC_CONFIG_SUBDIRS(Utilities GUI Model)
> fi
> fi
> configure.in:29: error: `Utilities' is a
On Fri, Oct 03, 2003 at 09:16:24AM +0200, Akim Demaille wrote:
>
> > Hello, GNU autotools contributors!
> > Im just ajust my package for realy good building. And I would like to
> > thank you for realy powerful and useful tool :)
>
> This is probably the wrong list: you are probably not referr
Hello, GNU autotools contributors!
Im just ajust my package for realy good building. And I would like to
thank you for realy powerful and useful tool :)
e
one big package, then I'd suggest using libtool.
> From what I understand you can do what you want then, without installing
> the libs first.
Yes, its my case.
>
> /M
>
> On Fri, Sep 26, 2003 at 08:44:15PM +0700, Dmitry V. Zhulanov wrote:
> >Hello, all!
> >
>
Hello, all!
I'm developing big project, which contain some shared libraries. Its
libs must be installed before any build or tests of main distr. Which
variables should I use to setup this limitation?
Thanks,
e.