Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
m4-common
Commits
b59df44b
Commit
b59df44b
authored
Feb 20, 2015
by
Allison Karlitskaya
Browse files
add README
Document what this is, and how people ought to make use of it.
parent
94c18240
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
0 → 100644
View file @
b59df44b
m4-common is a module to help with the installation of a subset of the
macros from autoconf-archive. Its primary purpose is to be installed
early on, during a jhbuild.
Macros can be added to the list to be installed when things in the jhbuild
moduleset depend on them.
This module will never be released as a tarball, so users of these
macros are expected to ensure that they include copies of them within
their own tarball releases.
This can be accomplished by ensuring that this line is in your
configure.ac:
AC_CONFIG_MACRO_DIR([m4])
and by placing this in your toplevel Makefile.am:
ACLOCAL_AMFLAGS = --install -I m4
This will cause the macros to be copied into your m4/ directory at autoreconf
time. From there, they will be automatically disted.
Eventually, 'aclocal --install' will be automatically run[1] as part of
'autoreconf -i', and the need for the ACLOCAL_AMFLAGS line will be removed, but
this is not supported in the latest released version of autoconf (2.69).
[1] http://lists.gnu.org/archive/html/autoconf-patches/2012-09/msg00006.html
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment