Tweaks to autoconf files.

git-svn-id: file:///home/mbr/svn/fwknop/trunk@275 510a4753-2344-4c79-9c09-4d669213fbeb
This commit is contained in:
Damien Stuart 2010-08-01 02:13:03 +00:00
parent 55e9fe41e1
commit 51adbe26a2
2 changed files with 8 additions and 2 deletions

View File

@ -15,7 +15,13 @@ SUBDIRS = \
doc doc
EXTRA_DIST = \ EXTRA_DIST = \
extras \ extras/fwknop.init.debian \
extras/fwknop.init.openwrt \
extras/fwknop.init.redhat \
extras/openwrt/README.openwrt \
extras/openwrt/package/fwknop/Makefile \
extras/openwrt/package/fwknop/files/fwknopd.init \
extras/openwrt/package/gpgme/Makefile \
fwknop.spec \ fwknop.spec \
perl/FKO/README \ perl/FKO/README \
perl/FKO/inc/Devel/CheckLib.pm \ perl/FKO/inc/Devel/CheckLib.pm \

View File

@ -79,7 +79,7 @@ AC_HEADER_STDC
AC_HEADER_TIME AC_HEADER_TIME
AC_HEADER_RESOLV AC_HEADER_RESOLV
AC_CHECK_HEADERS([arpa/inet.h ctype.h endian.h errno.h locale.h netdb.h net/ethernet.h netinet/ether.h netinet/ip_icmp.h netinet/in.h netinet/ip.h netinet/tcp.h netinet/udp.h stdint.h stdlib.h string.h strings.h sys/byteorder.h sys/endian.h sys/ethernet.h sys/socket.h sys/stat.h sys/time.h sys/wait.h termios.h time.h unistd.h]) AC_CHECK_HEADERS([arpa/inet.h ctype.h endian.h errno.h locale.h netdb.h net/ethernet.h netinet/ether.h netinet/in.h netinet/ip.h netinet/tcp.h netinet/udp.h stdint.h stdlib.h string.h strings.h sys/byteorder.h sys/endian.h sys/ethernet.h sys/socket.h sys/stat.h sys/time.h sys/wait.h termios.h time.h unistd.h])
# Type checks. # Type checks.
# #