From 628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32 Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Thu, 18 Oct 2007 15:26:19 -0400 Subject: Correct PACKAGE in ipa-client/autogen.sh. --- ipa-client/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-client/autogen.sh') diff --git a/ipa-client/autogen.sh b/ipa-client/autogen.sh index c95b6dbc6..014487e41 100755 --- a/ipa-client/autogen.sh +++ b/ipa-client/autogen.sh @@ -2,7 +2,7 @@ # Run this to generate all the initial makefiles, etc. set -e -PACKAGE=freeipa-server +PACKAGE=freeipa-client LIBTOOLIZE=${LIBTOOLIZE-libtoolize} LIBTOOLIZE_FLAGS="--copy --force" -- cgit