Changeset 2055
- Timestamp:
- 10/11/05 13:54:40 (3 years ago)
- Files:
-
- trunk/support/autoconf.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/support/autoconf.php
r1779 r2055 146 146 add_option_to_configfile('utility_imagemagick_base', "'{$magick_base}/'"); 147 147 } 148 148 //function scan_for_utility($name, $executable, $utilityname, $required = true, $recommended_msg = '') 149 149 scan_for_utility('find', 'find', 'find'); 150 150 scan_for_utility('file', 'file', 'file'); … … 159 159 160 160 scan_for_utility('diff','diff','diff', false, 'diff is needed by the versioning library. You can also use the pear library Text_Diff'); 161 scan_for_utility('rcs', 'rcs', true, 'You need the RCS utilities to have midcom save versions of your objects.');161 scan_for_utility('rcs', 'rcs','rcs', 'You need the RCS utilities to have midcom save versions of your objects.'); 162 162 // Check Memory Limit 163 163 echo "Checking Memory Limit... ";
