IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2005, 12:49:39 PM (21 years ago)
Author:
desonia
Message:

general autoconf cleanup.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
         1DoxygenLog
        12bin
        23lib
  • trunk/psLib/test/FullUnitTest

    r3115 r3127  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.16 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2005-02-03 00:54:12 $
     21#  $Revision: 1.17 $  $Name: not supported by cvs2svn $
     22#  $Date: 2005-02-04 22:49:37 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    659659        s/$hostname\s*/<HOST>/g;
    660660        s/: Line \d+/: Line <LINENO>/g;
    661         s/\:\d+/\:<LINENO>/g;
     661        s/\(.*\:\d+\)/\(FILE\:LINENO\)/g;
    662662        s/allocate \d+ bytes at/allocate <N> bytes at/g;
    663663
     
    687687        s/$hostname\s*/<HOST>/g;
    688688        s/: Line \d+/: Line <LINENO>/g;
    689         s/\:\d+/\:<LINENO>/g;
     689        s/\(.*\:\d+\)/\(FILE\:LINENO\)/g;
    690690        s/allocate \d+ bytes at/allocate <N> bytes at/g;
    691691
Note: See TracChangeset for help on using the changeset viewer.