[Mockpp-commits] mockpp configure.in,1.72,1.73
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-04-03 12:01:47
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5193 Modified Files: configure.in Log Message: create release Index: configure.in =================================================================== RCS file: /cvsroot/mockpp/mockpp/configure.in,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- configure.in 2 Apr 2005 20:45:27 -0000 1.72 +++ configure.in 3 Apr 2005 12:01:36 -0000 1.73 @@ -45,7 +45,7 @@ AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(mockpp, $MOCKPP_VERSION-rc4) +AM_INIT_AUTOMAKE(mockpp, $MOCKPP_VERSION) AC_SUBST(all_includes) AC_SUBST(all_libraries) @@ -385,8 +385,8 @@ [Turn on support for weak template capabilities.]) AH_TEMPLATE([MOCKPP_UNUSED], -[Define to something that supresses compiler warnings about unused variables.\n -MOCKPP_UNUSED(x) (x = x); ]) +[Define to something that supresses compiler warnings about unused variables. +E.g.: MOCKPP_UNUSED(x) (x = x); ]) # ---------------------------------------------------------------------------- |