3.1 Configuring your emodule
This step really depends on the purpose of your emodule. So we cut it
really short here. Consider this passage an assortment of useful
tips.
- SXEmacs by default installs its configuration file config.h in
its header directory, $prefix/include/sxemacs/version/ by
default, so you can conditionalise on whatever has been configured by
the user.
- SXEmacs installs all its configure tests (written in m4) into
aclocal’s macro directory, $prefix/share/aclocal/ by default,
so you can basically repeat every single test which facilitates the
scenario where your emodule is configured differently than SXEmacs.