On Wednesday, January 15, 2003, at 02:00 PM, John Shireley wrote:
Well, that's kind of odd. I have a test machine next to my production
machine (each has same config). When I run the ./configure like this:
./configure --enable-roaming-users=y --enable-logging=v
--enable-passwd=y --enable-default-domain=mydomain.com
..its cool. Then I type:
make distclean
..it seems to completely eliminate the Makefile, so then I can't run
make or make install. Is that supposed to be like that?
Sorry, I should have been clearer:
make distclean ; ./configure [options] ; make ; make install-strip
distclean *will* clear out your configuration. That's the idea.
Regards,
Bill
P.S. No need to cc me, I'm on the list too.