We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c003d commit 947f6ccCopy full SHA for 947f6cc
configure.ac
@@ -1,6 +1,6 @@
1
dnl -*- mode: m4; -*-
2
3
-AC_PREREQ(2.60)
+AC_PREREQ([2.69])
4
5
# When bumping versions see also the LT version numbers below.
6
define([PACKAGE_VERSION_MAJOR], [0])
@@ -164,21 +164,10 @@ AC_PROG_SED
164
AC_PROG_MAKE_SET
165
166
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
-)
+LT_INIT([win32-dll])
+LT_LANG([Windows Resource])
179
180
dnl Checks for header files.
181
-AC_HEADER_STDC
182
AC_HEADER_SYS_WAIT
183
AC_CHECK_HEADERS([ \
184
errno.h fcntl.h malloc.h stdlib.h \
0 commit comments