comparison configure.in @ 398:59c7938af2bd

merge of '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c' and '7f8670ac3bb975f40967f3979d09d2199b7e90c8'
author Matt Johnston <matt@ucc.asn.au>
date Sat, 03 Feb 2007 08:20:30 +0000
parents 59531221b846
children fb02e3180d90
comparison
equal deleted inserted replaced
396:e7c1a77d2921 398:59c7938af2bd
340 #if HAVE_UTMP_H 340 #if HAVE_UTMP_H
341 #include <utmp.h> 341 #include <utmp.h>
342 #endif 342 #endif
343 ]) 343 ])
344 344
345 AC_CHECK_MEMBERS([struct utmpx.ut_host, struct utmpx.ut_syslen, struct utmpx.ut_type, struct utmpx.ut_id, struct utmpx.ut_addr, struct utmpx.ut_addr_v6, struct utmpx.ut_time, struct utmpx.ut_tv, struct sockaddr_storage.ss_family, struct sockadd_storage.__family],,,[ 345 AC_CHECK_MEMBERS([struct utmpx.ut_host, struct utmpx.ut_syslen, struct utmpx.ut_type, struct utmpx.ut_id, struct utmpx.ut_addr, struct utmpx.ut_addr_v6, struct utmpx.ut_time, struct utmpx.ut_tv],,,[
346 #include <sys/types.h> 346 #include <sys/types.h>
347 #include <sys/socket.h> 347 #include <sys/socket.h>
348 #if HAVE_UTMPX_H 348 #if HAVE_UTMPX_H
349 #include <utmpx.h> 349 #include <utmpx.h>
350 #endif 350 #endif
351 ])
352
353 AC_CHECK_MEMBERS([struct sockaddr_storage.ss_family],,,[
354 #include <sys/types.h>
355 #include <sys/socket.h>
351 ]) 356 ])
352 357
353 AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent) 358 AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent)
354 AC_CHECK_FUNCS(utmpname) 359 AC_CHECK_FUNCS(utmpname)
355 AC_CHECK_FUNCS(endutxent getutxent getutxid getutxline pututxline ) 360 AC_CHECK_FUNCS(endutxent getutxent getutxid getutxline pututxline )
610 AC_MSG_NOTICE(Not checking for /dev/ptc & /dev/pts\, we're cross-compiling) 615 AC_MSG_NOTICE(Not checking for /dev/ptc & /dev/pts\, we're cross-compiling)
611 fi 616 fi
612 fi 617 fi
613 618
614 AC_EXEEXT 619 AC_EXEEXT
620
621 # XXX there must be a nicer way to do this
622 AS_MKDIR_P(libtomcrypt/src/ciphers/aes)
623 AS_MKDIR_P(libtomcrypt/src/ciphers/safer)
624 AS_MKDIR_P(libtomcrypt/src/ciphers/twofish)
625 AS_MKDIR_P(libtomcrypt/src/encauth/ccm)
626 AS_MKDIR_P(libtomcrypt/src/encauth/eax)
627 AS_MKDIR_P(libtomcrypt/src/encauth/gcm)
628 AS_MKDIR_P(libtomcrypt/src/encauth/ocb)
629 AS_MKDIR_P(libtomcrypt/src/hashes)
630 AS_MKDIR_P(libtomcrypt/src/hashes/chc)
631 AS_MKDIR_P(libtomcrypt/src/hashes/helper)
632 AS_MKDIR_P(libtomcrypt/src/hashes/sha2)
633 AS_MKDIR_P(libtomcrypt/src/hashes/whirl)
634 AS_MKDIR_P(libtomcrypt/src/mac/hmac)
635 AS_MKDIR_P(libtomcrypt/src/mac/omac)
636 AS_MKDIR_P(libtomcrypt/src/mac/pelican)
637 AS_MKDIR_P(libtomcrypt/src/mac/pmac)
638 AS_MKDIR_P(libtomcrypt/src/misc/base64)
639 AS_MKDIR_P(libtomcrypt/src/misc/crypt)
640 AS_MKDIR_P(libtomcrypt/src/misc/mpi)
641 AS_MKDIR_P(libtomcrypt/src/misc/pkcs5)
642 AS_MKDIR_P(libtomcrypt/src/modes/cbc)
643 AS_MKDIR_P(libtomcrypt/src/modes/cfb)
644 AS_MKDIR_P(libtomcrypt/src/modes/ctr)
645 AS_MKDIR_P(libtomcrypt/src/modes/ecb)
646 AS_MKDIR_P(libtomcrypt/src/modes/ofb)
647 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/bit)
648 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/choice)
649 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/ia5)
650 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/integer)
651 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/object_identifier)
652 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/octet)
653 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/printable_string)
654 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/sequence)
655 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/short_integer)
656 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/utctime)
657 AS_MKDIR_P(libtomcrypt/src/pk/dh)
658 AS_MKDIR_P(libtomcrypt/src/pk/dsa)
659 AS_MKDIR_P(libtomcrypt/src/pk/ecc)
660 AS_MKDIR_P(libtomcrypt/src/pk/pkcs1)
661 AS_MKDIR_P(libtomcrypt/src/pk/rsa)
662 AS_MKDIR_P(libtomcrypt/src/prng)
615 AC_CONFIG_HEADER(config.h) 663 AC_CONFIG_HEADER(config.h)
616 AC_OUTPUT(Makefile) 664 AC_OUTPUT(Makefile)
617 AC_OUTPUT(libtomcrypt/Makefile) 665 AC_OUTPUT(libtomcrypt/Makefile)
618 AC_OUTPUT(libtommath/Makefile) 666 AC_OUTPUT(libtommath/Makefile)
619 AC_MSG_NOTICE() 667 AC_MSG_NOTICE()