- Additional requirements for the AutoPackage.
- Incremented version number for next release. - Removed creation of autopackage/default.apspec in configure.ac, because it is useless for usuall builds and automatically created by makeinstaller on each run. git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@421 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
e467933c79
commit
e3dedfdce0
|
@ -35,11 +35,15 @@ echo '*' | import
|
|||
|
||||
[Prepare]
|
||||
# Dependency checking
|
||||
require @opengl.org/opengl 1.0
|
||||
require @openal.org/openal 0.0
|
||||
require @libsdl.org/sdl 1.2
|
||||
require @libsdl.org/sdl_net 1.2
|
||||
require @icculus.org/physfs 1.0
|
||||
require @opengl.org/opengl 1
|
||||
require @openal.org/openal 0
|
||||
require @icculus.org/physfs 1
|
||||
require @libpng.org/libpng 3
|
||||
require @jig.org/libjpeg 62
|
||||
require @xiph.org/libogg 0
|
||||
require @xiph.org/libvorbis 0
|
||||
|
||||
[Install]
|
||||
# Put your installation script here
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT([warzone], [2.0], [http://gna.org/projects/warzone])
|
||||
AC_INIT([warzone], [2.0.3], [http://gna.org/projects/warzone])
|
||||
AC_CONFIG_SRCDIR([lib/gamelib/anim.h])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
AC_CANONICAL_TARGET
|
||||
|
@ -290,8 +290,7 @@ AC_CONFIG_FILES([Makefile
|
|||
lib/sound/Makefile
|
||||
lib/widget/Makefile
|
||||
data/Makefile
|
||||
src/Makefile
|
||||
autopackage/default.apspec])
|
||||
src/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue