Commit Graph

191 Commits

Author SHA1 Message Date
49af1217d7 Fix GNUism introduced in the previous fix.
* autogen.sh: Fix GNUism introduced in the previous fix.

svn path=/trunk/; revision=1715
2000-02-09 23:19:13 +00:00
9e816b5c29 Handle non GNU find programs.
2000-02-08  Miguel de Icaza  <miguel@gnu.org>

	* autogen.sh: Handle non GNU find programs.

svn path=/trunk/; revision=1701
2000-02-09 08:51:20 +00:00
dec6d6b097 New macro. This is an improved version of AC_CHECK_TYPE which takes into
2000-02-05  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-types.m4 (AC_LIBGTOP_CHECK_TYPE): New macro. This
	is an improved version of AC_CHECK_TYPE which takes into account
	that we need to #include some other header files on some systems
	to get some types.
	(GNOME_LIBGTOP_TYPES): Check for <sys/bitypes.h> for Tru64 and
	use AC_LIBGTOP_CHECK_TYPE rather than AC_CHECK_TYPE.

svn path=/trunk/; revision=1667
2000-02-04 22:25:36 +00:00
eb1bc09da6 gnome-bonobo-check.m4 Include <bonobo.h> rather than
2000-01-26  Dave Camp  <campd@oit.edu>

	* gnome-bonobo-check.m4 Include <bonobo.h> rather than
	<bonobo/gnome-object.h>

svn path=/trunk/; revision=1643
2000-01-26 01:55:16 +00:00
fb01420e58 Check for bonobo_object_get_type() rather than gnome_object_get_type().
2000-01-26  Dave Camp  <campd@oit.edu>

	* gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather
	than gnome_object_get_type().

svn path=/trunk/; revision=1642
2000-01-26 01:01:04 +00:00
6e707feec4 Reverted my last commit.
svn path=/trunk/; revision=1613
2000-01-24 01:20:51 +00:00
acbc330e55 i broke the version-checking macro for other distribs in my last commit.
* gnome-pilot.m4: i broke the version-checking macro for other
        distribs in my last commit. fixing that now.

svn path=/trunk/; revision=1612
2000-01-24 00:38:25 +00:00
708de9037e Check for u_int8_t' and int8_t'.
2000-01-23  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4 (GNOME_LIBGTOP_TYPES): Check for
	`u_int8_t' and `int8_t'.

svn path=/trunk/; revision=1611
2000-01-23 17:51:33 +00:00
a39aa9b053 fix the version-checking macro for debian
* gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for
	        debian

svn path=/trunk/; revision=1610
2000-01-23 03:39:42 +00:00
73107b49d4 Look for sched_yield in -lrt, too. Suggested by Drazen Kazar
* gnome-objc-checks.m4: Look for sched_yield in -lrt, too.
Suggested by Drazen Kazar <dave@srce.hr>.

svn path=/trunk/; revision=1598
2000-01-21 00:12:15 +00:00
21cc1d3aee Fix typo in PILOT_LINK_HOOK.
* gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK.

svn path=/trunk/; revision=1575
2000-01-16 18:50:32 +00:00
19a9abb138 PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults
* gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version.
	GNOME_PILOT_CHECK defaults to requiring 0.9.3.

svn path=/trunk/; revision=1571
2000-01-15 17:21:10 +00:00
7f8cd0fc32 Applied patch from R. Bernstein <rocky@panix.com> - print a better error
2000-01-09  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: Applied patch from R. Bernstein
	<rocky@panix.com> - print a better error message when
	LibGTop's major version number mismatches.

svn path=/trunk/; revision=1546
2000-01-09 09:59:30 +00:00
9c84a92539 Applied patch from Colin Walters to make it compile under Debian
1999-12-25  Martin Baulig  <martin@home-of-linux.org>

	* gnome-pilot.m4: Applied patch from Colin Walters to make
	it compile under Debian GNU/Linux.

svn path=/trunk/; revision=1512
1999-12-25 14:31:23 +00:00
d9c655cd48 Removed all guile variables.
1999-12-05  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-checks.m4: Removed all guile variables.

svn path=/trunk/; revision=1463
1999-12-05 22:13:49 +00:00
a4fe6af808 Better scoping of GNOME_XML_LIB fix.
1999-11-18  Jeff Garzik  <jgarzik@mandrakesoft.com>

        * gnome-xml-check.m4: Better scoping of GNOME_XML_LIB fix.

svn path=/trunk/; revision=1403
1999-11-18 17:31:15 +00:00
f1af6ba53c always AC_SUBST GNOME_XML_LIB, so that output variable will always be
1999-11-16  Jeff Garzik  <jgarzik@mandrakesoft.com>

        * gnome-xml-check.m4: always AC_SUBST GNOME_XML_LIB, so that
        output variable will always be present.

