emacs-24.4 で make エラー

Mac OS X 10.9.5 で emacs-24.4 の make がエラーとなり emacs が作れない。Xcode は Version 6.1.1 (6A2008a) を使用。emacsgnu のオリジナルだ。

tar zxf emacs-24.4.tar.gz
cd emacs-24.4
./configure --with-ns --without-x
make

といつもの手順で make すると

dyld: lazy symbol binding failed: Symbol not found: _faccessat
  Referenced from: /Users/lipbalm/tmp/emacs-24.4/src/./temacs
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _faccessat
  Referenced from: /Users/lipbalm/tmp/emacs-24.4/src/./temacs
  Expected in: /usr/lib/libSystem.B.dylib

/bin/sh: line 1: 14939 Trace/BPT trap: 5       ./temacs --batch --load loadup bootstrap
make[1]: *** [bootstrap-emacs] Error 1
make: *** [src] Error 2

とエラーとなってしまう。困った。