Disable portability warnings from automake.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sat, 31 Jan 2009 18:26:14 +0000 (19:26 +0100)
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Sat, 31 Jan 2009 18:26:14 +0000 (19:26 +0100)
commite9ca8b1c5447d9fa177e33a12e40fbf624701625
treee91cb160c5a647496d4db50b3baf1c195ac2e72d
parentdbb8951a41b184da065b4966f4ae4d7afbf915e6
Disable portability warnings from automake.

The portability warning class warns during automake calls about non-POSIX
variable names and GNU make extensions. Since both happens with the current
Makefile.am files and it's reasonable to expect that they wouldn't be
rewritten (GNU make is a reasonable requirement), just avoid the warnings.
configure.ac