Changes between Version 1 and Version 2 of AddingCode
- Timestamp:
- Feb 26, 2010, 12:50:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddingCode
v1 v2 43 43 ... 44 44 }}} 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: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]. Hence, we can modify the she-bang as: 46 46 {{{ 47 47 #! @PERL@ … … 65 65 66 66 67 Note that for python the variable is '''@PYTHON@''' but the procedure remain the same.67 Note that for python the variable is '''@PYTHON@''' but the procedure remains the same. 68 68