>From fd9a2f5ed53d911a9124818d484ee01e770cc420 Mon Sep 17 00:00:00 2001 From: "Arnel A. Borja" Date: Tue, 20 Dec 2011 22:15:38 +0800 Subject: [PATCH 2/6] anjuta-build-tutorial: Remove AM_MAINTAINER_MODE Since project-wizard no longer use AM_MAINTAINER_MODE, remove references to it and the configure argument --enable-maintainer-mode --- .../C/anjuta-build-tutorial.xml | 24 +------------------- 1 files changed, 1 insertions(+), 23 deletions(-) diff --git a/manuals/anjuta-build-tutorial/C/anjuta-build-tutorial.xml b/manuals/anjuta-build-tutorial/C/anjuta-build-tutorial.xml index a1ccd8d..d349108 100644 --- a/manuals/anjuta-build-tutorial/C/anjuta-build-tutorial.xml +++ b/manuals/anjuta-build-tutorial/C/anjuta-build-tutorial.xml @@ -506,10 +506,6 @@ If tut_prog is older than main.o or aux.o - --enable-maintainer-mode - Add extra rules useful when modifying the project source code - - --help List all available options @@ -1172,7 +1168,6 @@ AC_INIT(tutprog, 0.1) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AC_CONFIG_HEADERS([config.h]) -AM_MAINTAINER_MODE AC_PROG_CC @@ -1220,23 +1215,6 @@ Makefile - AM_MAINTAINER_MODE - - - By default the makefiles created by Automake have rules to rerun - Automake or Autoconf - when needed: if configure.ac or Makefile.am - are modified. By using this macro, you disable this feature. So - configure.ac and all Makefile.am will - never be erased, even if you get a problem with the date of some files which - could be better for an user, someone compiling the project without modifying it. A - developer, someone modifying the project, needs these rules and has to - run configure with --enable-maintainer-mode to keep those. - The real interest of this macro is debatable. - - - - AC_OUTPUT @@ -1406,7 +1384,7 @@ cd . && /bin/sh /home/seb2008.1/Projects/tutprog/missing --run aclocal-1 cd . && /bin/sh /home/seb2008.1/Projects/tutprog/missing --run automake-1.10 --foreign cd . && /bin/sh /home/seb2008.1/Projects/tutprog/missing --run autoconf /bin/sh ./config.status --recheck -running CONFIG_SHELL=/bin/sh /bin/sh ./configure --enable-maintainer-mode --no-create --no-recursion +running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p -- 1.7.5.4