[PATCH app-rstart] error: couldn't open directory 'm4': No such file or directory #67196

Alan Coopersmith alan.coopersmith at oracle.com
Wed Sep 25 10:57:14 PDT 2013


On 09/25/13 10:45 AM, Gaetan Nadon wrote:
> With later versions of Autotools, it is an error to have
> AC_CONFIG_MACRO_DIR([m4]) without having the m4 directory created.
> For xdm, there are no custom macros and it does not use libtool.

That should say "rstart" not "xdm"

> This statement can then be deleted.
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>   configure.ac |    1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 0a8bede..0e68c9a 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -26,7 +26,6 @@ AC_PREREQ([2.60])
>   AC_INIT([rstart], [1.0.5],
>           [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [rstart])
>   AC_CONFIG_SRCDIR([Makefile.am])
> -AC_CONFIG_MACRO_DIR([m4])
>   AC_CONFIG_HEADERS(config.h)
>
>   # Initialize Automake
>

With the commit comment fixed,
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