From de593d410ab19b767145010c668077e391e6b1b4 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sat, 24 May 2003 18:24:25 +0000 Subject: [PATCH] configure.in i have unfortunaly overwritten it --- ChangeLog | 7 +++++++ Makefile.am | 2 +- bomberclone.prj | 2 +- configure.in | 7 +++++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4322c2..95b8804 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile.am b/Makefile.am index f221d92..1f4a523 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 = \ diff --git a/bomberclone.prj b/bomberclone.prj index 00604a4..c667f71 100644 --- a/bomberclone.prj +++ b/bomberclone.prj @@ -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= diff --git a/configure.in b/configure.in index 7899ffe..0c22c5f 100644 --- a/configure.in +++ b/configure.in @@ -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