Commit 78fea9ef authored by Ondřej Janošík's avatar Ondřej Janošík
Browse files

Update configure.ac to work with newer version of automake

parent 07649449
...@@ -4,7 +4,7 @@ AC_PREREQ(2.50) ...@@ -4,7 +4,7 @@ AC_PREREQ(2.50)
AC_INIT( [OIS], 1.4.0 ) AC_INIT( [OIS], 1.4.0 )
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE( [OIS], 1.4.0 ) AM_INIT_AUTOMAKE([subdir-objects])
AM_CONFIG_HEADER([includes/config.h]) AM_CONFIG_HEADER([includes/config.h])
dnl Check for programs dnl Check for programs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment