flac/flac-1.2.1-automake1_13.patch

18 lines
472 B
Diff
Raw Normal View History

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