diff options
author | Christian Persch <chpe@svn.gnome.org> | 2007-01-26 13:34:38 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-01-26 13:34:38 +0000 |
commit | 464ab5f752fe4d1733e72aa1242476f569464786 (patch) | |
tree | 8279d368ef05b50053c451445f6455bebd31d339 /configure.in | |
parent | 0295de92ded7fca5f0db7e604745ca8b561f54b1 (diff) | |
download | yelp-xsl-464ab5f752fe4d1733e72aa1242476f569464786.tar.gz |
Make make dist fail when gdu isn't present. Bug #400705.
2007-01-25 Christian Persch <chpe@svn.gnome.org>
* configure.in:
* tools/gnome-doc-utils.m4:
* tools/gnome-doc-utils.make: Make make dist fail when gdu isn't
present. Bug #400705.
2007-01-25 Christian Persch <chpe@svn.gnome.org>
svn path=/trunk/; revision=868
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 18229ab9..bb3ce316 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,8 @@ AC_INIT([gnome-doc-utils], [0.8.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-doc-utils]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) +gdu_cv_have_gdu=yes GNOME_DOC_DEFINES AC_ARG_ENABLE([build-utils], |