[PATCH x11proto] config: replace obsolete AC_CONFIG_HEADER with with AC_CONFIG_HEADERS

Alan Coopersmith alan.coopersmith at oracle.com
Tue May 1 14:53:40 PDT 2012


On 05/ 1/12 02:26 PM, Gaetan Nadon wrote:
> The former is an obsolete alias to the latter.
> It may get removed in the future.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  configure.ac |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 4bd61fe..c4acf24 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -15,8 +15,8 @@ XORG_WITH_FOP
>  XORG_WITH_XSLTPROC
>  XORG_CHECK_SGML_DOCTOOLS(1.8)
>  
> -AC_CONFIG_HEADER([do-not-use-config.h])
> -AC_CONFIG_HEADER([Xfuncproto.h])
> +AC_CONFIG_HEADERS([do-not-use-config.h])
> +AC_CONFIG_HEADERS([Xfuncproto.h])
>  
>  AC_CANONICAL_HOST
>  

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list