- m4 with
--program-prefix=g.
after installation,export M4=/usr/local/bin/gm4.
- autoconf
- automake
- libtool with
--program-prefix=g
after installation,export LIBTOOL=/usr/local/bin/glibtoolexport LIBTOOLIZE=/usr/local/bin/glibtoolize. - pkg-config with
--with-pc-path=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig. - gettext
- libffi
- glib
- freetype
- libpng
- nasm
- libjpeg-turbo
- tiff
- jasper
- libicns
CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.6.sdk -I/usr/local/include"
LDFLAGS="-Wl,-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -L/usr/local/lib"