configure: ensure settings from user are also usable in the script
commite068f4f53b22c64f2058c316d858a892a5e24a6e
authorBen Walton <bwalton@artsci.utoronto.ca>
Thu, 12 Mar 2009 19:20:06 +0000 (12 15:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2009 06:23:38 +0000 (12 23:23 -0700)
tree78158ba243e1e29e1d4a92e7d7d215939ef04562
parent64621462deb307ba784aac82b05010f464c67f8e
configure: ensure settings from user are also usable in the script

Allow things set by the user (--with-lib, --with-iconv, etc) to set
variables for use by other parts of the script.  Display values as
they're set.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac