autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'
commitac5fc1c57f2a964e1b5480a25b6fd447ab18b9b9
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 19 Jul 2012 07:50:00 +0000 (19 09:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Jul 2012 17:30:26 +0000 (19 10:30 -0700)
tree7e817d60ebce2a6a412561ab00ccf422c609c1cb
parentc8e134a236692a64b44869717abe4080d6243a39
autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append'

This will allow "./config.status --recheck; ./config.status" to work
correctly as a mean of reconfiguring the tree with the same configure
argument used in the previous "./configure" invocation.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac