aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-19 20:27:36 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-19 20:27:36 +0000
commite49f07f0627dacac164460c2defd8e5ad801435b (patch)
tree7fc1effc74733b3098f810ccd013806cce5b555d /configure.ac
parentdump variable values after we have expanded inline variables (diff)
downloadportage-utils-e49f07f0627dacac164460c2defd8e5ad801435b.tar.gz
portage-utils-e49f07f0627dacac164460c2defd8e5ad801435b.tar.bz2
portage-utils-e49f07f0627dacac164460c2defd8e5ad801435b.zip
rename EPREFIX define to CONFIG_EPREFIX so we can have a local $EPREFIX var
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bf84600..645d04e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ case "$with_eprefix" in
*/) with_eprefix="$with_eprefix" ;;
*) with_eprefix="${with_eprefix}/" ;;
esac
-AC_DEFINE_UNQUOTED([EPREFIX], ["$with_eprefix"], [path for Gentoo/Prefix project])
+AC_DEFINE_UNQUOTED([CONFIG_EPREFIX], ["$with_eprefix"], [path for Gentoo/Prefix project])
AX_CFLAGS_WARN_ALL
AC_DEFUN([PT_CHECK_CFLAG],[AX_CHECK_COMPILER_FLAGS([$1],[CFLAGS="$CFLAGS $1"])])