diff options
author | Karl MacMillan <kmacmill@redhat.com> | 2007-10-18 15:26:19 -0400 |
---|---|---|
committer | Karl MacMillan <kmacmill@redhat.com> | 2007-10-18 15:26:19 -0400 |
commit | 628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32 (patch) | |
tree | da566ae130666b164125a20d1a299ad115fa867a /ipa-client | |
parent | 4c59be2b0d00afdc6bfe58fa813cb3570657b3d4 (diff) | |
download | freeipa-628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32.tar.gz freeipa-628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32.tar.xz freeipa-628aa3a5e7a7f1d804d76713ae56ded4c1bb6c32.zip |
Correct PACKAGE in ipa-client/autogen.sh.
Diffstat (limited to 'ipa-client')
-rwxr-xr-x | ipa-client/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/autogen.sh b/ipa-client/autogen.sh index c95b6dbc..014487e4 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" |