diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-28 16:34:14 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-28 16:34:14 -0500 |
commit | 34e906a430185bd4debc00606321980ac25737db (patch) | |
tree | b81b8d3e52b02830d93192be6bbf3f166d3ce3bc /configure.ac | |
parent | 2f16931c01e667a24210b3a76c50c5d5fe46e314 (diff) | |
download | xorg-lib-libXRes-34e906a430185bd4debc00606321980ac25737db.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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 37ecb28..47b4e7c 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,6 @@ dnl protocol, so XRes version l.n.m corresponds to protocol version l.n dnl AC_INIT([libXres], [1.0.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXres]) -AC_CONFIG_AUX_DIR(.) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |