following portions necessarily apply to the files released under the above
license. The texts of applicable licences can be found in doc/licenses/.
- Portion: beatthecube.xm, nightfusion.xm
- Source: http://8bitcollective.com/members/FearofDark/
-Copyright: (c) 2009 Stephen H. Johnston
- License: CCPL-Attribution-ShareAlike-NonCommercial-2.5
-
Portion: cml
Source: http://www.cmldev.net/
Copyright: (c) 2009 Jesse Anders
Copyright: (c) 1995-2008 Lua.org, PUC-Rio
License: MIT
+ Portion: nightfusion.xm
+ Source: http://8bitcollective.com/members/FearofDark/
+Copyright: (c) 2009 Stephen H. Johnston
+ License: CCPL-Attribution-ShareAlike-NonCommercial-2.5
+
Portion: OpenAL32.dll
Source: http://kcat.strangesoft.net/openal.html
Copyright: (c) 2009 Chris Robinson
then
AC_MSG_ERROR([windres could not be found])
fi
- AC_SUBST(WINDRES)
AC_PATH_PROGS([MAKENSIS], [makensis])
- AC_SUBST(MAKENSIS)
;;
*cygwin*)
CYGWIN=yes
MACOSX=yes
LIBS="$LIBS -Wl,-framework"
;;
- *-linux-gnu*)
- LINUX=yes
- ;;
esac
-AM_CONDITIONAL([LINUX], test "$LINUX" = "yes")
AM_CONDITIONAL([WIN32], test "$WIN32" = "yes")
then
AC_DEFINE([USE_GTK], 1,
[Define to 1 if you want to use GTK+ info/error dialogs.])
-else
-if test x$qt4 = xyes
+elif test x$qt4 = xyes
then
AC_DEFINE([USE_QT4], 1,
[Define to 1 if you want to use QT info/error dialogs.])
fi
-fi
AC_DEFINE_UNQUOTED([YOINK_LOGLEVEL], [$log_level],
[Define to detail level of logging.])
AC_CHECK_HEADERS([GL/gl.h GL/glu.h],,
[missing=yes
echo "***** Missing GL headers ($website) *****"])
-if test x$WIN32 == xyes
+if test x$WIN32 = xyes
then
# autoconf library search macro doesn't find opengl32 on windows because it uses
# different name hashing, but it links fine; assume it's there
if test x$missing == xyes
then
- AC_MSG_ERROR([please install missing dependencies (see messages above)])
+ AC_MSG_WARN([You may be missing some dependencies--see messages above.])
fi
if test x$WIN32 = xyes
then
- AC_CONFIG_FILES([win32/Makefile win32/build-installer.sh])
+ AC_CONFIG_FILES([win32/Makefile win32/mkpackage.sh])
fi
.PHONY: installer
installer:
@echo "Building win32 installer..."
- @(sh build-installer.sh $(INSTALLER_NAME) 2> installer.log 1>&2 && \
+ @(sh mkpackage.sh $(INSTALLER_NAME) 2> installer.log 1>&2 && \
rm installer.log && echo "Done.") || \
(echo "Installer compilation failed!"; \
echo "Check installer.log for details."; exit 1)