I'm using libtool 1.5.24 with libltdl as a convenience library in subdir
./libltdl.
I followed the instructions here:
http://www.gnu.org/software/libtool/manual.html#Distributing-libltdl
The problem is that make targets 'dist' and 'distcheck' yield the error:
make: *** No rule to make target
* Benoit SIGOURE <[EMAIL PROTECTED]> [2007-08-23 09:40:50 +0200]:
> On Aug 23, 2007, at 6:07 AM, Philip Kovacs wrote:
>
>> My autogen.sh looks like this:
>>
>> echo Running $ACLOCAL ... && $ACLOCAL -I m4
>> echo Running $LIBTOOLIZE --ltdl --force
* Bob Friesenhahn <[EMAIL PROTECTED]> [2007-08-22 23:47:38 -0500]:
> On Thu, 23 Aug 2007, Philip Kovacs wrote:
>
>> I'm using libtool 1.5.24 with libltdl as a convenience library in subdir
>> ./libltdl.
>>
>> I followed the instructions here:
>>
>
* Ralf Wildenhues <[EMAIL PROTECTED]> [2007-08-23 20:27:43 +0200]:
> Say, Philip, could you post complete output of 'make dist' so we can see
> whether the failure is actually in libltdl, or rather your package? It
> can happen if either one was treated with an older Automake. Anyway
> there was