Re: [Flex-devel] Minor observation regarding the file configure.ac
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Will E. <wes...@gm...> - 2015-02-28 15:10:03
|
The listing of po/Makefile.in in configure.ac is correct usage. It's a gettext thing. The manual points out the difference and explains it saying that the distributed filefrom gettext is Makefile.in.in. It comes from generalizing so as not to assume things about the toolchain I think. On Saturday, 28 February 2015, 8:10 am -0500, SenseiC <cgo...@gm...> wrote: > While slowly digging through the files I noticed something (almost > certainly just an oversight) in the file [1]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 > [2]Makefile.in.in > Probably not the intended result. > SenseiC bows out. > > References > > Visible links > 1. http://configure.ac/ > 2. http://makefile.in.in/ > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Flex-devel mailing list > Fle...@li... > https://lists.sourceforge.net/lists/listinfo/flex-devel |