aboutsummaryrefslogtreecommitdiffstats
path: root/main/faad2/automake.patch
blob: 809031eb006e1f01fb05c89e3fbd792f9fd5b091 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./configure.in.orig	2012-12-31 10:42:26.394219312 +0000
+++ ./configure.in	2012-12-31 10:42:43.294360781 +0000
@@ -25,7 +25,7 @@
 AC_PROG_MAKE_SET
 AC_CHECK_PROGS(RPMBUILD, rpmbuild, rpm)
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
 
 AC_ARG_WITH(xmms,[  --with-xmms             compile XMMS-1 plugin],
 	     WITHXMMS=$withval, WITHXMMS=no)