diff --git a/configure.ac b/configure.ac index c8be4be9..9c386994 100644 --- a/configure.ac +++ b/configure.ac @@ -27,19 +27,13 @@ AM_CONFIG_HEADER(src/config.h) SHARED_VERSION_INFO="1:11:0" +AC_PROG_CC +AM_PROG_LIBTOOL + AC_CHECK_PROG(autogen, autogen, yes, no) -AC_PROG_CC AC_PROG_INSTALL - AC_PROG_LN_S -AC_PROG_LIBTOOL - -if test "x-$build_os-$host_os-$target_os" = x-mingw32-mingw32-mingw32 ; then - AC_CHECK_PROG(DLLTOOL, dlltool, dlltool) - AC_CHECK_PROG(DLLWRAP, dllwrap, dllwrap) - AC_CHECK_PROG(PEXPORTS, pexports, pexports) - fi AC_HEADER_STDC @@ -467,12 +461,6 @@ AC_MSG_RESULT([[ HTML docs directory : ......... $htmldocdir ]]) -if test "x-$build_os-$host_os-$target_os" = x-mingw32-mingw32-mingw32 ; then - echo "Using a Win32 specific Makefile." - cp -f Win32/Makefile.mingw Makefile - exit 0 - fi - if test x$prefix != "x/usr" ; then echo "Compiling some other packages against libsndfile may require" echo -e "the addition of \"$libdir/pkgconfig\" to the"