Ignore:
Timestamp:
09/29/10 18:27:26 (14 years ago)
Author:
Eric.Larour
Message:

Updated all routines to take into account ISSM_DIR AND ISSM_TIER environment variables

File:
1 edited

Legend:

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

    r3364 r6088  
    77rm -rf aclocal.m4
    88echo "Calling alocal"
    9 $ISSM_DIR/devpackages/automake/install/bin/aclocal -I m4
     9$ISSM_TIER/devpackages/automake/install/bin/aclocal -I m4
    1010echo "Calling autoconf"
    11 $ISSM_DIR/devpackages/autoconf/install/bin/autoconf
     11$ISSM_TIER/devpackages/autoconf/install/bin/autoconf
    1212echo "Calling autoheader"
    13 $ISSM_DIR/devpackages/autoconf/install/bin/autoheader
     13$ISSM_TIER/devpackages/autoconf/install/bin/autoheader
    1414echo "Calling automake"
    15 $ISSM_DIR/devpackages/automake/install/bin/automake -a
     15$ISSM_TIER/devpackages/automake/install/bin/automake -a
Note: See TracChangeset for help on using the changeset viewer.