99
edits
(→Building Fennec and Xulrunner: taken from 'Mozilla_Source_Code_(Mercurial)' to fix suggested usage of autoconf (see bug 433786)) |
|||
| Line 32: | Line 32: | ||
ac_add_app_options mobile --enable-application=mobile | ac_add_app_options mobile --enable-application=mobile | ||
ac_add_app_options mobile --with-libxul-sdk=../xulrunner/dist | ac_add_app_options mobile --with-libxul-sdk=../xulrunner/dist | ||
# configure will be automatically generated using the 'autoconf-2.13' | |||
# command. If autoconf-2.13 isn't the right name for your system, as | |||
# is the case on OS X using MacPorts, use the real command name as | |||
# demonstrated below. | |||
mk_add_options xulrunner AUTOCONF=autoconf213 | |||
mk_add_options mobile AUTOCONF=autoconf213 | |||
</pre> | </pre> | ||
edits