some changes to the autoconf support
commit811fe3b174b9d7c57966491ab867637b82fff607
authorAndrew Tridgell <tridge@samba.org>
Thu, 24 Sep 1998 01:12:43 +0000 (24 01:12 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 24 Sep 1998 01:12:43 +0000 (24 01:12 +0000)
tree1c068493b1fc1b9cdab6d6e9094b432d08d53496
parent29201d4b9b52652c7a992d0f6b677a09b4c33912
some changes to the autoconf support

- added config.cache to "make clean". We get two many bug reports from
  people builing on multiple architectures who don't remove config.cache
  between compiles. Hopefully a future version of autoconf will do
  this automatically

- removed the targets that run autoconf and autoheader. There is far
  too great a risk of a enduser getting a error "autoheader not found"
  if the date on a file is changed. Samba developers will have to run
  autoconf and autoheader manually (as before)
source/Makefile.in