summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-01-14 10:41:41 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-02-09 22:17:27 +0100
commit7f73a065f4106a811fa389e584a310eda565c201 (patch)
tree4fd1a5d161f65ad28997ae40a82ba916f98b2a17 /configure.ac
parent20a481c7d1d6bbb0a9b68de85a812c87956080c8 (diff)
downloadtelepathy-salut-7f73a065f4106a811fa389e584a310eda565c201.tar.gz
generate tests/twisted/config.py containing PACKAGE_STRING
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 d61cbdf5..bea28fb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -269,6 +269,8 @@ PKG_CHECK_MODULES([CHECK], [check >= 0.9.4],
[ HAVE_CHECK=no ] )
AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")
+AC_SUBST(PACKAGE_STRING)
+
AC_OUTPUT( Makefile \
docs/Makefile \
lib/Makefile \