summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'bonobo_views'.bonobo_viewsnobody2000-03-2950-7004/+0
| | | | svn path=/branches/bonobo_views/; revision=1165
* Modfied to use the gnome-config --yadayada gpilot script.Eskil Heyn Olsen2000-03-291-3/+3
| | | | svn path=/trunk/; revision=1154
* Don't try remote activation if no hostname or username is given... Fix forElliot Lee2000-03-031-1/+1
| | | | | | | | * libgnomeui/oafgnome.c: Don't try remote activation if no hostname or username is given... * gnome-config.in: Fix for orbit-idl flags. * gnome.m4: Send everything from gnome-config into /dev/null, not just errors. We just need exit code. svn path=/trunk/; revision=1152
* fix up check of LINGUAS variable so that we don't get problems whenJames Henstridge2000-02-252-1/+7
| | | | | | | | | | 2000-02-26 James Henstridge <james@daa.com.au> * gnome-gettext.m4: fix up check of LINGUAS variable so that we don't get problems when LINGUAS contains `en' and ALL_LINGUAS contains `en_GB' for instance. svn path=/trunk/; revision=1126
* s/1.0/1/ for interface version.Elliot Lee2000-02-251-2/+2
| | | | | | s/1.0/1/ for interface version. svn path=/trunk/; revision=1124
* Only such an idiot as I would think 'echo' meant 'fi'.Elliot Lee2000-02-221-1/+1
| | | | | | Only such an idiot as I would think 'echo' meant 'fi'. svn path=/trunk/; revision=1123
* Don't run libtoolize when `NO_LIBTOOLIZE' is set.Martin Baulig2000-02-222-2/+8
| | | | | | | | 2000-02-22 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set. svn path=/trunk/; revision=1121
* Check for newer popt, and include it in the needed libs. Give correctElliot Lee2000-02-182-12/+14
| | | | | | | | | | | * configure.in: Check for newer popt, and include it in the needed libs. * gnome-compat-1.0.h: Give correct paths to compat headers. * gnome-config.in: Fixes to make help output correct. * gnome.m4: Reorg so it doesn't do any path searching itself, just uses gnome-config. * libgnome/gnome-popt.h: Include popt.h not popt-gnome.h * support/Makefile.am: No popt built-in. svn path=/trunk/; revision=1119
* s/GNOME2_DIR/GNOME2_PATH/, for consistencyDan Winship2000-02-161-2/+2
| | | | svn path=/trunk/; revision=1110
* These shouldn't be hereAnders Carlsson2000-02-133-523/+0
| | | | svn path=/trunk/; revision=1109
* I am sure that kabalak didn't mean to remove gnome-common/macros :)James Henstridge2000-02-1333-0/+4475
| | | | svn path=/trunk/; revision=1096
* removed gtranslator for re-checkinFatih Demir2000-02-1330-3952/+0
| | | | svn path=/trunk/; revision=1095
* Fix GNUism introduced in the previous fix.Raja R Harinath2000-02-092-1/+5
| | | | | | * autogen.sh: Fix GNUism introduced in the previous fix. svn path=/trunk/; revision=1091
* Handle non GNU find programs.Miguel de Icaza2000-02-092-2/+12
| | | | | | | | 2000-02-08 Miguel de Icaza <miguel@gnu.org> * autogen.sh: Handle non GNU find programs. svn path=/trunk/; revision=1090
* Include gnome-animator as part of non-experimental header files. ImplementElliot Lee2000-02-071-1/+2
| | | | | | | | | | * 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=1088
* New macro. This is an improved version of AC_CHECK_TYPE which takes intoMartin Baulig2000-02-042-2/+44
| | | | | | | | | | | | | 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=1080
* gnome-bonobo-check.m4 Include <bonobo.h> rather thanDave Camp2000-01-262-1/+6
| | | | | | | | | 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=1076
* Check for bonobo_object_get_type() rather than gnome_object_get_type().Dave Camp2000-01-262-1/+6
| | | | | | | | | 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=1075
* Reverted my last commit.Martin Baulig2000-01-242-7/+0
| | | | svn path=/trunk/; revision=1070
* i broke the version-checking macro for other distribs in my last commit.Peter Teichman2000-01-242-1/+9
| | | | | | | * gnome-pilot.m4: i broke the version-checking macro for other distribs in my last commit. fixing that now. svn path=/trunk/; revision=1069
* Check for `u_int8_t' and `int8_t'.Martin Baulig2000-01-232-1/+8
| | | | | | | | | 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=1068
* fix the version-checking macro for debianPeter Teichman2000-01-232-2/+9
| | | | | | | * gnome-pilot.m4 (PILOT_LIBS): fix the version-checking macro for debian svn path=/trunk/; revision=1067
* Look for sched_yield in -lrt, too. Suggested by Drazen KazarRaja R Harinath2000-01-212-2/+11
| | | | | | | * gnome-objc-checks.m4: Look for sched_yield in -lrt, too. Suggested by Drazen Kazar <dave@srce.hr>. svn path=/trunk/; revision=1066
* do the rm-gnome-gettext.m4 hokey pokeyElliot Lee2000-01-171-4/+8
| | | | svn path=/trunk/; revision=1065
* Fix typo in PILOT_LINK_HOOK.Vadim Strizhevsky2000-01-162-1/+5
| | | | | | * gnome-pilot.m4: Fix typo in PILOT_LINK_HOOK. svn path=/trunk/; revision=1064
* PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaultsEskil Heyn Olsen2000-01-152-5/+48
| | | | | | | * gnome-pilot.m4: PILOT_LINK_HOOK now check pilot-link version. GNOME_PILOT_CHECK defaults to requiring 0.9.3. svn path=/trunk/; revision=1062
* Fix for proper include directory. Remove gnome-gettext.m4 if needed. StickElliot Lee2000-01-144-2/+344
| | | | | | | | Fix for proper include directory. Remove gnome-gettext.m4 if needed. Stick gnome-gettext.m4 contents in gnome.m4 svn path=/trunk/; revision=1060
* Clean up configuration, add check for gperf > 2.7, cleanup.Frank Chiulli2000-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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=1058
* Macro to check version of gperfFrank Chiulli2000-01-121-0/+79
| | | | svn path=/trunk/; revision=1057
* Applied patch from R. Bernstein <rocky@panix.com> - print a better errorMartin Baulig2000-01-092-4/+16
| | | | | | | | | | 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=1054
* No mo gtk-xmhtml or libgnorba.Elliot Lee2000-01-041-1/+2
| | | | | | No mo gtk-xmhtml or libgnorba. svn path=/trunk/; revision=1053
* Applied patch from Colin Walters to make it compile under DebianMartin Baulig1999-12-252-1/+6
| | | | | | | | | 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=1045
* PKGW signs off on Balsa 0.6.0.Peter Williams1999-12-211-1/+1
| | | | svn path=/trunk/; revision=1041
* Balsa now does not install standard gnome M4 macros.Peter Williams1999-12-161-2/+2
| | | | svn path=/trunk/; revision=1037
* Making sure everything's inJeremy Wise1999-12-121-2/+2
| | | | svn path=/trunk/; revision=1035
* Removed all guile variables.Martin Baulig1999-12-052-4/+4
| | | | | | | | 1999-12-05 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-checks.m4: Removed all guile variables. svn path=/trunk/; revision=1023
* Fix size_request/size_allocate - was HORRIBLY broken before.Elliot Lee1999-12-051-8/+24
| | | | | | Fix size_request/size_allocate - was HORRIBLY broken before. svn path=/trunk/; revision=1022
* Fix empty for loop, the Zucchi way.Elliot Lee1999-12-031-2/+2
| | | | | | Fix empty for loop, the Zucchi way. svn path=/trunk/; revision=1021
* removing this libhnj.m4 file... was some kind of mistakeMathieu Lacage1999-11-241-165/+0
| | | | svn path=/trunk/; revision=1020
* Added libhnj.m4 to allow Go to compile. Hope this is not baaad. please, let ↵Mathieu Lacage1999-11-231-0/+165
| | | | | | me know if I was wrong. lacage@email.enst.fr svn path=/trunk/; revision=1019
* Better scoping of GNOME_XML_LIB fix.Jeff Garzik1999-11-182-2/+5
| | | | | | | | 1999-11-18 Jeff Garzik <jgarzik@mandrakesoft.com> * gnome-xml-check.m4: Better scoping of GNOME_XML_LIB fix. svn path=/trunk/; revision=1002
* always AC_SUBST GNOME_XML_LIB, so that output variable will always beJeff Garzik1999-11-182-1/+7
| | | | | | | | | 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=1001
* Fix makeenums.pl so it really truly reads the files, and its results.Elliot Lee1999-11-181-6/+7
| | | | | | | | | | Fix makeenums.pl so it really truly reads the files, and its results. Apply patch from Iain for gnome_program_init. Fix gnome-helpsys.h to be parseable by makeenums.pl svn path=/trunk/; revision=1000
* Revert previous check-in, wasnt supposed to be committed yetJeff Garzik1999-11-172-7/+1
| | | | svn path=/trunk/; revision=999
* no news is good newsJeff Garzik1999-11-172-1/+7
| | | | svn path=/trunk/; revision=998
* Do the grand OAF hokey-pokey properly.Elliot Lee1999-11-171-0/+6
| | | | | | Do the grand OAF hokey-pokey properly. svn path=/trunk/; revision=997
* Attempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn'tElliot Lee1999-11-171-0/+119
| | | | | | | | | Attempt to fix the .m4 files PROPERLY (ahem ahem, a certain doofus didn't do a good job the first time around. :) Now, just one gnome.m4 file is installed. Also get rid of gnorba and replace with OAF in appropriate places. svn path=/trunk/; revision=996
* uses test -r instead of test -e, was reported as a portability bug wrtEskil Heyn Olsen1999-11-092-1/+6
| | | | | | | * gnome-pilot.m4: uses test -r instead of test -e, was reported as a portability bug wrt solaris. svn path=/trunk/; revision=992
* added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. AddsEskil Heyn Olsen1999-10-312-4/+48
| | | | | | | * gnome-pilot.m4: added PILOT_LINK_CHECK, used by GNOME_PILOT_CHECK. Adds --with-pisock=$dir_for_pilot_link. svn path=/trunk/; revision=985
* builds now. Integrate new popt. Don't install this library. LinkElliot Lee1999-10-299-268/+417
| | | | | | | | | | * liboafgnome/: builds now. * support/: Integrate new popt. Don't install this library. * libgnome/Makefile.am: Link ../support/libgnomesupport.la in as part of libgnome.la * */Makefile.am: Reflect this * configure.in: Use AM_PATH_ORBIT macro svn path=/trunk/; revision=984