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
commit791d10dbac030d6a164f54a7adb9b6c816c68930 (patch)
tree7873e51adb813dacfab6588f3147df6ba1d2155b
parent28d61e969800820b1483d41445befcd1bf35fa85 (diff)
downloadxorg-lib-libXft-791d10dbac030d6a164f54a7adb9b6c816c68930.tar.gz
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 7088ce6..c5c0aca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,6 @@ dnl Please bump the minor library number at each release as well.
dnl
AC_INIT([libXft], [2.2.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXft])
-AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE