mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Generate the `build_info.c' file under the build directory.
This commit is contained in:
parent
4f16c7754c
commit
5cc1525e65
@ -1,3 +1,9 @@
|
||||
2010-06-10 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* Makefile.am (build_info.c): Generate the `build_info.c' file under
|
||||
the build directory.
|
||||
Patch by: Daniel Stenberg <daniel@haxx.se>.
|
||||
|
||||
2010-06-03 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* http.c (http_loop): Do not send a HEAD request before the GET request
|
||||
|
@ -63,7 +63,7 @@ AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
build_info.c: $(srcdir)/Makefile.am $(srcdir)/build_info.c.in
|
||||
if test -n "$(VPATH)"; then cp "$(srcdir)/build_info.c.in" .; fi
|
||||
$(PERL) "$(top_srcdir)/build-aux/build_info.pl" \
|
||||
"$(abs_builddir)/build_info.c"
|
||||
"$(top_builddir)/src/build_info.c"
|
||||
if test -n "$(VPATH)"; then rm -f build_info.c.in; fi
|
||||
|
||||
ESCAPEQUOTE = sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$$/";/'
|
||||
|
Loading…
Reference in New Issue
Block a user