Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 437b4b1..15d994c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl note: the configure scripts needs to be regenerated to update the version nu
define([gitversion], esyscmd([sh -c "echo -n 'git'; git rev-parse --short HEAD | tr -d '\n'"]))
AC_INIT([osirion],[0.2.8-gitversion])
-
+AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_HEADERS(src/config.h)
AC_LANG([C++])