@ -1,3 +1,10 @@
- Added new powerups (Patty)
- Fixed make install, so the source will be able to
install correctly now with the data packages
Version 0.9.8
=============
2003-05-12
@ -3,7 +3,7 @@
## If you don't want it to overwrite it,
## Please disable it in the Anjuta project configuration
SUBDIRS = src data
SUBDIRS = src
bomberclonedocdir = ${prefix}/doc/bomberclone
bomberclonedoc_DATA = \
@ -67,7 +67,7 @@ anjuta.program.arguments=
project.config.blocked=0
project.config.disable.overwriting=0 0 1 0 0 0 1 0 0
project.config.disable.overwriting=1 0 1 0 0 0 1 0 0
project.config.extra.modules.before=
project.config.extra.modules.after=
@ -5,8 +5,15 @@ dnl Please disable it in the Anjuta project configuration
AC_INIT(configure.in)
AM_INIT_AUTOMAKE(bomberclone, 0.9.9)
AM_CONFIG_HEADER
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_EXEEXT
AC_OBJEXT
AC_ISC_POSIX
AC_PROG_CC
AM_PROG_CC_STDC