Skip to content

Commit

Permalink
Merge pull request ceph#6063 from dachary/wip-tar-v7
Browse files Browse the repository at this point in the history
build/ops: make dist needs files with names > 99 characters

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Sep 24, 2015
2 parents 2028ba2 + 396702a commit 6f11b82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ AC_CANONICAL_TARGET
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])

# Automake
AM_INIT_AUTOMAKE
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
AM_PROG_AS


AM_INIT_AUTOMAKE([foreign parallel-tests])
AM_INIT_AUTOMAKE([foreign parallel-tests tar-ustar])
# enable make V=0 (if automake >1.11)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

Expand Down

0 comments on commit 6f11b82

Please sign in to comment.