Ticket #1662: sugar-maintainer-mode.patch

File sugar-maintainer-mode.patch, 567 bytes (added by bernie, 14 years ago)
  • autogen.sh

    From ab8d0f18418c6536a32c5ac268cdc66ee04bc8f8 Mon Sep 17 00:00:00 2001
    From: Bernie Innocenti <bernie@codewiz.org>
    Date: Tue, 20 Oct 2009 02:25:37 -0400
    Subject: [PATCH] autogen.sh: pass --enable-maintainer-mode to configure
    Organization: Sugar Labs Foundation
    
    ---
     autogen.sh |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/autogen.sh b/autogen.sh
    index a8a19f2..a71e202 100755
    a b  
    11#!/bin/sh
    22intltoolize
    33autoreconf -i
    4 ./configure "$@"
     4./configure --enable-maintainer-mode "$@"