diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2012-03-08 19:48:27 -0500 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-03-09 07:12:41 -0800 |
commit | 23ce7387c7a762626aef6ffb2c3970a714716595 (patch) | |
tree | c0875518344d062938aacc99dafd3d1f565a4d7c | |
parent | 9bccebeff291e21e9d65c168fabce39e4ba9e97a (diff) |
config: remove unrequired AC_SUBST DUMMY_CONF_PATH statement
The variable is not used in any makefile. Configure.ac does not participate
in the determination of the conf path. The final value of datadir is not
known at config time, only at make time.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 51de80f..9b2dee0 100644 --- a/configure.ac +++ b/configure.ac @@ -52,8 +52,6 @@ AS_IF([test "x$with_evemu" == xyes], [PKG_CHECK_MODULES(EVEMU, utouch-evemu, [have_evemu=yes], [:])]) AM_CONDITIONAL([HAVE_EVEMU], [test "x$have_evemu" = "xyes"]) -AC_SUBST(DUMMY_CONF_PATH, "$datadir/xorg/gtest/dummy.conf") - AC_CONFIG_FILES([Makefile xorg-gtest.pc]) |