svn path=/trunk/; revision=1402
1999-11-18 13:16:31 +00:00
d8eae19b7c Revert previous check-in, wasnt supposed to be committed yet
svn path=/trunk/; revision=1401
1999-11-17 21:56:52 +00:00
1a6e677ae7 no news is good news
svn path=/trunk/; revision=1400
1999-11-17 21:54:14 +00:00
c0795aaa97 uses test -r instead of test -e, was reported as a portability bug wrt
* gnome-pilot.m4: uses test -r instead of test -e, was reported as
	a portability bug wrt solaris.

svn path=/trunk/; revision=1373
1999-11-09 17:47:42 +00:00
c8d14b53ef added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds
* gnome-pilot.m4: added PILOT_LINK_CHECK, used by
	GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link.

svn path=/trunk/; revision=1357
1999-10-31 18:48:15 +00:00
146a28a19b this should be a better fix
1999-10-24  Jacob Berkman  <jberkman@andrew.cmu.edu>

* gnome-ghttp-check.m4: this should be a better fix

svn path=/trunk/; revision=1352
1999-10-24 21:47:30 +00:00
5cd682c635 use a temp value until we know that ghttp exists. This will hopefully fix
1999-10-21  Jacob Berkman  <jberkman@andrew.cmu.edu>

* gnome-ghttp-check.m4: use a temp value until we know that
ghttp exists.  This will hopefully fix building on Solaris
machines

svn path=/trunk/; revision=1342
1999-10-22 03:46:37 +00:00
ea421e8d58 Remove -Wpointer-arith to make recent egcs & glibc to stop generating
warnings.

svn path=/trunk/; revision=1258
1999-09-27 03:12:05 +00:00
acfd8adff8 If you're going to AC_PATH_PROG then use the prog you find :-)
1999-09-01  Havoc Pennington  <hp@pobox.com>

* gnome-xml-check.m4: If you're going to AC_PATH_PROG then use the
prog you find :-)

svn path=/trunk/; revision=1156
1999-09-01 21:28:41 +00:00
f812a77ab6 merging gnome-conduit-check.m4 removal from the newconduit branch
svn path=/trunk/; revision=1060
1999-08-02 04:57:30 +00:00
2ab2b6e14f put gnome-conduit-check.m4 into HEAD.
svn path=/trunk/; revision=1049
1999-07-31 19:34:29 +00:00
b4aa097dc3 Add a comment to show how to get gtk 1.2 and glib 1.2 from cvs
svn path=/trunk/; revision=1013
1999-07-08 12:53:53 +00:00
535718bfa6 Forbid compiling gnome with gtk 1.3 as it doesn't work
svn path=/trunk/; revision=1007
1999-07-06 18:46:29 +00:00
f34b65450d Make "extra library" message slightly easier to read.
* gnome.m4: Make "extra library" message slightly easier to read.

svn path=/trunk/; revision=1006
1999-07-06 00:07:58 +00:00
0e4983d6b9 give -Wunused to gcc instead of -Wno-unused.
Sat Jun 26 01:47:53 1999  Tim Janik  <timj@gtk.org>

        * compiler-flags.m4: give -Wunused to gcc instead of -Wno-unused.

svn path=/trunk/; revision=996
1999-06-25 23:54:26 +00:00
d66280f75e Make -lqthreads be detected by qt_null, not main - now works on Debian
svn path=/trunk/; revision=973
1999-06-11 07:42:06 +00:00
6f235e02f3 Add `gnome-bonobo-check.m4'.
* Makefile.am (MACROS): Add `gnome-bonobo-check.m4'.

svn path=/trunk/; revision=905
1999-05-11 21:59:47 +00:00
65cc58a082 made test program return 0, changed BONOBO_CHECK to not return "failure"
1999-05-09  Jacob Berkman  <jberk+@cmu.edu>

        * gnome-bonobo-check.m4: made test program return 0,
        changed BONOBO_CHECK to not return "failure" on success

svn path=/trunk/; revision=895
1999-05-09 07:25:12 +00:00
ceb6a5d36a Fix invocation of AM_PATH_GNOME_PRINT. Sort lines.
* gnome-print-check.m4 (GNOME_PRINT_CHECK): Fix invocation of
AM_PATH_GNOME_PRINT.
* Makefile.am (MACROS): Sort lines.

svn path=/trunk/; revision=818
1999-04-17 01:22:18 +00:00
841b3a9102 Deleted duplicate VFS checks. GNOME_VFS_CHECKS now contains all VFS
Sun Mar 28 23:39:48 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>

* configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
now contains all VFS checks.

* src/util.c (is_printable): Character 155 is non printable even when
full eight bit output is enabled (on the linux console 155 is
interpreted as "ESC [").

* vfs/vfs.h (vfs_translate_url): Fixed the macro which is used when
compiling without vfs.

