From cf4f603c00bb19dae8263cc19b769c4bc3baec67 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 4 Nov 2003 08:19:59 -0800 Subject: [PATCH] [svn] *** empty log message *** --- configure.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 98c15f7d..097e6387 100644 --- a/configure.in +++ b/configure.in @@ -32,11 +32,6 @@ dnl AC_INIT([src/version.c]) AC_PREREQ(2.57) -AC_CONFIG_HEADERS([src/config.h]) -AH_BOTTOM([ -#include "config-post.h" -]) - dnl dnl What version of Wget are we building? dnl @@ -589,6 +584,10 @@ dnl Create output dnl AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile util/Makefile po/Makefile.in windows/Makefile]) +AC_CONFIG_HEADERS([src/config.h]) +AH_BOTTOM([ +#include "config-post.h" +]) AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) AC_CONFIG_COMMANDS([default], [WGET_PROCESS_PO]) AC_OUTPUT