platform/upstream/gnome-common.git
20 years agoRelease 0.30.0
Carlos Garnacho Parro [Tue, 9 Dec 2003 01:57:09 +0000 (01:57 +0000)]
Release 0.30.0

2003-12-09  Carlos Garnacho Parro  <garnacho@tuxerver.net>

* Release 0.30.0

svn path=/trunk/; revision=3072

20 years agoUpdate automake checks to check incremental versions in the correct order,
Rodney Dawes [Mon, 8 Dec 2003 23:18:12 +0000 (23:18 +0000)]
Update automake checks to check incremental versions in the correct order,

2003-12-08  Rodney Dawes  <dobey@free.fr>

* autogen.sh: Update automake checks to check incremental
versions in the correct order, Fixes #128691

svn path=/trunk/; revision=3071

20 years agoReplace use of -or in a find command with -o. Makes things work for people
Malcolm Tredinnick [Wed, 19 Nov 2003 02:10:33 +0000 (02:10 +0000)]
Replace use of -or in a find command with -o. Makes things work for people

* autogen.sh: Replace use of -or in a find command with -o.
Makes things work for people with less functional versions of
find. Fixes bug #127354 reported by Rolf Sponsel.

svn path=/trunk/; revision=3070

20 years agoRemoved ENABLE_WERROR and changed name to GNOME_MAINTAINER_MODE_DEFINES.
3 [Mon, 3 Nov 2003 16:21:12 +0000 (16:21 +0000)]
Removed ENABLE_WERROR and changed name to GNOME_MAINTAINER_MODE_DEFINES.

2003-11-03    <clahey@ximian.com>

* gnome-common.m4: Removed ENABLE_WERROR and changed name to
GNOME_MAINTAINER_MODE_DEFINES.

svn path=/trunk/; revision=3069

20 years agoMake version checking work, as pointed out by Michael H Schimek in bug
Malcolm Tredinnick [Sat, 1 Nov 2003 01:18:16 +0000 (01:18 +0000)]
Make version checking work, as pointed out by Michael H Schimek in bug

* autogen.sh: Make version checking work, as pointed out by
Michael H Schimek in bug #125818.

svn path=/trunk/; revision=3068

20 years agoChanged name of new macro to AM_MAINTAINER_MODE_DEFINES and added
1 [Fri, 31 Oct 2003 21:06:15 +0000 (21:06 +0000)]
Changed name of new macro to AM_MAINTAINER_MODE_DEFINES and added

2003-10-31    <clahey@ximian.com>

* gnome-common.m4: Changed name of new macro to
AM_MAINTAINER_MODE_DEFINES and added definition for ENABLE_WERROR.

svn path=/trunk/; revision=3067

20 years agoNew macro to disable deprecated functions and widgets when maintainer mode
1 [Fri, 31 Oct 2003 20:29:05 +0000 (20:29 +0000)]
New macro to disable deprecated functions and widgets when maintainer mode

2003-10-31    <clahey@ximian.com>

* gnome-common.m4: New macro to disable deprecated functions and
widgets when maintainer mode is on.

svn path=/trunk/; revision=3066

20 years agomake it compile
Bastien Nocera [Mon, 20 Oct 2003 12:14:11 +0000 (12:14 +0000)]
make it compile

2003-10-20  Bastien Nocera  <hadess@hadess.net>

* configure.in: make it compile

svn path=/trunk/; revision=3062

20 years agoReverted libgtop changes. It's a common module and I should not modify it.
Carlos Perelló Marín [Sun, 19 Oct 2003 16:54:35 +0000 (16:54 +0000)]
Reverted libgtop changes. It's a common module and I should not modify it.

2003-10-19  Carlos Perelló Marín <carlos@gnome.org>

