summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-10-16 13:02:55 +0800
committerDan Nicholson <dbn.lists@gmail.com>2015-10-26 09:16:27 -0700
commit1ed336759fdf3bfbb1f233e5a5c5b611530436ef (patch)
tree4f945e5bf3c525d9839a26d143e64865ab388112 /configure.ac
parent56061ef3efdb74c04a852af1cce44df501438a2b (diff)
downloadpkg-config-1ed336759fdf3bfbb1f233e5a5c5b611530436ef.tar.gz
build: Add a pre-configure config.h template for MSVC builds
This adds a pre-configured config.h(.win32.in) that can be used for builds on Visual Studio, where autotools is normally not available, so that we can build pkg-config on Visual Studio.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index af2172c..fd44b59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -258,5 +258,6 @@ Makefile
pkg.m4
check/Makefile
check/config.sh
+config.h.win32
])
AC_OUTPUT