Changeset 1472 for trunk/configure.ac


Ignore:
Timestamp:
09/05/10 14:25:20 (2 years ago)
Author:
Freddie Akeroyd
Message:

Use ustar rather than tar - allows longer filenames. Refs #230

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1467 r1472  
    5656FCFLAGS="$F90FLAGS $FCFLAGS" # for compatibility with nexus-3.0 
    5757 
    58 AM_INIT_AUTOMAKE([1.6]) 
     58# default is tar-v7 but this only supports paths up to 99 characters 
     59# and the doxygen doc has longer than this. 
     60AM_INIT_AUTOMAKE([1.6 tar-ustar]) 
    5961 
    6062AC_SUBST(NXLTVERSINFO) 
Note: See TracChangeset for help on using the changeset viewer.