On Thu, Dec 19, 2013 at 04:00:24PM +0800, Liu Yuan wrote:
> This fixes a possible stale out of 'sheep -v'
> 
> Signed-off-by: Liu Yuan <namei.u...@gmail.com>
> ---
>  autogen.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/autogen.sh b/autogen.sh
> index 83770a1..4bc608d 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -2,4 +2,4 @@
>  # Run this to generate all the initial makefiles, etc.
>  
>  echo Building configuration system...
> -autoreconf -i && echo Now run ./configure and make
> +autoreconf -i -f && echo Now run ./configure and make

Applied

Yuan
-- 
sheepdog mailing list
sheepdog@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to