OSDN Git Service

Adjust repository version following WSL-5.2.2 release.
[mingw/mingw-org-wsl.git] / mingwrt / configure.ac
index d7c84f2..117b3e4 100644 (file)
@@ -6,7 +6,7 @@
 # $Id$
 #
 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2014-2016, MinGW.org Project
+# Copyright (C) 2014-2017, MinGW.org Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
 # and/or sell copies of the Software, and to permit persons to whom the
 # Software is furnished to do so, subject to the following conditions:
-# 
+#
 # The above copyright notice and this permission notice (including the next
 # paragraph) shall be included in all copies or substantial portions of the
 # Software.
-# 
+#
 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -29,7 +29,9 @@
 # DEALINGS IN THE SOFTWARE.
 #
   AC_PREREQ([2.64])
-  AC_INIT([MinGW C Runtime],[3.22.2],[http://mingw.org/Reporting_Bugs],[mingwrt])
+  AC_INIT([MinGW C Runtime],[__VERSION__],[__BUG_REPORT_URL__],[mingwrt])
+
+  MINGW_AC_ENUMERATE_DLLVERSION_SPECS
 
   AC_PREFIX_DEFAULT([/mingw])
   AC_CONFIG_SRCDIR([include/_mingw.h.in])
 
   AC_PROG_INSTALL
   AC_PROG_MKDIR_P
+  AC_PROG_LN_S
+
+  AC_CONFIG_TESTDIR([tests])
+  AC_CONFIG_FILES([tests/testsuite.at.tmp:tests/testsuite.at.in])
+  AC_CHECK_PROG([AUTOTEST_COMPILE],[autom4te],[command],[missing])
+  AC_CONFIG_FILES([tests/atlocal tests/Makefile])
+  AC_PROG_CXX
 
   MINGW_AC_MAKE_COMMAND_GOALS
   AC_CONFIG_FILES([Makefile])