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

File sugar-toolkit-maintainer-mode.patch, 891 bytes (added by bernie, 14 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 export ACLOCAL="aclocal -I m4" 
    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 AC_CONFIG_SRCDIR([configure.ac]) 
    77
    88AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
    99
     10AM_MAINTAINER_MODE
    1011AC_DISABLE_STATIC
    1112AC_PROG_LIBTOOL
    1213