Fix bootstrap on Mac OS X
authorXiyue Deng <manphiz@gmail.com>
Fri, 24 May 2013 20:51:29 +0000 (13:51 -0700)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 26 May 2013 20:20:08 +0000 (06:20 +1000)
commitb09ee0177ce4b220db4e46bf9eea0312535bf15b
treeb87d47ad66d32e53b859fb4d4e4e780ab65357d3
parentb1982fbc5f269dc867a2db67c8d34594ca268a3e
Fix bootstrap on Mac OS X

* Mac OS X has incomplete installations of gettext/iconv. So stop
  checking for gettext command on Darwin, and install some additional m4
  scripts so it can be bootstrapped on Mac OS X.

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
autogen.sh
m4/codeset.m4 [new file with mode: 0644]
m4/iconv.m4 [new file with mode: 0644]
m4/lib-ld.m4 [new file with mode: 0644]
m4/lib-link.m4 [new file with mode: 0644]
m4/lib-prefix.m4 [new file with mode: 0644]