OSDN Git Service

Redirect GMP package download requests to OSDN.net
[mingw/mingw-dist.git] / configure.ac
index d94d46c..0354053 100644 (file)
 # MinGW Project, accept liability for any damages, however caused,
 # arising from the use of this software.
 #
-  AC_INIT([mingw-dist],[2.0],[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.
 #
@@ -34,7 +40,7 @@
 #
   AC_CONFIG_FILES([Makefile])
   AC_CONFIG_FILES([Makefile.comm])
-  AC_FOREACH([subdir],[common mingw32 msys],
+  AC_FOREACH([subdir],[common contrib mingw32 msys],
   [AC_CONFIG_FILES(subdir[/Makefile:Makefile.stub.in])dnl
    mingw_ac_subdirs=${mingw_ac_subdirs+"${mingw_ac_subdirs} "}"subdir"dnl
   ])