On Thu, 21 Apr 2005, Thomas Degris wrote:
- autoreconf: I would like to know what to use it for. Usually, I just do one
bootstrap when I check out the code from cvs and then automake does
everything correctly when I modified a Makefile.am or the configure.ac. All
the correct commands are called
Hello,
I added the --ltdl flag and it works now. Thank you very much. I have
few questions:
- autoreconf: I would like to know what to use it for. Usually, I just
do one bootstrap when I check out the code from cvs and then automake
does everything correctly when I modified a Makefile.am or the
* Gary V. Vaughan wrote on Thu, Apr 21, 2005 at 02:20:25PM CEST:
> Ralf Wildenhues wrote:
> >
> > Actually, if you
> > don't need to support older Autoconf versions, it should use
> > `autoreconf' instead of calling the autotools individually.
> > If you want only one instance of the libtool.m4 ma
Ralf Wildenhues wrote:
> Your bootstrap has
>
> | $LIBTOOLIZE --version | head -n 1 && $LIBTOOLIZE --force
>
> but should have
>
> | $LIBTOOLIZE --version | head -n 1 && $LIBTOOLIZE --force --ltdl
>
> instead, to ensure consistent versions of m4 files. Actually, if you
> don't need to support
Hi Thomas,
[ reformatted for consistency ]
* Thomas Degris wrote on Wed, Apr 20, 2005 at 10:08:49PM CEST:
> Ralf Wildenhues wrote:
> >* Thomas Degris wrote on Tue, Apr 19, 2005 at 04:24:33PM CEST:
> >
> >>I use automake, libtool and libltdl and when I try make dist in my
> >>project, I have the
Hello,
I tried with different versions of automake and libtool and I have the
problem. I don't remember to have modified libltdl.
You can find all the files I use in the module satom of the Satom
project of Savannah (https://savannah.nongnu.org/projects/satom/). The
configure.ac file is direct
Hi Thomas,
* Thomas Degris wrote on Tue, Apr 19, 2005 at 04:24:33PM CEST:
>
> I use automake, libtool and libltdl and when I try make dist in my
> project, I have the following error in the libltdl directory:
> make[1]: Entering directory `/local/home/degris/src/satom/satom/libltdl'
> make[1]: *
Hello,
I use automake, libtool and libltdl and when I try make dist in my
project, I have the following error in the libltdl directory:
make[1]: Entering directory `/local/home/degris/src/satom/satom/libltdl'
make[1]: *** No rule to make target `../libtool.m4', needed by
`distdir'. Stop.
make[1]