system = $(shell uname -rs)
cc_version = $(shell $(CC) --version | head -n 1)
version = @PACKAGE_VERSION@
-codename = atomic duality
+codename = oriented abstraction
-# DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
# produces lots of warnings on older debian systems with gcc-2.95.4
# DEBUG_CPPFLAGS += -Wredundant-decls
NEWS
====
+0.?.? (to be announced) "oriented abstraction"
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
0.2.11 (2006-03-11) "atomic duality"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AC_PREREQ(2.53)
-AC_INIT(paraslash, [0.2.11], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
AC_CONFIG_HEADER([config.h])
########################################################################### generic