Implement workaround for flex --header-file option master
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 7 Nov 2014 02:01:56 +0000 (21:01 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 7 Nov 2014 03:32:08 +0000 (22:32 -0500)
commit73774e5974903a9026a04a2070f6cc7903cb74b9
treea1c016cca7ac3676ab4f90cd7dea52dc63419302
parentc7eae29d2f8afe704b92eca9647eb718a38a486b
Implement workaround for flex --header-file option

This is fixed in automake 1.12 and later.

The problem is that the ylwrap helper script creates a temporary directory
when running flex. Flex then correctly creates the scanner.h file inside this
temporary directory, but ylwrap does not copy it back to the build dir.
src/cli/Makefile.am