commit: 2368a1f82ef4dcef2bd107714a5c81257c913b0d
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 10:10:08 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 10:10:08 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2368a1f8
configure: drop --with-extra-path handling
EXTRA_PATH is obsolete for a while.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
configure.ac | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9def5210cd..12b669efb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,18 +97,12 @@ then
PORTAGE_EPREFIX=`${PREFIX_PORTAGE_PYTHON} -c "import os;
print(os.path.normpath('$PORTAGE_EPREFIX'))"`
fi
-AC_ARG_WITH(extra-path,
-AS_HELP_STRING([--with-extra-path],[specify additional PATHs available to the
portage build environment (use with care)]),
-[EXTRA_PATH="$withval"],
-[EXTRA_PATH=""])
-
AC_SUBST(portageuser)
AC_SUBST(portagegroup)
AC_SUBST(rootuser)
AC_SUBST(rootuid)
AC_SUBST(rootgid)
AC_SUBST(PORTAGE_EPREFIX)
-AC_SUBST(EXTRA_PATH)
AC_SUBST(PORTAGE_BASE,['${exec_prefix}/lib/portage'])
AC_SUBST(PORTAGE_RM)