Don't set DESTDIR via configure.

DESTDIR ought to be set via option passed to 'make install'.
This commit is contained in:
John "Elwin" Edwards 2013-08-26 19:58:44 -07:00
parent 4e5449535a
commit fef5939ab1
4 changed files with 2 additions and 42 deletions

View file

@ -87,7 +87,7 @@ RMDIR=rmdir
CHMOD=chmod
DESTDIR=@DESTDIR@
DESTDIR=
prefix=@prefix@
exec_prefix=@exec_prefix@