From: <mk...@so...> - 2004-05-17 07:15:05
|
Author: mkrose Date: 2004-05-17 00:14:59 -0700 (Mon, 17 May 2004) New Revision: 707 Modified: trunk/CSP/CSPSim/acinclude.m4 trunk/CSP/CSPSim/config.h.in trunk/CSP/CSPSim/configure.in Log: this is a test of changelist management under subversion. second line of the description. last line. Modified: trunk/CSP/CSPSim/acinclude.m4 =================================================================== --- trunk/CSP/CSPSim/acinclude.m4 2004-04-17 10:45:48 UTC (rev 706) +++ trunk/CSP/CSPSim/acinclude.m4 2004-05-17 07:14:59 UTC (rev 707) @@ -6,8 +6,8 @@ dnl how to fix them, please do so and commit the changes to CVS. Thanks! dnl dnl -OS +dnl - m4_pushdef([UP], m4_translit([$1], [a-z], [A-Z]))dnl m4_pushdef([DOWN], m4_translit([$1], [A-Z], [a-z]))dnl m4_pushdef([LDOWN], ac_path_lib_[]DOWN)dnl Modified: trunk/CSP/CSPSim/config.h.in =================================================================== --- trunk/CSP/CSPSim/config.h.in 2004-04-17 10:45:48 UTC (rev 706) +++ trunk/CSP/CSPSim/config.h.in 2004-05-17 07:14:59 UTC (rev 707) @@ -95,3 +95,4 @@ /* Version number of package */ #undef VERSION + Modified: trunk/CSP/CSPSim/configure.in =================================================================== --- trunk/CSP/CSPSim/configure.in 2004-04-17 10:45:48 UTC (rev 706) +++ trunk/CSP/CSPSim/configure.in 2004-05-17 07:14:59 UTC (rev 707) @@ -6,6 +6,7 @@ dnl how to fix them, please do so and commit the changes to CVS. Thanks! dnl dnl -OS +dnl AC_PREREQ(2.57) |