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

Re: Re: Makefile.in



On Sun, 8 Jul 2001 12:51:31 -0400, mdanish@andrew.cmu.edu wrote:
> Use the --prefix=/usr option to ./configure
> 
> Then when running 'make install' do this instead:
> 'make install prefix=/path/to/temporary/directory'
>
On Sun, 8 Jul 2001 13:08:57 -0400, Steve M. Robbins <steven.robbins@videotron.ca>  wrote:
>
> Also, set --mandir=/usr/share/man and --infodir=/usr/share/info, if
> applicable.  And if you're installing things in /etc, set
> --sysconfdir=/etc.
> 
> 
> In general: don't be afraid to run ./configure --help nor to read
> the INSTALL file!

i'm sorry, i forgot to say i don't want to install it but to make a package :)

will changing the "prefix = @prefix@" line to "prefix = /usr" do?

--------------------------Makefile.in
SHELL = @SHELL@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include
-------------------------------

thanks,


--
Robert Millan                Debian GNU (Hurd) user
zeratul2 wanadoo es    http://getyouriso.org/



Reply to: