diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-04-04 13:33:29 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-04-04 13:33:29 +0100 |
commit | 504a65a732ea070dce907fce827a15d6b61e0c4d (patch) | |
tree | 2e755abcccfc6317f7d751ef77dc1f9f47dad8e1 | |
parent | fe556c48dad96717b0ba71d489575c6b90b46448 (diff) |
configure.ac: remove AC_CONFIG_SRCDIR macro
It is used to guide people who incorrectly set configure --srcdir.
To be actually useful the macro should point to a rather unique file -
which in our current case is a false premise. We have five Makefile.am
in-tree and chances are that $libpciaccess/.. may also contain such a
file.
Let's not pretend that its useful and leave the user to what they're
asking for.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 888330b..5dc4920 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,6 @@ AC_PREREQ([2.60]) AC_INIT([libpciaccess],[0.13.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess],[libpciaccess]) -AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake |