Attachments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #1662: sugar-toolkit-maintainer-mode.patch

File sugar-toolkit-maintainer-mode.patch, 0.9 KB (added by bernie, 3 years ago)
  • autogen.sh

    From 3603e57c86cf0d97dae18a9be4c872e13801720d Mon Sep 17 00:00:00 2001
    From: Bernie Innocenti <bernie@codewiz.org>
    Date: Tue, 20 Oct 2009 02:26:46 -0400
    Subject: [PATCH] autogen.sh: pass --enable-maintainer-mode to configure
    Organization: Sugar Labs Foundation
    
    ---
     autogen.sh   |    2 +-
     configure.ac |    1 +
     2 files changed, 2 insertions(+), 1 deletions(-)
    
    diff --git a/autogen.sh b/autogen.sh
    index 3d12f8f..f25b0a3 100755
    a b  
    33 
    44intltoolize 
    55autoreconf -i 
    6 ./configure "$@" 
     6./configure --enable-maintainer-mode "$@" 
  • configure.ac

    diff --git a/configure.ac b/configure.ac
    index 8e0c26e..e67096c 100644
    a b  
    77 
    88AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip]) 
    99 
     10AM_MAINTAINER_MODE 
    1011AC_DISABLE_STATIC 
    1112AC_PROG_LIBTOOL 
    1213