X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=bootstrap.sh;h=11b724d321a938999045235faa94020e0f88df1c;hb=3adbda2cd5be48b7c630325f0f92e315d7eb2cfb;hp=3157b5d278d34553d1f58b8ef7554f064a276826;hpb=c1c236e751d126f3aeffe3ccf5da889dbf853b2f;p=catta diff --git a/bootstrap.sh b/bootstrap.sh index 3157b5d..11b724d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,4 +18,13 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -CFLAGS="$CFLAGS -g -O0" exec ./autogen.sh --sysconfdir=/etc --localstatedir=/var "$@" +FLAGS="--sysconfdir=/etc --localstatedir=/var" + +# Feel free to add your own custom flags in here -Lathiat +case "$USER" in + lathiat|sebest) + FLAGS="$FLAGS --disable-monodoc" + ;; +esac + +CFLAGS="$CFLAGS -g -O0" exec ./autogen.sh $FLAGS "$@"