[Flex-devel] Minor observation regarding the file configure.ac
flex is a tool for generating scanners
Brought to you by:
wlestes
From: SenseiC <cgo...@gm...> - 2015-02-28 13:10:50
|
While slowly digging through the files I noticed something (almost certainly just an oversight) in the file configure.ac that probably needs correction. Line 122: po/Makefile.in I believe that should have the trailing ".in" removed. Otherwise when autogen.sh gets executed it creates the following file: $ ls -a po | grep Makefile Makefile.in.in Probably not the intended result. SenseiC bows out. |