uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS")
uname_rs := $(shell uname -rs)
cc_version := $(shell $(CC) --version | head -n 1)
-codename := solar saturation
+codename := liquid interaction
DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
DEBUG_CPPFLAGS += -Wredundant-decls
NEWS
====
+--------------------------------------------
+0.3.1 (to be announced) "liquid interaction"
+--------------------------------------------
+
+
-------------------------------------
0.3.0 (2008-01-12) "solar saturation"
-------------------------------------
AC_PREREQ(2.60)
-AC_INIT(paraslash, [0.3.0], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
AC_CONFIG_HEADER([config.h])
AC_PATH_PROG(UNAMEPATH, uname, no)