From ae18cc9cd98f4db512a21e0b4e1cb18a69fcf532 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 28 Jan 2011 16:34:14 -0500 Subject: config: remove unrequired AC_CONFIG_AUX_DIR The default location for the generation of configuation files is the current package root directory. These files are config.* and friends. Signed-off-by: Gaetan Nadon --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 145cfcb..8d4838e 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,6 @@ dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n dnl AC_INIT([libXrandr], [1.3.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXrandr]) -AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -- cgit v1.2.1