I finally got sick of configure being run automaticaly when I run make
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Mar 2000 00:34:15 +0000 (00:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 30 Mar 2000 00:34:15 +0000 (00:34 +0000)
commit3daa0cf86f72818209c8a5c97a54eeb735750f43
treea0a07baeec0f2d09ffece5345640c60c7a75e7f7
parent332013e09efadabcf31c01852690960bf614abd7
I finally got sick of configure being run automaticaly when I run make
clean or in other situations. That then screws up options I pass to
configure and is generally annoying.

Instead the Makefile now emits a warning if configure needs
rerunning, but doesn't actually run it.

don't re-enable the auto running of configure on pain of death :)
(This used to be commit ea769a280fa85b09463f6bb6e5fc9eaba5641a62)
source3/Makefile.in