[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MAKEFLAGS support required to override prefix at install time
From: |
Matt Kraai |
Subject: |
MAKEFLAGS support required to override prefix at install time |
Date: |
Tue, 21 Apr 2009 09:44:20 -0700 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Howdy,
I'm trying to use Stow on an HP-UX 10.20 system. The Stow manual
recommends specifying one prefix at configure time and then overriding
it at install time. That is,
$ ./configure --prefix=$HOME
...
$ make
...
$ make install prefix=$HOME/stow
...
When I try this, it installs files using the original prefix (i.e.,
$HOME), not the override (i.e., $HOME/stow).
If I enable UNIX95 behavior in the system make (which enables support
for MAKEFLAGS) or use GNU Make, the prefix can be overridden at
install time.
Is there anything Automake could or should do to address this problem?
--
Matt http://ftbfs.org/
- MAKEFLAGS support required to override prefix at install time,
Matt Kraai <=