From: Bruno Haible Date: Thu, 20 Jul 2006 14:22:07 +0000 (+0000) Subject: Reorder tests in doc-base patch. X-Git-Tag: cvs-readonly~2193 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0e4068587aebac729a06ce96e8dc6d0cf71f881e;p=gnulib.git Reorder tests in doc-base patch. --- diff --git a/gnulib-tool b/gnulib-tool index 79a8af545..4f782cc1d 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2006-07-15 23:07:01 $' +cvsdatestamp='$Date: 2006-07-20 14:22:07 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -434,9 +434,9 @@ func_ln_if_changed () exit 1 fi if test -n "$supplied_libname" || test -n "$sourcebase" || test -n "$m4base" \ - || test -n "$testsbase" || test -n "$auxdir" || test -n "$inctests" \ - || test -n "$docbase" \ - || test -n "$avoidlist" || test -n "$lgpl" || test -n "$macro_prefix"; then + || test -n "$docbase" || test -n "$testsbase" || test -n "$auxdir" \ + || test -n "$inctests" || test -n "$avoidlist" || test -n "$lgpl" \ + || test -n "$macro_prefix"; then echo "gnulib-tool: invalid options for 'update' mode" 1>&2 echo "Try 'gnulib-tool --help' for more information." 1>&2 echo "If you really want to modify the gnulib configuration of your project," 1>&2