diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:16 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:16 +0900 |
commit | 0fd98397eab07f1ec3b1fad9890fd751298e1fe0 (patch) | |
tree | 2e6a21730db1973ea7b81847dbb181ce9c8cd2ce /aclocal.m4 | |
parent | 24d4e855d95e02a5324c2f3d88cfd5cd19830c2c (diff) | |
download | wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.tar.gz wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.tar.bz2 wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.zip |
Imported Upstream version 1.17.1upstream/1.17.1
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1925,6 +1925,7 @@ m4_include([m4/fcntl-o.m4]) m4_include([m4/fcntl.m4]) m4_include([m4/fcntl_h.m4]) m4_include([m4/float_h.m4]) +m4_include([m4/flock.m4]) m4_include([m4/fnmatch.m4]) m4_include([m4/fseek.m4]) m4_include([m4/fseeko.m4]) @@ -2049,6 +2050,7 @@ m4_include([m4/strnlen.m4]) m4_include([m4/strptime.m4]) m4_include([m4/strtok_r.m4]) m4_include([m4/strtoll.m4]) +m4_include([m4/sys_file_h.m4]) m4_include([m4/sys_ioctl_h.m4]) m4_include([m4/sys_select_h.m4]) m4_include([m4/sys_socket_h.m4]) |