Changeset 1472
- Timestamp:
- 09/05/10 14:25:20 (21 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
autoversion.sh (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoversion.sh
r1004 r1472 1 1 #!/bin/sh 2 2 3 for automake in automake-1.1 0 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5 automake-1.4 automake ; do3 for automake in automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5 automake-1.4 automake ; do 4 4 AUTOMAKE=`which $automake 2>/dev/null | grep -v '^no'` 5 5 if test "$AUTOMAKE" ; then -
trunk/configure.ac
r1467 r1472 56 56 FCFLAGS="$F90FLAGS $FCFLAGS" # for compatibility with nexus-3.0 57 57 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. 60 AM_INIT_AUTOMAKE([1.6 tar-ustar]) 59 61 60 62 AC_SUBST(NXLTVERSINFO)
Note: See TracChangeset
for help on using the changeset viewer.
