Cannot build with latest autotools

"Patrick Monnerat" <[email protected]> Fri, 15 Feb 2013 14:44:10 +0100
Newsgroups gmane.comp.debugging.insight
Message-ID <AB5E58B87EB73C46A38073D8F459F113D9FAD8@dataspheresrv01>
 
The latest autotools do not support "AUTOMAKE_OPTIONS=cygnus" anymore.
Thus rebuilding from configure.ac/Makefile.am fails.
 
Automake option "cygnus" should probably replaced by "foreign no-dist"
in all Makefile.am files.
 
Patrick