i'm experimenting with rebuilding "lftp" from the src rpm file, and i was curious to see the Makefile generated from the configure step in the spec file: %configure --with-modules --disable-static --with-ssl --with-debug i realize that rpmbuild doesn't have an option that lets me stop after the configure step without going on to the actual make. is there something that would be equivalent? i guess i can always just run the configure step manually in the BUILD directory, but it would have been nice to have an option to do the configure without going any farther. or am i just missing the obvious? rday