autotools: fix to many argument on shell script during make check
authorCedric BAIL <cedric.bail@free.fr>
Tue, 1 Apr 2014 12:58:36 +0000 (21:58 +0900)
committerCedric BAIL <cedric.bail@free.fr>
Tue, 1 Apr 2014 13:00:54 +0000 (22:00 +0900)
commit5009030d41fb0c1584aae98414451e73778d671f
treef901bbb76fc84913a00375e667df79b8a59f7f74
parent36321b872e5063f9be9dc01df1ac710802356e05
autotools: fix to many argument on shell script during make check

The autogenerated check macro by autotools lead to a huge number of file
being added on the command line of a script, when the only things it does
is to test for the definition of those strings.

Hoping this is going to fix the problem. If that doesn't we will need to write
our own CHECK macro here.
configure.ac