olena-2.0-449-ga744093 configure.ac: Allow tarballs with long filenames.

--- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9f7ffd..f26f566 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-27 Guillaume Lazzara <z@lrde.epita.fr> + + * configure.ac: Allow tarballs with long filenames. + 2013-03-25 Guillaume Lazzara <z@lrde.epita.fr> * configure.ac: Configure scribo/src/contest/hnla-2013 and diff --git a/configure.ac b/configure.ac index 0f809b4..9502b5b 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ AC_CONFIG_FILES([build-aux/Makefile]) # Disable the -Wextra-portability option until developers can all use # Automake 1.11.2 or newer (Debian GNU/Linux 6 ships Automake 1.11.1 # only), at which point we'll use the new AM_PROG_AR macro instead. -AM_INIT_AUTOMAKE([1.11 subdir-objects check-news tar-ustar dist-bzip2 +AM_INIT_AUTOMAKE([1.11 subdir-objects check-news tar-pax dist-bzip2 parallel-tests nostdinc silent-rules -Wall -Wno-extra-portability]) # By default, let "make" hide the compilation command and display a -- 1.7.2.5
participants (1)
-
Guillaume Lazzara