Changeset 12586
- Timestamp:
- 06/29/12 17:58:16 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/automakererun.sh
r12159 r12586 3 3 # archive. 4 4 5 # As it turns out, the autoreconf script provided by Autotools 6 # encompasses the functionality of this script. As such, the 7 # following two lines will replace the remainder of the script. 8 # If all goes well, then the script will be shortened in the future. 5 9 6 ACLOCAL="$ISSM_DIR/externalpackages/automake/install/bin/aclocal" 10 cd $ISSM_DIR 11 autoreconf -iv -I m4 12 13 exit 0 14 15 ACLOCAL="$ISSM_DIR/externalpackages/automake/install/bin/aclocal" 7 16 AUTOCONF="$ISSM_DIR/externalpackages/autoconf/install/bin/autoconf" 8 17 AUTOHEAD="$ISSM_DIR/externalpackages/autoconf/install/bin/autoheader"
Note:
See TracChangeset
for help on using the changeset viewer.