Fix a sanity check by the AC_CONFIG_SRCDIR macro.

This commit is contained in:
Giuseppe Scrivano 2010-05-03 20:40:23 +02:00
parent bbd81b91c0
commit 29e3aa3a20
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View 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