OSDN Git Service

Rationalise implementation and usage of --all-related option.
[mingw/mingw-get.git] / configure.ac
index 239c593..19c2243 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 #
 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2009, 2010, MinGW Project
+# Copyright (C) 2009, 2010, 2011, MinGW Project
 #
 #
 # Configuration script for mingw-get
 # MinGW Project, accept liability for any damages, however caused,
 # arising from the use of this software.
 #
-  AC_INIT([mingw-get],[0.1-alpha-5],[http://mingw.org/reporting_bugs])
+  AC_INIT([mingw-get],[0.4-alpha-1.1cvs],[http://mingw.org/Reporting_Bugs])
 
   AC_SUBST([COPYRIGHT_HOLDER],["MinGW Project"])
-  AC_SUBST([YEARS_OF_ISSUE],["2009, 2010"])
+  AC_SUBST([YEARS_OF_ISSUE],["2009, 2010, 2011"])
 
 # Override the normal UNIX-centric autoconf default prefix;
 # substitute the MinGW standard in its place.
 #
   AC_CHECK_TOOL([STRIP],[strip],[strip])
 
+# Identify features to be traced to facilitate debugging; make
+# it precious, to avoid introducing accidental inconsistencies.
+#
+  AC_ARG_VAR([DEBUGLEVEL],[tracing flags to facilitate debugging])
+  AC_SUBST([DEBUGLEVEL],[${DEBUGLEVEL-0}])
+
 # Establish the product version banner, and create a makefile
 #
   AC_CONFIG_FILES([version.c Makefile])