comparison configure.in @ 366:59531221b846

Fix up separate-directory building for libtomcrypt Use $CC rather than $LD for linking
author Matt Johnston <matt@ucc.asn.au>
date Wed, 11 Oct 2006 16:00:50 +0000
parents 2dd116db1956
children fb02e3180d90
comparison
equal deleted inserted replaced
358:e81d3bc1dc78 366:59531221b846
615 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)
616 fi 616 fi
617 fi 617 fi
618 618
619 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)
620 AC_CONFIG_HEADER(config.h) 663 AC_CONFIG_HEADER(config.h)
621 AC_OUTPUT(Makefile) 664 AC_OUTPUT(Makefile)
622 AC_OUTPUT(libtomcrypt/Makefile) 665 AC_OUTPUT(libtomcrypt/Makefile)
623 AC_OUTPUT(libtommath/Makefile) 666 AC_OUTPUT(libtommath/Makefile)
624 AC_MSG_NOTICE() 667 AC_MSG_NOTICE()