From 01a9a14e52faddf1d3e252c59ece80f311dd84d3 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 8 Jul 2000 16:15:15 +0000 Subject: [PATCH] (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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index e473a9ba0..e8052c41f 100644 --- a/configure.in +++ b/configure.in @@ -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 ],[-lldap -llber])