bug-coreutils
[Top][All Lists]
Advanced

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

Re: Incorrect use of USE_XATTR in coreutils-8.4


From: Eric Blake
Subject: Re: Incorrect use of USE_XATTR in coreutils-8.4
Date: Fri, 22 Jan 2010 06:45:02 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

According to Jim Meyering on 1/22/2010 6:17 AM:
> However, it'd sure be nice to use something more generic than
> lib/config.h.  IMHO, autoconf should make configure AC_SUBST its
> currently-internal-only CONFIG_HEADERS variable.  While we wait,
> I suppose we can kludge it by extracting the first file name
> from the use of AC_CONFIG_HEADER(S)? in configure.ac.

And what's wrong with AH_HEADER?  It should be possible to do something
like (untested):

AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER],
 [AC_SUBST([CONFIG_HEADER], m4_defn([AH_HEADER]))])])

-- 
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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