Skip to content

Commit a45e476

Browse files
committed
modernize stuff
1 parent 1997a92 commit a45e476

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# -*- Autoconf -*-
22
# Process this file with autoconf to produce a configure script.
33

4-
AC_PREREQ(2.61)
4+
AC_PREREQ([2.69])
55
AC_INIT([bp-som],[0.1],[lamasoftware@science.ru.nl])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([.])
88
AC_CONFIG_MACRO_DIR([m4])
9-
AC_CONFIG_HEADER([config.h])
9+
AC_CONFIG_HEADERS([config.h])
1010

1111
if test x"${CXXFLAGS+set}" = xset; then
1212
# the user set CXXFLAGS; don't override it.
@@ -25,7 +25,7 @@ AC_PROG_CXX( [g++] )
2525
AC_LANG([C++])
2626

2727
# use libtool
28-
AC_PROG_LIBTOOL
28+
LT_INIT
2929
LT_INIT
3030

3131
#checks for libraries.

0 commit comments

Comments
 (0)