mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
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:
@@ -19,7 +19,8 @@ dnl License along with this program; if not, write to the Free Software
|
||||
dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
dnl
|
||||
|
||||
AC_INIT([rivendell],m4_esyscmd_s(cat PACKAGE_VERSION))
|
||||
AC_INIT([rivendell],m4_esyscmd(cat PACKAGE_VERSION))
|
||||
dnl AC_INIT([rivendell],m4_esyscmd_s(cat PACKAGE_VERSION))
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_SUBST(RPM_RELEASE,1)
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|
||||
|
||||
Reference in New Issue
Block a user