Javier Jardón [Fri, 19 Jul 2013 11:09:17 +0000 (12:09 +0100)]
gnome-autogen.sh: Check only for autoreconf
autoconf, automake, libtool, gettext are already checked by autoreconf
Javier Jardón [Fri, 19 Jul 2013 11:05:50 +0000 (12:05 +0100)]
Rename configure.in to configure.ac
Javier Jardón [Thu, 18 Jul 2013 16:44:27 +0000 (17:44 +0100)]
gnome-autogen: Do not use sed to get the AC_CONFIG_MACRO_DIR directory
Javier Jardón [Thu, 18 Jul 2013 14:09:50 +0000 (15:09 +0100)]
macros2/gnome-autogen.sh: Create m4 directory if it doesnt exits
This is a automake bug fixed in automake 1.13.2
Javier Jardón [Thu, 27 Jun 2013 11:07:17 +0000 (12:07 +0100)]
gnome-autogen.sh: Use autoreconf
instead autopoint/libtoolize/autoconf/automake manually
Yosef Or Boczko [Sun, 23 Jun 2013 05:52:17 +0000 (08:52 +0300)]
Add support for automake 1.14
Dan Winship [Wed, 8 May 2013 17:26:19 +0000 (13:26 -0400)]
code-coverage: fix conditionalization
The "make clean" rule added by gnome-code-coverage.m4 was not
conditionalized (making it spew errors on "make clean" when built
without coverage support, since $(LCOV) expanded to ""), and the other
rules were conditionalized incorrectly (testing "ifdef
CODE_COVERAGE_ENABLED", when that variable was always set, just
sometimes to "no"). Fix both problems.
https://bugzilla.gnome.org/show_bug.cgi?id=699943
Paolo Borelli [Mon, 8 Apr 2013 10:21:48 +0000 (12:21 +0200)]
Add support for lcov 1.10
David King [Mon, 14 Jan 2013 22:51:31 +0000 (22:51 +0000)]
version 3.7.4
Ross Burton [Thu, 10 Jan 2013 09:48:27 +0000 (09:48 +0000)]
COPYING: add GPL-2 license file
Finally declare gnome-common to be GPL 2+, by doing some source code
archaeology.
These files we can effectively ignore:
.gitignore
AUTHORS
ChangeLog.pre-git
NEWS
README
doc-build/README
doc/usage.txt
gnome-common.doap
macros2/README.cvs-commits
The build files you could argue are boilerplate/uncopyrightable:
Makefile.am
autogen.sh
configure.in
doc-build/Makefile.am
macros2/Makefile.am
So that leaves:
doc-build/gnome-doc-common.in
doc-build/omf.make
doc-build/xmldocs.make
Appeared in
e16ea58db92e05b9720acdc6992175ec346dfc91. Appears to have
been copy-pasted from scrollkeeper-example2, LGPLv2.1.
macros2/gnome-autogen.sh
Can be traced back to gnome-libs
88f7376472d3ee54329213c118b46225703d8223, which
is GPLv2/LGPLv2.
macros2/gnome-code-coverage.m4
LGPLv2.1+.
macros2/gnome-common.m4
macros2/gnome-compiler-flags.m4
Synced with gnome-core as of
425e5cc9aad003c9f64d43f2d3f15e04a97db854, so
LGPLv2.1+.
The long-standing assumption is that gnome-common was GPLv2+, so use that
license. Finally the tyranny of unclear licensing is over!
https://bugzilla.gnome.org/show_bug.cgi?id=133689
Ross Burton [Thu, 10 Jan 2013 09:45:36 +0000 (09:45 +0000)]
build: remove useless (empty or ancient) files that we don't need
Raphael Kubo da Costa [Tue, 8 Jan 2013 16:45:24 +0000 (18:45 +0200)]
Add support for automake 1.13.
Dodji Seketeli [Mon, 10 Dec 2012 15:38:04 +0000 (16:38 +0100)]
Better support of using AUTOCONF environment variable
When I launch gnome-autogen.sh by telling it to use a version of
autoconf that is at a particular path -- by using the AUTOCONF
environment variable -- I can see that there is a spot in the script
that fails to honour that variable. I thus get the error message
(that I trim to just keep the relevant part):
AUTOCONF=/my/autoconf AUTOM4TE=/my/autom4te /bin/sh -x /usr/bin/gnome-autogen.sh
[...]
+++ find_configure_files /home/dodji/devel/git/gdl/master
+++ configure_ac=
+++ test -f /home/dodji/devel/git/gdl/master/configure.ac
+++ test -f /home/dodji/devel/git/gdl/master/configure.in
+++ configure_ac=/home/dodji/devel/git/gdl/master/configure.in
+++ test x/home/dodji/devel/git/gdl/master/configure.in '!=' x
+++ echo /home/dodji/devel/git/gdl/master/configure.in
+++ autoconf -t 'AC_CONFIG_SUBDIRS:$1' /home/dodji/devel/git/gdl/master/configure.in
+++ read dir
/home/dodji/devel/git/gdl/master/configure.in:8: error: Autoconf version 2.65 or higher is required
/home/dodji/devel/git/gdl/master/configure.in:8: the top level
autom4te: /bin/m4 failed with exit status: 63
I think the problem is that the find_configure_files function uses
'autoconf' directly instead of using $AUTOCONF. So it's taking the
autoconf binary that is in my path, and that one doesn't satisfy the
version requirement of the configure.in script template that is in.
/home/dodji/devel/git/gdl/master/configure.in.
The patch below fixes that essentially by s/autoconf/$AUTOCONF there,
and also by moving the definition point of the AUTOCONF variable --
that is done by a call to version_check -- before the first spot that
actually uses it.
It's worth noting that this bug appears to have been introduced by the
patch attached to bug #510713.
Tested on my Fedora Rawhide system.
* macros2/gnome-autogen.sh (find_configure_files): Use the
AUTOCONF variable, rather than calling the autoconf program
directly. Remove the now useless comment.
(<at global scope>): Move the definition of the AUTOCONF variable
before its first use.
Colin Walters [Tue, 13 Nov 2012 18:17:00 +0000 (13:17 -0500)]
compiler-warnings: Fix tabs->spaces
Per https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 20:06:44 +0000 (15:06 -0500)]
compiler-warnings: Drop -Wdeclaration-after-statement
Some GNOME modules want the ability to use C99, let's not hamper them.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 20:04:02 +0000 (15:04 -0500)]
compiler-warnings: Drop -Wno-sign-comare
It's not part of -Wall, and we're not explicitly turning it on here,
so there's no point in turning it off, since it's not on.
Additionally, if a given module did want it on, it's clearer if
the compiler flags don't have -Wno-sign-compare -Wsign-compare.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 20:02:38 +0000 (15:02 -0500)]
compiler-warnings: Move -Wnested-externs to the always-on warning set
Since there's no reason to have it different for yes/maximum.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 20:00:06 +0000 (15:00 -0500)]
compiler-warnings: code cleanup: Extract common warnings into variables
Will make future refactoring clearer, and also we have comments now.
https://bugzilla.gnome.org/show_bug.cgi?id=688192
Colin Walters [Mon, 12 Nov 2012 17:09:57 +0000 (12:09 -0500)]
compiler-warnings: Drop -Waggregate-return
This trips up gnome-desktop using things like XSyncValue, and while
it's possible to avoid, we shouldn't punish people who are pushed to
use structures as return values by external APIs.
Returning a two-element structure is not a big deal.
Colin Walters [Mon, 12 Nov 2012 17:09:20 +0000 (12:09 -0500)]
compiler-warnings: cosmetic cleanup: Put each warning on own line
So that further patches are more readable.
David King [Sat, 28 Jul 2012 14:19:55 +0000 (15:19 +0100)]
Add lots of warnings to GNOME_COMPILE_WARNINGS
Following Colin Walters' thread on desktop-devel-list:
https://mail.gnome.org/archives/desktop-devel-list/2012-July/msg00100.html
Add a selection of more strict warnings to the default level of
GNOME_COMPILE_WARNINGS. Check all the warnings by passing them to GCC,
and ignore those which fail. Set the severity of some of the warnings to
errors, so that particularly bad code is rejected (set the warning level
to ‘minimum’ is you wish to avoid this behaviour). Fixes bug 568546 and
bug 608953.
Philip Withnall [Wed, 31 Oct 2012 13:38:04 +0000 (13:38 +0000)]
code-coverage: Relicence to LGPLv2.1+
As gnome-common is widely used, it’s useful for it to have a fairly liberal
licence. This relicences the gnome-code-coverage.m4 file from GPLv3+ to
LGPLv2.1+.
Permission has been obtained (by private e-mail) from the other contributors:
• Christian Persch <chpe@gnome.org>
• Xan Lopez <xan@gnome.org>
See also: https://bugzilla.gnome.org/show_bug.cgi?id=133689
Christian Persch [Tue, 23 Oct 2012 20:12:01 +0000 (22:12 +0200)]
code coverage: Quiet lcov and add extra ignore patterns
Make lcov be quiet if V=0, and add a new CODE_COVERAGE_IGNORE_PATTERN
variable to be able to add extra files to ignore in code coverage reporting.
Christian Persch [Mon, 15 Oct 2012 23:01:00 +0000 (01:01 +0200)]
Post release version bump
Christian Persch [Mon, 15 Oct 2012 23:00:38 +0000 (01:00 +0200)]
version 3.6.0
Colin Watson [Wed, 3 Oct 2012 13:34:23 +0000 (14:34 +0100)]
Add missing semicolons to omf_timestamp rule
Fixes bug 685388.
Javier Jardón [Sat, 8 Sep 2012 07:44:42 +0000 (16:44 +0900)]
3.5.91
Philip Withnall [Fri, 7 Sep 2012 20:32:52 +0000 (21:32 +0100)]
code-coverage: Add some ‘user’ documentation
Xan Lopez [Mon, 3 Sep 2012 21:15:08 +0000 (23:15 +0200)]
code-coverage: quote the results path for code coverage
In some cases it can have spaces in it, so we need to quote it.
Philip Withnall [Sun, 29 Jul 2012 15:58:21 +0000 (17:58 +0200)]
Bug 606720 — Add code coverage support
Add a GNOME_CODE_COVERAGE m4 macro to allow projects to easily add code
coverage support using lcov.
This is heavily based on the code coverage tooling from GLib (LGPLv2.1+),
originally written by Patrick Hulin and modified by Matthias Clasen, Stef
Walter and Simon McVittie since.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=606720
Behdad Esfahbod [Sat, 4 Aug 2012 14:13:55 +0000 (15:13 +0100)]
Trace AC_CONFIG_SUBDIRS with autoconf
Find configure.ac and configure.in files using the trace functionality
of autoconf in order to skip build directories from incomplete make
distcheck runs. Fixes bug 510713.
Christian Persch [Sun, 19 Aug 2012 17:25:05 +0000 (19:25 +0200)]
Revert "Trace AC_CONFIG_SUBDIRS with autoconf"
This reverts commit
646fa962712313aadacaaf58c8fd5dd57edc5882.
The change broke calling autogen from outside the source directory.
David King [Tue, 14 Aug 2012 06:05:15 +0000 (07:05 +0100)]
Add David King to maintainers
Matthias Clasen [Wed, 8 Aug 2012 17:30:11 +0000 (13:30 -0400)]
3.5.5
Behdad Esfahbod [Sat, 4 Aug 2012 14:13:55 +0000 (15:13 +0100)]
Trace AC_CONFIG_SUBDIRS with autoconf
Find configure.ac and configure.in files using the trace functionality
of autoconf in order to skip build directories from incomplete make
distcheck runs. Fixes bug 510713.
Eike Siewertsen [Tue, 2 Mar 2010 13:11:40 +0000 (14:11 +0100)]
Check for glibtoolize in gnome-autogen.sh
Fixes bug 564558.
Loïc Minier [Wed, 1 Aug 2012 22:13:35 +0000 (23:13 +0100)]
Scrollkeeper srcdir!=builddir fix, bug 409060
Fix the install rule too.
Loïc Minier [Wed, 1 Aug 2012 21:42:43 +0000 (22:42 +0100)]
Fix srcdir!=builddir for Scrollkeeper, bug 315320
David King [Mon, 30 Jul 2012 16:13:19 +0000 (17:13 +0100)]
Do not call automake with --force, bug 612329
The --force option for automake is not documented, so gnome-autogen.sh
should not use it.
Emilio Pozuelo Monfort [Mon, 30 Jul 2012 14:24:00 +0000 (15:24 +0100)]
Fix bashisms in gnome-autogen.sh, bug 588020
Xiao-Long Chen [Sun, 29 Apr 2012 17:44:32 +0000 (13:44 -0400)]
Add support for automake 1.12
Bug #675093.
Christian Persch [Mon, 26 Mar 2012 12:42:13 +0000 (14:42 +0200)]
Post release version bump
Christian Persch [Mon, 26 Mar 2012 12:41:41 +0000 (14:41 +0200)]
Version 3.4.0.1
Christian Persch [Mon, 26 Mar 2012 12:38:52 +0000 (14:38 +0200)]
Post release version bump
Christian Persch [Mon, 26 Mar 2012 12:37:45 +0000 (14:37 +0200)]
Version 3.4.0
Javier Jardón [Mon, 12 Mar 2012 13:16:41 +0000 (13:16 +0000)]
VTE has been converted to deprecation attributes
Javier Jardón [Mon, 12 Mar 2012 12:58:16 +0000 (12:58 +0000)]
ATK has been converted to deprecation attributes
Matthias Clasen [Thu, 13 Oct 2011 21:58:12 +0000 (17:58 -0400)]
Pango has been converted to deprecation attributes
Matthias Clasen [Wed, 12 Oct 2011 16:32:49 +0000 (12:32 -0400)]
Don't break the build with deprecations
At least for glib/gdk/gtk, we now have deprecation compiler warnings
set up, so there is no need to forcibly break everybody's build
just to get them to notice deprecations.
https://bugzilla.gnome.org/show_bug.cgi?id=661273
Colin Walters [Wed, 22 Jun 2011 19:53:42 +0000 (15:53 -0400)]
gnome-autogen.sh: Don't print terminal codes if stdin isn't a tty
Otherwise this shows up as garbage in log files.
Shaun McCance [Thu, 12 May 2011 15:00:09 +0000 (11:00 -0400)]
gnome-autogen.sh: Check for yelp.m4 with YELP_HELP_INIT
Christian Persch [Thu, 12 May 2011 15:47:02 +0000 (17:47 +0200)]
Post branch version bump
Christian Persch [Sun, 3 Apr 2011 17:44:18 +0000 (19:44 +0200)]
Version 2.34.0
Christian Persch [Sun, 3 Apr 2011 17:43:50 +0000 (19:43 +0200)]
Fix distcheck
Christian Persch [Sun, 30 May 2010 20:41:02 +0000 (22:41 +0200)]
Define GNOME_COMMON_INIT with AU_DEFUN
... to mark it as deprecated.
Bug #608285.
Christian Persch [Sun, 30 May 2010 20:31:50 +0000 (22:31 +0200)]
Add serial to gnome-common.m4
Christian Persch [Sun, 30 May 2010 19:44:00 +0000 (21:44 +0200)]
Remove gnome1 cruft
Christian Persch [Sun, 30 May 2010 19:42:54 +0000 (21:42 +0200)]
Bump version
Mathias Hasselmann [Fri, 19 Mar 2010 07:55:57 +0000 (08:55 +0100)]
Use dirname, instead of basename for finding srcdir
Partially fixes bug #510989.
Pablo Castellano [Mon, 4 Jan 2010 01:41:09 +0000 (02:41 +0100)]
Updated .gitignore file
Christian Persch [Mon, 21 Sep 2009 11:43:27 +0000 (13:43 +0200)]
Post branch version update
Christian Persch [Sun, 6 Sep 2009 14:11:06 +0000 (16:11 +0200)]
Distcheck with --disable-silent-rules
Christian Persch [Sun, 6 Sep 2009 14:10:17 +0000 (16:10 +0200)]
Version 2.28.0
Christian Persch [Sun, 6 Sep 2009 14:09:58 +0000 (16:09 +0200)]
Remove MAINTAINERS, and dist the DOAP file
Christian Persch [Sun, 16 Aug 2009 20:07:31 +0000 (22:07 +0200)]
Use AM_SILENT_RULES
Vincent Untz [Sun, 9 Aug 2009 11:55:03 +0000 (13:55 +0200)]
Fix build breakage in modules caused by commit
aac1a8ec
Christian Persch [Sat, 8 Aug 2009 13:22:23 +0000 (15:22 +0200)]
Chech for single header includes.
When maintainer mode is enabled, check for single header includes as
well as deprecated flags (#557070).
Christian Persch [Mon, 18 May 2009 13:02:38 +0000 (15:02 +0200)]
Support for automake 1.11
Bastien Nocera [Wed, 13 May 2009 09:48:10 +0000 (10:48 +0100)]
Remove auto-generated ChangeLog from the tree
Christian Persch [Mon, 11 May 2009 13:12:27 +0000 (15:12 +0200)]
Autogenerate ChangeLog
Vincent Legoll [Sun, 26 Apr 2009 22:07:05 +0000 (00:07 +0200)]
Trivial update
* Remove CVS references, use "repository tree"
* Fix whitespace
* Fix typo "The" -> "There"
Vincent Legoll [Sun, 26 Apr 2009 23:36:14 +0000 (01:36 +0200)]
Move to "development" category
Vincent Legoll [Sun, 26 Apr 2009 23:24:55 +0000 (01:24 +0200)]
Add the required DOAP project description (used
gnome-system-monitor as a template)
Rodney Dawes [Sun, 29 Mar 2009 03:11:13 +0000 (03:11 +0000)]
Only pass --enable-maintainer-mode when AM_MAINTAINER_MODE is present
svn path=/trunk/; revision=3929
Christian Persch [Thu, 19 Mar 2009 20:19:02 +0000 (20:19 +0000)]
Takeover
svn path=/trunk/; revision=3928
Christian Persch [Thu, 19 Mar 2009 20:18:42 +0000 (20:18 +0000)]
Revert "Add single include disabling cppflags"
Oops, this wasn't meant to be committed just yet.
This reverts commit
f95de3b4b636786d1e297f40df32ee32f71ebce7.
svn path=/trunk/; revision=3927
Christian Persch [Thu, 19 Mar 2009 20:12:22 +0000 (20:12 +0000)]
Post branch version bump.
svn path=/trunk/; revision=3926
Christian Persch [Thu, 19 Mar 2009 20:12:16 +0000 (20:12 +0000)]
Add single include disabling cppflags
svn path=/trunk/; revision=3925
Christian Persch [Thu, 19 Mar 2009 20:12:10 +0000 (20:12 +0000)]
Default to enable maintainer mode
svn path=/trunk/; revision=3924
Christian Persch [Thu, 19 Mar 2009 20:12:04 +0000 (20:12 +0000)]
Add -Wno-portability to automake invocation. Bug #529120, patch by Philip Van Hoof.
svn path=/trunk/; revision=3923
Christian Persch [Thu, 19 Mar 2009 20:10:35 +0000 (20:10 +0000)]
Version 2.26.0
svn path=/trunk/; revision=3920
Vincent Untz [Tue, 25 Nov 2008 21:35:19 +0000 (21:35 +0000)]
add -DWNCK_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_DEPRECATED to
2008-11-25 Vincent Untz <vuntz@gnome.org>
* macros2/gnome-common.m4: add -DWNCK_DISABLE_DEPRECATED
-DLIBSOUP_DISABLE_DEPRECATED to DISABLE_DEPRECATED
svn path=/trunk/; revision=3919
Christian Persch [Mon, 22 Sep 2008 18:35:01 +0000 (18:35 +0000)]
Post release version bump
svn path=/trunk/; revision=3918
Christian Persch [Mon, 22 Sep 2008 18:30:15 +0000 (18:30 +0000)]
=== Release 2.24.0 ===
* Makefile.am:
* configure.in: Version 2.24.0.
svn path=/trunk/; revision=3914
Sven Herzberg [Fri, 21 Dec 2007 17:37:45 +0000 (17:37 +0000)]
Reviewed by: Christian Persch
2007-12-21 Sven Herzberg <herzi@gnome-de.org>
Reviewed by: Christian Persch
Abort when the first dependency fails. Fixes bug 469115.
* macros2/gnome-autogen.sh: don't use the DIE variable anymore and
abort on the first dependency failure
svn path=/trunk/; revision=3913
Christian Persch [Mon, 17 Sep 2007 18:10:52 +0000 (18:10 +0000)]
post release version bump
svn path=/trunk/; revision=3912
Kjartan Maraas [Mon, 3 Sep 2007 07:17:35 +0000 (07:17 +0000)]
Revert accident
svn path=/trunk/; revision=3910
Kjartan Maraas [Mon, 3 Sep 2007 07:16:11 +0000 (07:16 +0000)]
Fix MAINTAINERS
svn path=/trunk/; revision=3909
Christian Persch [Fri, 8 Jun 2007 21:08:27 +0000 (21:08 +0000)]
Don't print extra newlines when /bin/sh isn't bash. Bug #130346.
2007-06-08 Christian Persch <chpe@gnome.org>
* macros2/gnome-autogen.sh: Don't print extra newlines when /bin/sh
isn't bash. Bug #130346.
svn path=/trunk/; revision=3908
Christian Persch [Fri, 8 Jun 2007 21:03:40 +0000 (21:03 +0000)]
Don't print warning about missing arguments if we're not going to run
2007-06-08 Christian Persch <chpe@gnome.org>
* macros2/gnome-autogen.sh: Don't print warning about missing
arguments if we're not going to run configure. Bug #445584, patch by
"Cygwin Ports maintainer" (yselkowitz%40users.sourceforge.net).
svn path=/trunk/; revision=3907
Christian Persch [Wed, 6 Jun 2007 19:19:11 +0000 (19:19 +0000)]
Add datarootdir substitution.
2007-06-06 Christian Persch <chpe@gnome.org>
* doc-build/gnome-doc-common.in: Add datarootdir substitution.
svn path=/trunk/; revision=3906
Christian Persch [Mon, 9 Apr 2007 12:49:50 +0000 (12:49 +0000)]
Bump version to 2.19.0.
2007-04-09 Christian Persch <chpe@gnome.org>
* configure.in: Bump version to 2.19.0.
svn path=/trunk/; revision=3905
Christian Persch [Mon, 9 Apr 2007 12:41:49 +0000 (12:41 +0000)]
=== Release 2.18.0 ===
2007-04-09 Christian Persch <chpe@gnome.org>
=== Release 2.18.0 ===
* autogen.sh: Use automake 1.9.
* configure.in: Bump version. Dist as .tar.bz2.
svn path=/trunk/; revision=3902
Mariano Suárez-Alvarez [Mon, 29 Jan 2007 22:11:28 +0000 (22:11 +0000)]
Bug 377185 – Hide cmp output in autogen.sh
2007-01-29 Mariano Suárez-Alvarez <mariano@gnome.org>
Bug 377185 – Hide cmp output in autogen.sh
* macros2/gnome-autogen.sh: Do not show cmp's output.
svn path=/trunk/; revision=3901
Christian Persch [Mon, 29 Jan 2007 21:58:58 +0000 (21:58 +0000)]
Fix --enable-cxx-warnings checks. Bug #360693.
2007-01-29 Christian Persch <chpe@svn.gnome.org>
* macros2/gnome-compiler-flags.m4:
Fix --enable-cxx-warnings checks. Bug #360693.
svn path=/trunk/; revision=3900
Shaun McCance [Fri, 12 Jan 2007 19:13:13 +0000 (19:13 +0000)]
- Fix for #377175 by skipping NO-AUTO-GEN directories, by Christian Persch
* macros2/gnome-autogen.sh:
- Fix for #377175 by skipping NO-AUTO-GEN directories, by Christian Persch
svn path=/trunk/; revision=3899
Christian Persch [Thu, 11 Jan 2007 20:38:01 +0000 (20:38 +0000)]
Default to AM 1.9. Bug #323868, patch by Christian Kirbach.
2007-01-11 Christian Persch <chpe@svn.gnome.org>
* macros2/gnome-autogen.sh: Default to AM 1.9. Bug #323868, patch by
Christian Kirbach.
svn path=/trunk/; revision=3898
Christian Persch [Thu, 11 Jan 2007 20:34:53 +0000 (20:34 +0000)]
Define more deprecation symbols. Bug #343441.
2007-01-11 Christian Persch <chpe@svn.gnome.org>
* macros2/gnome-common.m4: Define more deprecation symbols.
Bug #343441.
2006-12-01 Kjartan Maraas <kmaraas@gnome.org>
svn path=/trunk/; revision=3897
Christian Persch [Sun, 31 Dec 2006 22:55:03 +0000 (22:55 +0000)]
Update svn:ignore and remove .cvsignore files
svn path=/trunk/; revision=3896
Kjartan Maraas [Fri, 1 Dec 2006 12:29:19 +0000 (12:29 +0000)]
Make automake 1.10 work too.
2006-12-01 Kjartan Maraas <kmaraas@gnome.org>
* macros2/gnome-autogen.sh: Make automake 1.10 work too.
svn path=/trunk/; revision=3894