summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2011-04-06 14:36:20 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2011-04-06 14:36:20 +0000
commit70a9a69aedc0afb0ff5542b221b3c0ea4cee6b59 (patch)
treec8f7d15f96d20c40e2618ceb4fc7245255ecaf5c
parentfb51aac5958a4f198311e4aa54947c21ecec67d8 (diff)
downloaddistcc-70a9a69aedc0afb0ff5542b221b3c0ea4cee6b59.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. git-svn-id: http://distcc.googlecode.com/svn/trunk@740 01de4be4-8c4a-0410-9132-4925637da917
-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@