public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect-php:master commit in: /
Date: Wed, 22 Jan 2020 15:00:07 +0000 (UTC)	[thread overview]
Message-ID: <1579705172.9069823300165d28fb1253e7d516d08c122aacdb.mjo@gentoo> (raw)

commit:     9069823300165d28fb1253e7d516d08c122aacdb
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 01:05:36 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 14:59:32 2020 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=90698233

configure.ac: use "ustar" format for the release tarballs.

The default tar format used by autotools is the historical v7 format,
which sucks. Let's use the improved "ustar" format instead. The
automake documentation has more information if this is the sort of
thing that interests you.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 715e7e2..bebbeca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT([eselect-php], [0.9.5])
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar])
 
 AC_PROG_LN_S
 AC_PROG_MKDIR_P


             reply	other threads:[~2020-01-22 15:00 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-22 15:00 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-05 20:13 [gentoo-commits] proj/eselect-php:master commit in: / Michael Orlitzky
2023-07-26 22:55 Michael Orlitzky
2021-10-25 15:17 Brian Evans
2021-08-17 12:06 Michael Orlitzky
2020-12-08  2:24 Brian Evans
2020-01-23 15:06 Michael Orlitzky
2020-01-23 15:06 Michael Orlitzky
2020-01-22 15:00 Michael Orlitzky
2020-01-22 15:00 Michael Orlitzky
2018-04-13 17:46 Michael Orlitzky
2017-07-26 15:55 Michael Orlitzky
2017-07-26  0:21 Michael Orlitzky
2017-07-26  0:05 Michael Orlitzky
2017-07-26  0:05 Michael Orlitzky
2017-07-25 23:21 Michael Orlitzky
2017-07-19 14:11 Michael Orlitzky
2017-07-11 13:56 Brian Evans
2016-07-26 21:37 Michael Orlitzky
2016-01-22 20:53 Michael Orlitzky
2016-01-22 19:59 Michael Orlitzky
2016-01-22 19:59 Michael Orlitzky
2016-01-22 19:42 Michael Orlitzky
2016-01-09 17:20 Michael Orlitzky
2016-01-09  2:24 Michael Orlitzky
2016-01-08 21:50 Michael Orlitzky
2015-12-11  0:40 Michael Orlitzky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1579705172.9069823300165d28fb1253e7d516d08c122aacdb.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox