]> git.draconx.ca Git - cdecl99.git/commit
Explicitly require gnulib getline module.
authorNick Bowler <nbowler@draconx.ca>
Fri, 22 Apr 2022 02:01:57 +0000 (22:01 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 22 Apr 2022 04:24:52 +0000 (00:24 -0400)
commit38eed686ddbd588ae684a660a7c5a848a04ed560
tree5069e4782243552a466e68f2a88b7e8c78ac3dec
parentae2e55ea361bf632ba771264e07ec674123b0446
Explicitly require gnulib getline module.

Currently, the gnulib getline module is only pulled in indirectly via
the readline module.  As a result, when configuring for a system that
has GNU readline installed (and readline is enabled), the readline
replacement is not used and therefore the getline replacement is
never included.

But on systems that lack getline in the C library, without the gnulib
replacement the build will fail.  Simply listing getline as a needed
module suffices to allow such configurations to build successfully.
NEWS
configure.ac
m4/gnulib-cache.m4