summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-12-19 16:18:38 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-12-19 16:21:08 +0800
commit714caf13ec4540aefb3c5b40960331330d72b859 (patch)
tree40a28e0b57775acdea55ff4c05e5f91b2ca4cd9f /configure.ac
parent9c9a73fa7bbf200f414979d194fc8636f060be3f (diff)
downloadsigc++-714caf13ec4540aefb3c5b40960331330d72b859.tar.gz
Visual Studio builds: Rename MSVC_Net2013 to MSVC_Net2017
Since libsigc++-3.0 will require Visual Studio 2017 to build, we ought to rename MSVC_Net2013 to MSVC_Net2017 so that it is clear to people, and let them know that it is the case in README.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7f93290..5cadb91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,9 +82,9 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
docs/Makefile
docs/reference/Doxyfile
- MSVC_Net2013/sigc.rc])
+ MSVC_Net2017/sigc.rc])
# Copy the generated configuration headers into the MSVC project directories.
-AC_CONFIG_COMMANDS([MSVC_Net2013/sigc++config.h],
- [cp -f sigc++config.h MSVC_Net2013/sigc++config.h])
+AC_CONFIG_COMMANDS([MSVC_Net2017/sigc++config.h],
+ [cp -f sigc++config.h MSVC_Net2017/sigc++config.h])
AC_OUTPUT