Changeset 24068
- Timestamp:
- May 5, 2009, 9:11:48 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 1 deleted
- 3 edited
-
extlibs (modified) (1 prop)
-
extlibs/autoconf-2.63.tar.gz (added)
-
extlibs/automake-1.10.tar.gz (added)
-
extlibs/pkg-config-0.22.tar.gz (deleted)
-
extlibs/pkg-config-0.23.tar.gz (added)
-
psconfig/pschecklibs (modified) (1 diff)
-
psconfig/tagsets/ipp-2.8.libs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/extlibs
- Property svn:ignore
-
old new 12 12 mysql-5.0.51a 13 13 readline-5.2-p12 14 automake-1.10 15 pkg-config-0.22 16 autoconf-2.63 17 libtool-2.2.6
-
- Property svn:ignore
-
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 } -
trunk/psconfig/tagsets/ipp-2.8.libs
r22743 r24068 18 18 # make install options 19 19 20 21 # Build tools 22 bin autoconf NONE NONE autoconf-2.63.tar.gz autoconf-2.63 N NONE NONE NONE 23 bin automake NONE NONE autoconf-1.10.tar.gz automake-1.10 N NONE NONE NONE 24 bin libtool NONE NONE libtool-2.2.6a.tar.gz libtool-2.2.6 N NONE NONE NONE 25 bin pkg-config NONE NONE pkg-config-0.23.tar.gz pkg-config-0.23 N NONE NONE NONE 26 20 27 lib libm NONE NONE NONE NONE N NONE NONE NONE 21 28 lib libX11 NONE NONE NONE NONE N NONE NONE NONE … … 34 41 # paul claims we are not currently using double-point FFTs anywhere 35 42 36 bin pkg-config NONE NONE pkg-config-0.22.tar.gz pkg-config-0.22 N NONE NONE NONE37 43 38 44 inc X11/Xatom.h NONE NONE NONE NONE N NONE NONE NONE
Note:
See TracChangeset
for help on using the changeset viewer.
