summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-01-29 00:53:32 +0000
committerChris Wilson <chris+github@qwirx.com>2008-01-29 00:53:32 +0000
commit2adf0edd7f72230353b4b5152439e167aaaaf0a4 (patch)
tree049718d4858395c527a9a4b5e8535f38796dff8b /configure.ac
parentb8a04cd71252b4f202ea2076dcfd906c0a76ca5a (diff)
Set the default localstatedir to /var/run, which is probably more common
than /usr/local/var.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9691384a..60caf9d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,8 @@ AC_CONFIG_SRCDIR([lib/common/Box.h])
AC_CONFIG_HEADERS([lib/common/BoxConfig.h])
# override default sysconfdir, for backwards compatibility
-AC_SUBST([sysconfdir], ['/etc'])dnl
+AC_SUBST([sysconfdir], ['/etc'])dnl
+AC_SUBST([localstatedir], ['/var/run'])dnl
touch install-sh
AC_CANONICAL_SYSTEM