Changeset 1002 for trunk/autogen.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/autogen.sh

    r835 r1002  
    4242 
    4343case $automakeversion in 
    44     *1.[4-9]*) 
     44    *1.[4-9].*) 
     45        ;; 
     46    *1.1[0-9].*) 
    4547        ;; 
    4648    *) 
Note: See TracChangeset for help on using the changeset viewer.