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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Sebastian Rittau [Sat, 28 Jun 2003 16:20:00 +0000 (16:20 +0000)]
Add third argument to AC_DEFINE.
svn path=/trunk/; revision=2910
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
James Henstridge [Tue, 18 Feb 2003 15:12:01 +0000 (15:12 +0000)]
forgot to remove this file.
svn path=/trunk/; revision=2773
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
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
Joe Shaw [Thu, 9 Jan 2003 06:55:40 +0000 (06:55 +0000)]
back out accidental commit
svn path=/trunk/; revision=2710
Joe Shaw [Thu, 9 Jan 2003 06:36:57 +0000 (06:36 +0000)]
back out accidental commit
svn path=/trunk/; revision=2709
Jose Maria Celorio [Sat, 28 Dec 2002 04:49:29 +0000 (04:49 +0000)]
add missing .cvsignore entries
svn path=/trunk/; revision=2686
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
Morten Welinder [Thu, 5 Dec 2002 19:58:38 +0000 (19:58 +0000)]
More white-space.
svn path=/trunk/; revision=2662
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
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
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
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
John Corwin [Wed, 2 Oct 2002 20:13:06 +0000 (20:13 +0000)]
shouldn't need automake-1.4
svn path=/trunk/; revision=2598
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
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
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
JP Rosevear [Mon, 16 Sep 2002 17:08:10 +0000 (17:08 +0000)]
Merging from branch.
svn path=/trunk/; revision=2581
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
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
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
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
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
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
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
Sebastian Rittau [Sat, 10 Aug 2002 12:45:30 +0000 (12:45 +0000)]
Added support for configure.ac.
svn path=/trunk/; revision=2562
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
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
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
Sebastian Rittau [Sun, 10 Mar 2002 15:35:38 +0000 (15:35 +0000)]
Distribute gnome-pilot.m4.
svn path=/trunk/; revision=2354
Kjartan Maraas [Thu, 7 Mar 2002 23:32:32 +0000 (23:32 +0000)]
Shh again
svn path=/trunk/; revision=2350
Dan Winship [Tue, 5 Mar 2002 16:58:34 +0000 (16:58 +0000)]
oops. not these two
svn path=/trunk/; revision=2349
Dan Winship [Tue, 5 Mar 2002 16:57:29 +0000 (16:57 +0000)]
I'm not dead yet!
svn path=/trunk/; revision=2345
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
Hilarie Fernandes/DrGenius [Mon, 4 Mar 2002 12:45:56 +0000 (12:45 +0000)]
Add documentation for Dr. Genius
svn path=/trunk/; revision=2342
Morten Welinder [Wed, 13 Feb 2002 20:52:39 +0000 (20:52 +0000)]
Kill bashisms as discussed.
svn path=/trunk/; revision=2341
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
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
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
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
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
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
Rodrigo Moya [Sun, 20 Jan 2002 12:44:19 +0000 (12:44 +0000)]
*** empty log message ***
svn path=/trunk/; revision=2248
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
Israel Escalante [Fri, 14 Dec 2001 04:59:04 +0000 (04:59 +0000)]
0.10.0 here we go!
svn path=/trunk/; revision=2197
Israel Escalante [Fri, 14 Dec 2001 04:58:54 +0000 (04:58 +0000)]
0.10.0 here we go!
svn path=/trunk/; revision=2196
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
James Henstridge [Wed, 5 Dec 2001 04:54:00 +0000 (04:54 +0000)]
back again !!!
svn path=/trunk/; revision=2174
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
gfarris [Tue, 4 Dec 2001 20:55:41 +0000 (20:55 +0000)]
*** empty log message ***
svn path=/trunk/; revision=2172
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
gfarris [Tue, 4 Dec 2001 04:46:41 +0000 (04:46 +0000)]
*** empty log message ***
svn path=/trunk/; revision=2169
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
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
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
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
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
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
Darin Adler [Tue, 2 Oct 2001 19:03:43 +0000 (19:03 +0000)]
Add intltool support.
svn path=/trunk/; revision=2011
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
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
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
Frank Belew (Myth) [Tue, 4 Sep 2001 19:03:58 +0000 (19:03 +0000)]
change gettext regexp to work with non-gnu grep
* autogen.sh: change gettext regexp to work with non-gnu grep
svn path=/trunk/; revision=1973
George Lebl [Mon, 3 Sep 2001 08:26:09 +0000 (08:26 +0000)]
Shut up CVS -George
Shut up CVS
-George
svn path=/trunk/; revision=1969
Pavel Roskin [Mon, 20 Aug 2001 15:43:30 +0000 (15:43 +0000)]
Specify additional includes when testing for ext2fs/ext2fs.h.
* gnome-undelfs.m4 (GNOME_UNDELFS_CHECKS): Specify additional
includes when testing for ext2fs/ext2fs.h.
svn path=/trunk/; revision=1945