autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoreconf failing to add depcomp and compile to the dist


From: Akim Demaille
Subject: Re: autoreconf failing to add depcomp and compile to the dist
Date: Fri, 23 May 2003 08:58:43 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux)

| Hey all,
| calling:
| 
| autoreconf -i
| 
| does install depcomp and compile, but after:
| 
| ./configure
| make dist
| 
| the dist does not contain depcomp or compile, breaking it.
| 
| Running autoreconf twice doesn't help (in case it was similar to the
| older automake problem)
| 
| Going through the:
| 
| libtoolize ; aclocal ; autoheader ; automake -a ; autoconf ;
| ./configure ; make dist
| 
| dance produces a dist that does include depcomp and compile.
| 
| I'm using autoconf 2.57 and automake 1.7.
| 
| What can I do to help track down the problem?

Run autoreconf -fvi, and see its sequence of operations to see what it
missed.  Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]