[anjuta] Use --enable-maintainer-mode by default when running configure
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] Use --enable-maintainer-mode by default when running configure
- Date: Sat, 16 May 2009 16:44:46 -0400 (EDT)
commit 4ffa4f8e3cb1d0182ab2ce787ee747c1220c8b55
Author: Sébastien Granjoux <seb sfo free fr>
Date: Sat May 16 22:45:19 2009 +0200
Use --enable-maintainer-mode by default when running configure
It was set by default by gnome-autogen.sh, but not when reconfiguring the project.
---
plugins/build-basic-autotools/configuration-list.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/plugins/build-basic-autotools/configuration-list.c b/plugins/build-basic-autotools/configuration-list.c
index 661458f..ec7e935 100644
--- a/plugins/build-basic-autotools/configuration-list.c
+++ b/plugins/build-basic-autotools/configuration-list.c
@@ -58,10 +58,10 @@ struct _DefaultBuildConfiguration
};
const DefaultBuildConfiguration default_config[] = {
- {N_("Default"), NULL, NULL},
- {N_("Debug"), "Debug", "'CFLAGS=-g -O0' 'CXXFLAGS=-g -O0' 'JFLAGS=-g -O0' 'FFLAGS=-g -O0'"},
- {N_("Profiling"), "Profiling", "'CFLAGS=-g -pg' 'CXXFLAGS=-g -pg' 'JFLAGS=-g -pg' 'FFLAGS=-g -pg'"},
- {N_("Optimized"), "Optimized", "'CFLAGS=-O2' 'CXXFLAGS=-O2' 'JFLAGS=-O2' 'FFLAGS=-O2'"},
+ {N_("Default"), NULL, "--enable-maintainer-mode"},
+ {N_("Debug"), "Debug", "--enable-maintainer-mode 'CFLAGS=-g -O0' 'CXXFLAGS=-g -O0' 'JFLAGS=-g -O0' 'FFLAGS=-g -O0'"},
+ {N_("Profiling"), "Profiling", "--enable-maintainer-mode 'CFLAGS=-g -pg' 'CXXFLAGS=-g -pg' 'JFLAGS=-g -pg' 'FFLAGS=-g -pg'"},
+ {N_("Optimized"), "Optimized", "--enable-maintainer-mode 'CFLAGS=-O2' 'CXXFLAGS=-O2' 'JFLAGS=-O2' 'FFLAGS=-O2'"},
{NULL, NULL, NULL}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]