Error encountered running make:

Loading loadup.el (source)...
Using load-path (/Users/lewang/src/emacs/emacs/lisp /Users/lewang/src/emacs/emacs/lisp/emacs-lisp /Users/lewang/src/emacs/emacs/lisp/language /Users/lewang/src/emacs/emacs/lisp/international /Users/lewang/src/emacs/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Symbol's value as variable is void: macro-declaration-function
make[1]: *** [bootstrap-emacs] Error 1
make: *** [src] Error 2

I'm using Mountain Lion with the latest tree checked out from the git mirror, and all GNU prereqs installed from homebrew.  Steps followed:

    rm **/.gitignore && git clean -fd . && git co . && ./autogen.sh && ./configure --build=i686-apple-darwin --with-ns && make

--
Le