Changeset 3364


Ignore:
Timestamp:
04/01/10 09:16:35 (15 years ago)
Author:
Mathieu Morlighem
Message:

use ISSMDIR devpackages by default

File:
1 edited

Legend:

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

    r1610 r3364  
    33#  archive.
    44
     5echo "removing config.cach"
    56rm -rf config.cach
    6 aclocal -I m4
    7 autoconf
    8 autoheader
    9 automake -a
     7rm -rf aclocal.m4
     8echo "Calling alocal"
     9$ISSM_DIR/devpackages/automake/install/bin/aclocal -I m4
     10echo "Calling autoconf"
     11$ISSM_DIR/devpackages/autoconf/install/bin/autoconf
     12echo "Calling autoheader"
     13$ISSM_DIR/devpackages/autoconf/install/bin/autoheader
     14echo "Calling automake"
     15$ISSM_DIR/devpackages/automake/install/bin/automake -a
Note: See TracChangeset for help on using the changeset viewer.