We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1997a92 commit a45e476Copy full SHA for a45e476
1 file changed
configure.ac
@@ -1,12 +1,12 @@
1
# -*- Autoconf -*-
2
# Process this file with autoconf to produce a configure script.
3
4
-AC_PREREQ(2.61)
+AC_PREREQ([2.69])
5
AC_INIT([bp-som],[0.1],[lamasoftware@science.ru.nl])
6
AM_INIT_AUTOMAKE
7
AC_CONFIG_SRCDIR([.])
8
AC_CONFIG_MACRO_DIR([m4])
9
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
10
11
if test x"${CXXFLAGS+set}" = xset; then
12
# the user set CXXFLAGS; don't override it.
@@ -25,7 +25,7 @@ AC_PROG_CXX( [g++] )
25
AC_LANG([C++])
26
27
# use libtool
28
-AC_PROG_LIBTOOL
+LT_INIT
29
LT_INIT
30
31
#checks for libraries.
0 commit comments