OSDN Git Service

Publish GCC-8.2.0 package set on OSDN.net
[mingw/mingw-dist.git] / configure.ac
index a0c9072..0354053 100644 (file)
 # MinGW Project, accept liability for any damages, however caused,
 # arising from the use of this software.
 #
-  AC_INIT([mingw-dist],[2.1],[http://mingw.org/reporting_bugs])
+  m4_include([VERSION.m4])
+  AC_INIT([mingw-dist],__VERSION__,[http://mingw.org/reporting_bugs])
+
+# Specify a default (invalid) user name, for authentication to FRS.
+#
+  : ${FRS_USERNAME="anonymous"}
+  AC_ARG_VAR([FRS_USERNAME],[user name for FRS authentication [anonymous]])
 
 # Check for required tools.
 #