On 06 Jul 2004 00:29:39 +1000, Scott Smedley wrote:
> 
> > Out of tree builds should work. If not, then it is a bug.
> > 
> > For example, this should work:
> > 
> >   cd /nfs/cvs/fvwm
> >   aclocal
> >   autoheader
> >   automake -a
> >   autoconf
> > 
> >   cd /build/mysystem
> >   /nfs/cvs/fvwm/configure [params]
> >   make
> >   make install
> > 
> > Just tried this on the fresh cvs checkout, works perfectly without
> > writing anything system dependent to the checkout directory.
> 
> automake creates a bunch of system-dependent soft-links:
> 
> depcomp -> /usr/share/automake-1.7/depcomp*
> install-sh -> /usr/share/automake-1.7/install-sh*
> missing -> /usr/share/automake-1.7/missing*
> mkinstalldirs -> /usr/share/automake-1.7/mkinstalldirs*
> 
> When I ./configure on another machine those links are broken.

If the file systems on these machines are not identical then run
"automake --add-missing --copy", not "automake -a".

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to