* support/*: Reverted libgtop changes. It's a common module
and I should not modify it.
* Added/removed files. Now the move should be done.

svn path=/trunk/; revision=3060

20 years agolibgtop-GNOME-2-0-branch moved to HEAD.
Carlos Perelló Marín [Sun, 19 Oct 2003 16:10:32 +0000 (16:10 +0000)]
libgtop-GNOME-2-0-branch moved to HEAD.

2003-10-19  Carlos Perelló Marín <carlos@gnome.org>

* libgtop-GNOME-2-0-branch moved to HEAD.

svn path=/trunk/; revision=3059

20 years agoDistribute README in place of the non-existent ChangeLog. Doh! GNOME_COMMON_2_4_0
Malcolm Tredinnick [Thu, 2 Oct 2003 04:06:35 +0000 (04:06 +0000)]
Distribute README in place of the non-existent ChangeLog. Doh!

        * doc-build/Makefile.am: Distribute README in place of the
        non-existent ChangeLog. Doh!

        * autogen.sh: Use the GNOME 2 autogen.sh script by default.
        * configure.in: Version number bumped.

svn path=/trunk/; revision=3057

20 years agoDefine WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS).
Marco Pesenti Gritti [Sat, 23 Aug 2003 16:48:09 +0000 (16:48 +0000)]
Define WARN_CXXFLAGS instead of overwriting CXXFLAGS (like WARN_FLAGS).

2003-08-23  Marco Pesenti Gritti  <marco@gnome.org>

        * macros2/compiler-flags.m4:

        Define WARN_CXXFLAGS instead of overwriting
        CXXFLAGS (like WARN_FLAGS).

svn path=/trunk/; revision=3055

20 years agoShow the version found for the various build tools like automake,
Malcolm Tredinnick [Sun, 10 Aug 2003 09:31:51 +0000 (09:31 +0000)]
Show the version found for the various build tools like automake,

* autogen.sh: Show the version found for the various build tools
like automake, autoconf, libtool, etc. Patch from Steve Chaplin
(bug #119533).

svn path=/trunk/; revision=3054

20 years agoContinuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGS
Malcolm Tredinnick [Tue, 5 Aug 2003 03:21:50 +0000 (03:21 +0000)]
Continuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGS

* compile-flags.m4: Continuing to try and get the flags passed
to g++ in GNOME_CXX_WARNINGS correct. Based on our best
attempts, the current set should work for the widest range of
g++ versions (see bug #118987 for the discussion).

svn path=/trunk/; revision=3053

20 years agoSimplify GNOME_CXX_WARNINGS. Fixes bug #118987.
Malcolm Tredinnick [Sun, 3 Aug 2003 12:03:05 +0000 (12:03 +0000)]
Simplify GNOME_CXX_WARNINGS. Fixes bug #118987.

* compile-flags.m4: Simplify GNOME_CXX_WARNINGS. Fixes bug
#118987.

svn path=/trunk/; revision=3052

20 years agoDefault setting in the GNOME_COMPILE_WARNINGS macro is now "yes". This
Malcolm Tredinnick [Mon, 28 Jul 2003 12:58:23 +0000 (12:58 +0000)]
Default setting in the GNOME_COMPILE_WARNINGS macro is now "yes". This

* compiler-flags.m4: Default setting in the
GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug
#118479 (another good bit of debugging from Steve Chaplin).

svn path=/trunk/; revision=3051

20 years agoRemove some redundant options as suggested by Steve Chaplin in bug
Malcolm Tredinnick [Sun, 20 Jul 2003 13:31:29 +0000 (13:31 +0000)]
Remove some redundant options as suggested by Steve Chaplin in bug

* compiler-flags.m4: Remove some redundant options as suggested
by Steve Chaplin in bug #115475. The warnings list looks simpler
now, but is no less functional.

svn path=/trunk/; revision=3050

20 years agoFixed a typo in the debugging output.
Malcolm Tredinnick [Tue, 15 Jul 2003 03:09:01 +0000 (03:09 +0000)]
Fixed a typo in the debugging output.

svn path=/trunk/; revision=3049

21 years agodon't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3
Frédéric Crozat [Fri, 4 Jul 2003 12:37:37 +0000 (12:37 +0000)]
don't use -Wsign-promo, it is C++ only and causes warnings with gcc 3.3

        * macros2/compiler-flags.m4: don't use -Wsign-promo, it is
        C++ only and causes warnings with gcc 3.3 when used on C.

svn path=/trunk/; revision=3048

21 years agoAdd third argument to AC_DEFINE.
Sebastian Rittau [Sat, 28 Jun 2003 16:20:00 +0000 (16:20 +0000)]
Add third argument to AC_DEFINE.

svn path=/trunk/; revision=2910

21 years agoRemove --enable-compile-warnings from the default arguments passed to
Marco Pesenti Gritti [Tue, 24 Jun 2003 07:03:30 +0000 (07:03 +0000)]
Remove --enable-compile-warnings from the default arguments passed to

2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>

* macros2/autogen.sh:

Remove --enable-compile-warnings from the default arguments
passed to configure because it break GNOME_COMPILE_WARNINGS
macro.

svn path=/trunk/; revision=2908

21 years agoFix some strangeness in the gnome-doc-common test.
Malcolm Tredinnick [Fri, 20 Jun 2003 13:25:41 +0000 (13:25 +0000)]
Fix some strangeness in the gnome-doc-common test.

2003-06-20  Malcolm Tredinnick <malcolm@commsecure.com.au>

* autogen.sh: Fix some strangeness in the gnome-doc-common test.

svn path=/trunk/; revision=2907

21 years agoInserted missing "cd $dirname" to effectively process subdirectories,
Gustavo J. A. M. Carneiro [Fri, 20 Jun 2003 00:13:25 +0000 (00:13 +0000)]
Inserted missing "cd $dirname" to effectively process subdirectories,

2003-06-19  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

* autogen.sh: Inserted missing "cd $dirname" to effectively
process subdirectories, since all it was doing was to process the
toplevel dir multiple times.

[Editor's note: also reported with patch by Elijah Newren in bug
#115481.]

svn path=/trunk/; revision=2906

21 years agoBump the version number to 2.3.0
Malcolm Tredinnick [Sat, 24 May 2003 15:16:26 +0000 (15:16 +0000)]
Bump the version number to 2.3.0

* configure.in: Bump the version number to 2.3.0

* configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
Add in the infrastructure to allow user documentatin to be built
from some common files. This will not affect existing packages.
The changes required to use this are given in doc-build/README.

svn path=/trunk/; revision=2905

21 years agoI might as well admit to maintaining this module, since my claims to the
Malcolm Tredinnick [Sat, 24 May 2003 13:52:56 +0000 (13:52 +0000)]
I might as well admit to maintaining this module, since my claims to the
contrary do not seem to have fooled anybody. :(

svn path=/trunk/; revision=2904

21 years agoIgnore {arch} subdirectories. Fixes bug #113327.
Malcolm Tredinnick [Tue, 20 May 2003 16:28:44 +0000 (16:28 +0000)]
Ignore {arch} subdirectories. Fixes bug #113327.

* autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327.

svn path=/trunk/; revision=2903

21 years agoautogen.sh: - Extend the check_m4macros() function to handle Cygwin
Malcolm Tredinnick [Sun, 4 May 2003 11:44:36 +0000 (11:44 +0000)]
autogen.sh: - Extend the check_m4macros() function to handle Cygwin

autogen.sh:
- Extend the check_m4macros() function to handle Cygwin
  environments. Fixes bug #110947.

svn path=/trunk/; revision=2900

21 years agoMake this portable to Bourne-like shells. Fixes the problems pointed out
Malcolm Tredinnick [Sun, 4 May 2003 11:18:46 +0000 (11:18 +0000)]
Make this portable to Bourne-like shells. Fixes the problems pointed out

* autogen.sh: Make this portable to Bourne-like shells. Fixes
the problems pointed out by Morten Welinder in bug #110177.

svn path=/trunk/; revision=2899

21 years agoAllow users to specify the binary to run instead of libtoolize by checking
Malcolm Tredinnick [Sat, 3 May 2003 11:02:31 +0000 (11:02 +0000)]
Allow users to specify the binary to run instead of libtoolize by checking

* autogen.sh: Allow users to specify the binary to run instead of
libtoolize by checking the value of $LIBTOOLIZE. This is apparently an
issue sometimes on MacOS X and fixes bug #111917.

svn path=/trunk/; revision=2834

21 years agoFix a small typo in the glib-gettext code
Ross Burton [Thu, 10 Apr 2003 12:19:06 +0000 (12:19 +0000)]
Fix a small typo in the glib-gettext code

svn path=/trunk/; revision=2833

21 years agomacros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can be
Frédéric Crozat [Thu, 20 Mar 2003 15:10:25 +0000 (15:10 +0000)]
macros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can be
a ':' separated list.

svn path=/trunk/; revision=2802

21 years agoReplace PACKAGE with PKG_NAME, since PKG_NAME is what is defined by the
Malcolm Tredinnick [Fri, 7 Mar 2003 02:15:26 +0000 (02:15 +0000)]
Replace PACKAGE with PKG_NAME, since PKG_NAME is what is defined by the

* autogen.sh: Replace PACKAGE with PKG_NAME, since PKG_NAME is
what is defined by the various applications' autogen.sh. Also,
call autopoint rather than gettextize when appropriate (when
AM_GNU_GETTEXT_VERSION is present).

svn path=/trunk/; revision=2781

21 years agofix mixed up order of arguments to AC_ARG_ENABLE that made
Mark McLoughlin [Thu, 27 Feb 2003 03:17:03 +0000 (03:17 +0000)]
fix mixed up order of arguments to AC_ARG_ENABLE that made

2003-02-27  Mark McLoughlin  <mark@skynet.ie>

        * compiler-flags.m4: fix mixed up order of arguments to
        AC_ARG_ENABLE that made --enable-compile-warnings not work
        as expected.

svn path=/trunk/; revision=2780

21 years agoset WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we want
Frédéric Crozat [Wed, 26 Feb 2003 09:33:39 +0000 (09:33 +0000)]
set WANT_AUTOCONF_2_5 variable to tell Mandrake autoconf wrapper we want

* macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell
Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..

svn path=/trunk/; revision=2779

21 years agoadd function to forbid m4 macros. Forbid gnome-cxx-check.m4, to try and
James Henstridge [Mon, 24 Feb 2003 15:43:00 +0000 (15:43 +0000)]
add function to forbid m4 macros. Forbid gnome-cxx-check.m4, to try and

2003-02-24  James Henstridge  <james@daa.com.au>

    * autogen.sh (forbid_m4macro): add function to forbid m4 macros.
    Forbid gnome-cxx-check.m4, to try and catch setups where stale
    macros are left on the system.

svn path=/trunk/; revision=2778

21 years agoif $variable is set, then assume it is correct and skip the version check.
James Henstridge [Fri, 21 Feb 2003 00:39:11 +0000 (00:39 +0000)]
if $variable is set, then assume it is correct and skip the version check.

2003-02-21  James Henstridge  <james@daa.com.au>

    * autogen.sh (version_check): if $variable is set, then assume
    it is correct and skip the version check.
    (autoconf): check for autoconf2.50 first, so we don't trigger
    Debian's sometimes broken autoconf version sniffer.

svn path=/trunk/; revision=2777

21 years agoremove check-utmp.m4 (copied it to libzvt, which is the only thing using
James Henstridge [Wed, 19 Feb 2003 15:03:17 +0000 (15:03 +0000)]
remove check-utmp.m4 (copied it to libzvt, which is the only thing using

2003-02-19  James Henstridge  <james@daa.com.au>

    * Makefile.am (GNOME2_MACROS): remove check-utmp.m4 (copied it to
    libzvt, which is the only thing using it).

svn path=/trunk/; revision=2776

21 years agoAC_REQUIRE does not work within AU_DEFUN, so change to a simple call to
James Henstridge [Wed, 19 Feb 2003 04:23:22 +0000 (04:23 +0000)]
AC_REQUIRE does not work within AU_DEFUN, so change to a simple call to

2003-02-19  James Henstridge  <james@daa.com.au>

    * gnome-deprecated-macros.m4(GNOME_CHECK_CXX): AC_REQUIRE does not
    work within AU_DEFUN, so change to a simple call to AC_PROG_CXX.

svn path=/trunk/; revision=2775

21 years agoDon't depend on a file that James just deleted
Jody Goldberg [Tue, 18 Feb 2003 16:34:21 +0000 (16:34 +0000)]
Don't depend on a file that James just deleted

2003-02-18  Jody Goldberg <jody@gnome.org>

* configure.in : Don't depend on a file that James just deleted

svn path=/trunk/; revision=2774

21 years agoforgot to remove this file.
James Henstridge [Tue, 18 Feb 2003 15:12:01 +0000 (15:12 +0000)]
forgot to remove  this file.

svn path=/trunk/; revision=2773

21 years agocheck to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, and
James Henstridge [Tue, 18 Feb 2003 15:09:45 +0000 (15:09 +0000)]
check to see if gnome-deprecated-macros.m4 ended up in aclocal.m4, and

2003-02-18  James Henstridge  <james@daa.com.au>

    * autogen.sh (topdir): check to see if gnome-deprecated-macros.m4
    ended up in aclocal.m4, and warn if so.

    * gnome-platform.m4: kill this too (with a deprecation warning).

    * gnome-cxx-check.m4: move to gnome-deprecated-macros.m4

    * gnome-pkgconfig.m4: remove, and add a deprecation warning in its
    place.

    * gnome-x-checks.m4: remove, and add an AU_DEFUN in its place
    telling people not to use it.

    * linger.m4: removed outright.

    * gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in favour
    of GTK_DOC_CHECK.

    * gnome-gettext.m4: remove file (people should be using gettextize
    or glib-gettextize).

    * gnome-deprecated-macros.m4: new file to hold deprecated macros.

svn path=/trunk/; revision=2768

21 years agoinitialize UTMP structure properly. Fixes Bug#93774. Patch reviewed by
Kalpesh Shah [Fri, 14 Feb 2003 15:07:48 +0000 (15:07 +0000)]
initialize UTMP structure properly. Fixes Bug#93774. Patch reviewed by

2003-02-14  Kalpesh Shah <kalpesh.shah@sun.com>

        * check-utmp.m4: initialize UTMP structure properly.
        Fixes Bug#93774.
        Patch reviewed by Andersca <andersca@gnu.org>

svn path=/trunk/; revision=2766

21 years agoback out accidental commit
Joe Shaw [Thu, 9 Jan 2003 06:55:40 +0000 (06:55 +0000)]
back out accidental commit

svn path=/trunk/; revision=2710

21 years agoback out accidental commit
Joe Shaw [Thu, 9 Jan 2003 06:36:57 +0000 (06:36 +0000)]
back out accidental commit

svn path=/trunk/; revision=2709

21 years agoadd missing .cvsignore entries
Jose Maria Celorio [Sat, 28 Dec 2002 04:49:29 +0000 (04:49 +0000)]
add missing .cvsignore entries

svn path=/trunk/; revision=2686

21 years agonow that autoconf-2.52 is a prereq for things the build broke on the use
Jody Goldberg [Thu, 12 Dec 2002 21:03:58 +0000 (21:03 +0000)]
now that autoconf-2.52 is a prereq for things the build broke on the use

2002-12-12  Jody Goldberg <jody@gnome.org>

* macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52
  is a prereq for things the build broke on the use of
      AC_DEFINE(GNOME_ENABLE_DEBUG)
  without the additional arguments. eg in libgnome

svn path=/trunk/; revision=2678

21 years agoMore white-space.
Morten Welinder [Thu, 5 Dec 2002 19:58:38 +0000 (19:58 +0000)]
More white-space.

svn path=/trunk/; revision=2662

21 years agoAdded missing quotes: PISOCK_LIBS="-lpisock -lpisync"
Stanislav Brabec [Wed, 27 Nov 2002 15:27:07 +0000 (15:27 +0000)]
Added missing quotes: PISOCK_LIBS="-lpisock -lpisync"

2002-11-27  Stanislav Brabec  <sbrabec@suse.cz>

* gnome-pilot.m4: Added missing quotes:
PISOCK_LIBS="-lpisock -lpisync"

svn path=/trunk/; revision=2658

21 years agoreverted unwanted changes which slipped in while I moved gnome-2-port branch
Radek Doulik [Wed, 6 Nov 2002 16:33:24 +0000 (16:33 +0000)]
reverted unwanted changes which slipped in while I moved gnome-2-port branch
to gtkhtml/HEAD

svn path=/trunk/; revision=2645

21 years agomoving gnome-2-port branch to HEAD
Radek Doulik [Fri, 1 Nov 2002 15:06:20 +0000 (15:06 +0000)]
moving gnome-2-port branch to HEAD

svn path=/trunk/; revision=2639

21 years agooops, didn't want to change that
John Corwin [Wed, 2 Oct 2002 20:47:32 +0000 (20:47 +0000)]
oops, didn't want to change that

svn path=/trunk/; revision=2599

21 years agoshouldn't need automake-1.4
John Corwin [Wed, 2 Oct 2002 20:13:06 +0000 (20:13 +0000)]
shouldn't need automake-1.4

svn path=/trunk/; revision=2598

21 years ago09-23 Bastien Nocera <hadess@hadess.net>
Bastien Nocera [Tue, 24 Sep 2002 22:53:43 +0000 (22:53 +0000)]
09-23  Bastien Nocera  <hadess@hadess.net>

        * autogen.sh: exit if aclocal, autoheader, automake or autoconf
fails to run without warnings. Usually compilation would fail
afterwards with funky errors.
This is more anal than the version committed to the gnome-2-0 branch

svn path=/trunk/; revision=2597

21 years agofix problem where -lpisync was not linked in if you didn't specify
JP Rosevear [Fri, 20 Sep 2002 20:01:19 +0000 (20:01 +0000)]
fix problem where -lpisync was not linked in if you didn't specify

2002-09-20  JP Rosevear  <jpr@ximian.com>

* gnome-pilot.m4: fix problem where -lpisync was not linked in if
you didn't specify --with-pisock

svn path=/trunk/; revision=2590

21 years agoCheck for pilot-link 0.11.4
JP Rosevear [Mon, 16 Sep 2002 17:31:50 +0000 (17:31 +0000)]
Check for pilot-link 0.11.4

2002-09-16  JP Rosevear  <jpr@ximian.com>

* configure.in: Check for pilot-link 0.11.4

2002-09-16  JP Rosevear  <jpr@ximian.com>

* gnome-pilot.m4: check for pilot-link 0.11.4 by default

svn path=/trunk/; revision=2582

21 years agoMerging from branch.
JP Rosevear [Mon, 16 Sep 2002 17:08:10 +0000 (17:08 +0000)]
Merging from branch.

svn path=/trunk/; revision=2581

21 years agohardcode automake-1.4
Havoc Pennington [Sun, 8 Sep 2002 20:06:00 +0000 (20:06 +0000)]
hardcode automake-1.4

2002-09-08  Havoc Pennington  <hp@pobox.com>

* autogen.sh: hardcode automake-1.4

svn path=/trunk/; revision=2572

21 years agoRemoved entry from ChangeLog file (sorry very much)
Carlos Garnacho Parro [Tue, 3 Sep 2002 22:30:35 +0000 (22:30 +0000)]
Removed entry from ChangeLog file (sorry very much)

2002-09-04  Carlos Garnacho Parro <garparr@teleline.es>

* Removed entry from ChangeLog file (sorry very much)

svn path=/trunk/; revision=2570

21 years agoRelease 0.21.0 Changes
Carlos Garnacho Parro [Tue, 3 Sep 2002 17:20:17 +0000 (17:20 +0000)]
Release 0.21.0 Changes

2002-09-03  Carlos Garnacho Parro <garparr@teleline.es>

* Release 0.21.0 Changes

svn path=/trunk/; revision=2569

21 years agoRelease 0.21.0 Changes
Carlos Garnacho Parro [Tue, 3 Sep 2002 17:20:04 +0000 (17:20 +0000)]
Release 0.21.0 Changes

2002-09-03  Carlos Garnacho Parro <garparr@teleline.es>

* Release 0.21.0 Changes

svn path=/trunk/; revision=2568

21 years agohardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and
Havoc Pennington [Sun, 18 Aug 2002 22:23:29 +0000 (22:23 +0000)]
hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and

2002-08-18  Havoc Pennington  <hp@pobox.com>

* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
both automake 1.6 and 1.4 installed get the right automake. Means
compilation from CVS will now require the latest automake 1.4
release, or manually creating symlinks called "automake-1.4" and
"aclocal-1.4"

svn path=/trunk/; revision=2565

21 years ago autogen.sh : use portable -o instead of GNU-ish -or for find test
Hidetoshi Tajima [Tue, 13 Aug 2002 06:54:00 +0000 (06:54 +0000)]
autogen.sh : use portable -o instead of GNU-ish -or for find test

svn path=/trunk/; revision=2564

21 years agofix the "find" test so that the presence of configure.in is reporteded.
Miles Lane [Mon, 12 Aug 2002 07:35:14 +0000 (07:35 +0000)]
fix the "find" test so that the presence of configure.in is reporteded.

2002-08-10  Miles Lane  <miles_lane@yahoo.com>

* autogen.sh: fix the "find" test so that the presence of
  configure.in is reporteded.  Each expression requires its
  own -print flag.

svn path=/trunk/; revision=2563

21 years agoAdded support for configure.ac.
Sebastian Rittau [Sat, 10 Aug 2002 12:45:30 +0000 (12:45 +0000)]
Added support for configure.ac.

svn path=/trunk/; revision=2562

22 years agoFix quoting for AC_MSG_*
JP Rosevear [Wed, 15 May 2002 16:19:25 +0000 (16:19 +0000)]
Fix quoting for AC_MSG_*

2002-05-15  JP Rosevear  <jpr@ximian.com>

* gnome-pilot.m4: Fix quoting for AC_MSG_*

svn path=/trunk/; revision=2442

22 years agofix GNOME_COMPILE_WARNINGS to work when a parameter is passed. The
Chema Celorio [Fri, 10 May 2002 20:19:07 +0000 (20:19 +0000)]
fix GNOME_COMPILE_WARNINGS to work when a parameter is passed. The

2002-05-10  Chema Celorio  <chema@celorio.com>

* compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when a parameter is
passed. The arguments to AC_ARG_ENABLE where swapped

svn path=/trunk/; revision=2441

22 years agokill bogus clearing of LDFLAGS
jacob berkman [Mon, 1 Apr 2002 23:11:04 +0000 (23:11 +0000)]
kill bogus clearing of LDFLAGS

2002-04-01  jacob berkman  <jacob@ximian.com>

* gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing of
LDFLAGS

svn path=/trunk/; revision=2435

22 years agoDistribute gnome-pilot.m4.
Sebastian Rittau [Sun, 10 Mar 2002 15:35:38 +0000 (15:35 +0000)]
Distribute gnome-pilot.m4.

svn path=/trunk/; revision=2354

22 years agoShh again
Kjartan Maraas [Thu, 7 Mar 2002 23:32:32 +0000 (23:32 +0000)]
Shh again

svn path=/trunk/; revision=2350

22 years agooops. not these two
Dan Winship [Tue, 5 Mar 2002 16:58:34 +0000 (16:58 +0000)]
oops. not these two

svn path=/trunk/; revision=2349

22 years agoI'm not dead yet!
Dan Winship [Tue, 5 Mar 2002 16:57:29 +0000 (16:57 +0000)]
I'm not dead yet!

svn path=/trunk/; revision=2345

22 years agoThese macros aren't needed in gnome2
Tov Are Jacobsen [Tue, 5 Mar 2002 16:20:39 +0000 (16:20 +0000)]
These macros aren't needed in gnome2

These macros aren't needed in gnome2

svn path=/trunk/; revision=2344

22 years agoAdd documentation for Dr. Genius
Hilarie Fernandes/DrGenius [Mon, 4 Mar 2002 12:45:56 +0000 (12:45 +0000)]
Add documentation for Dr. Genius

svn path=/trunk/; revision=2342

22 years agoKill bashisms as discussed.
Morten Welinder [Wed, 13 Feb 2002 20:52:39 +0000 (20:52 +0000)]
Kill bashisms as discussed.

svn path=/trunk/; revision=2341

22 years agoadd a ChangeLog entry about the port, use libglade-convert on the glade files
Jose Maria Celorio [Sun, 10 Feb 2002 21:10:16 +0000 (21:10 +0000)]
add a ChangeLog entry about the port, use libglade-convert on the glade files

svn path=/trunk/; revision=2307

22 years agoadd a ChangeLog entry about the port, use libglade-convert on the glade files
Jose Maria Celorio [Sun, 10 Feb 2002 21:10:00 +0000 (21:10 +0000)]
add a ChangeLog entry about the port, use libglade-convert on the glade files

svn path=/trunk/; revision=2306

22 years ago0.12.0 here we go
Jose Maria Celorio [Fri, 8 Feb 2002 19:17:45 +0000 (19:17 +0000)]
0.12.0 here we go

svn path=/trunk/; revision=2298

22 years ago0.12.0 here we go
Jose Maria Celorio [Fri, 8 Feb 2002 19:17:36 +0000 (19:17 +0000)]
0.12.0 here we go

svn path=/trunk/; revision=2296

22 years agoOne line of code in the file; one bug.
Morten Welinder [Mon, 28 Jan 2002 16:51:06 +0000 (16:51 +0000)]
One line of code in the file; one bug.
No bugzilla module to report bugs.
Author hasn't shown up on irc for months.
/me chances it and commits.

svn path=/trunk/; revision=2295

22 years agoReadded.
Carlos Perelló Marín [Sun, 20 Jan 2002 13:41:39 +0000 (13:41 +0000)]
Readded.

2002-01-20  Carlos Perelló Marín <carlos@gnome-db.org>

* ChangeLog: Readded.

svn path=/trunk/; revision=2249

22 years ago*** empty log message ***
Rodrigo Moya [Sun, 20 Jan 2002 12:44:19 +0000 (12:44 +0000)]
*** empty log message ***

svn path=/trunk/; revision=2248

22 years agoAdd change marker, get rid of hack-macros.
Darin Adler [Fri, 18 Jan 2002 18:34:18 +0000 (18:34 +0000)]
Add change marker, get rid of hack-macros.

svn path=/trunk/; revision=2246

22 years ago0.10.0 here we go!
Israel Escalante [Fri, 14 Dec 2001 04:59:04 +0000 (04:59 +0000)]
0.10.0 here we go!

svn path=/trunk/; revision=2197

22 years ago0.10.0 here we go!
Israel Escalante [Fri, 14 Dec 2001 04:58:54 +0000 (04:58 +0000)]
0.10.0 here we go!

svn path=/trunk/; revision=2196

22 years agoUp to 1.2.4. GNOME_COMMON_1_2_4
Anders Carlsson [Tue, 11 Dec 2001 18:05:23 +0000 (18:05 +0000)]
Up to 1.2.4.

2001-12-11  Anders Carlsson  <andersca@gnu.org>

* configure.in: Up to 1.2.4.

svn path=/trunk/; revision=2187

22 years agoback again !!!
James Henstridge [Wed, 5 Dec 2001 04:54:00 +0000 (04:54 +0000)]
back again !!!

svn path=/trunk/; revision=2174

22 years agowelcome back intl (again)
James Henstridge [Wed, 5 Dec 2001 03:46:40 +0000 (03:46 +0000)]
welcome back intl (again)

Note to self.  Use:
  cvs update -j HEAD -j before-delete .
rather than:
  cvs update -j before-delete .

svn path=/trunk/; revision=2173

22 years ago*** empty log message ***
gfarris [Tue, 4 Dec 2001 20:55:41 +0000 (20:55 +0000)]
*** empty log message ***

svn path=/trunk/; revision=2172

22 years agofix up gfarris's mistaken commit to gnome-common (revert to yesterday's versions)
James Henstridge [Tue, 4 Dec 2001 05:43:50 +0000 (05:43 +0000)]
fix up gfarris's mistaken commit to gnome-common (revert to yesterday's versions)

svn path=/trunk/; revision=2170

22 years ago*** empty log message ***
gfarris [Tue, 4 Dec 2001 04:46:41 +0000 (04:46 +0000)]
*** empty log message ***

svn path=/trunk/; revision=2169

22 years agoFixed a typo: inlude -> include
Sebastian Rittau [Wed, 28 Nov 2001 01:38:38 +0000 (01:38 +0000)]
Fixed a typo: inlude -> include

        * gnome-pilot.m4 (PILOT_LINK_HOOK):
        Fixed a typo: inlude -> include

svn path=/trunk/; revision=2152

22 years agoAdd glib-gettextize and GETTEXT_PACKAGE support throughout. please see ChangeLog...
Jacob Berkman [Mon, 29 Oct 2001 17:17:18 +0000 (17:17 +0000)]
Add glib-gettextize and GETTEXT_PACKAGE support throughout.  please see ChangeLog, gnome-2-0-list@, or gnome-hackers@ for details

svn path=/trunk/; revision=2148

22 years agodo a test that is not only always false, but works with autoconf 2.52 and
jacob berkman [Wed, 24 Oct 2001 22:17:05 +0000 (22:17 +0000)]
do a test that is not only always false, but works with autoconf 2.52 and

2001-10-24  jacob berkman  <jacob@ximian.com>

* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): do a test that is not
only always false, but works with autoconf 2.52 and isn't trying
to be too smart

svn path=/trunk/; revision=2057

22 years ago- added curses.m4 (copied from the gnome1 macros). this file is needed to gdialog
Bastien Nocera [Mon, 15 Oct 2001 15:28:59 +0000 (15:28 +0000)]
- added curses.m4 (copied from the gnome1 macros). this file is needed to gdialog

svn path=/trunk/; revision=2054

22 years agoComplete intltool support.
Darin Adler [Tue, 2 Oct 2001 19:20:02 +0000 (19:20 +0000)]
Complete intltool support.

* autogen.sh: Complete intltool support.

svn path=/trunk/; revision=2013

22 years agoAdd intltool support.
Darin Adler [Tue, 2 Oct 2001 19:08:17 +0000 (19:08 +0000)]
Add intltool support.

* autogen.sh: Add intltool support.

svn path=/trunk/; revision=2012

22 years agoAdd intltool support.
Darin Adler [Tue, 2 Oct 2001 19:03:43 +0000 (19:03 +0000)]
Add intltool support.

svn path=/trunk/; revision=2011

22 years agoreplaced GNOME_PKGCONFIG_CHECK_MODULES with PKG_CHECK_MODULES
Glynn Foster [Thu, 20 Sep 2001 13:47:26 +0000 (13:47 +0000)]
replaced GNOME_PKGCONFIG_CHECK_MODULES with PKG_CHECK_MODULES

2001-09-20 Glynn Foster <glynn.foster@sun.com>

* macros2/gnome-x-checks.m4: replaced
GNOME_PKGCONFIG_CHECK_MODULES with  PKG_CHECK_MODULES

svn path=/trunk/; revision=2010

22 years agoPISOCK_CFLAGS no longer contains pilot-link version.
Eskil Heyn Olsen [Mon, 17 Sep 2001 04:32:38 +0000 (04:32 +0000)]
PISOCK_CFLAGS no longer contains pilot-link version.

2001-09-16  Eskil Heyn Olsen  <eskil@eskil.dk>

        * gnome-pilot.m4:
        PISOCK_CFLAGS no longer contains pilot-link version.

svn path=/trunk/; revision=1978

22 years agoStuff to check version of gnome-pilot
Eskil Heyn Olsen [Mon, 10 Sep 2001 00:42:32 +0000 (00:42 +0000)]
Stuff to check version of gnome-pilot

        * gnome-pilot.m4:
        Stuff to check version of gnome-pilot

svn path=/trunk/; revision=1974