On Sat, 02.11.13 02:11, Djalal Harouni (tix...@opendz.org) wrote: > Hi list, > > I'm doing some systemd testing on clean machines. I'm building from git > tree, and I've noticed that systemd autogen.sh will fail if the > libgcrypt and its headers are missing, this will produce a buggy > configure script.
This is expected that way. If you build from git you need a few additional dependencies. The automatic dependency checks in configure.ac are only used for tarball builds, they are irrelevant for the git builds. Or in other words: if you build from git you need to know what you are doing, you need to install autoconf/automake/libtool and friends first, and a number of other dependencies, and these will not be automatically detected, and that's intended that way. There's not to fix here. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel