--- hexcurse/config.sub.orig 2016-03-02 19:49:51.954650700 +0100 +++ hexcurse/config.sub 2016-03-02 19:50:22.516336100 +0100 @@ -804,6 +804,10 @@ microblaze*) basic_machine=microblaze-xilinx ;; + midipix) + basic_machine=x86_64-pc + os=-midipix + ;; mingw64) basic_machine=x86_64-pc os=-mingw64 @@ -1384,7 +1388,7 @@ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ + | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ diff --git a/configure b/configure index c2baab4..932f09a 100755 --- a/configure +++ b/configure @@ -2664,13 +2664,13 @@ _ACEOF # Some tools Automake needs. -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} +ACLOCAL=true AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} +AUTOMAKE=true AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}