fix exec_prefix for native build

Conflicts:
	acinclude.m4


Origin commit data
------------------
Branch: ni/coolstream
Commit: aeb3ead6a9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-03-10 01:44:21 +01:00
committed by [CST] Focus
parent 2e9fbd20ed
commit f3762c0449

View File

@@ -40,6 +40,10 @@ if test "$TARGET" = "native"; then
prefix=/usr/local
fi
TARGET_PREFIX=$prefix
if test "$exec_prefix" = "NONE"; then
exec_prefix=$prefix
fi
targetprefix=$prefix
elif test "$TARGET" = "cdk"; then
AC_MSG_RESULT(cdk)