kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16-epplets.git/commit/?id=9b37aee24760887385276e03330e825a4047c85c
commit 9b37aee24760887385276e03330e825a4047c85c Author: Kim Woelders <k...@woelders.dk> Date: Sat Mar 7 10:26:53 2020 +0100 configure.ac: Drop unnecessary prefix stuff --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 83d44db..c310bf1 100644 --- a/configure.ac +++ b/configure.ac @@ -11,14 +11,6 @@ AC_CONFIG_MACRO_DIR([m4]) 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_CC AC_PROG_CPP --