unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: Emacs development discussions <emacs-devel@gnu.org>
Subject: Re: ACL and --without-all
Date: Thu, 15 Aug 2013 23:34:13 -0700	[thread overview]
Message-ID: <520DC7E5.3000208@cs.ucla.edu> (raw)
In-Reply-To: <520D0D92.1060800@yandex.ru>

Dmitry Antipov wrote:
> Could you please fix ACL detection to respect --without-all?

That'd be easy enough, something like the patch at the end of this email.

> Also I believe that it should be --with/--without, not --enable/--disable.

Other GNU packages use --enable/--disable, though;
it's better to be consistent.

Do you still think --without-all should imply --disable-acl?
If so, I can install this.

=== modified file 'configure.ac'
--- configure.ac	2013-08-15 20:37:35 +0000
+++ configure.ac	2013-08-16 05:47:53 +0000
@@ -4621,6 +4621,7 @@
 LIBS="$LIB_PTHREAD $pre_PKG_CONFIG_LIBS"
 gl_ASSERT_NO_GNULIB_POSIXCHECK
 gl_ASSERT_NO_GNULIB_TESTS
+test "$with_features" = no && : ${enable_acl=no}
 gl_INIT
 CFLAGS=$SAVE_CFLAGS
 LIBS=$SAVE_LIBS





  reply	other threads:[~2013-08-16  6:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-15 17:19 ACL and --without-all Dmitry Antipov
2013-08-16  6:34 ` Paul Eggert [this message]
2013-08-16  7:38   ` Stephen J. Turnbull
2013-08-19  3:53     ` Dmitry Antipov

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=520DC7E5.3000208@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=dmantipov@yandex.ru \
    --cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).