X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=autogen.sh;h=19cca0e338992b6f913a3909f2edb128a007944f;hp=6e89c842b86afb1935aae7e22af8f24963de6612;hb=61da709722ec244da1c3c7d4f1a8706f76687cb3;hpb=9e5fabbe01c0964f7124595beec01dde836d93a6 diff --git a/autogen.sh b/autogen.sh index 6e89c84..19cca0e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -70,7 +70,7 @@ require_ocaml_pkg() # If no arguments were specified and configure has run before, use the previous # arguments -if [ $# == 0 -a -x ./config.status ]; then +if test $# == 0 && test -x ./config.status; then ./config.status --recheck else $CONFIGUREDIR/configure "$@"