[libxml2] Update Win32 configure.js to search for configure.ac
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Update Win32 configure.js to search for configure.ac
- Date: Tue, 28 Oct 2014 10:14:59 +0000 (UTC)
commit 7580ce0a7f53891de520fed2c0e360266c286da6
Author: Daniel Veillard <veillard redhat com>
Date: Tue Oct 28 18:13:53 2014 +0800
Update Win32 configure.js to search for configure.ac
as configure.in was renamed
win32/configure.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/configure.js b/win32/configure.js
index edd943a..92b9ba0 100644
--- a/win32/configure.js
+++ b/win32/configure.js
@@ -14,7 +14,7 @@ var srcDirUtils = "..";
var baseName = "libxml2";
/* Configure file which contains the version and the output file where
we can store our build configuration. */
-var configFile = srcDirXml + "\\configure.in";
+var configFile = srcDirXml + "\\configure.ac";
var versionFile = ".\\config.msvc";
/* Input and output files regarding the libxml features. */
var optsFileIn = srcDirXml + "\\include\\libxml\\xmlversion.h.in";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]