summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2011-04-06 14:36:20 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2011-04-06 14:36:20 +0000
commit2d50fa6cbecd5a1e84ea34282ba9e1745e6f3f5d (patch)
treec8f7d15f96d20c40e2618ceb4fc7245255ecaf5c
parent2e8b156f51821b9a6b3dbf38fd978d3581fe0afa (diff)
downloaddistcc-git-2d50fa6cbecd5a1e84ea34282ba9e1745e6f3f5d.tar.gz
Update Makefile.in for compatibility with autoconf >= 2.60.
This avoids the following warning config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting and ensures that our configure script supports that --datarootdir flag. Reviewed by Craig Silverstein.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 34c7d7c..cc4bd9b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,6 +40,7 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
+datarootdir = @datarootdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@