1.2.2 'make check' on sparc-solaris8
    Will Partain 
    will.partain at verilab.com
       
    Mon Jun  9 11:53:02 CEST 2003
    
    
  
I had to make the change below in order for 'make check' on
1.2.2 to go through cleanly on a sparc-solaris8 machine.
Keep up the good work,
Will
diff -ru1 ../gnupg-1.2.2/checks/defs.inc ./checks/defs.inc
--- ../gnupg-1.2.2/checks/defs.inc	2003-05-01 14:17:46.000000000 +0100
+++ ./checks/defs.inc	2003-06-02 14:58:29.000000000 +0100
@@ -101,5 +101,5 @@
 # Make sure we have a valid option files even with VPATH builds.
-if [ -f ./options]; then
+if [ -f ./options ]; then
   :
-elif [ -f ./gpg.conf]; then
+elif [ -f ./gpg.conf ]; then
   :
    
    
More information about the Gnupg-devel
mailing list