bug-gnulib
[Top][All Lists]
Advanced

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

Adding files to gnulib_extra_files in bootstrap.conf?


From: John W. Eaton
Subject: Adding files to gnulib_extra_files in bootstrap.conf?
Date: Tue, 21 Jun 2016 15:43:39 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

The bootstrap script has

# Extra files from gnulib, which override files from other sources.
test -z "${gnulib_extra_files}" && \
  gnulib_extra_files="
        build-aux/install-sh
        build-aux/mdate-sh
        build-aux/texinfo.tex
        build-aux/depcomp
        build-aux/config.guess
        build-aux/config.sub
        doc/INSTALL
"

so it's possible to replace the list of files. Could we make it easy to just add to the default list as well?

I noticed this because I wanted to add build-aux/move-if-change to the list but couldn't see how to do that without duplicating the default list in my bootstrap.conf file.

Or is this intentional?

jwe



reply via email to

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