2014-08-14 Fred Gleason <fredg@paravelsystems.com>

* Modified the AC_INIT invocation in 'configure.ac' so as not
	to break on RHEL 6.
	* Added '--Wno-strict-aliasing' to 'AM_CPPFLAGS' in 'cae/Makefile.am'.
	* Added '--Wno-strict-aliasing' to 'AM_CPPFLAGS' in 'lib/Makefile.am'.
	* Added '--Wno-strict-aliasing' to 'AM_CPPFLAGS' in
	'rdairplay/Makefile.am'.
This commit is contained in:
Fred Gleason
2014-08-14 22:58:00 -04:00
parent e0e5d76d6c
commit 433852598c
5 changed files with 8 additions and 4 deletions

View File

@@ -14371,3 +14371,6 @@
'make install' rule when using DESTDIR.
* Fixed a bug in 'configure.ac' that cause an incorrect VERSION
string to be generated.
2014-08-14 Fred Gleason <fredg@paravelsystems.com>
* Modified the AC_INIT invocation in 'configure.ac' so as not
to break on RHEL 6.