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)
|
|
|
-
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
|
|
| 3 | 3 | |
| 4 | 4 | intltoolize |
| 5 | 5 | autoreconf -i |
| 6 | | ./configure "$@" |
| | 6 | ./configure --enable-maintainer-mode "$@" |
-
diff --git a/configure.ac b/configure.ac
index 8e0c26e..e67096c 100644
|
a
|
b
|
|
| 7 | 7 | |
| 8 | 8 | AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip]) |
| 9 | 9 | |
| | 10 | AM_MAINTAINER_MODE |
| 10 | 11 | AC_DISABLE_STATIC |
| 11 | 12 | AC_PROG_LIBTOOL |
| 12 | 13 | |
Download in other formats: