configure.ac: Drop unnecessary prefix stuff

This commit is contained in:
Kim Woelders 2020-03-07 10:27:29 +01:00
parent 503f602fe7
commit 75806437b9
1 changed files with 0 additions and 8 deletions

View File

@ -8,14 +8,6 @@ AM_INIT_AUTOMAKE([foreign])
AC_SUBST(E_RPM_REVISION, [rpm_revision])
dnl reasonable guesses for where stuff is installed
if test "x$prefix" = "xNONE"; then
prefix=$ac_default_prefix
fi
if test "x$exec_prefix" = "xNONE"; then
exec_prefix=$prefix
fi
AC_PROG_INSTALL
THEMES="BlueSteel BrushedMetal-Tigert Ganymede ShinyMetal"