[nautilus-actions] Add m4/nact-maintainer-mode.m4 to Git



commit 882c6194325a2542a647baf132c94cb479d38fc8
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon May 18 22:34:13 2009 +0200

    Add m4/nact-maintainer-mode.m4 to Git
---
 ChangeLog                  |   10 ++++++++++
 configure.ac               |    2 +-
 m4/nact-maintainer-mode.m4 |   39 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bb7442e..b1eb1fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-05-18 Pierre Wieser <pwieser trychlos org>
+
+	Fix Glade regression I introduced myself when ansi-fying C sources !
+
+	* *.c, *.h: almost all sources files impacted
+
+	* m4/nact-maintainer-mode.m4: creation
+
+	* plugin/nautilus-actions.c: add debug mode to syslog
+
 2009-05-17 Pierre Wieser <pwieser trychlos org>
 
 	Releasing 1.10.0
diff --git a/configure.ac b/configure.ac
index e16a0f4..0ead83a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AC_CONFIG_FILES([
 
 AC_CONFIG_MACRO_DIR([m4])
 
-# pwi 2009-05-15 disabled as GNOME_COMMON_INIT takes care if that
+# pwi 2009-05-15 disabled as GNOME_COMMON_INIT takes care of that
 #AC_SUBST(ACLOCAL_AMFLAGS, "$ACLOCAL_FLAGS")
 
 # don't agree with maintainer mode use
diff --git a/m4/nact-maintainer-mode.m4 b/m4/nact-maintainer-mode.m4
new file mode 100644
index 0000000..8add47b
--- /dev/null
+++ b/m4/nact-maintainer-mode.m4
@@ -0,0 +1,39 @@
+# Nautilus Actions
+#
+# Copyright (C) 2005 The GNOME Foundation
+# Copyright (C) 2006, 2007, 2008 Frederic Ruaudel and others (see AUTHORS)
+# Copyright (C) 2009 Pierre Wieser and others (see AUTHORS)
+#
+# This Program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This Program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this Library; see the file COPYING.  If not,
+# write to the Free Software Foundation, Inc., 59 Temple Place,
+# Suite 330, Boston, MA 02111-1307, USA.
+#
+# Authors:
+#   Frederic Ruaudel <grumz grumz net>
+#   Rodrigo Moya <rodrigo gnome-db org>
+#   Pierre Wieser <pwieser trychlos org>
+#   ... and many others (see AUTHORS)
+
+# serial 1 creation
+
+dnl define NACT_MAINTAINER_MODE
+
+AC_DEFUN([NACT_IS_MAINTAINER_MODE],[
+	NACT_MAINTAINER_MODE=
+	if test "${USE_MAINTAINER_MODE}" = "yes"; then
+		NACT_MAINTAINER_MODE=1
+	fi
+	AC_SUBST([NACT_MAINTAINER_MODE])
+	AC_DEFINE_UNQUOTED([NACT_MAINTAINER_MODE],[${NACT_MAINTAINER_MODE}],[Define to 1 if we are in maintainer mode])
+])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]