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

Gaetan Nadon memsize at videotron.ca
Wed Sep 25 10:45:07 PDT 2013


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 <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
-- 
1.7.9.5



More information about the xorg-devel mailing list