summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-05-28 15:25:26 -0400
committerSteve Dickson <steved@redhat.com>2009-05-28 15:25:26 -0400
commit7d2236272ebdb45272df5150e57018a952a1343c (patch)
tree8c63adb2fdc2d1d381332f1e49f8a19282418a6d
parent639012fa65eb1a6814394033026771f785f016ac (diff)
downloadti-rpc-7d2236272ebdb45272df5150e57018a952a1343c.tar.gz
Release 0.2.0libtirpc-0-2-0
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 9312cb1..bacb265 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,5 @@
-
-AC_INIT(libtirpc, 0.1.11)
-AM_INIT_AUTOMAKE(libtirpc, 0.1.11)
+AC_INIT(libtirpc, 0.2.0)
+AM_INIT_AUTOMAKE(libtirpc, 0.2.0)
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([src/auth_des.c])
@@ -15,7 +14,6 @@ if test x$gss = xtrue; then
AC_MSG_ERROR([Unable to locate information required to use libgssglue.]))
fi
-
AC_PROG_CC
AM_CONFIG_HEADER(config.h)
AC_PROG_LIBTOOL