Changes between Version 1 and Version 2 of AddingCode


Ignore:
Timestamp:
Feb 26, 2010, 12:50:44 PM (15 years ago)
Author:
FrederikHeber
Comment:

typos fixed

Legend:

Unmodified
Added
Removed
Modified
  • AddingCode

    v1 v2  
    4343...
    4444}}}
    45 As the exact location of the python may differ from system to system it makes sense to have this location inserted by autotools. Therefore, we need a variable '''@PERL@''', to be filled by a line of code ''AC_CHECK[perl]'' already placed into [source:molecuilder/configure.ac] that sets a variable '''@PERL@'''. Hence, we can modify the she-bang as:
     45As the exact location of the python may differ from system to system it makes sense to have this location inserted by autotools. Therefore, we need a variable '''@PERL@''', to be filled by a line of code ''AC_CHECK[perl]'' already placed into [source:molecuilder/configure.ac]. Hence, we can modify the she-bang as:
    4646{{{
    4747#! @PERL@
     
    6565
    6666
    67 Note that for python the variable is '''@PYTHON@''' but the procedure remain the same.
     67Note that for python the variable is '''@PYTHON@''' but the procedure remains the same.
    6868