/[gnue]/gnue-common/setup.py
ViewVC logotype

Diff of /gnue-common/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by btami, Thu Aug 28 22:11:20 2003 UTC revision 1.59 by jcater, Fri Sep 19 03:11:42 2003 UTC
# Line 153  class my_build_scripts(build_scripts): Line 153  class my_build_scripts(build_scripts):
153          options.append('install_lib = r"%s"' % sys.prefix)          options.append('install_lib = r"%s"' % sys.prefix)
154    
155      for key in dict.keys():      for key in dict.keys():
156        options.append('%s = "%s"' % (key, string.replace(dict[key][1],'"','\\"')))        print dict[key]
157          options.append('%s = "%s"' % (key, string.replace(str(dict[key][1]),'"','\\"')))
158    
159      if dict.has_key('prefix') and not dict.has_key('install_prefix'):      if dict.has_key('prefix') and not dict.has_key('install_prefix'):
160        options.append('install_prefix = prefix')        options.append('install_prefix = prefix')

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26