~ubuntu-branches/ubuntu/quantal/file-roller/quantal

« back to all changes in this revision

Viewing changes to m4/gnome-doc-utils.m4

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-20 10:19:02 UTC
  • mfrom: (1.2.98)
  • Revision ID: package-import@ubuntu.com-20120320101902-ytguuvruydc2twr7
Tags: 3.3.92-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
AC_DEFUN([GNOME_DOC_INIT],
39
39
[AC_REQUIRE([AC_PROG_LN_S])dnl
40
40
 
 
41
if test -z "$AM_DEFAULT_VERBOSITY"; then
 
42
  AM_DEFAULT_VERBOSITY=1
 
43
fi
 
44
AC_SUBST([AM_DEFAULT_VERBOSITY])
 
45
 
41
46
ifelse([$1],,[gdu_cv_version_required=0.3.2],[gdu_cv_version_required=$1])
42
47
 
43
48
AC_MSG_CHECKING([gnome-doc-utils >= $gdu_cv_version_required])