Sample Header Ad - 728x90

What are "distributions" in automake?

1 vote
2 answers
333 views
In a Makefile.am file I saw the following entry:
EXTRA_DIST = bootstrap \
	ChangeLog \
	config/config.rpath \
	m4/ax_pthread.m4 \
	m4/iconv.m4 \
	MacOSX/someheader.h
    [...]
and I wanted to find out what it means, but the documentation doesn't seem to define what "distribution" actually means. It doesn't mean "compiled lib", does it? It's a source code distribution of some sort? (why would anyone need that? We can just use git or zip the root folder?) Hope someone can clarify.
Asked by scrrr (673 rep)
Jan 13, 2022, 09:14 AM
Last activity: Jan 13, 2022, 10:35 AM