X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=autogen.sh;h=ae6805255886e17f500aa936f73ab7cc4da1afe6;hb=f408b757b1d75429fae5fa7630a4fc5451844de7;hp=a1fd048b34cbbb081a1a58dc7112f9ecb11e5993;hpb=cb9cb9b7dcdf62310c7b543aaac0a82d7f4b9319;p=hivex.git diff --git a/autogen.sh b/autogen.sh index a1fd048..ae68052 100755 --- a/autogen.sh +++ b/autogen.sh @@ -42,6 +42,13 @@ if [ ! -z "$BUILDDIR" ]; then CONFIGUREDIR=.. fi +# Rerun the generator (requires OCaml interpreter). This is *not* for +# 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