From e38ded2efe36c1290ffe01f8101cf369e1190bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 17 Apr 2008 10:00:20 +0000 Subject: [PATCH] Run autoupdate, use LT_INIT(). git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23005 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index f32a824a5..6f1b91a76 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) -AC_PREREQ([2.59]) +AC_PREREQ([2.61]) test -z "$CFLAGS" && CFLAGS="-g" AC_INIT([Heimdal],[1.1.99],[heimdal-bugs@h5l.org]) AC_CONFIG_SRCDIR([kuser/kinit.c]) @@ -50,7 +50,7 @@ libdir="$libdir$abilibdirext" AC_C___ATTRIBUTE__ -AC_PROG_LIBTOOL +LT_INIT([enable-shared enable-static win32-dll]) AM_CONDITIONAL(ENABLE_SHARED, test "$enable_shared" = "yes") rk_VERSIONSCRIPT @@ -79,8 +79,7 @@ AM_CONDITIONAL(PKINIT, test "$enable_pk_init" != no) dnl path where the hdb directory is stored AC_ARG_WITH([hdbdir], - [AC_HELP_STRING([--with-hdbdir], - [Default location for KDC database @<:@default=/var/heimdal@:>@])], + [AS_HELP_STRING([--with-hdbdir],[Default location for KDC database @<:@default=/var/heimdal@:>@])], [], [with_hdbdir=/var/heimdal]) DIR_hdbdir="$with_hdbdir" @@ -125,8 +124,7 @@ AC_SUBST(dpagaix_ldadd) AC_SUBST(dpagaix_ldflags) AC_ARG_ENABLE([afs-support], - AC_HELP_STRING([--disable-afs-support], - [if you don't want support for AFS])) + AS_HELP_STRING([--disable-afs-support],[if you don't want support for AFS])) if test "$enable_afs_support" = no; then AC_DEFINE(NO_AFS, 1, [Define if you don't wan't support for AFS.]) fi