[101212] trunk/dports/multimedia/VLC-devel

Ryan Schmidt ryandesign at macports.org
Sun Jan 6 07:53:37 PST 2013


On Jan 6, 2013, at 05:16, jeremyhu at macports.org wrote:

> Revision: 101212
>          https://trac.macports.org/changeset/101212
> Author:   jeremyhu at macports.org
> Date:     2013-01-06 03:16:55 -0800 (Sun, 06 Jan 2013)
> Log Message:
> -----------
> VLC-devel: Revbump for x264 and fix build with automake 1.13

> Added: trunk/dports/multimedia/VLC-devel/files/automake.patch
> ===================================================================
> --- trunk/dports/multimedia/VLC-devel/files/automake.patch	                        (rev 0)
> +++ trunk/dports/multimedia/VLC-devel/files/automake.patch	2013-01-06 11:16:55 UTC (rev 101212)
> @@ -0,0 +1,25 @@
> +From 6b2595e68890e5db1b7334098b6f722e2f41a6d8 Mon Sep 17 00:00:00 2001
> +From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= <remi at remlab.net>
> +Date: Tue, 1 Jan 2013 12:06:16 +0200
> +Subject: [PATCH] configure: replace obsolete AM_CONFIG_HEADERS (fixes #7975)
> +
> +---
> + configure.ac |    2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/configure.ac b/configure.ac
> +index a5453a9..4c927c8 100644
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -25,7 +25,7 @@ AC_CANONICAL_HOST
> + AC_PRESERVE_HELP_ORDER
> + 
> + AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
> +-AM_CONFIG_HEADER(config.h)
> ++AC_CONFIG_HEADER(config.h)
> + 
> + # Disable with "./configure --disable-silent-rules" or "make V=1"
> + AM_SILENT_RULES([yes])
> +-- 
> +1.7.10.4

Isn't AC_CONFIG_HEADER deprecated as well?



More information about the macports-dev mailing list