Changeset 11456
- Timestamp:
- 02/16/12 15:01:53 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/autoconf/install.sh
r11101 r11456 2 2 3 3 #Some cleanup 4 rm -rf install autoconf-2.6 3src4 rm -rf install autoconf-2.68 src 5 5 6 6 #Create install directories … … 8 8 9 9 #Untar 10 tar -zxvf autoconf-2.6 3.tar.gz10 tar -zxvf autoconf-2.68.tar.gz 11 11 12 12 #Move autoconf into src directory 13 mv autoconf-2.6 3src13 mv autoconf-2.68 src 14 14 15 15 #Compile autoconf -
issm/trunk-jpl/externalpackages/automake/install.sh
r11101 r11456 2 2 3 3 #Some cleanup 4 rm -rf install automake-1.1 0.2src4 rm -rf install automake-1.11.3 src 5 5 6 6 #Create install directories … … 8 8 9 9 #Untar 10 tar -zxvf automake-1.1 0.2.tar.gz11 mv automake-1.1 0.2src10 tar -zxvf automake-1.11.3.tar.gz 11 mv automake-1.11.3 src 12 12 13 13 #Compile automake
Note:
See TracChangeset
for help on using the changeset viewer.