From 5cc1525e65a41bf1a7dcd82f3ebe8920e98c9d55 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 10 Jun 2010 10:03:17 +0200 Subject: [PATCH] Generate the `build_info.c' file under the build directory. --- src/ChangeLog | 6 ++++++ src/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index edf95139..ab421139 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-06-10 Giuseppe Scrivano + + * Makefile.am (build_info.c): Generate the `build_info.c' file under + the build directory. + Patch by: Daniel Stenberg . + 2010-06-03 Giuseppe Scrivano * http.c (http_loop): Do not send a HEAD request before the GET request diff --git a/src/Makefile.am b/src/Makefile.am index a254f8a8..0dd0c293 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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/\\";$$/";/' -- 2.39.2