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
Pavel Roskin [Mon, 20 Aug 2001 08:00:31 +0000 (08:00 +0000)]
Specify additional includes when testing for rpc/pmap_clnt.h. Needed for
* gnome-vfs.m4 (GNOME_WITH_VFS): Specify additional includes
when testing for rpc/pmap_clnt.h. Needed for Autoconf 2.50+
only - older versions don't try to compile headers and ignore
this argument.
svn path=/trunk/; revision=1944
Darin Adler [Sat, 18 Aug 2001 20:48:43 +0000 (20:48 +0000)]
Don't ask people to ignore xml-i18n-tools messages.
* autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
svn path=/trunk/; revision=1943
Pavel Roskin [Tue, 14 Aug 2001 00:39:18 +0000 (00:39 +0000)]
Replace "Can't" with "Cannot" in a comment.
svn path=/trunk/; revision=1940
Darin Adler [Sat, 4 Aug 2001 19:34:08 +0000 (19:34 +0000)]
Update gettext logic to allow anything that starts with AM and ends with
* autogen.sh: Update gettext logic to allow anything that
starts with AM and ends with gettext. This makes it work with
AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
svn path=/trunk/; revision=1939
Darin Adler [Sat, 4 Aug 2001 19:29:35 +0000 (19:29 +0000)]
Ignore generated .dep file.
* .cvsignore: Ignore generated .dep file.
svn path=/trunk/; revision=1910
Andrew Hughes Chatham [Fri, 3 Aug 2001 22:36:03 +0000 (22:36 +0000)]
Adding cvsignore files
svn path=/trunk/; revision=1906
Martin Baulig [Fri, 3 Aug 2001 19:32:55 +0000 (19:32 +0000)]
Removed. (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
2001-08-03 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
(GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
(GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
(GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
(GNOME_PKGCONFIG_CHECK_MODULES): Removed.
(GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
to check for the pkg-config version.
svn path=/trunk/; revision=1905
Martin Baulig [Fri, 3 Aug 2001 19:27:09 +0000 (19:27 +0000)]
Fixed my email address.
svn path=/trunk/; revision=1904
Jody Goldberg [Thu, 2 Aug 2001 15:43:54 +0000 (15:43 +0000)]
Revert mistaken commit
svn path=/trunk/; revision=1895
J.H.M. Dassen (Ray) [Thu, 2 Aug 2001 15:35:57 +0000 (15:35 +0000)]
Made "--without-guile" work. Added $guile_msg for reporting back.
2001-08-02 J.H.M. Dassen (Ray) <jdassen@debian.org>
* gnome-guile-checks.m4: Made "--without-guile" work. Added $guile_msg
for reporting back.
2001-08-02 J.H.M. Dassen (Ray) <jdassen@debian.org>
* configure.in: Use the new improved (functional) guile tests.
svn path=/trunk/; revision=1894
Michael Meeks [Wed, 1 Aug 2001 20:12:40 +0000 (20:12 +0000)]
Version 1.2.3
2001-08-02 Michael Meeks <michael@ximian.com>
* Version 1.2.3
svn path=/trunk/; revision=1891
Martin Baulig [Wed, 1 Aug 2001 12:34:22 +0000 (12:34 +0000)]
This directory is *shared* between a lot of modules in GNOME CVS -
which means that every change you're doing here immediately affects
a very large number of modules.
Please, do *ALWAYS ASK FIRST* on gnome-hackers@gnome.org before you
commit anything to this directory. If unsure, feel free to send me
a patch <martin@gnome.org> and I'll commit it for you it it's ok.
Thanks for your understanding,
August 1st, 2001
Martin Baulig <martin@gnome.org>
svn path=/trunk/; revision=1883
Pavel Roskin [Tue, 31 Jul 2001 15:46:23 +0000 (15:46 +0000)]
Fix ftp location and update current version of gettext to 0.10.39.
svn path=/trunk/; revision=1880
Pavel Roskin [Tue, 31 Jul 2001 05:00:13 +0000 (05:00 +0000)]
Revert naba's change again.
svn path=/trunk/; revision=1879
Naba Kumar [Mon, 30 Jul 2001 13:28:56 +0000 (13:28 +0000)]
Minor fixes.
Minor fixes.
svn path=/trunk/; revision=1878
Darin Adler [Thu, 26 Jul 2001 19:50:22 +0000 (19:50 +0000)]
Point to the new home of pkgconfig at freedesktop.org instead of
* configure.in: Point to the new home of pkgconfig at
www.freedesktop.org instead of "sourceforce.net" [sic].
svn path=/trunk/; revision=1877
Darin Adler [Thu, 26 Jul 2001 19:25:57 +0000 (19:25 +0000)]
Point to the new home of pkgconfig at freedesktop.org.
* doc/usage.txt: Point to the new home of pkgconfig at
www.freedesktop.org.
svn path=/trunk/; revision=1876
Jody Goldberg [Wed, 25 Jul 2001 00:33:17 +0000 (00:33 +0000)]
Add psion macros from Frodo Looijaard <frodol@dds.nl>
2001-07-24 Jody Goldberg <jgoldberg@home.com>
* psiconv.m4 : Add psion macros from Frodo Looijaard <frodol@dds.nl>
svn path=/trunk/; revision=1858
Frédéric Crozat [Tue, 24 Jul 2001 07:39:00 +0000 (07:39 +0000)]
Correct minimal version test
* gnome-print-check.m4 (AM_PATH_GNOME_PRINT):
Correct minimal version test
svn path=/trunk/; revision=1857
Martin Baulig [Mon, 23 Jul 2001 16:53:03 +0000 (16:53 +0000)]
Pkg-config can be found at freedesktop.org, not www.freesoftware.com.
svn path=/trunk/; revision=1856
Andrew Hughes Chatham [Mon, 23 Jul 2001 13:07:02 +0000 (13:07 +0000)]
Removing changes to Makefile.am; didn't know this was a global directory
svn path=/trunk/; revision=1855
Andrew Hughes Chatham [Sun, 22 Jul 2001 18:52:12 +0000 (18:52 +0000)]
Removing these macros from the global gnome macros directory. Sorry about that.
svn path=/trunk/; revision=1854
Kevin Gibbs [Fri, 20 Jul 2001 21:39:10 +0000 (21:39 +0000)]
Make dist, dist check, and rpm are now supported and working. If you want to distribute a copy of SashMo to someone, you should type "make dist" and send them the tarball.
svn path=/trunk/; revision=1843
Martin Baulig [Fri, 20 Jul 2001 14:03:49 +0000 (14:03 +0000)]
Require pkg-config 0.8.0.
2001-07-20 Martin Baulig <baulig@suse.de>
* gnome-pkgconfig.m4: Require pkg-config 0.8.0.
svn path=/trunk/; revision=1842
Pavel Roskin [Sun, 15 Jul 2001 16:35:16 +0000 (16:35 +0000)]
Revert last change.
svn path=/trunk/; revision=1840
Naba Kumar [Sun, 15 Jul 2001 14:10:47 +0000 (14:10 +0000)]
Changed png graphics with white background. Changed project version.
Changed png graphics with white background.
Changed project version.
Changed sgml docs ids with '-' to '_'
svn path=/trunk/; revision=1839
Darin Adler [Fri, 13 Jul 2001 00:13:16 +0000 (00:13 +0000)]
Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE already takes care of
* configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
already takes care of that.
svn path=/trunk/; revision=1838
Laszlo Peter [Fri, 29 Jun 2001 14:36:17 +0000 (14:36 +0000)]
Fix the regexp to process all 6 version numbers.
2001-06-29 Laszlo Peter <laca@ireland.sun.com>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp
to process all 6 version numbers.
svn path=/trunk/; revision=1837
Pavel Roskin [Fri, 29 Jun 2001 06:38:47 +0000 (06:38 +0000)]
Add missing files from gettext-0.10.38.
svn path=/trunk/; revision=1836