Changeset 12586


Ignore:
Timestamp:
06/29/12 17:58:16 (13 years ago)
Author:
glperez
Message:

Modified automakererun.sh to take advantage of excisting Autools functionality.

Location:
issm/trunk-jpl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/automakererun.sh

    r12159 r12586  
    33#  archive.
    44
     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.
    59
    6  ACLOCAL="$ISSM_DIR/externalpackages/automake/install/bin/aclocal"
     10cd $ISSM_DIR
     11autoreconf -iv -I m4
     12
     13exit 0
     14
     15ACLOCAL="$ISSM_DIR/externalpackages/automake/install/bin/aclocal"
    716AUTOCONF="$ISSM_DIR/externalpackages/autoconf/install/bin/autoconf"
    817AUTOHEAD="$ISSM_DIR/externalpackages/autoconf/install/bin/autoheader"
Note: See TracChangeset for help on using the changeset viewer.