]> sjero.net Git - wget/commitdiff
Fix a sanity check by the AC_CONFIG_SRCDIR macro.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 3 May 2010 18:40:23 +0000 (20:40 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 3 May 2010 18:40:23 +0000 (20:40 +0200)
ChangeLog
configure.ac

index f272a98f9a0149409751c508e127b1ff4d75d7d5..45828b344954b0dc10d07dc5eff8b0a53b6f809c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+2010-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * configure.ac: Fix a sanity check by the AC_CONFIG_SRCDIR macro.
+
 2010-05-01  Giuseppe Scrivano  <gscrivano@gnu.org>
 
-       * NEWS: Mention support for HTTP/1.1
+       * NEWS: Mention support for HTTP/1.1.
 
 2009-10-09  Steven Schweda  <sms@antinode.info>
 
index b191b03dd0aa983b3c875c098fe42214e56e01a6..00aabd7784bb19018f51a70a30e7cd69f6c6e265 100644 (file)
@@ -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