emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ACL and --without-all


From: Paul Eggert
Subject: Re: ACL and --without-all
Date: Thu, 15 Aug 2013 23:34:13 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

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 via email to

[Prev in Thread] Current Thread [Next in Thread]