]> git.draconx.ca Git - cdecl99.git/commit
Restore gperf-related definitions to makefile.
authorNick Bowler <nbowler@draconx.ca>
Tue, 30 May 2023 02:10:54 +0000 (22:10 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 30 May 2023 02:13:08 +0000 (22:13 -0400)
commit42759d62ece59ed0087a7254c2f486140fea5692
tree31396a3e7b28bff259cd31fd6f126f91a4170056
parent8121cd0fb48f6066b016a9e2d05f349f6ff3a669
Restore gperf-related definitions to makefile.

Previously, gnulib was providing definitions for GPERF and other
variables in the makefile indirectly via the striconv module.  But
since we removed that module, the definitions disappeared, leading
to build failures after maintainer-clean.

Easy enough to just do the same thing explicitly.  In the future
we might want to use configure to locate gperf but for now this
will do.
Makefile.am
m4/gnulib-cache.m4