From cced59be44cbc2204314bdf77a35b41b81bf4097 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 5 Sep 2008 11:00:33 -0400 Subject: Initial nss_sss client code import --- nss_client/autogen.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 nss_client/autogen.sh (limited to 'nss_client/autogen.sh') diff --git a/nss_client/autogen.sh b/nss_client/autogen.sh new file mode 100755 index 00000000..bf84eeee --- /dev/null +++ b/nss_client/autogen.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +rm -rf autom4te.cache +rm -f configure config.h.in + +IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace" +autoconf $IPATHS || exit 1 +autoheader $IPATHS || exit 1 + +rm -rf autom4te.cache + +echo "Now run ./configure and then make." +exit 0 + -- cgit