summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-28 16:34:14 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-28 16:34:14 -0500
commit9bd47f1db85b0c997389609ad26a2766f5aeeff5 (patch)
treed53d86e74a0ec02dcfb0e9e6e83baedc2ebca012
parent2f00ed22d17592b963fabd925dba90f2a003d801 (diff)
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 <memsize@videotron.ca>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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