diff --git a/configure b/configure index c0dff604a4e..b1b2a0e763d 100755 --- a/configure +++ b/configure @@ -129,12 +129,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='rizin' ; VERSION='0.1.0' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=0; VERSION_NUMBER=00100; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team " ; + PKGNAME='rizin' ; VERSION='0.1.1' ; VERSION_MAJOR=0; VERSION_MINOR=1; VERSION_PATCH=1; VERSION_NUMBER=00101; CONTACT_MAIL="team@rizin.re" ; CONTACT_NAME="Rizin Core Team" ; CONTACT="Rizin Core Team " ; } show_usage() { cat < if you have libraries in a nonstandard directory CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory - CPP C preprocessor\n" -printf "\nReport bugs to: Rizin Core Team " + CPP C preprocessor +" +printf " +Report bugs to: Rizin Core Team " echo "" exit 0 } @@ -229,10 +235,10 @@ ocho() { show_version() { if [ "$QUIET" = 1 ]; then - echo "0.1.0" + echo "0.1.1" exit 0 fi -echo "rizin-0.1.0 configuration script done with acr v1.9.4. +echo "rizin-0.1.1 configuration script done with acr v1.9.4. The 'Free Software Foundation' message is only for autodetection. Originally written by pancake ." exit 0 @@ -261,7 +267,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: rizin" -echo "VERSION: 0.1.0" +echo "VERSION: 0.1.1" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0" @@ -702,6 +708,9 @@ HAVE_LIBUV="0"; fi else HAVE_LIBUV="0"; fi if [ "$USEROSTYPE" = "auto" ]; then +if [ "$HOST_OS" = "wsl" ]; then +USEROSTYPE="wsl" +else if [ "$HOST_OS" = "linux" ]; then USEROSTYPE="gnulinux" else @@ -729,7 +738,7 @@ if [ "$HOST_OS" = "darwin" ]; then USEROSTYPE="darwin" else if [ "$HOST_OS" = "haiku" ]; then -USEROSTYPE="haiku"; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi; +USEROSTYPE="haiku"; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi; fi if [ "$LIBVERSION" = "xxx" ]; then LIBVERSION="$VERSION"; fi if [ "$USEROSTYPE" = "gnulinux" ]; then diff --git a/configure.acr b/configure.acr index 3131ad8932d..0c6aa492938 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME rizin -VERSION 0.1.0 +VERSION 0.1.1 CONTACT Rizin Core Team ; team@rizin.re LANG_C!