add flac-1.2.1-automake1_13.patch, fix build with automake-1.13.1 OBS-URL: https://build.opensuse.org/request/show/156894 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/flac?expand=0&rev=33
18 lines
472 B
Diff
18 lines
472 B
Diff
Index: b/configure.ac
|
|
===================================================================
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -40,11 +40,11 @@ AC_SYS_LARGEFILE
|
|
AC_FUNC_FSEEKO
|
|
|
|
AC_CHECK_SIZEOF(void*,0)
|
|
AC_SEARCH_LIBS([lround],[m], [AC_DEFINE(HAVE_LROUND,1,lround support)])
|
|
#@@@ new name is AC_CONFIG_HEADERS
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADERS(config.h)
|
|
|
|
AC_LANG_PUSH(C++)
|
|
# c++ flavor first
|
|
AC_C_VARARRAYS
|
|
if test $ac_cv_c_vararrays = yes; then
|