This is an automated email from the git hooks/post-receive script. jmtd pushed a commit to annotated tag chocolate-doom-0.0.1 in repository chocolate-doom.
commit d67668fa89df6e748a4c2d31614e2f1be324c470 Author: Simon Howard <[email protected]> Date: Wed Sep 7 22:55:28 2005 +0000 v0.0.1 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 88 --- NEWS | 4 ++++ configure.in | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e69de29..a54ba0a 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,4 @@ + +0.0.1 (2005-09-07): + First beta release + diff --git a/configure.in b/configure.in index 3d9011d..00a691f 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(Chocolate Doom, 0.1, [email protected], chocolate-doom) +AC_INIT(Chocolate Doom, 0.0.1, [email protected], chocolate-doom) AC_CONFIG_AUX_DIR(autotools) orig_CFLAGS="$CFLAGS" @@ -35,6 +35,8 @@ AC_SUBST(SDLMIXER_LIBS) AC_SUBST(SDLNET_CFLAGS) AC_SUBST(SDLNET_LIBS) +AC_SUBST(ac_aux_dir) + AC_OUTPUT([ Makefile src/Makefile -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

