Commit Graph

213 Commits

Author SHA1 Message Date
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
5493a25691 Don't add warning and compiler flags to the CFLAGS and CXXFLAGS when
1999-02-05  Martin Baulig  <martin@home-of-linux.org>

	* compiler-flags.m4: Don't add warning and compiler flags to
	the CFLAGS and CXXFLAGS when they're cached. This fixes the
	problem that CFLAGS and CXXFLAGS get longer and longer each
	time you run a `config.status --recheck'.

svn path=/trunk/; revision=646
1999-02-05 11:42:32 +00:00
23e6445f8b New automake conditional that's always false.
1999-02-04  Martin Baulig  <martin@home-of-linux.org>

	* aclocal-include.m4 (INSIDE_GNOME_COMMON): New automake
	conditional that's always false.

	* gnome-common.m4: New file. This defines a `GNOME_COMMON_INIT'
	macro that should be used in all GNOME Applications outside
	the CVS tree.

	* Makefile.am: If we are `INSIDE_GNOME_COMMON', install all
	$(MACROS), autogen.sh, gnome-common.m4 and a newly created
	gnome-macros.dep in `$(datadir)/aclocal/gnome'.

svn path=/trunk/; revision=640
1999-02-04 13:04:51 +00:00
6d97fa0fe8 Re-order log
svn path=/trunk/; revision=622
1999-01-27 16:15:46 +00:00
c4c5a328a5 Add recognition of 2 more libraries - pthreads and pthread-support build
Sun Jan 24 03:59:32 1999  Timur Bakeyev <mc@bat.ru>

	* gnome-pthread-check.m4: Add recognition of 2 more libraries -
	pthreads and pthread-support build in libc (as on BSDI).

