[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stdint.h: #if with no expression
From: |
Bruno Haible |
Subject: |
Re: stdint.h: #if with no expression |
Date: |
Thu, 28 Sep 2017 16:47:28 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-93-generic; KDE/5.18.0; x86_64; ; ) |
Tim Rühsen wrote:
> The gettext (0.19.8.1-4) package contains pretty old m4 files.
>
> With 'autoreconf -fi' all that old stuff is copied into m4/ though there
> are newer versions from gnulib in gl/m4 and lib/gl/m4/.
>
> Removing m4/ and later on using autoreconf without -fi does the job
> (resp. doesn't copy unwanted stuff into m4/).
And what if you keep using autoreconf, but set the environment variable
AUTOPOINT to ':', to prevent autoreconf from invoking autopoint? (And
rely on the gnulib module 'gettext-h' instead.)
Or if you stop using autoreconf entirely, and instead set up your
invocations of 'aclocal', 'autoconf', 'autoheader', 'automake' (with
appropriate options) by yourself?
Bruno