bug-autoconf
[Top][All Lists]
Advanced

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

Re: srcdir detection (was: Re: gettext 0.14.5 compile issue)


From: Bruno Haible
Subject: Re: srcdir detection (was: Re: gettext 0.14.5 compile issue)
Date: Thu, 4 Aug 2005 14:16:37 +0200
User-agent: KMail/1.5

Stepan Kasal wrote:
> > There are two ways for a user to arrive at the situation where $srcdir
> > is the current directory but not ".":
> >   1)   ./configure --srcdir=`pwd`
> >   2)   `pwd`/configure
> >
> > Your patch addresses only the second one.
>
> that was my intention.  If you give --srcdir explicitely, you are
> on your own.

That doesn't match what the INSTALL file says:

   "You can compile the package for more than one kind of computer at the
    same time, by placing the object files for each architecture in their
    own directory.  To do this, you must use a version of `make' that
    supports the `VPATH' variable, such as GNU `make'."

That text makes it clear that a user can expect to need GNU make if
he uses a different directory. Not if he specifies the --srcdir option.
And "configure --help" doesn't say that --srcdir forces use of GNU make
either.

Bruno





reply via email to

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