]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops, fix mistake in previous commit. v0.18.1.1
authorBruno Haible <bruno@clisp.org>
Sun, 6 Jun 2010 20:05:53 +0000 (22:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Jun 2010 20:05:53 +0000 (22:05 +0200)
gettext-tools/configure.ac

index 4404438ff089f602bea8d90e3e4216813d100f63..71cc38bcc5855b78af2eeb532221634a74d090f0 100644 (file)
@@ -338,6 +338,7 @@ else
     ARCHIVE_FORMAT=cvs
   else
     # Neither --with-git nor --with-cvs is specified.
+changequote(,)dnl
     if test "$gt_use_git" != no \
        && (git --version) >/dev/null 2>&1 \
        && { case `git --version | sed -e 's/^[^0-9]*//'` in
@@ -345,6 +346,7 @@ else
               *) true ;;
             esac
           }; then
+changequote([,])dnl
       # --without-git is not specified, and the git program exists
       # in version 1.6 or newer. Use git format.
       ARCHIVE_FORMAT=git