From ee742cbe7b0082fd68bbc809b642dec20a0fcb0c Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 17 Jul 2000 15:52:49 +0000 Subject: [PATCH] subst AIX compiler flags git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8683 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 599283a91..71fd70e34 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) -AC_INIT(lib/krb5/send_to_kdc.c) +AC_PREREQ(2.14a) +AC_INIT(heimdal, 0.3a-pre, heimdal-bugs@pdc.kth.se) AM_CONFIG_HEADER(include/config.h) AM_INIT_AUTOMAKE(heimdal,0.3a-pre) @@ -170,6 +171,15 @@ if test "$enable_dce" = yes; then fi AM_CONDITIONAL(DCE, test "$with_dce" = yes) +## XXX should get this from ibmcxx.cfg +dpagaix_CFLAGS="-D_THREAD_SAFE -D_AIX_PTHREADS_D7 -D_AIX32_THREADS=1 -D_AES_SOURCE -D_AIX41 -I/usr/include/dce" +AC_SUBST(dpagaix_CFLAGS) +dpagaix_LDFLAGS="-Wl,-edpagaix -Wl,dfspag.exp" +AC_SUBST(dpagaix_LDFLAGS) +dpagaix_LDADD="-L/usr/lib/threads -ldcelibc_r -ldcepthreads -lpthreads_compat lpthreads -lc_r" +AC_SUBST(dpagaix_LDADD) + + AC_ARG_ENABLE(kaserver, [ --enable-kaserver if you want the KDC to try to emulate a kaserver]) if test "$enable_kaserver" = yes; then