Skip to content

Commit e5a5125

Browse files
committed
Updated to 2.69 and fixed warnings
1 parent 01c05c2 commit e5a5125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2020
#
2121

22-
AC_PREREQ(2.59)
22+
AC_PREREQ([2.69])
2323
AC_INIT([cbm],[0.3.1],[https://github.com/resurrecting-open-source-projects/cbm/issues])
2424
AM_INIT_AUTOMAKE(foreign)
2525
AC_CONFIG_SRCDIR(src/cbm.cpp)
26-
AC_CONFIG_HEADER(src/config.h)
26+
AC_CONFIG_HEADERS([src/config.h])
2727

2828
# Checks for programs.
2929
AC_PROG_CC
3030
AC_PROG_CXX
3131
if test "${GXX}" = ""; then
3232
AC_MSG_ERROR([ERROR: we need a C++ compiler, like g++ or other])
3333
fi
34-
AC_PROG_LIBTOOL
34+
LT_INIT
3535

3636
# Check for host platform
3737
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)