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 <[email protected]> --- 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 <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
