Commit 498b9a36 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Update HACKING

parent c609bd89
...@@ -47,17 +47,13 @@ The bootstrap script does the following actions: ...@@ -47,17 +47,13 @@ The bootstrap script does the following actions:
Modules.am file. A module "foo" exists if there is a Modules.am file in Modules.am file. A module "foo" exists if there is a Modules.am file in
the modules/ directory which defines SOURCES_foo. the modules/ directory which defines SOURCES_foo.
- create a top-level Modules.am file (which will be included by Makefile.am)
which contains additional build rules for modules, and includes all the
Modules.am files that were found in modules/
- create an m4/private.m4 from configure.ac, generating m4 macros that will - create an m4/private.m4 from configure.ac, generating m4 macros that will
be needed by configure.ac. be needed by configure.ac.
- create a Makefile.am file for each Modules.am file found in modules/ . - create a Makefile.am file for each Modules.am file found in modules/ .
- run autopoint (previously gettextize) to create an intl/ directory, - run autopoint (previously gettextize) to provide build system support
needed when libgettext is not available. for internationalization.
- run the usual aclocal, autoheader, automake and autoconf, which create - run the usual aclocal, autoheader, automake and autoconf, which create
the various Makefile.in files from the corresponding Makefile.am and the the various Makefile.in files from the corresponding Makefile.am and the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment