From d42f4de9a5967b6c98a1fabf7e32ab23f331cf98 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 1 Aug 2012 21:47:14 -0400 Subject: [PATCH] Remove force from autoreconf --- config/autorun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/autorun.sh b/config/autorun.sh index c7e87ed1..ed08d182 100755 --- a/config/autorun.sh +++ b/config/autorun.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2011 Brian Aker +# Copyright (C) 2011 Brian Aker, brian@tangent.org # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -49,7 +49,7 @@ locate_binary() { } -AUTORECONF_FLAGS=" --install --force --verbose -Wall" +AUTORECONF_FLAGS=" --install --verbose -Wall" if test -f config/pre_hook.sh then -- 2.30.2