summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2013-09-25 13:34:55 -0400
committerGaetan Nadon <memsize@videotron.ca>2013-09-25 14:01:06 -0400
commit1487cbd32df5227fea705d25f938a6e2401b2743 (patch)
tree3698175d16040238d710cc6db6c5b5e95ad7ec72
parent960c6f4bf18a62c700a06d2171d9c2a94cdcd16c (diff)
error: couldn't open directory 'm4': No such file or directory #67196
With later versions of Autotools, it is an error to have AC_CONFIG_MACRO_DIR([m4]) without having the m4 directory created. For rstart, there are no custom macros and it does not use libtool. This statement can then be deleted. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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