Skip to content

Commit 947f6cc

Browse files
committed
Drop support for ancient autoconf versions
1 parent f2c003d commit 947f6cc

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

configure.ac

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl -*- mode: m4; -*-
22

3-
AC_PREREQ(2.60)
3+
AC_PREREQ([2.69])
44

55
# When bumping versions see also the LT version numbers below.
66
define([PACKAGE_VERSION_MAJOR], [0])
@@ -164,21 +164,10 @@ AC_PROG_SED
164164
AC_PROG_MAKE_SET
165165

166166
dnl Add libtool support.
167-
ifdef(
168-
[LT_INIT],
169-
[
170-
LT_INIT([win32-dll])
171-
LT_LANG([Windows Resource])
172-
],
173-
[
174-
AC_LIBTOOL_WIN32_DLL
175-
AC_LIBTOOL_RC
176-
AC_PROG_LIBTOOL
177-
]
178-
)
167+
LT_INIT([win32-dll])
168+
LT_LANG([Windows Resource])
179169

180170
dnl Checks for header files.
181-
AC_HEADER_STDC
182171
AC_HEADER_SYS_WAIT
183172
AC_CHECK_HEADERS([ \
184173
errno.h fcntl.h malloc.h stdlib.h \

0 commit comments

Comments
 (0)