*** empty log message ***
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
* Mon Dec 20 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.4.1 (mrw)
|
||||
- documentation updated, new groups
|
||||
- WARNING: mrw::min and mrw::max are deprecated
|
||||
* Sat Dec 18 2004 Marc Waeckerlin <marc@waeckerlin.org> - mrw-c++-1.4.0 (mrw)
|
||||
- WARNING: Don't use mrw::Exec and mrw::Pipes from the following
|
||||
releases:
|
||||
|
59
configure.in
59
configure.in
@@ -8,70 +8,13 @@
|
||||
## @copy © Marc Wäckerlin
|
||||
## @license LGPL, see file <a href="license.html">COPYING</a>
|
||||
##
|
||||
## $Log$
|
||||
## Revision 1.20 2004/12/17 16:29:33 marc
|
||||
## *** empty log message ***
|
||||
##
|
||||
## Revision 1.19 2004/12/16 13:10:22 marc
|
||||
## release 1.3.1
|
||||
##
|
||||
## Revision 1.18 2004/12/14 20:22:13 marc
|
||||
## *** empty log message ***
|
||||
##
|
||||
## Revision 1.17 2004/12/08 13:40:34 marc
|
||||
## error in output (trace)
|
||||
##
|
||||
## Revision 1.16 2004/12/08 13:34:14 marc
|
||||
## default: no tracer
|
||||
##
|
||||
## Revision 1.15 2004/11/25 18:33:18 marc
|
||||
## support for function tracing which does not yet work (bug in OpenC++)
|
||||
##
|
||||
## Revision 1.14 2004/10/13 11:19:54 marc
|
||||
## *** empty log message ***
|
||||
##
|
||||
## Revision 1.13 2004/10/11 16:50:50 marc
|
||||
## Version 1.2.0
|
||||
##
|
||||
## Revision 1.12 2004/10/07 16:01:03 marc
|
||||
## new headers missing in installation
|
||||
##
|
||||
## Revision 1.11 2004/10/07 13:41:16 marc
|
||||
## devel in the same spec file
|
||||
##
|
||||
## Revision 1.10 2004/10/07 07:02:30 marc
|
||||
## better naming for major minor and least (one is a keyword)
|
||||
## PEDANTIC is now a AM variable
|
||||
##
|
||||
## Revision 1.9 2004/09/09 20:09:06 marc
|
||||
## library versioning now works how i want it
|
||||
##
|
||||
## Revision 1.8 2004/08/31 16:24:55 marc
|
||||
## no "if [];" but "if test;"!
|
||||
##
|
||||
## Revision 1.7 2004/08/31 16:01:10 marc
|
||||
## no -lbfd for --disable-stacktrace
|
||||
##
|
||||
## Revision 1.6 2004/08/28 16:21:07 marc
|
||||
## mrw-c++-0.92 (mrw)
|
||||
## - new file: version.cpp
|
||||
## - new file header for all sources
|
||||
## - work around warning in mrw::auto<T>
|
||||
## - possibility to compile without log4cxx
|
||||
## - work around bugs in demangle.h and libiberty.h
|
||||
## - corrections in documentation
|
||||
## - added simple tracing mechanism
|
||||
## - more warnings
|
||||
## - small corrections in Auto<>::Free and a new test for it
|
||||
## - possibility to compile without stack trace
|
||||
##
|
||||
|
||||
# init
|
||||
AC_INIT([mrw/mrw.hpp.in])
|
||||
PACKAGENAME=mrw-c++
|
||||
m4_define(x_major, 1)
|
||||
m4_define(x_minor, 4)
|
||||
m4_define(x_least, 0)
|
||||
m4_define(x_least, 1)
|
||||
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])
|
||||
|
||||
# copy M4 to shell
|
||||
|
Reference in New Issue
Block a user