use AC_CONFIG_FILES to avoid outputting files over and over
authorMike Frysinger <vapier@gentoo.org>
Sun, 20 Dec 2009 14:09:59 +0000 (09:09 -0500)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 21 Dec 2009 08:44:58 +0000 (09:44 +0100)
commitf938267227623562711c0847166ef7e4eb9bb6b0
tree30f8568a6bfcf3556b0cf9412577ce44404e8a4e
parent8e527547a8df7264bbaba4644d93ac132473d321
use AC_CONFIG_FILES to avoid outputting files over and over

The current configure ends up generating a lot of common files multiple
times because it calls AC_OUTPUT multiplte times.  The right way to do
this is call AC_CONFIG_FILES multiple times and AC_OUTPUT once.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
configure.in