summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-10-21 22:53:27 +0000
committerChristian Persch <chpe@src.gnome.org>2008-10-21 22:53:27 +0000
commit1708339cce2527ee4678a215087627b9e1ea022f (patch)
treea47a1f8bc2b75765c831463413af2782769a62f9 /configure.in
parent401ad193a084e1bb711ecfc4d50cc9a9b7ec245c (diff)
downloadgnome-doc-utils-1708339cce2527ee4678a215087627b9e1ea022f.tar.gz
Save disk space by Symlinking the non-localised figures to the C figures
* tools/gnome-doc-utils.make: Save disk space by Symlinking the non-localised figures to the C figures instead of copying them. Bug #557227. * tools/gnome-doc-utils.m4: Require AC_PROG_LN_S. * configure.ac: Call AC_PROG_LN_S explicitly since g-d-u doesn't use GNOME_DOC_INIT itself. svn path=/trunk/; revision=1126
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a950edb..0d03433 100644
--- a/configure.in
+++ b/configure.in
@@ -16,6 +16,8 @@ else
fi
AC_SUBST(GDU_AWK)
+AC_PROG_LN_S
+
gdu_cv_have_gdu=yes
GNOME_DOC_DEFINES