autoconf
[Top][All Lists]
Advanced

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

Re: CVS autoconf, config.{sub,guess}, and "make install"


From: Peter Eisentraut
Subject: Re: CVS autoconf, config.{sub,guess}, and "make install"
Date: Fri, 15 Dec 2000 17:31:53 +0100 (CET)

Harlan Stenn writes:

> The current CVS autoconf does not "make install" properly if builddir !=
> srcdir.
>
> The following fragment is from man/Makefile:
>
>  ...
>  # Independent from this package.
>  config.guess.1: $(srcdir)/config.guess.x  $(top_srcdir)/config.guess
>  config.sub.1:   $(srcdir)/config.sub.x    $(top_srcdir)/config.sub
>
>  .x.1:
>         @if test -f $(top_builddir)/$*; then \

It might be worth pointing out that this fragment will fail on BSD makes
in the same way that the '.sh: configure.in' dependency fails, as
currently discussed in another thread.

-- 
Peter Eisentraut      address@hidden       http://yi.org/peter-e/




reply via email to

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