(AM_INIT_AUTOMAKE): bump to 0.3a-pre

(AC_ROKEN): roken is now at 10


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8619 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-08 16:15:15 +00:00
parent 2da2c30b8d
commit 01a9a14e52

View File

@@ -3,7 +3,7 @@ AC_REVISION($Revision$)
AC_INIT(lib/krb5/send_to_kdc.c)
AM_CONFIG_HEADER(include/config.h)
AM_INIT_AUTOMAKE(heimdal,0.2t-pre)
AM_INIT_AUTOMAKE(heimdal,0.3a-pre)
AC_PREFIX_DEFAULT(/usr/heimdal)
@@ -76,7 +76,7 @@ if test "$withval" = no; then
fi
])
AC_ROKEN(9,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roken/libroken.la],[-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken])
AC_ROKEN(10,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roken/libroken.la],[-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken])
AC_TEST_PACKAGE_NEW(openldap,[#include <ldap.h>],[-lldap -llber])