summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-08-18 09:20:28 +0200
committerAndy Wingo <wingo@pobox.com>2015-08-18 09:20:28 +0200
commit7afbdecf5f3af25dc0bd66ae57882f221d64c348 (patch)
tree73035896983a6b7b4cf94db46a26d45553b0b3aa /configure.ac
parent46158d1ab9f793290b418e2345a417316aa1f64c (diff)
Fix distcheck
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 50da2b756..39e5bfed1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_PREREQ([2.64])
# FIXME: Update to proper web page
AC_INIT([elogind],
- [219],
+ [219.0],
[http://bugs.freedesktop.org/enter_bug.cgi?product=elogind],
[elogind],
[http://www.freedesktop.org/wiki/Software/elogind])
@@ -596,7 +596,7 @@ AS_IF([test "x${enable_split_usr}" = "xyes"], [
AM_CONDITIONAL([ENABLE_GTK_DOC_TESTS], [test "x$0" = "x./configure"],
[Define to do gtk-doc tests])
AS_IF([test "x$0" != "x./configure"], [
- AC_SUBST([INTLTOOL_UPDATE], [/bin/true])
+ AC_SUBST([INTLTOOL_UPDATE], [/usr/bin/env true])
])
AC_ARG_ENABLE(tests,