summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorklarlund <klarlund@gmail.com>2008-05-02 19:54:12 +0000
committerklarlund <klarlund@gmail.com>2008-05-02 19:54:12 +0000
commit9db0b8221d9e94e92b27e0ff562f3221c1d008f9 (patch)
tree05e29687dcbd1e69cd4ee2ae3c49f4b1b7515cb6 /configure.ac
parentfcfe9c01989743e23d10d6a420819f766ad877fe (diff)
downloaddistcc-git-9db0b8221d9e94e92b27e0ff562f3221c1d008f9.tar.gz
Explain stamp files and remove unneeded @src_dir@ (which was misspelled?).
TESTED: make distcheck REVIEWED: csilvers@google.com, fergus@google.com
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9e20584..861269a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -454,6 +454,8 @@ AC_SUBST(CPPFLAGS)
AC_SUBST(BUILD_POPT)
AC_SUBST(GNOME_BIN)
AC_DEFINE_UNQUOTED(GNU_HOST, ["$host"], [Your gnu-style host triple])
+# The '.stamp-conf' files force creation of the containing directories in the
+# build tree.
AC_CONFIG_FILES([Makefile] popt/.stamp-conf lzo/.stamp-conf)
AC_CONFIG_FILES([pump], [chmod +x pump])
AC_OUTPUT