build_date = $(shell date)
system = $(shell uname -rs)
cc_version = $(shell $(CC) --version | head -n 1)
-codename = neural discharge
+codename = isotropic threshold
-#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
-#DEBUG_CPPFLAGS += -Wredundant-decls
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wredundant-decls
# produces false positives
# DEBUG_CPPFLAGS += -Wunreachable-code
# DEBUG_CPPFLAGS += -Wwrite-strings
NEWS
====
+---------------------------------------------
+0.?.? (to be announced) "isotropic threshold"
+---------------------------------------------
+
--------------------------------------
0.2.16 (2007-04-05) "neural discharge"
--------------------------------------
AC_PREREQ(2.60)
-AC_INIT(paraslash, [0.2.16], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
AC_CONFIG_HEADER([config.h])
AC_PATH_PROG(UNAMEPATH, uname, no)