commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common setup.py


From: Jason Cater
Subject: gnue-common setup.py
Date: Thu, 18 Sep 2003 23:11:59 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Jason Cater <address@hidden>    03/09/18 23:11:58

Modified files:
        .              : setup.py 

Log message:
        fix for --no-compile

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/setup.py.diff?tr1=1.59&tr2=1.60&r1=text&r2=text

Patches:
Index: gnue-common/setup.py
diff -c gnue-common/setup.py:1.59 gnue-common/setup.py:1.60
*** gnue-common/setup.py:1.59   Thu Sep 18 23:11:42 2003
--- gnue-common/setup.py        Thu Sep 18 23:11:58 2003
***************
*** 153,159 ****
          options.append('install_lib = r"%s"' % sys.prefix)
  
      for key in dict.keys():
-       print dict[key]
        options.append('%s = "%s"' % (key, 
string.replace(str(dict[key][1]),'"','\\"')))
  
      if dict.has_key('prefix') and not dict.has_key('install_prefix'):
--- 153,158 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]