Changeset 1002 for trunk/autoversion.sh


Ignore:
Timestamp:
01/07/08 16:47:30 (4 years ago)
Author:
Freddie Akeroyd
Message:
  • Fix for automake-1.10
  • nxs.py is now editied during the install process to contain the correct path to the NeXus library

Refs #101

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoversion.sh

    r351 r1002  
    11#!/bin/sh 
    22 
    3 for automake in automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5 automake-1.4 automake ; do 
     3for automake in automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5 automake-1.4 automake ; do 
    44        AUTOMAKE=`which $automake 2>/dev/null |  grep -v '^no'` 
    55        if test "$AUTOMAKE" ; then 
Note: See TracChangeset for help on using the changeset viewer.