* macros/gnome-vfs.m4: Add --with-vfs option. GNOME_VFS_LIBS still needs
to be fixed but that's not a problem because there's no libvfs, yet.

svn path=/trunk/; revision=783
1999-03-29 05:06:57 +00:00
1b383b0fa7 Applied this change:
1999-03-10  Tomislav Vujec  <tvujec@carnet.hr>

	* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in
	ACLOCAL. This allows maintainer rules to work if any of the macros
	change.

svn path=/trunk/; revision=745
1999-03-10 23:16:04 +00:00
ed4bc0b947 Applied Bug fix:
1999-03-10  Tomislav Vujec  <tvujec@carnet.hr

	* gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing
	for additional inits. It gets expanded while generating configure,
	resulting in an empty parameter list - syntax error in for statement.

svn path=/trunk/; revision=744
1999-03-10 22:46:20 +00:00
8bfa8af939 Add a new paramater, which is passed to GNOME_INIT_HOOK.
* gnome.m4 (GNOME_INIT): Add a new paramater, which is passed to
GNOME_INIT_HOOK.
(GNOME_INIT_HOOK): New parameter "additional inits".  This is a
list like "applets capplet", and the corresponding
GNOME_APPLETS_LIBS and GNOME_CAPPLETS_LIBS are defined.

Note: This change requires all standalone panel applets to use

	GNOME_INIT(applets)

instead of just GNOME_INIT in their configure.ins.  I don't think
there are any standalon panel applets in Gnome CVS.  This is partly to
fix a bug with a message `unknown library: applets' that appears when
gnome-core is installed the first time.

svn path=/trunk/; revision=743
1999-03-10 01:10:12 +00:00
6c842e8bbd Ok, this was bugging me.... ....for a while my objc compiler was borked. I
Ok, this was bugging me....
....for a while my objc compiler was borked.  I had it, but it didn't work.
gnome-network would abuse and abuse me since it only checked for the objc
compiler and not gnome-objc.

Noticed we didn't have a HAVE_GNOME_OBJC conditional, so I added it.  It works
(so far...)

Mark Crichton

svn path=/trunk/; revision=718
1999-03-01 05:21:53 +00:00
3567dff724 Remove a CVS conflict marker.
svn path=/trunk/; revision=709
1999-02-28 11:26:02 +00:00
43a26581b2 Require at least gtk+ 1.2 (pointless getting bug reports with an old
1998-02-27  Gregory McLean <gregm@comstar.net>

        * gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting
        bug reports with an old glib/gtk/gdk set..)

svn path=/trunk/; revision=708
1999-02-27 19:56:42 +00:00
c293de1aca Require LibGTop >= 1.0.0.
1999-02-25  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-checks.m4: Require LibGTop >= 1.0.0.

svn path=/trunk/; revision=702
1999-02-25 07:01:52 +00:00
6b37708424 Require LibGTop >= 0.100.0.
1999-02-24  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-checks.m4: Require LibGTop >= 0.100.0.

svn path=/trunk/; revision=690
1999-02-24 14:54:16 +00:00
2df03af7a2 Only add the compilation warnings if the compiler is GCC.
1999-02-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* compiler-flags.m4: Only add the compilation warnings if the
	compiler is GCC.

svn path=/trunk/; revision=684
1999-02-22 21:27:11 +00:00
b779411ecc ZVT_LIBS
1999-02-20  Timur Bakeyev <mc@bat.ru>

	* gnome.m4: Added and exported ZVT_LIBS.

svn path=/trunk/; revision=680
1999-02-20 02:15:32 +00:00
28707ca90c svn path=/trunk/; revision=675
Tue Feb 16 19:35:42 1999  Owen Taylor  <otaylor@redhat.com>

svn path=/trunk/; revision=675
1999-02-18 00:02:24 +00:00
77a4da6339 BSDI's shell fix..
1999-02-15  Timur Bakeyev <mc@bat.ru>

	* gnome-gettext.m4: Work around a bug in BSDI's native sh, which in-
	correctly expands ${LINGUAS=$ALL_LINGUAS}. Switched to if/fi variant.

svn path=/trunk/; revision=665
1999-02-15 17:58:31 +00:00
7ecd4915dd Reworked the paragraph formatting dialog.
Bumped the version number.
Reworked macros/gnome-print-check.m4.
Added a plugin to plugins/.cvsignore.

svn path=/trunk/; revision=664
1999-02-15 09:13:17 +00:00
27660c1d47 Applied a patch from Kenneth Stailey; use $CFLAGS when invoking $OBJC so
1999-02-10  Martin Baulig  <martin@home-of-linux.org>

	* gnome-objc-checks.m4: Applied a patch from Kenneth Stailey;
	use $CFLAGS when invoking $OBJC so the user can add additional
	include paths.

svn path=/trunk/; revision=658
1999-02-10 14:37:29 +00:00