svn path=/trunk/; revision=619
1999-01-24 01:03:26 +00:00
95a1254799 New macro. This checks whether you have the LibGTop documentation
1999-01-23  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-checks.m4 (GNOME_LIBGTOP_DOCU): New macro. This
	checks whether you have the LibGTop documentation installed and
	defines `HAVE_LIBGTOP_DOCU' if appropriate. Also provides automake
 	conditional.

svn path=/trunk/; revision=618
1999-01-23 18:29:06 +00:00
2f77d8f40d Applied a patch from Owen Taylor to keep this in sync with
AC_GTK_GETTEXT from gtk+/acinclude.m4.

1999-01-20  Martin Baulig  <martin@home-of-linux.org>

	* acinclude.m4 (ac_result): Unset CATOBJEXT so
	that the macros and Makefiles correctly handle
	disabling NLS when no gettext is found.

svn path=/trunk/; revision=616
1999-01-20 23:09:09 +00:00
d2ef977015 Rewrite to be saner. Don't limit yourself to a fixed set of names for the
* gnome-cxx-check.m4 (GNOME_CHECK_CXX): Rewrite to be saner.
	Don't limit yourself to a fixed set of names for the compiler.

svn path=/trunk/; revision=614
1999-01-20 03:33:28 +00:00
c3284ed119 Couple of changes:
Couple of changes:

	configure tests to make gnome-libs prepared for a potential
	release of Imlib 1.9.

	Mime-info fix for the tar-problem in gmc.

Miguel.

svn path=/trunk/; revision=587
1999-01-08 05:40:14 +00:00
8599fb07e0 Added gnome-print-check.m4 to MACROS
1999-01-06 Nat Friedman   <nat@nat.org>

	* Makefile.am (MACROS): Added gnome-print-check.m4 to MACROS

svn path=/trunk/; revision=584
1999-01-06 10:03:18 +00:00
c107b53ebb Include dirent.h before checking whether `scandir' needs to be declared.
* gnome-support.m4: Include dirent.h before checking whether
`scandir' needs to be declared.
* need-declaration.m4: Revert unlogged change.

svn path=/trunk/; revision=580
1999-01-06 01:45:20 +00:00
60d1b615de Added and exported GNOME_APPLET_LIBS.
svn path=/trunk/; revision=559
1998-12-22 18:24:24 +00:00
52f6c4b4fe Merge the changes from GNOME_STABLE into HEAD.
Merge the changes from GNOME_STABLE into HEAD.

Miguel.

svn path=/trunk/; revision=533
1998-12-17 00:06:51 +00:00
853d13b9df Add the hacked version of the gettext macros that is used in Gtk+ here.
1998-12-15  Martin Baulig  <martin@home-of-linux.org>

	* gnome-gettext.m4: Add the hacked version of the gettext
	macros that is used in Gtk+ here.

	* autogen.sh: Accept both AM_GNU_GETTEXT and AM_GNOME_GETTEXT.

svn path=/trunk/; revision=526
1998-12-15 22:57:24 +00:00
85945d3649 Just set the version number to 0.99.0 to keep it in sync with the rest
of GNOME.

1998-12-15  Martin Baulig  <martin@home-of-linux.org>

	Released LibGTop 0.99.0 which is a feature-freezed version
	for GNOME 1.0.

svn path=/trunk/; revision=525
1998-12-15 19:03:36 +00:00
eb2b8468e4 All parts of GNOME will now require LibGTop >= 0.30.0 which is the latest
1998-12-15  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: All parts of GNOME will now require
	LibGTop >= 0.30.0 which is the latest version from CVS and
	already feature-freezed for GNOME 1.0.

svn path=/trunk/; revision=524
1998-12-15 13:17:18 +00:00
f04cdc6fa8 Make this work with more than one directory.
1998-12-09  Martin Baulig  <martin@home-of-linux.org>

	* aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Make this work
	with more than one directory.

svn path=/trunk/; revision=515
1998-12-08 23:29:47 +00:00
530aeea8a3 Moved into the LibGTop module. This file contains too much stuff that
1998-12-08  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: Moved into the LibGTop module.
	This file contains too much stuff that should only be used
	internally in LibGTop, so it's better to have it there.

svn path=/trunk/; revision=513
1998-12-08 22:59:29 +00:00
6649899543 Recognice OpenBSD as a valid system and use the `freebsd' sysdeps
1998-12-06  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid
	system and use the `freebsd' sysdeps directory for it.

svn path=/trunk/; revision=507
1998-12-06 11:06:54 +00:00
f37e3a1f70 clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix)
* gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if
guile isn't there (quick fix)

-Yosh

svn path=/trunk/; revision=506
1998-12-06 07:35:53 +00:00
a65ab12d85 Recognice NetBSD as a valid system and use the `freebsd' sysdeps directory
1998-12-05  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid
	system and use the `freebsd' sysdeps directory for it.

svn path=/trunk/; revision=504
1998-12-05 18:47:40 +00:00
c2c203d498 Define this to be the same as LINUX_VERSION_CODE either from
1998-12-03  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4 (GLIBTOP_LINUX_VERSION_CODE):
	Define this to be the same as LINUX_VERSION_CODE either from
	<linux/version.h> or from the running kernel.

svn path=/trunk/; revision=503
1998-12-03 16:08:24 +00:00
58c5aa0beb "Improve" indentation and messages somewhat.
* autogen.sh: "Improve" indentation and messages somewhat.

svn path=/trunk/; revision=500
1998-12-02 21:45:12 +00:00
3931407791 Platform fixes. grep -q is not portable, do not use.
svn path=/trunk/; revision=496
1998-12-01 16:45:02 +00:00
fa2ffdb513 Run gettextize if needed. : Run libtoolize only if configure.in has
1998-12-01  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* autogen.sh: Run gettextize if needed.
	: Run libtoolize only if configure.in has "^AM_PROG_LIBTOOL".

svn path=/trunk/; revision=495
1998-12-01 10:02:56 +00:00
6c6da37ef9 Re-arranged tests such that "--without-gnome" is fully supported. Not only
* gnome.m4: Re-arranged tests such that "--without-gnome" is
        fully supported.  Not only is the logic now correct, programs
        can test "want_gnome=yes/no" for the results of this arg.

svn path=/trunk/; revision=494
1998-11-30 08:03:20 +00:00
a0faca82e8 All parts of GNOME will now require LibGTop >= 0.29.0 which is the latest
1998-11-27  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-check.m4: All parts of GNOME will now require
	LibGTop >= 0.29.0 which is the latest version from CVS.

svn path=/trunk/; revision=490
1998-11-27 12:58:17 +00:00
56fc08a7e5 Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before
1998-11-20  James Henstridge  <james@daa.com.au>

        * gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK
        to GNOME_GNORBA_HOOK([],$2).  Before if you specified that the
        macro should not exit on errors, and you didn't have ORBit, the
        script would fail anyway.

svn path=/trunk/; revision=480
1998-11-20 11:14:02 +00:00
7f4300223d We need to check for <net/if_var.h> and conditionally include it before
1998-11-17  Martin Baulig  <martin@home-of-linux.org>

	* gnome-libgtop-sysdeps.m4: We need to check for <net/if_var.h>
	and conditionally include it before <net/if_isppp.h> in the code
	that check for I4B to make it work on FreeBSD 3.0.

svn path=/trunk/; revision=478
1998-11-17 22:11:43 +00:00