Skip to content

Commit e2a009c

Browse files
committed
refresh configure.ac
1 parent be9b207 commit e2a009c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

configure.ac

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_PREREQ([2.64])
3-
AC_INIT([lftp],m4_esyscmd([build-aux/git-version-gen .tarball-version]),[lftp-bugs@lftp.yar.ru])
2+
AC_PREREQ([2.71])
3+
AC_INIT([lftp],[m4_esyscmd(build-aux/git-version-gen .tarball-version)],[lftp-bugs@lftp.yar.ru])
44
AC_CONFIG_AUX_DIR([build-aux])
55
AC_CONFIG_MACRO_DIR([m4])
66
AC_CONFIG_LIBOBJ_DIR([lib])
77
AC_CONFIG_SRCDIR([src/ftpclass.cc])
8-
AM_CONFIG_HEADER([lib/config.h])
8+
AC_CONFIG_HEADERS([lib/config.h])
99
AM_INIT_AUTOMAKE
1010

1111
dnl This doesn't *require* GNU extensions; it merely enables them if
@@ -351,9 +351,7 @@ LFTP_LIBIDN2_CHECK
351351

352352
dnl Checks for header files.
353353
AC_HEADER_DIRENT
354-
AC_HEADER_STDC
355354
AC_HEADER_SYS_WAIT
356-
AC_HEADER_TIME
357355
AC_CHECK_HEADERS(libintl.h fcntl.h sys/time.h errno.h stdlib.h varargs.h dirent.h\
358356
termios.h termio.h sys/select.h sys/stropts.h string.h memory.h\
359357
strings.h sys/ioctl.h dlfcn.h arpa/inet.h arpa/nameser.h netinet/in.h netinet/tcp.h\

0 commit comments

Comments
 (0)