Joel Granados wrote: > Hey list. > > My `./bootstrap ; ./configure --enable-selinux --enable-device-mapper; make` > was not working properly because of AM_SILENT_RULES in configure.ac. I > visited this issue again today and I found out why. > > In bootstrap.config we check for automake 1.10b. Thing is that that > version of auto make does not have the AM_SILENT_RULES added to it. I > propose we commit that line in the configure.ac for the time being and > bring it in once the next release of automake is done.
Thanks for pointing that out. I've just pushed a patch to make the build-from-git process require 1.10c (which is what you get when building post-1.10b from automake.git) I hope this won't be an issue for long, since automake-1.11 is due out RSN. _______________________________________________ parted-devel mailing list parted-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/parted-devel

