[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdecore/kconfig_compiler/tests
From:       Frerich Raabe <raabe () kde ! org>
Date:       2004-03-30 17:03:16
Message-ID: 20040330170316.2434299DB () office ! kde ! org
[Download RAW message or body]

CVS commit by raabe: 

- On non-GNU-based systems, md5sum is apparently called gmd5sum => don't
  hardcode 'md5sum' in Makefile.am, but use a configure-time check for it.


  A            configure.in.in   1.1
  M +2 -2      Makefile.am   1.8


--- kdelibs/kdecore/kconfig_compiler/tests/Makefile.am  #1.7:1.8
@@ -50,7 +50,7 @@
 
 md5sums:
-        md5sum $(srcdir)/test*.ref | sed -e "s,$(srcdir)/,,; s,\.ref$$,," > md5sums
+        $(MD5SUM) $(srcdir)/test*.ref | sed -e "s,$(srcdir)/,,; s,\.ref$$,," > md5sums
 
 md5check: test1.cpp test2.cpp test3.cpp test4.cpp md5sums
-        md5sum --check md5sums
+        $(MD5SUM) --check md5sums
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic