Update Win32 configure.js to search for configure.ac

as configure.in was renamed
This commit is contained in:
Daniel Veillard 2014-10-28 18:13:53 +08:00
parent 579410427f
commit 7580ce0a7f

View File

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