X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=config%2Fautorun.sh;h=27fcf170e5656ace96a5dafd6d8b45c3947cc477;hb=7bca10ca93172c1417f10c630a13c7aa88617ded;hp=c7e87ed1b8c8611cb7fe244d775a1b264167445f;hpb=b43d7591dbe31dedd9fed41f01d07e8a3412582b;p=m6w6%2Flibmemcached diff --git a/config/autorun.sh b/config/autorun.sh index c7e87ed1..27fcf170 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,12 @@ locate_binary() { } -AUTORECONF_FLAGS=" --install --force --verbose -Wall" +if test -d .bzr +then + AUTORECONF_FLAGS=" --install --verbose -Wall -Werror" +else + AUTORECONF_FLAGS=" --install --verbose -Wall" +fi if test -f config/pre_hook.sh then