Changeset 24068 for trunk/psconfig/pschecklibs
- Timestamp:
- May 5, 2009, 9:11:48 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pschecklibs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pschecklibs
r23155 r24068 25 25 if ($ARGV[0] eq "-force") { 26 26 if (@ARGV < 2) { die "-force must be coupled to a library name\n"; } 27 $force{lc($ARGV[1])} = 1; 27 if (lc($ARGV[1]) eq 'build') { 28 $force{'autoconf'} = 1; 29 $force{'automake'} = 1; 30 $force{'libtool'} = 1; 31 $force{'pkg-config'} = 1; 32 } else { 33 $force{lc($ARGV[1])} = 1; 34 } 28 35 shift; shift; next; 29 36 }
Note:
See TracChangeset
for help on using the changeset viewer.
