Status: Accepted
Owner: [email protected]

New issue 587 by [email protected]: Configure options affect source packaging
http://code.google.com/p/ganeti/issues/detail?id=587

Disabling 'confd' causes the source file 'src/mon-collector.hs' not to
be packaged in the distribution tarball. Ensure that source distribution does not depend on configure options.

./autogen
./configure ...
make dist
tar -tf ganeti-....tgz > t1

./autogen
./configure ... --disable-confd
make dist
tar -tf ganeti-....tgz > t2

diff t1 t2
< ganeti-.../src/mon-collector.hs

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to