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. This statement can then be deleted.
Signed-off-by: Gaetan Nadon <mems...@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 -- 1.7.9.5 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel