aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'c_implementation/configure.ac')
-rw-r--r--c_implementation/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/c_implementation/configure.ac b/c_implementation/configure.ac
index 477ec5c..0cedf54 100644
--- a/c_implementation/configure.ac
+++ b/c_implementation/configure.ac
@@ -1,9 +1,10 @@
-AC_INIT([akt], [0.0.0])
+AC_INIT([akt],[0.0.0])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_MACRO_DIRS([m4])
LT_INIT([shared])
AC_PROG_CC
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
AC_CHECK_HEADERS([stdlib.h stdio.h])