From 29e3aa3a2090e7dcfb2413772aaaa7b59021726a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 3 May 2010 20:40:23 +0200 Subject: [PATCH] Fix a sanity check by the AC_CONFIG_SRCDIR macro. --- ChangeLog | 6 +++++- configure.ac | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f272a98f..45828b34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2010-05-03 Giuseppe Scrivano + + * configure.ac: Fix a sanity check by the AC_CONFIG_SRCDIR macro. + 2010-05-01 Giuseppe Scrivano - * NEWS: Mention support for HTTP/1.1 + * NEWS: Mention support for HTTP/1.1. 2009-10-09 Steven Schweda diff --git a/configure.ac b/configure.ac index b191b03d..00aabd77 100644 --- a/configure.ac +++ b/configure.ac @@ -43,6 +43,8 @@ AC_MSG_NOTICE([configuring for GNU Wget $PACKAGE_VERSION]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_SRCDIR([src/wget.h]) + dnl dnl Automake setup dnl -- 2.39.2