X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=configure.ac;h=035405361bbdcfa7001b0839f1b3d31c9f73a77b;hb=6f60fffe47ff83e0077133dcab56c0e77bbcf508;hp=a7cc6517e2ab8fa1ecec32b54278dee79a2cd1a0;hpb=aecd53b9257a5984bb9e8cfed78d11b1e75c6a3d;p=mingw%2Fmingw-dist.git diff --git a/configure.ac b/configure.ac index a7cc651..0354053 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # $Id$ # # Written by Keith Marshall -# Copyright (C) 2010, 2011, MinGW Project +# Copyright (C) 2010, 2011, 2013, MinGW.org Project # # # Configuration script for mingw-dist @@ -22,17 +22,25 @@ # MinGW Project, accept liability for any damages, however caused, # arising from the use of this software. # - AC_INIT([mingw-dist],[1.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. # + m4_include([makeopts.m4]) + MINGW_AC_MAKE_NO_PRINT_DIRECTORY AC_PROG_LN_S # Specify all makefiles which are to be created # 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 ])