#!/bin/sh # # Specifically for windows, where installing autoconf looks suspiciously # like boiling the ocean. cat <include/config.h.in // Created by hack fake autoconf for windows // not actually a config input EOF cat <configure #!/bin/sh echo Created by hack fake autoconf for windows echo not a confgure script exit 1 EOF chmod a+x configure cat >config.mak <include/config.h #define PACKAGE_VERSION "FIXME" #define PACKAGE_BUILDDATE "$(date)" EOF