]> git.pld-linux.org Git - packages/ccrtp.git/blame - ccrtp-am.patch
- added am patch (fixes build with automake 1.13+)
[packages/ccrtp.git] / ccrtp-am.patch
CommitLineData
30b0987c
JB
1--- ccrtp-2.0.6/configure.ac.orig 2013-06-08 13:36:58.037397544 +0200
2+++ ccrtp-2.0.6/configure.ac 2013-06-08 13:37:38.825952025 +0200
3@@ -43,7 +43,7 @@
4 # OST_PROG_CC_POSIX
5 AM_PROG_LIBTOOL
6 AM_INIT_AUTOMAKE(ccrtp,[$VERSION])
7-AM_CONFIG_HEADER(ccrtp-config.h)
8+AC_CONFIG_HEADERS(ccrtp-config.h)
9
10 AC_C_RESTRICT
11 AC_C_VOLATILE
This page took 0.949673 seconds and 4 git commands to generate.