File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11dnl 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] )
44AC_CONFIG_AUX_DIR ( [ build-aux] )
55AC_CONFIG_MACRO_DIR ( [ m4] )
66AC_CONFIG_LIBOBJ_DIR ( [ lib] )
77AC_CONFIG_SRCDIR ( [ src/ftpclass.cc] )
8- AM_CONFIG_HEADER ([ lib/config.h] )
8+ AC_CONFIG_HEADERS ( [ lib/config.h] )
99AM_INIT_AUTOMAKE
1010
1111dnl This doesn't *require* GNU extensions; it merely enables them if
@@ -351,9 +351,7 @@ LFTP_LIBIDN2_CHECK
351351
352352dnl Checks for header files.
353353AC_HEADER_DIRENT
354- AC_HEADER_STDC
355354AC_HEADER_SYS_WAIT
356- AC_HEADER_TIME
357355AC_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\
You can’t perform that action at this time.
0 commit comments