autoconf
[Top][All Lists]
Advanced

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

AW: prefix


From: Roesner Thomas
Subject: AW: prefix
Date: Thu, 1 Dec 2005 07:40:16 +0100

Dear Baurzhan,

thank you for the replie, "make DESTDIR=`pwd` install" works fine, but i´d like 
to omit the naming of the installpath in all commands. I´d prefer setting it 
within the configure.in or Makefile.am.

Kind Regards
Thomas Roesner

-----Ursprüngliche Nachricht-----
Von: address@hidden [mailto:address@hidden Im Auftrag von Baurzhan Ismagulov
Gesendet: Mittwoch, 30. November 2005 18:14
An: address@hidden
Betreff: Re: prefix

Hello Thomas,

On Tue, Nov 29, 2005 at 01:13:41PM +0100, Roesner Thomas wrote:
> i want to configure my package without setting the --prefix option. By
> default "make install" tries to copy libs and binaries to /usr/lib or
> /usr/bin, but I need the files copied to ./bin and ./lib.
> 
> Can anybody tell me wich variable must be set to `pwd` within the
> configure.in?

I use the following command:

make DESTDIR=`pwd` install

This is useful, e.g., while creating a package. However, this installs
the files into ./usr/bin, etc. Does this suit your needs? I don't know
how to do that from configure.in.

With kind regards,
Baurzhan.


_______________________________________________
Autoconf mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/autoconf




reply via email to

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