Skip to content

Commit

Permalink
Use ustar rather than tar - allows longer filenames. Refs #230
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.nexusformat.org/code/trunk@1472 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
  • Loading branch information
FreddieAkeroyd authored and Freddie Akeroyd committed May 9, 2010
1 parent 15f9c52 commit b82d70d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoversion.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

for 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
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
AUTOMAKE=`which $automake 2>/dev/null | grep -v '^no'`
if test "$AUTOMAKE" ; then
break;
Expand Down
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ fi

FCFLAGS="$F90FLAGS $FCFLAGS" # for compatibility with nexus-3.0

AM_INIT_AUTOMAKE([1.6])
# default is tar-v7 but this only supports paths up to 99 characters
# and the doxygen doc has longer than this.
AM_INIT_AUTOMAKE([1.6 tar-ustar])

AC_SUBST(NXLTVERSINFO)

Expand Down

0 comments on commit b82d70d

Please sign in to comment.