summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-08-31 20:23:18 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-09-02 12:16:26 +0800
commita40ef84d3c78d7ad86d5d6bb4b0d6dc1f6d7236b (patch)
treed35d720f92a8c03258a48c885af03dead4583255 /configure.ac
parentcef07d89849d3f978e6cd73a7a3b7977a032d146 (diff)
downloadsigc++-a40ef84d3c78d7ad86d5d6bb4b0d6dc1f6d7236b.tar.gz
MSVC Builds: Rename MSVC_Net2010/ to MSVC_Net2013/
Since libsigc++ now requires MSVC 2013 to build, the MSVC_Net2010 directory needs to be renamed to MSVC_Net2013, so that people will not be confused on what MSVC version is needed to build libsigc++. Also remove MSVC_Net2005 and MSVC_Net2008 from the distribution, as they are no longer able to build libsigc++. https://bugzilla.gnome.org/show_bug.cgi?id=754082
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 3 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 23dbe7c..88bf968 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,15 +75,9 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
docs/Makefile
docs/reference/Doxyfile
- MSVC_Net2005/sigc.rc
- MSVC_Net2008/sigc.rc
- MSVC_Net2010/sigc.rc])
+ MSVC_Net2013/sigc.rc])
# Copy the generated configuration headers into the MSVC project directories.
-AC_CONFIG_COMMANDS([MSVC_Net2005/sigc++config.h],
- [cp -f sigc++config.h MSVC_Net2005/sigc++config.h])
-AC_CONFIG_COMMANDS([MSVC_Net2008/sigc++config.h],
- [cp -f sigc++config.h MSVC_Net2008/sigc++config.h])
-AC_CONFIG_COMMANDS([MSVC_Net2010/sigc++config.h],
- [cp -f sigc++config.h MSVC_Net2010/sigc++config.h])
+AC_CONFIG_COMMANDS([MSVC_Net2013/sigc++config.h],
+ [cp -f sigc++config.h MSVC_Net2013/sigc++config.h])
AC_OUTPUT