Re: prefix

2005-11-30 Thread Baurzhan Ismagulov
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 anybod

Re: prefix

2005-11-30 Thread Bob Proulx
Baurzhan Ismagulov wrote: > 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 vari

AW: prefix

2005-11-30 Thread Roesner Thomas
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: [EMAIL PROTECTE