From 9bd47f1db85b0c997389609ad26a2766f5aeeff5 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 69ea570..b1d16ec 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,6 @@ AC_INIT([libXmu], [libXmu]) AC_CONFIG_SRCDIR([Makefile.am]) -AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -- cgit v1.2.1