Andrew Pennebaker wrote: > CONFIGURE_COMMAND "${PROJECT_SOURCE_DIR}/gnulib/gnulib-tool" --dir > "${PROJECT_SOURCE_DIR}/gnulib-prefix/src/gnulib-build" --import openat # && > autoreconf -i && ./configure
I don't know if you intend to make releases with tarballs from your project. But if so, the gnulib-tool and autoreconf steps need to be invoked _before_ generation of the tarball (on the maintainer's machine), and the configure step needs to be invoked _after_ unpacking the tarball (on the target machine). Bruno