summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/auctex/auctex-11.92.ebuild')
-rw-r--r--app-emacs/auctex/auctex-11.92.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/auctex/auctex-11.92.ebuild b/app-emacs/auctex/auctex-11.92.ebuild
index 0aebf21be4bf..6838c569831c 100644
--- a/app-emacs/auctex/auctex-11.92.ebuild
+++ b/app-emacs/auctex/auctex-11.92.ebuild
@@ -24,13 +24,13 @@ RDEPEND="${DEPEND}"
TEXMF="/usr/share/texmf-site"
src_configure() {
- econf --with-emacs \
+ econf \
+ --with-emacs \
--with-auto-dir="${EPREFIX}/var/lib/auctex" \
--with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
--with-packagelispdir="${EPREFIX}${SITELISP}/${PN}" \
--with-packagedatadir="${EPREFIX}${SITEETC}/${PN}" \
--with-texmf-dir="${EPREFIX}${TEXMF}" \
- --docdir="${EPREFIX}/usr/share/doc/${PF}" \
--disable-build-dir-test \
$(use_enable preview-latex preview)
}