X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure.ac;h=6ba6e540241085bee8606d56eec067f692d6e8e2;hp=d3d55aedbf694a237b489e60647be74a316a568b;hb=c1be40e28f1e55a51fc05a01d165be3d18de0641;hpb=58c1f9a499d3bb80ea2869b29c714f61e656d48d diff --git a/configure.ac b/configure.ac index d3d55ae..6ba6e54 100644 --- a/configure.ac +++ b/configure.ac @@ -38,26 +38,26 @@ AC_SUBST(DOXYGEN) case "${host}" in *mingw32*) - MINGW32=yes WIN32=yes - AC_PATH_PROGS([WINDRES], [windres $host_alias-windres $host_os-windres]) + AC_PATH_PROGS([MAKENSIS], [makensis]) + AC_PATH_PROGS([WINDRES], + [windres $host_alias-windres $host_os-windres]) if test "x$WINDRES" = x then AC_MSG_ERROR([windres could not be found]) fi - AC_PATH_PROGS([MAKENSIS], [makensis]) - ;; - *cygwin*) - CYGWIN=yes - WIN32=yes ;; *-apple-darwin*) MACOSX=yes - LIBS="$LIBS -Wl,-framework" + ;; + *netbsd*) + NETBSD=yes + AC_PATH_PROGS([PKGLINT], [pkglint]) ;; esac -AM_CONDITIONAL([WIN32], test "$WIN32" = "yes") +AM_CONDITIONAL([WIN32], test "$WIN32" = "yes") +AM_CONDITIONAL([NETBSD], test "$NETBSD" = "yes") # @@ -316,7 +316,7 @@ then fi -if test x$missing == xyes +if test x$missing = xyes then AC_MSG_ERROR([Please resolve the missing dependencies, and try again.]) fi