#24819: autoconf-2.65 build failure -------------------------------------+-------------------------------------- Reporter: paolo.torrielli@… | Owner: ram@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: autoconf -------------------------------------+-------------------------------------- Comment(by ram@…): Odd, I can't reproduce the problem even with your preprocessed build. {{{ [ram@mimir emacs]$ make WARNING: Warnings can be ignored. :-) if test "emacs" != no; then \ set x; \ list='autoconf-mode.el autotest-mode.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@" "$d$p"; shift; \ done; \ shift; \ EMACS="emacs" /bin/sh ../../build-aux/elisp-comp "$@" || exit 1; \ else : ; fi Wrote /Users/ram/Downloads/work/lib/emacs/elc.6942/autoconf-mode.elc Wrote /Users/ram/Downloads/work/lib/emacs/elc.6942/autotest-mode.elc }}} I was hoping that someting on your system was causing the Makefile to be generated incorrectly but that is not the case. Something else is wrong... I'll see if upstream has any ideas. -- Ticket URL: <http://trac.macports.org/ticket/24819#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS