See process on Hackage for
more information.
To build this package using Cabal directly from Git, you must run
autoreconf -i before the usual Cabal build steps (cabal {configure,build,install}). The program autoreconf is part of
GNU autoconf. There is no
need to run the configure script: cabal configure will do this for
you.
Some generated files not tracked in the git repository are included in
a source (sdist) distribution, including
include/HsProcessConfig.h.in and configure. Maintainers who are
producing a release of process, for example to upload to Hackage,
should ensure that they run the following to generate fresh files:
git clean -fxd
autoconf -i
(WARNING: git clean -fxd will delete all untracked files in the
repo)