Commit Graph

307 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
831bc265cc Include gnome-animator as part of non-experimental header files. Implement
* libgnomeui/libgnomeui.h: Include gnome-animator as part of non-experimental header files.
* libgnomeui/gnome-textfu.[ch]: Implement tags specified by dcm.
* macros/autogen.sh: Only delete macros/gnome-gettext.m4, not other files (such as gnome-data/gnome-gettext.m4 :)
* autogen.sh: Likewise
* gnome-config.in: Fix --libs gtkxmhtml to actually include -lgtkxmhtml in the link line.

svn path=/trunk/; revision=1685
2000-02-07 17:53:33 +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
e63f053c3e do the rm-gnome-gettext.m4 hokey pokey
svn path=/trunk/; revision=1583
2000-01-17 18:04:06 +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
e1376086f9 Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick
Fix for proper include directory.
Remove gnome-gettext.m4 if needed.
Stick gnome-gettext.m4 contents in gnome.m4

svn path=/trunk/; revision=1569
2000-01-14 17:29:49 +00:00
550233b97a Clean up configuration, add check for gperf > 2.7, cleanup.
2000-01-11 Frank Chiulli  <fc-linux@home.com>

       * Makefile.am: Updated comments about gperf flags.

       * configure.in: Removed duplicate check for glib 1.1.16 or later.
	 Added additional checks for gperf 2.7 or later, header files and
	 functions.

       * gb-expr.c (gb-expr-print): Correctly align oper_names with enum type
	 GBExprType in gb-expr.h.

       * object.gperf (gb_is_object): Correct arguments.  Should be only one.

       * macros/Makefile.am: Added gperf-check.m4 to list of macros.

       * macros/gperf-check.m4: New.  This macro checks for a minimum version
	 of gperf.

svn path=/trunk/; revision=1558
2000-01-12 04:07:35 +00:00
42cb348b7c Macro to check version of gperf
svn path=/trunk/; revision=1557
2000-01-12 04:00:51 +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
852dc3bc1c PKGW signs off on Balsa 0.6.0.
svn path=/trunk/; revision=1506
1999-12-21 05:59:54 +00:00
e69ca1a88c Balsa now does not install standard gnome M4 macros.
svn path=/trunk/; revision=1495
1999-12-16 23:48:56 +00:00
8846da8e48 Making sure everything's in
svn path=/trunk/; revision=1483
1999-12-12 21:49:08 +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
858500c40a removing this libhnj.m4 file... was some kind of mistake
svn path=/trunk/; revision=1433
1999-11-24 07:29:00 +00:00
90826271a7 Added libhnj.m4 to allow Go to compile. Hope this is not baaad. please, let me know if I was wrong. lacage@email.enst.fr
svn path=/trunk/; revision=1432
1999-11-23 22:35:23 +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
28a821cbdd Do the grand OAF hokey-pokey properly.
Do the grand OAF hokey-pokey properly.

svn path=/trunk/; revision=1391
1999-11-17 01:48:08 +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
e709892934 ditto (mark_current_day): ditto (month_view_set): ditto
1999-09-27  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* month-view.c (add_event): ditto
	(mark_current_day): ditto
	(month_view_set): ditto

	* goto.c (goto_dialog): ditto.

	* gnome-month-item.c (gnome_month_item_init): ditto.

	* gncal-day-panel.c (gncal_day_panel_new): ditto.

	* getdate.c (RelativeDate): ditto.

	* eventedit.c (set_all_day): ditto.
	(ee_rp_init_rule): ditto.

	* calendar.c (vcalendar_create_from_calendar): ditto.

	* calendar-conduit.c (update_record): ditto.

	* calobj.c (ical_object_generate_events): Get rid of pointers to
	values returned from localtime, as it uses a static buffer.

svn path=/trunk/; revision=1266
1999-09-27 20:57:07 +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
58b233790e corrected my email added db_handle, the "file descriptor" for an opened
* conduits/*/*control-applet.c: corrected my email
        * gpilotd/gnome-pilot-dbinfo.h: added db_handle, the "file
        descriptor" for an opened db.
        * gpilotd/gnome-pilot-conduit-standard-abs.c: uses dbi->db_handle
        instead of ->index.

svn path=/trunk/; revision=1194
1999-09-08 10:49:12 +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
6f38fd46e6 revert previous commit
svn path=/trunk/; revision=1122
1999-08-19 00:50:32 +00:00
a93ad25506 BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is
BUGFIX #1092 - we now require at least gtk+ 1.2.3 (seeing as 1.2.1 is definitely
required, and other people think 1.2.3 is required).

svn path=/trunk/; revision=1121
1999-08-19 00:39:57 +00:00
b9f1b5ebf0 Woohoo! everything seems to be compiling and working properly.. and the binary is smaller too.. lets go for a merge and start getting some work done again...
svn path=/trunk/; revision=1094
1999-08-08 15:51:40 +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
12465c9f60 Exit with error code if configure fails.
Exit with error code if configure fails.

svn path=/trunk/; revision=1043
1999-07-29 19:21:21 +00:00
c1ff2cca41 Fix popt i18n: AC_CHECK_FUNCS(dgettext) Make libgnomeui popt table set the
Fix popt i18n:
	AC_CHECK_FUNCS(dgettext)
	Make libgnomeui popt table set the intl domain.

svn path=/trunk/; revision=1033
1999-07-26 21:45:04 +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
5b4c07ffde fix'em bugs.
fix'em bugs.

svn path=/trunk/; revision=1008
1999-07-06 21:42:02 +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