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 := volatile relativity
+codename := spectral gravity
GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h)
+------------------------------------------
+0.?.? (to be announced) "spectral gravity"
+------------------------------------------
+
-----------------------------------------
0.4.12 (2012-12-20) "volatile relativity"
-----------------------------------------
AC_PREREQ([2.61])
-AC_INIT([paraslash],[0.4.12],[maan@systemlinux.org])
+AC_INIT([paraslash],[git],[maan@systemlinux.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_FILES([Makefile])