Opened 13 years ago

Last modified 12 years ago

#32137 closed defect

auctex emacs_app variant auto-dir — at Initial Version

Reported by: vishketan@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: auctex

Description

In the auctex port we have

configure.args --with-lispdir=${prefix}/share/emacs/site-lisp \

--with-auto-dir=${prefix}/share/emacs/site-lisp/auctex/auto

but when variant emacs_app is selected the --with-lispdir is overwritten with

configure.args-append --with-lispdir=/Applications/MacPorts/Emacs.app/Contents/Resources/lisp

but the --with-auto-dir is left intact and therefore the installation creates a spurious

${prefix}/share/emacs/site-lisp/auctex/auto

directory. For sake of consistency we need a

configure.args-append --with-autodir=/Applications/MacPorts/Emacs.app/Contents/Resources/lisp/auctex/auto

Change History (0)

Note: See TracTickets for help on using tickets.