[Kde-cygwin-cvs] CVS: tools/profiler Makefile.am,1.5,1.6
Status: Inactive
Brought to you by:
habacker
From: Ralf H. <hab...@us...> - 2005-10-14 13:44:06
|
Update of /cvsroot/kde-cygwin/tools/profiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5155 Modified Files: Makefile.am Log Message: removed AUTOMAKE_OPTIONS, they does not work in this release under linux Index: Makefile.am =================================================================== RCS file: /cvsroot/kde-cygwin/tools/profiler/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile.am 27 May 2002 22:40:56 -0000 1.5 +++ Makefile.am 14 Oct 2005 13:43:58 -0000 1.6 @@ -1,4 +1,5 @@ -AUTOMAKE_OPTIONS=dist-bzip2 check-news +# does not work +#AUTOMAKE_OPTIONS=dist-bzip2 check-news check_PROGRAMS = testcpp |