Don't set DESTDIR via configure.
DESTDIR ought to be set via option passed to 'make install'.
This commit is contained in:
parent
4e5449535a
commit
fef5939ab1
4 changed files with 2 additions and 42 deletions
|
|
@ -87,7 +87,7 @@ RMDIR=rmdir
|
|||
|
||||
CHMOD=chmod
|
||||
|
||||
DESTDIR=@DESTDIR@
|
||||
DESTDIR=
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue