build_date = $(shell date)
system = $(shell uname -rs)
cc_version = $(shell $(CC) --version | head -n 1)
-codename = sonic convolution
+codename = transient singularity
-#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
-#DEBUG_CPPFLAGS += -Wredundant-decls
+DEBUG_CPPFLAGS += -Wredundant-decls
# produces false positives
# DEBUG_CPPFLAGS += -Wunreachable-code
NEWS
====
+------------------------------------------------
+0.?.1? (to be announced) "transient singularity"
+------------------------------------------------
+
---------------------------------------
0.2.13 (2006-07-14) "sonic convolution"
---------------------------------------
AC_PREREQ(2.53)
-AC_INIT(paraslash, [0.2.13], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
AC_CONFIG_HEADER([config.h])
########################################################################### generic