X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=autogen.sh;h=4017d3291b80bd7d8f653bfe997f9a76282d9533;hb=74c193566426bdf857ced781c36decb77d9fd755;hp=0d08b4c56cd12e53cc84e33f29d59cd033666a3f;hpb=3c53304204c3fc4403875afc3668a8b5f9523921;p=hivex.git diff --git a/autogen.sh b/autogen.sh index 0d08b4c..4017d32 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,11 +46,12 @@ fi # anything that is required at configure-time when configure is run # from a distribution tarball. From those, nothing ocaml-related is # required. +mkdir -p perl/lib/Win ./generator/generator.ml # 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 "$@"