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 := mutual diversity
+codename := volatile relativity
GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h)
+---------------------------------------------
+0.?.? (to be announced) "volatile relativity"
+---------------------------------------------
+
--------------------------------------
0.4.11 (2012-07-20) "mutual diversity"
--------------------------------------
AC_PREREQ(2.60)
-AC_INIT(paraslash, [0.4.11], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
AC_CONFIG_HEADER([config.h])
AC_PATH_PROG(UNAMEPATH, uname, no)