Le 26/08/2014 14:00, Kornel Benko a écrit :
Would be good to compare with output of cmake's
# make package_source
with autotools
# make dist
I've done it, this are the relevant differences:
# diff <sorted cmake files list> <sorted autotools files list>
There are some files *not* belonging (but included) to autotools.dist.
They are created while the configure script from autotools was running.
Like:
aclocal.m4
boost/Makefile.in
...
THese files are generated by autoconf and automake. They belong to the
dist since, contrary to cmake, autotolls do not require any special
program on the user side.
Others are missing in autotools.dist, like
boost/libs/signals/CMakeLists.txt
boost/libs/signals/signals.vcproj
...
MANY DIFFERENCES ... I fear, that is not done in few minutes.
What is the status now?
JMarc