aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* add a11y/addressbook/MakefileHao sheng2004-03-151-0/+1
| | | | | | | | 2004-03-15 Hao sheng <hao.sheng@sun.com> * configure.in: add a11y/addressbook/Makefile svn path=/trunk/; revision=25061
* bump version, requirementsJP Rosevear2004-03-061-5/+5
| | | | | | | | 2004-03-05 JP Rosevear <jpr@ximian.com> * configure.in: bump version, requirements svn path=/trunk/; revision=24978
* Define this (the number used in the e-d-s component repo_ids).Dan Winship2004-03-031-0/+1
| | | | | | | | | * configure.in (DATASERVER_API_VERSION): Define this (the number used in the e-d-s component repo_ids). * tools/killev.c (main): Update the repo_ids svn path=/trunk/; revision=24932
* Fixed the ENABLE_SMIME conditional to work. Fixes the addressbookJeffrey Stedfast2004-02-261-1/+1
| | | | | | | | | 2004-02-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Fixed the ENABLE_SMIME conditional to work. Fixes the addressbook relocation error. svn path=/trunk/; revision=24883
* add "$xhave_nss = xyes" to the AM_CONDITIONAL for ENABLE_SMIME.Chris Toshok2004-02-261-1/+1
| | | | | | | | | 2004-02-25 Chris Toshok <toshok@ximian.com> * configure.in: add "$xhave_nss = xyes" to the AM_CONDITIONAL for ENABLE_SMIME. svn path=/trunk/; revision=24869
* Fix a typo in the smime check, so it actually worksRodney Dawes2004-02-241-1/+1
| | | | | | | | 2004-02-23 Rodney Dawes <dobey@ximian.com> * configure.in: Fix a typo in the smime check, so it actually works svn path=/trunk/; revision=24835
* Added "en_CA" to ALL_LINGUAS. Added Canadian English translation.Adam Weinberger2004-02-231-1/+1
| | | | | | | * configure.in: Added "en_CA" to ALL_LINGUAS. * po/en_CA.po: Added Canadian English translation. svn path=/trunk/; revision=24830
* add AC_ARG_ENABLE(smime...) -- "finally", i can hear the people rejoice.Chris Toshok2004-02-201-4/+11
| | | | | | | | | | | 2004-02-19 Chris Toshok <toshok@ximian.com> * configure.in: add AC_ARG_ENABLE(smime...) -- "finally", i can hear the people rejoice. Only check the --enable-smime status if --enable-ssl is also "yes". AC_DEFINE (ENABLE_SMIME) if smime is enabled. svn path=/trunk/; revision=24809
* Require ORBit 2.9.8 or newerRodney Dawes2004-02-191-1/+1
| | | | | | | | 2004-02-18 Rodney Dawes <dobey@ximian.com> * configure.in: Require ORBit 2.9.8 or newer svn path=/trunk/; revision=24789
* Added libebook-1.0. Added back mail/importers/Makefile.am.Not Zed2004-02-111-1/+2
| | | | | | | | | 2004-02-11 Not Zed <NotZed@Ximian.com> * configure.in (IMPORTERS_*): Added libebook-1.0. Added back mail/importers/Makefile.am. svn path=/trunk/; revision=24700
* Add addressbook/importers to AC_OUTPUTJP Rosevear2004-02-101-1/+2
| | | | | | | | 2004-02-10 JP Rosevear <jpr@ximian.com> * configure.in: Add addressbook/importers to AC_OUTPUT svn path=/trunk/; revision=24687
* bump version, libtool numbersJP Rosevear2004-02-101-5/+5
| | | | | | | | 2004-02-09 JP Rosevear <jpr@ximian.com> * configure.in: bump version, libtool numbers svn path=/trunk/; revision=24685
* Revert previous change.Jeffrey Stedfast2004-01-291-2/+1
| | | | | | | | 2004-01-28 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Revert previous change. svn path=/trunk/; revision=24508
* Update to require glib-2.0 >= 2.3.2 (needed for some GValue usage).Jeffrey Stedfast2004-01-291-1/+2
| | | | | | | | | 2004-01-28 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Update to require glib-2.0 >= 2.3.2 (needed for some GValue usage). svn path=/trunk/; revision=24506
* Disable the possibility of using OpenSSL until someone decides it isRodney Dawes2004-01-291-69/+69
| | | | | | | | | | 2004-01-28 Rodney Dawes <dobey@ximian.com> * configure.in: Disable the possibility of using OpenSSL until someone decides it is worthy and ends up maintaining the code, though porting to GNUTLS would probably be a better option, if that happens svn path=/trunk/; revision=24501
* add facilities for installing a help dirDavid Trowbridge2004-01-281-0/+5
| | | | | | | | 2004-01-26 David Trowbridge <trowbrds@cs.colorado.edu> * configure.in: add facilities for installing a help dir svn path=/trunk/; revision=24473
* bump requirements, versionJP Rosevear2004-01-271-5/+5
| | | | | | | | 2004-01-26 JP Rosevear <jpr@ximian.com> * configure.in: bump requirements, version svn path=/trunk/; revision=24444
* added mongolian translationSanlig Badral2004-01-241-1/+1
| | | | svn path=/trunk/; revision=24401
* Don't require $LIBBONOBOUI_REQUIRED version of libbonoboRodney Dawes2004-01-231-1/+1
| | | | | | | | | 2004-01-22 Rodney Dawes <dobey@ximian.com> * configure.in: Don't require $LIBBONOBOUI_REQUIRED version of libbonobo svn path=/trunk/; revision=24371
* added mail/default/Makefile and mail/default/C/Makefile.Not Zed2004-01-161-0/+2
| | | | | | | | | 2004-01-16 Not Zed <NotZed@Ximian.com> * configure.in: added mail/default/Makefile and mail/default/C/Makefile. svn path=/trunk/; revision=24260
* Check for libsoup separatelyRodney Dawes2004-01-141-1/+4
| | | | | | | | | | | | 2004-01-13 Rodney Dawes <dobey@ximian.com> * configure.in: Check for libsoup separately 2004-01-13 Rodney Dawes <dobey@ximian.com> * gui/Makefile.am: Only link in libsoup where we need it svn path=/trunk/; revision=24203
* bump version and requirementsJP Rosevear2004-01-131-4/+4
| | | | | | | | 2004-01-12 JP Rosevear <jpr@ximian.com> * configure.in: bump version and requirements svn path=/trunk/; revision=24193
* add soup as a calendar depJP Rosevear2004-01-131-1/+1
| | | | | | | | 2004-01-12 JP Rosevear <jpr@ximian.com> * configure.in: add soup as a calendar dep svn path=/trunk/; revision=24191
* enable NNTP support by defaultMeilof Veeningen2004-01-131-2/+2
| | | | | | | | 2004-01-12 Meilof Veeningen <meilof@wanadoo.nl> * configure.in: enable NNTP support by default svn path=/trunk/; revision=24184
* compile flags for the test component and a conditional compileJP Rosevear2004-01-131-0/+6
| | | | | | | | | 2004-01-12 JP Rosevear <jpr@ximian.com> * configure.in: compile flags for the test component and a conditional compile svn path=/trunk/; revision=24173
* dont kill the quoteJP Rosevear2004-01-111-1/+1
| | | | | | | | 2004-01-11 JP Rosevear <jpr@ximian.com> * configure.in: dont kill the quote svn path=/trunk/; revision=24154
* add enable option to build test componentJP Rosevear2004-01-111-1/+7
| | | | | | | | 2004-01-11 JP Rosevear <jpr@ximian.com> * configure.in: add enable option to build test component svn path=/trunk/; revision=24153
* Add BONOBOUI_REQUIRED variable and depend on libbonoboui >= 2.4.3, add anRodney Dawes2004-01-091-10/+13
| | | | | | | | | | | 2004-01-08 Rodney Dawes <dobey@ximian.com> * configure.in: Add BONOBOUI_REQUIRED variable and depend on libbonoboui >= 2.4.3, add an AC_SUBST() for EDS_REQUIRED also * evolution-shell.pc.in: Require the same version of bonoboui that we do in configure.in svn path=/trunk/; revision=24119
* *** empty log message ***Rodrigo Moya2004-01-081-1/+1
| | | | svn path=/trunk/; revision=24113
* add camel/providers/groupwise/Makefile to AC_OUTPUT sectionSivaiah Nallagatla2004-01-081-0/+1
| | | | | | | | 2004-01-08 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : add camel/providers/groupwise/Makefile to AC_OUTPUT section svn path=/trunk/; revision=24110
* *** empty log message ***Robert Sedak2004-01-081-1/+1
| | | | svn path=/trunk/; revision=24106
* Add e-util libsJP Rosevear2004-01-061-2/+4
| | | | | | | | | | | | 2004-01-05 JP Rosevear <jpr@ximian.com> * tools/Makefile.am: Add e-util libs * configure.in: try compiling with sys/types for freebsd (Joe Marcus Clarke <marcus@freebsd.org>) svn path=/trunk/; revision=24056
* Added "sq" to ALL_LINGUASLaurent Dhima2004-01-051-1/+1
| | | | | | * configure.in: Added "sq" to ALL_LINGUAS svn path=/trunk/; revision=24039
* Added "fa" (Persian) to ALL_LINGUAS. Added Persian translation.Roozbeh Pournader2004-01-021-1/+1
| | | | | | | | | 2004-01-01 Roozbeh Pournader <roozbeh@sharif.edu> * configure.in: Added "fa" (Persian) to ALL_LINGUAS. * po/fa.po: Added Persian translation. svn path=/trunk/; revision=24027
* 2003-12-30 Nicel KM mnicel@novell.comNicel KM2003-12-301-10/+0
| | | | | | * removed default_user directory references from configure.in svn path=/trunk/; revision=24022
* bump version and gal, e-d-s and gtkhtml requirementsJP Rosevear2003-12-301-4/+4
| | | | | | | | | 2003-12-29 JP Rosevear <jpr@ximian.com> * configure.in: bump version and gal, e-d-s and gtkhtml requirements svn path=/trunk/; revision=24014
* *** empty log message ***Rodrigo Moya2003-12-231-1/+0
| | | | svn path=/trunk/; revision=24001
* added camel/providers/groupwise to the build.Rodrigo Moya2003-12-231-0/+2
| | | | | | | | 2003-12-22 Rodrigo Moya <rodrigo@ximian.com> * configure.in: added camel/providers/groupwise to the build. svn path=/trunk/; revision=24000
* update version relianceJP Rosevear2003-12-081-4/+5
| | | | | | | | 2003-12-07 JP Rosevear <jpr@ximian.com> * configure.in: update version reliance svn path=/trunk/; revision=23667
* require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer)Radek Doulik2003-12-051-1/+1
| | | | | | | | | 2003-12-05 Radek Doulik <rodo@ximian.com> * configure.in: require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer) svn path=/trunk/; revision=23648
* Remove the Junk folderJeffrey Stedfast2003-12-031-1/+0
| | | | | | | | 2003-12-02 Jeffrey Stedfast <fejj@ximian.com> * configure.in (EVOLUTION_DIR): Remove the Junk folder svn path=/trunk/; revision=23582
* define privconduitdirJP Rosevear2003-12-021-0/+3
| | | | | | | | 2003-12-01 JP Rosevear <jpr@ximian.com> * configure.in: define privconduitdir svn path=/trunk/; revision=23536
* Look for mozilla-nss.pc, not mozilla.pc.Anders Carlsson2003-11-281-1/+1
| | | | | | | | 2003-11-28 Anders Carlsson <andersca@gnome.org> * configure.in: Look for mozilla-nss.pc, not mozilla.pc. svn path=/trunk/; revision=23500
* make sure the mozilla .pc file exists before checking for itJP Rosevear2003-11-261-1/+1
| | | | | | | | | 2003-11-26 JP Rosevear <jpr@ximian.com> * configure.in: make sure the mozilla .pc file exists before checking for it svn path=/trunk/; revision=23488
* remove db3 checkJP Rosevear2003-11-191-125/+0
| | | | | | | | 2003-11-18 JP Rosevear <jpr@ximian.com> * configure.in: remove db3 check svn path=/trunk/; revision=23425
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-171-4/+2
| | | | | | | | | | | 2003-11-17 JP Rosevear <jpr@ximian.com> * configure.in: use the server.mk file to get rules for building versioned .server files * */Makefile.am: use simplified rule subst svn path=/trunk/; revision=23387
* make source selector flags/libsJP Rosevear2003-11-151-4/+9
| | | | | | | | 2003-11-14 JP Rosevear <jpr@ximian.com> * configure.in: make source selector flags/libs svn path=/trunk/; revision=23366
* merged spam filtering branchRadek Doulik2003-11-131-1/+2
| | | | svn path=/trunk/; revision=23302
* remove libversit from the build.Chris Toshok2003-11-121-2/+1
| | | | | | | | | | | | | 2003-11-11 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): remove libversit from the build. * configure.in (CERT_UI): change the libraries we link. (AC_OUTPUT): remove libversit/Makefile * libversit/*: nuke it all svn path=/trunk/; revision=23290
* kill the right thing (kill_old_dataserver): rename and check the versionJP Rosevear2003-11-121-5/+6
| | | | | | | | | | | | | | 2003-11-11 JP Rosevear <jpr@ximian.com> * main.c (kill_dataserver): kill the right thing (kill_old_dataserver): rename and check the version correctly 2003-11-11 JP Rosevear <jpr@ximian.com> * configure.in: determine the e-d-s version, version the gettext files properly svn path=/trunk/; revision=23288
* Remove e-util/ename/MakefileDan Winship2003-11-081-1/+0
| | | | | | * configure.in (AC_OUTPUT): Remove e-util/ename/Makefile svn path=/trunk/; revision=23236
* we don't have to configure the libical subdir nowJP Rosevear2003-11-071-1/+0
| | | | | | | | 2003-11-07 JP Rosevear <jpr@ximian.com> * configure.in: we don't have to configure the libical subdir now svn path=/trunk/; revision=23208
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-22/+19
| | | | svn path=/trunk/; revision=23206
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-311-0/+13
| | | | | | | | | | | | 2003-10-31 JP Rosevear <jpr@ximian.com> * configure.in: set up vars and rules for versioning the .server files * Makefile.am's: use rules for versioning .server file, ensure built files are removed before disting svn path=/trunk/; revision=23149
* remove smime/tests for now.Chris Toshok2003-10-311-1/+0
| | | | | | | | 2003-10-30 Chris Toshok <toshok@ximian.com> * configure.in: (AC_OUTPUT): remove smime/tests for now. svn path=/trunk/; revision=23142
* set enable_smime=yes wherever nss would be enabled.. fixes manuallyChris Toshok2003-10-311-2/+18
| | | | | | | | | | | | | 2003-10-30 Chris Toshok <toshok@ximian.com> * configure.in: set enable_smime=yes wherever nss would be enabled.. fixes manually specifying the nss libs and enabling the smime ui. Also, add a section for generating the correct SMIME UI flags. gross, but necessary. it should probably be wrapped in with all the other nss library crap. (AC_OUTPUT): add smime/tests svn path=/trunk/; revision=23138
* use $SMIME_DIR. instead of explicitly including smime.Chris Toshok2003-10-301-0/+8
| | | | | | | | | | | | 2003-10-29 Chris Toshok <toshok@ximian.com> * Makefile.am (SUBDIRS): use $SMIME_DIR. instead of explicitly including smime. * configure.in: add some smime foo - a status message, an AM_CONDITIONAL (ENABLE_SMIME) svn path=/trunk/; revision=23123
* added a configure check for AI_ADDRCONFIGJeffrey Stedfast2003-10-251-1/+15
| | | | | | | | 2003-10-17 Jeffrey Stedfast <fejj@ximian.com> * configure.in: added a configure check for AI_ADDRCONFIG svn path=/trunk/; revision=23076
* Remove mail/importers/Makefile from AC_OUTPUT yet againRodney Dawes2003-10-241-1/+0
| | | | | | | | | 2003-10-23 Rodney Dawes <dobey@ximian.com> * confiugre.in: Remove mail/importers/Makefile from AC_OUTPUT yet again svn path=/trunk/; revision=23051
* add smime/* dirs. to AC_OUTPUT.Chris Toshok2003-10-241-0/+5
| | | | | | | | | | 2003-10-23 Chris Toshok <toshok@ximian.com> * configure.in: add smime/* dirs. to AC_OUTPUT. * Makefile.am (SUBDIRS): add smime/. svn path=/trunk/; revision=23047
* OOps, I forgot this one.Frédéric Crozat2003-10-231-0/+1
| | | | | | add gnome-thumbnail.h detection svn path=/trunk/; revision=23034
* Set $ACLOCAL to have the $ACLOCAL_FLAGS in it, soEttore Perazzoli2003-10-231-0/+3
| | | | | | | | | it doesn't fail to regenerate the files if you run make without a manual autogen after making changes to configure.in and friends. [Many thanks to Marco Pesenti Gritti for pointing out the fix to me.] svn path=/trunk/; revision=23018
* Require ORBit 2.8.0 or newer for threadingRodney Dawes2003-10-231-1/+1
| | | | | | | | 2003-10-22 Rodney Dawes <dobey@ximian.com> * configure.in: Require ORBit 2.8.0 or newer for threading svn path=/trunk/; revision=23003
* Revert broken previous commit and actually remove mail/importers/MakefileRodney Dawes2003-10-231-1/+1
| | | | | | | | | 2003-10-22 Rodney Dawes <dobey@ximian.com> * configure.in: Revert broken previous commit and actually remove mail/importers/Makefile from AC_OUTPUT svn path=/trunk/; revision=23001
* Removed mail/importers/Makefile from AC_OUTPUTRodney Dawes2003-10-231-1/+0
| | | | | | | | 2003-10-22 Rodney Dawes <dobey@ximian.com> * configure.in: Removed mail/importers/Makefile from AC_OUTPUT svn path=/trunk/; revision=22998
* Removed addressbook/tools/Makefile from AC_OUTPUTRodney Dawes2003-10-231-1/+0
| | | | | | | | 2003-10-22 Rodney Dawes <dobey@ximian.com> * configure.in: Removed addressbook/tools/Makefile from AC_OUTPUT svn path=/trunk/; revision=22992
* Removed pedantic pgp/mime configure flag.Jeffrey Stedfast2003-10-231-10/+0
| | | | | | | | 2003-10-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Removed pedantic pgp/mime configure flag. svn path=/trunk/; revision=22986
* Removed; this code has not been used since pre-1.0.Dan Winship2003-10-221-9/+2
| | | | | | | | | | | | | | | | | | | | * executive-summary/*: Removed; this code has not been used since pre-1.0. * my-evolution/*: Removed; gone in evolution 2.0. * notes/*: Removed; never finished and no one is working on it. * configure.in (E_UTIL_{CFLAGS,LIBS}): Remove soup-2.0 since e-proxy is gone. (EVOLUTION_MAIL_{CFLAGS,LIBS}): Remove soup-2.0 since the mailer uses CamelHTTPStream now. (EVOLUTION_EXECUTIVE_SUMMARY_{CFLAGS,LIBS}): Gone (AC_OUTPUT): Remove my-evolution/Makefile * README: evolution no longer depends on soup svn path=/trunk/; revision=22976
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-1/+12
| | | | svn path=/trunk/; revision=22965
* require newer gtkhtmlRadek Doulik2003-09-171-1/+1
| | | | svn path=/trunk/; revision=22591
* add a11y/widgets/Makefile move a11y directory before widgets directory.Bolian Yin2003-08-271-0/+1
| | | | | | | | | 2003-08-27 Bolian Yin <bolian.yin@sun.com> * configure.in: add a11y/widgets/Makefile * Makefile.am: move a11y directory before widgets directory. svn path=/trunk/; revision=22383
* Add a11y checking, and a11y Makefiles add a11y subdirectoryBolian Yin2003-08-201-0/+9
| | | | | | | | | 2003-08-20 Bolian Yin <bolian.yin@sun.com> * configure.in: Add a11y checking, and a11y Makefiles * Makefile.am: add a11y subdirectory svn path=/trunk/; revision=22304
* don't make 1.5 the default version (ie LN_S) update to use gal-2.2Mike Kestner2003-08-141-13/+13
| | | | | | | | | 2003-08-13 Mike Kestner <mkestner@ximian.com> * configure.in: don't make 1.5 the default version (ie LN_S) update to use gal-2.2 svn path=/trunk/; revision=22218
* Add option for '--enable-imapp', for 'new' imap code.Not Zed2003-08-021-0/+14
| | | | | | | | | 2003-08-01 Not Zed <NotZed@Ximian.com> * configure.in: Add option for '--enable-imapp', for 'new' imap code. svn path=/trunk/; revision=22063
* update to gtkhtml-3.1Larry Ewing2003-07-271-7/+7
| | | | svn path=/trunk/; revision=21983
* Bump version to "1.5", so that we end up being parallel installable withRodney Dawes2003-07-271-1/+1
| | | | | | | | | | 2003-07-26 Rodney Dawes <dobey@ximian.com> * configure.in: Bump version to "1.5", so that we end up being parallel installable with 1.4 again, but we can still release a "1.5.0" tarball when we get to that point in 6 months svn path=/trunk/; revision=21982
* Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h filesDan Winship2003-07-241-2/+9
| | | | | | | | | | | | | * configure.in: Define EVO_MARSHAL_RULE, which creates glib marshaller .c and .h files that don't cause gcc warnings * marshal.mk: The Makefile fragment used by EVO_MARSHAL_RULE. (Can't include newlines in an AC_SUBST, so we have to use AC_SUBST_FILE) * Makefile.am (EXTRA_DIST): add marshal.mk svn path=/trunk/; revision=21910
* *configure.in: Added 'ms' (Malay) to ALL_LINGUAS.Hasbullah Bin Pit2003-07-211-1/+1
| | | | | | | | 2003-07-20 Hasbullah Bin Pit <sebol@ikhlas.com> *configure.in: Added 'ms' (Malay) to ALL_LINGUAS. svn path=/trunk/; revision=21878
* Change version to 1.4.99 since HEAD is not the stable 1.4 branch, asRodney Dawes2003-07-101-1/+1
| | | | | | | | | 2003-07-10 Rodney Dawes <dobey@ximian.com> * configure.in: Change version to 1.4.99 since HEAD is not the stable 1.4 branch, as evolution-1-4-branch was created post-1.4.1 svn path=/trunk/; revision=21790
* Check for gnome-icon-lookup.h (which could mean either plain GNOME 2.2 orDan Winship2003-07-031-2/+7
| | | | | | | * configure.in: Check for gnome-icon-lookup.h (which could mean either plain GNOME 2.2 or Sun GNOME 2.0) svn path=/trunk/; revision=21734
* removed libwombat from the build.Rodrigo Moya2003-06-301-1/+0
| | | | | | | | | | | | | 2003-06-30 Rodrigo Moya <rodrigo@ximian.com> * configure.in: * Makefile.am: removed libwombat from the build. * evolution-calendar.pc.in: removed -lwombat. * libwombat/*: removed unused directory. svn path=/trunk/; revision=21692
* 1.4.1 release.Ettore Perazzoli2003-06-261-3/+3
| | | | svn path=/trunk/; revision=21550
* Added "sr" and "sr@Latn" to ALL_LINGUAS.Danilo Å egan2003-06-201-1/+1
| | | | | | | | | | | 2003-06-19 Danilo Å egan <dsegan@gmx.net> * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS. * po/sr.po, po/sr@Latn.po: Added Serbian translation by Serbian team (Prevod.org). svn path=/trunk/; revision=21483
* 1.4.0!Ettore Perazzoli2003-06-031-3/+3
| | | | svn path=/trunk/; revision=21374
* AC_SUBST() for GAL_REQUIRED and GTKHTML_REQUIREDRodney Dawes2003-05-291-0/+3
| | | | | | | | 2003-05-28 Rodney Dawes <dobey@ximian.com> * configure.in: AC_SUBST() for GAL_REQUIRED and GTKHTML_REQUIRED svn path=/trunk/; revision=21342
* 1.3.92.Ettore Perazzoli2003-05-231-1/+1
| | | | svn path=/trunk/; revision=21330
* configure.in: Added be to ALL_LINGUAS.Dmitry Mastrukov2003-05-221-1/+1
| | | | svn path=/trunk/; revision=21319
* Bump version to 1.3.91.99.Ettore Perazzoli2003-05-221-1/+1
| | | | svn path=/trunk/; revision=21313
* 1.3.91.Ettore Perazzoli2003-05-221-1/+1
| | | | svn path=/trunk/; revision=21311
* Renamed GAL_VERSION to GAL_REQUIRED; also, made itEttore Perazzoli2003-05-221-14/+15
| | | | | | | | not AC_SUBST() it anymore since it's only used in configure. Added GTKHTML_REQUIRED and made all the libgtkhtml-3.0 checks use it. svn path=/trunk/; revision=21309
* Remove GNOME_PREFIX stuff. Add --disable-default-binary command lineEttore Perazzoli2003-05-201-9/+4
| | | | | | | | * configure.in: Remove GNOME_PREFIX stuff. Add --disable-default-binary command line option, with corresponding DEFAULT_BINARY Automake conditional. svn path=/trunk/; revision=21273
* Revert the patch I didn't mean to commit anywayRodney Dawes2003-05-171-7/+0
| | | | svn path=/trunk/; revision=21217
* Check for libgcc stuff to make solaris happyRodney Dawes2003-05-161-0/+7
| | | | | | | | | | 2003-05-15 Rodney Dawes <dobey@ximian.com> * configure.in: Check for libgcc stuff to make solaris happy * gui/component/Makefile.am: libgcc fix for Solaris __eprintf issue svn path=/trunk/; revision=21212
* Bump version number to 1.3.3.99.Ettore Perazzoli2003-05-011-1/+1
| | | | svn path=/trunk/; revision=21036
* 1.3.3.Ettore Perazzoli2003-04-301-1/+1
| | | | svn path=/trunk/; revision=21024
* Fix KDE_APPLNK_DIR to not install to a diff prefix, and disable installingRodney Dawes2003-04-221-12/+4
| | | | | | | | | 2003-04-21 Rodney Dawes <dobey@ximian.com> * configure.in: Fix KDE_APPLNK_DIR to not install to a diff prefix, and disable installing the file to the KDE applnk path by default svn path=/trunk/; revision=20915
* 1.3.2.99.Ettore Perazzoli2003-04-121-1/+1
| | | | svn path=/trunk/; revision=20827
* Sync for 1.3.2.Ettore Perazzoli2003-04-101-1/+1
| | | | svn path=/trunk/; revision=20794
* Oops, don't use a == when comparing strings in shell.Jeffrey Stedfast2003-04-081-1/+1
| | | | | | | | | 2003-04-07 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Oops, don't use a == when comparing strings in shell. svn path=/trunk/; revision=20724
* add addressbook/tools/Makefile to AC_OUTPUT.Chris Toshok2003-04-081-0/+1
| | | | | | | | 2003-04-07 Chris Toshok <toshok@ximian.com> * configure.in: add addressbook/tools/Makefile to AC_OUTPUT. svn path=/trunk/; revision=20710
* Ported check for "killall" vs. "killp" back fromEttore Perazzoli2003-03-291-1/+21
| | | | | | 1.2. svn path=/trunk/; revision=20571
* Autogen help/Makefile.Ettore Perazzoli2003-03-271-0/+2
| | | | | | | | * configure.in: Autogen help/Makefile. * Makefile.am (SUBDIRS): Add help. [#38234] svn path=/trunk/; revision=20528
* Fixed Heimdal include path.Jeffrey Stedfast2003-03-261-1/+2
| | | | | | | | 2003-03-25 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Fixed Heimdal include path. svn path=/trunk/; revision=20507
* Fix the mit krb5+krb4 check to work with --without-kr5Rodney Dawes2003-03-221-8/+5
| | | | | | | | 2003-03-21 Rodney Dawes <dobey@ximian.com> * configure.in: Fix the mit krb5+krb4 check to work with --without-kr5 svn path=/trunk/; revision=20464
* Fixed a type-o in the krb5 checks.Jeffrey Stedfast2003-03-191-1/+1
| | | | | | | | 2003-03-18 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Fixed a type-o in the krb5 checks. svn path=/trunk/; revision=20354
* Add gthread-2.0, to get any thread-specific flags (like -D_REENTRANT).Not Zed2003-03-191-8/+2
| | | | | | | | | | 2003-03-19 Not Zed <NotZed@Ximian.com> * configure.in (CAMEL_*, E_UTIL_*, ): Add gthread-2.0, to get any thread-specific flags (like -D_REENTRANT). Duh. For #39886. (LIBIBEX*): Removed old libibex stuff. svn path=/trunk/; revision=20353
* Added AC_C_INLINE - this should fix bug #39171.Jeffrey Stedfast2003-03-061-0/+1
| | | | | | | | 2003-03-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Added AC_C_INLINE - this should fix bug #39171. svn path=/trunk/; revision=20190
* Fix kerberos include paths.Jeffrey Stedfast2003-03-061-3/+3
| | | | | | | | 2003-03-05 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Fix kerberos include paths. svn path=/trunk/; revision=20184
* Up to 1.3.1.99.Ettore Perazzoli2003-03-061-10/+2
| | | | svn path=/trunk/; revision=20182
* Add calendar/importers/Makefile to output.Hans Petter Jansson2003-03-011-0/+1
| | | | | | | | | | | | | | | | | 2003-02-28 Hans Petter Jansson <hpj@ximian.com> * configure.in: Add calendar/importers/Makefile to output. * calendar/Makefile.am (SUBDIRS): Add importers/. * calendar/importers/Makefile.am (server_in_files) (server_DATA): Insert $(libexecdir). * calendar/importers/icalendar-importer.c (connect_to_shell): oaf_activate_from_id() -> bonobo_activation_activate_from_id(). (load_vcalendar_file): U_() -> _(). svn path=/trunk/; revision=20109
* export gnome-pilot cflagsJP Rosevear2003-02-281-0/+2
| | | | | | | | 2003-02-27 JP Rosevear <jpr@ximian.com> * configure.in: export gnome-pilot cflags svn path=/trunk/; revision=20090
* fixedJeffrey Stedfast2003-02-201-1/+4
| | | | svn path=/trunk/; revision=19967
* AC_DEFINE() ENABLE_IPv6 if it should be enabled.Jeffrey Stedfast2003-02-201-0/+1
| | | | | | | | | 2003-02-19 Jeffrey Stedfast <fejj@ximian.com> * configure.in (ENABLE_IPv6): AC_DEFINE() ENABLE_IPv6 if it should be enabled. svn path=/trunk/; revision=19953
* Add fr to ALL_LINGUAS again.Ettore Perazzoli2003-02-071-1/+1
| | | | svn path=/trunk/; revision=19838
* Fix KRB4_CFLAGS to work correctly Fix desktop file installation path UseRodney Dawes2003-02-071-1/+1
| | | | | | | | | | | 2003-02-06 Rodney Dawes <dobey@ximian.com> * configure.in: Fix KRB4_CFLAGS to work correctly * data/Makefile.am: Fix desktop file installation path * data/evolution.desktop.in: Use correct binary and categories, add StartupNotify=1 also, for startup-notification-enabled systems svn path=/trunk/; revision=19832
* export priv*dir for libical's configure to use.Dan Winship2003-02-071-0/+3
| | | | | | * configure.in: export priv*dir for libical's configure to use. svn path=/trunk/; revision=19822
* Define and AC_SUBST privlibexecdir, privdatadir, privincludedir,Dan Winship2003-02-061-24/+34
| | | | | | | | * configure.in: Define and AC_SUBST privlibexecdir, privdatadir, privincludedir, serverdir, evolutionuidir, imagesdir, buttonsdir, soundsdir, gladedir, etspecdir, and viewsdir. svn path=/trunk/; revision=19769
* define and AC_SUBST privlibexecdir.Dan Winship2003-02-061-0/+7
| | | | | | | | | * configure.in: define and AC_SUBST privlibexecdir. * evolution-shell.pc.in: Add privlibexecdir, componentdir, evolutionuidir, and iconsdir. svn path=/trunk/; revision=19758
* Update AC_DEFINEs to use the new syntax to make acconfig.h unnecessary.Dan Winship2003-02-051-34/+35
| | | | | | | | | | | | | | | * configure.in: Update AC_DEFINEs to use the new syntax to make acconfig.h unnecessary. (Remove unneeded HAVE_KDE_APPLNK define). Call GNOME_COMPILE_WARNINGS and add $WARN_CFLAGS to CFLAGS to get back to the evo 1.2 behavior of defaulting to -Wall everywhere. Fix up privlibdir definition to avoid undefined variables in evolution-shell.pc. * acinclude.m4: Update AC_DEFINE * acconfig.h: Gone svn path=/trunk/; revision=19742
* add gnome-vfs-module-2.0 to the deps so we pick up the right include path.Chris Toshok2003-02-041-1/+1
| | | | | | | | | 2003-02-03 Chris Toshok <toshok@ximian.com> * configure.in (EVOLUTION_MAIL): add gnome-vfs-module-2.0 to the deps so we pick up the right include path. svn path=/trunk/; revision=19724
* remove the --enable-shlib-components stuff.Chris Toshok2003-02-041-39/+4
| | | | | | | | 2003-02-03 Chris Toshok <toshok@ximian.com> * configure.in: remove the --enable-shlib-components stuff. svn path=/trunk/; revision=19723
* conditionally define which krb5 impl we haveJeffrey Stedfast2003-01-291-0/+2
| | | | svn path=/trunk/; revision=19677
* Updated to add gssapi libs, since this is what we use krb5 for :-)Jeffrey Stedfast2003-01-291-21/+26
| | | | | | | | | 2003-01-28 Jeffrey Stedfast <fejj@ximian.com> * configure.in (HAVE_KRB5): Updated to add gssapi libs, since this is what we use krb5 for :-) svn path=/trunk/; revision=19675
* #include bonobo-activation instead of oaf. (main): Initialize usingEttore Perazzoli2003-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/evolution-addressbook-export.c: #include bonobo-activation instead of oaf. (main): Initialize using gnome_program_init(). (save_cards): Use g_main_loop_quit() instead of gtk_exit(). * tools/evolution-addressbook-import.c: Update include list for GNOME 2. (main): Initialize using gnome_program_init(). (unref_executable): Use g_main_loop_quit() instead of gtk_exit(). (add_cb): Likewise. * tools/evolution-addressbook-abuse.c: Update include list for GNOME 2. (main): Initialize using gnome_program_init(). (use_addressbook): Use g_object_unref() instead of gtk_object_unref(). (main): Use g_timeout_add() instead of gtk_timeout_add(). (add_cb): Use g_main_loop_quit() instead of gtk_exit(). * configure.in (AC_SUBST): Add tools/Makefile. * Makefile.am (SUBDIRS): Add tools/ back into the list. * tools/Makefile.am: Install everything in $(datadir)/evolution-$(BASE_VERSION)/tools. (INCLUDES): Add the defines that gnome_program_init() likes and also add the _DISABLE_DEPRECATED stuff. svn path=/trunk/; revision=19656
* add in the conduit Makefile's.Chris Toshok2003-01-271-0/+4
| | | | | | | | 2003-01-26 Chris Toshok <toshok@ximian.com> * configure.in (AC_OUTPUT): add in the conduit Makefile's. svn path=/trunk/; revision=19643
* only do the CONDUIT_CFLAGS/LIBS stuff if pilot conduits have been enabled.Chris Toshok2003-01-271-1/+5
| | | | | | | | | 2003-01-26 Chris Toshok <toshok@ximian.com> * configure.in: only do the CONDUIT_CFLAGS/LIBS stuff if pilot conduits have been enabled. svn path=/trunk/; revision=19638
* in the --enable-pilot-conduits stanza, use PKG_CHECK_MODULES to get theChris Toshok2003-01-271-9/+9
| | | | | | | | | | | 2003-01-26 Chris Toshok <toshok@ximian.com> * configure.in: in the --enable-pilot-conduits stanza, use PKG_CHECK_MODULES to get the gnome-pilot-2.0 (and therefore pilot-link) cflags/libs before doing our utf-8 check. also, enable the addressbook/calendar CONDUIT_{CFLAGS/LIBS} variables. svn path=/trunk/; revision=19637
* (evolutionuidir): Define iconsdir.Ettore Perazzoli2003-01-251-0/+3
| | | | svn path=/trunk/; revision=19618
* Doh. Use the MANUAL_[NSPR,NSS]_[CFLAGS,LIBS] variables where appropriate.Jeffrey Stedfast2003-01-241-3/+3
| | | | | | | | | 2003-01-24 Jeffrey Stedfast <fejj@ximian.com> * configure.in (FULL_GNOME_DEPS): Doh. Use the MANUAL_[NSPR,NSS]_[CFLAGS,LIBS] variables where appropriate. svn path=/trunk/; revision=19613
* more fixesJeffrey Stedfast2003-01-241-25/+25
| | | | svn path=/trunk/; revision=19596
* manually check for mozilla nspr/nss if the user specifies ↵Jeffrey Stedfast2003-01-241-13/+197
| | | | | | --enable-nss=static or passes in any --with-foo flags for nspr/nss includes/libs or if pkg-config fails for any reason. svn path=/trunk/; revision=19595
* (idldir): Define componentdir instead ofEttore Perazzoli2003-01-241-2/+2
| | | | | | | COMPONENT_DIR. Set it to $privlibdir/components instead of $libdir/evolution-$(BASE_VERSION)/components. svn path=/trunk/; revision=19593
* Simplify the whole process into about 8 lines by using pkg-config.Jeffrey Stedfast2003-01-231-168/+18
| | | | | | | | | 2003-01-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in (MOZILLA_NSS): Simplify the whole process into about 8 lines by using pkg-config. svn path=/trunk/; revision=19576
* For now, do not install the evolution.1 manpage. Install all the otherEttore Perazzoli2003-01-231-5/+12
| | | | | | | | | | | | | | | | | | | | | | | * data/Makefile.am: For now, do not install the evolution.1 manpage. Install all the other files with a -$(BASE_VERSION) suffix. (dtappintegrate): Update for the new location of cde_app_root. (dtappunintegrate): Likewise. * data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am (cdeappmanagerdir): Version using $(BASE_VERSION). * data/cde_app_root/dt/appconfig/types/C/Makefile.am (cdetypesdir): Likewise. * data/cde_app_root/dt/appconfig/icons/C/Makefile.am (cdeiconsdir): Likewise. * sounds/Makefile.am (soundsdir): Version using $(BASE_VERSION). * configure.in: Define BASE_VERSION. Set idldir to $datadir/idl/evolution-$BASE_VERSION instead of just $datadir/idl/evolution. svn path=/trunk/; revision=19550
* applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-221-4/+4
| | | | svn path=/trunk/; revision=19540
* (ALL_LINGUAS): Remove fr for now, since it doesn'tEttore Perazzoli2003-01-151-1/+0
| | | | | | | seem to work. (AC_OUTPUT): Remove calendar/importers/Makefile for now. svn path=/trunk/; revision=19450
* (ALL_LINGUAS): Remove fr for now, since it doesn'tEttore Perazzoli2003-01-151-1/+1
| | | | | | seem to work. svn path=/trunk/; revision=19445
* add poDan Winship2003-01-081-13/+9
| | | | | | | | | * Makefile.am (SUBDIRS): add po * configure.in: Move ALL_LINGUAS definition to before AM_GLIB_GNU_GETTEXT, or else no linguas for you! svn path=/trunk/; revision=19267
* Added "am.po" to the ALL_LINGUAS list.Daniel Yacob2003-01-071-1/+1
| | | | svn path=/trunk/; revision=19255
* Use "Evolution", not "evolution", since that becomes the value of theDan Winship2003-01-061-29/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (AC_INIT): Use "Evolution", not "evolution", since that becomes the value of the PACKAGE variable (privlibdir): parse $VERSION by hand since. EVOLUTION_MAJOR_VERSION, etc aren't defined any more (and trying to pass a variable to AC_INIT won't work). This and the above change fix the problem that privlibdir was being defined as "${libdir}/Evolution/." instead of "${libdir}/evolution/1.3" (GAL_VERSION): AC_SUBST this since it's needed in the .pc files (idldir): define this here rather than in each Makefile.am that needs it. (AC_OUTPUT): Add .pc files * Makefile.am (pkgconfig_DATA): Add pc files. (confexec_DATA): Remove this (fooConf.sh files) (SUBDIRS): Move filter earlier in the build. (I think it was calendar that depends on it now?) (%Conf.sh): Remove this. The .pc files are output by configure.in now. * camel.pc.in, evolution-addressbook.pc.in, evolution-calendar.pc.in, evolution-shell.pc.in: Replace the *Conf.sh files with these. In addition to the basic variables, include camel_providerdir (in camel.pc) and idldir, IDL_INCLUDES and privlibdir (in the others). svn path=/trunk/; revision=19241
* Define COMPONENT_DIR.Ettore Perazzoli2002-12-051-0/+3
| | | | | | | | | * configure.in: Define COMPONENT_DIR. * Makefile.am (componentdir): Install in $(COMPONENT_DIR), not in ${prefix}/evolution/components. svn path=/trunk/; revision=19008
* Add NSPR CFLAGS and LDFLAGS to the E_UTIL build flags.Jeffrey Stedfast2002-11-231-1/+1
| | | | | | | | | 2002-11-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add NSPR CFLAGS and LDFLAGS to the E_UTIL build flags. svn path=/trunk/; revision=18892
* AC_OUTPUT(my-evoluton/Makefile).Ettore Perazzoli2002-11-211-0/+1
| | | | svn path=/trunk/; revision=18866
* Check for gconftool-2, and addedEttore Perazzoli2002-11-201-0/+6
| | | | | | AM_GCONF_SOURCE_2. svn path=/trunk/; revision=18846
* Added back IMPORTERS_CFLAGS and mail/importers/MakefileNot Zed2002-11-181-3/+4
| | | | | | | | | 2002-11-18 Not Zed <NotZed@Ximian.com> * configure.in: Added back IMPORTERS_CFLAGS and mail/importers/Makefile svn path=/trunk/; revision=18820
* we require >= 0.0.9.99 of gal.Chris Toshok2002-11-171-10/+13
| | | | | | | | 2002-11-16 Chris Toshok <toshok@ximian.com> * configure.in: we require >= 0.0.9.99 of gal. svn path=/trunk/; revision=18803
* Set up the my-evolution flags properly, do notEttore Perazzoli2002-11-161-7/+4
| | | | | | AC_SUBST GNOME_Evolution_Mail.server.in. svn path=/trunk/; revision=18789
* re-added filter, mail, composerNot Zed2002-11-131-3/+5
| | | | | | | | | | 2002-11-13 Not Zed <NotZed@Ximian.com> * Makefile.am (SUBDIRS): re-added filter, mail, composer * configure.in: Added EVOLUTION_MAIL settings, and mail/makefile. svn path=/trunk/; revision=18737
* pull in soup-2.0 for e-util so we can build e-proxy.cJeffrey Stedfast2002-11-111-1/+1
| | | | svn path=/trunk/; revision=18692
* add some more addressbook paths.Chris Toshok2002-11-081-0/+2
| | | | | | | | 2002-11-08 Chris Toshok <toshok@ximian.com> * configure.in: add some more addressbook paths. svn path=/trunk/; revision=18669
* Added composer/Makefile & gtkhtml-3.0 deps.Not Zed2002-11-081-6/+6
| | | | | | | | 2002-11-08 Not Zed <NotZed@Ximian.com> * configure.in: Added composer/Makefile & gtkhtml-3.0 deps. svn path=/trunk/; revision=18662
* GNOME_Evolution_Summary.oaf.in = > GNOME_Evolution_Summary.server.inChris Toshok2002-11-081-1/+1
| | | | | | | | | 2002-11-07 Chris Toshok <toshok@ximian.com> * configure.in (AC_OUTPUT): GNOME_Evolution_Summary.oaf.in = > GNOME_Evolution_Summary.server.in svn path=/trunk/; revision=18656
* update e-util and calendar compile flagsJP Rosevear2002-11-081-2/+2
| | | | | | | | 2002-11-07 JP Rosevear <jpr@ximian.com> * configure.in: update e-util and calendar compile flags svn path=/trunk/; revision=18647
* camel needs gal-2.0 tooJeffrey Stedfast2002-11-081-1/+1
| | | | svn path=/trunk/; revision=18644
* make all the camel MakefilesJeffrey Stedfast2002-11-081-2/+10
| | | | svn path=/trunk/; revision=18641
* added libgnome-2.0 to camel requirements.Rodrigo Moya2002-11-081-1/+1
| | | | | | | | 2002-11-07 Rodrigo Moya <rodrigo@ximian.com> * configure.in: added libgnome-2.0 to camel requirements. svn path=/trunk/; revision=18634
* added camel and filters to the buildJeffrey Stedfast2002-11-071-8/+16
| | | | svn path=/trunk/; revision=18617
* add some more addressbook dirs to AC_OUTPUT.Chris Toshok2002-11-061-0/+5
| | | | | | | | 2002-11-06 Chris Toshok <toshok@ximian.com> * configure.in: add some more addressbook dirs to AC_OUTPUT. svn path=/trunk/; revision=18592
* Re-enable the filter cflags/libs stuff.Jeffrey Stedfast2002-11-061-4/+5
| | | | | | | | 2002-11-05 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Re-enable the filter cflags/libs stuff. svn path=/trunk/; revision=18580
* add wombat and addressbook compile flags, and add wombat and someChris Toshok2002-11-061-5/+13
| | | | | | | | | 2002-11-05 Chris Toshok <toshok@ximian.com> * configure.in: add wombat and addressbook compile flags, and add wombat and some addressbook dirs to AC_OUTPUT. svn path=/trunk/; revision=18565
* change the commented-out soup check to refer to the new soup 2.0 in theDan Winship2002-11-061-1/+2
| | | | | | | * configure.in: change the commented-out soup check to refer to the new soup 2.0 in the libsoup module svn path=/trunk/; revision=18559
* use correct libgtkhtml-3.0 for calendar and added generation of calendarRodrigo Moya2002-11-051-1/+5
| | | | | | | | | 2002-11-05 Rodrigo Moya <rodrigo@ximian.com> * configure.in: use correct libgtkhtml-3.0 for calendar and added generation of calendar GUI's directories. svn path=/trunk/; revision=18549
* enabled libwombat.Rodrigo Moya2002-11-051-3/+4
| | | | | | | | 2002-11-05 Rodrigo Moya <rodrigo@ximian.com> * configure.in: enabled libwombat. svn path=/trunk/; revision=18545
* added libversit directory to build.Rodrigo Moya2002-11-051-0/+1
| | | | | | | | | 2002-11-04 Rodrigo Moya <rodrigo@ximian.com> * configure.in: * Makefile.am: added libversit directory to build. svn path=/trunk/; revision=18536
* added calendar/idl/Makefile to AC_OUTPUTRodrigo Moya2002-11-041-0/+1
| | | | | | | | 2002-11-04 Rodrigo Moya <rodrigo@ximian.com> * configure.in: added calendar/idl/Makefile to AC_OUTPUT svn path=/trunk/; revision=18530
* Add an AM_GLIB_GNU_GETTEXT.Ettore Perazzoli2002-11-041-1/+2
| | | | svn path=/trunk/; revision=18527
* re-added calendar component (only non-UI stuff).Rodrigo Moya2002-11-041-6/+9
| | | | | | | | | | | 2002-11-03 Rodrigo Moya <rodrigo@ximian.com> * configure.in: * Makefile.am: re-added calendar component (only non-UI stuff). * data/Makefile.am: use intltools instead of xml-i18n-tools. svn path=/trunk/; revision=18514
* AC_PROG_INTLTOOL instead ofEttore Perazzoli2002-11-041-1/+1
| | | | | | AM_PROG_XML_I18N_TOOLS. svn path=/trunk/; revision=18509
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-189/+119
| | | | | | | | pretty broken). Weeeeee! svn path=/trunk/; revision=18503
* 1.1.90.99.Ettore Perazzoli2002-10-311-2/+2
| | | | svn path=/trunk/; revision=18468
* Sync for 1.1.90.Ettore Perazzoli2002-10-291-4/+4
| | | | svn path=/trunk/; revision=18465
* Update dep for GAL to 0.21.0.Chris Toshok2002-10-251-1/+1
| | | | | | | | 2002-10-23 Chris Toshok <toshok@ximian.com> * configure.in: Update dep for GAL to 0.21.0. svn path=/trunk/; revision=18434
* Update version number to 1.1.2.99.Ettore Perazzoli2002-10-081-2/+2
| | | | svn path=/trunk/; revision=18349
* Sync for 1.1.2.Ettore Perazzoli2002-10-081-5/+5
| | | | svn path=/trunk/; revision=18347
* added gtkhtml to GNOME_FULL flagsRadek Doulik2002-09-251-1/+1
| | | | svn path=/trunk/; revision=18204
* add gtkhtml to addressbook flagsRadek Doulik2002-09-251-1/+1
| | | | svn path=/trunk/; revision=18203
* add gtkhtml flags to shell as wellRadek Doulik2002-09-241-1/+1
| | | | svn path=/trunk/; revision=18180
* use pkg-config for gtkhtmlRadek Doulik2002-09-241-14/+12
| | | | | | | | 2002-09-23 Radek Doulik <rodo@ximian.com> * configure.in: use pkg-config for gtkhtml svn path=/trunk/; revision=18177
* fix kde applnk test to not test for things if disabledJP Rosevear2002-09-241-27/+69
| | | | | | | | | | | | 2002-09-23 JP Rosevear <jpr@ximian.com> * configure.in: fix kde applnk test to not test for things if disabled * configure.in: Fix up mozilla tests and allow static linking of nss/nspr (Frank Belew <frb@ximian.com>) svn path=/trunk/; revision=18173
* New. New. New. New. New. New. New. New. New. New.Ettore Perazzoli2002-09-171-0/+40
| | | | | | | | | | | | | | | | | | | | | * data/cde_app_root/Makefile.am: New. * data/cde_app_root/dt/Makefile.am: New. * data/cde_app_root/dt/appconfig/Makefile.am: New. * data/cde_app_root/dt/appconfig/appmanager/Makefile.am: New. * data/cde_app_root/dt/appconfig/appmanager/C/Makefile.am: New. * data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile.am: New. * data/cde_app_root/dt/appconfig/icons/Makefile.am: New. * data/cde_app_root/dt/appconfig/icons/C/Makefile.am: New. * data/cde_app_root/dt/appconfig/types/Makefile.am: New. * data/cde_app_root/dt/appconfig/types/C/Makefile.am: New. * configure.in: Add a `--with-cde-path' option. Check for dtappintegrate in that path. Define HAVE_DTAPPINTEGRATE and GNOME_PREFIX. Also, generate data/cde_app_root/dt/appconfig/types/C/Ximian.dt.in and shell/evolution-nognome. svn path=/trunk/; revision=18083
* 1.1.1.99.Ettore Perazzoli2002-09-131-2/+2
| | | | svn path=/trunk/; revision=18055
* Sync for 1.1.1.Ettore Perazzoli2002-09-101-5/+5
| | | | svn path=/trunk/; revision=18024
* Bump some requirements. Update accordingly.Ettore Perazzoli2002-09-071-4/+4
| | | | | | | * configure.in: Bump some requirements. * README: Update accordingly. svn path=/trunk/; revision=18008
* Remove this from here.Dan Winship2002-09-051-1/+35
| | | | | | | | | | | | * acinclude.m4 (EVO_CHECK_TIMEZONE): Remove this from here. * configure.in: Put it here. (Connector no longer needs to share it). Also, check "tm_gmtoff" before "timezone", and if we have "timezone", check for "altzone" too. * acconfig.h: Add HAVE_ALTZONE svn path=/trunk/; revision=17970
* we need to link with -lgconf-gtk-1 tooJeffrey Stedfast2002-08-291-1/+1
| | | | svn path=/trunk/; revision=17898
* e-util now requires soup and gconf flags.Jeffrey Stedfast2002-08-291-1/+1
| | | | | | | | 2002-08-28 Jeffrey Stedfast <fejj@ximian.com> * configure.in: e-util now requires soup and gconf flags. svn path=/trunk/; revision=17894
* Need to check for gal 0.19.99.18 for e_xml_save_file().Jeffrey Stedfast2002-08-071-1/+1
| | | | | | | | | 2002-08-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in (THREADS_CFLAGS): Need to check for gal 0.19.99.18 for e_xml_save_file(). svn path=/trunk/; revision=17719
* Update Soup information and remove hard spaces.Ettore Perazzoli2002-08-021-1/+1
| | | | | | | | | * README: Update Soup information and remove hard spaces. * configure.in: Check for Soup 0.7 or later. [Hm, we should make sure that it's actually a 0.7.x version.] svn path=/trunk/; revision=17673
* Add checks for IPv6 support.Jeffrey Stedfast2002-07-311-1/+37
| | | | | | | | 2002-07-22 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add checks for IPv6 support. svn path=/trunk/; revision=17649
* added soup to compile flags.Not Zed2002-07-301-1/+1
| | | | | | | | 2002-07-30 Not Zed <NotZed@Ximian.com> * configure.in (EVOLUTION_MAIL): added soup to compile flags. svn path=/trunk/; revision=17639
* If no --with-kde-applnk-path is given, try toEttore Perazzoli2002-07-241-4/+7
| | | | | | detect the directory using `kde-config'. svn path=/trunk/; revision=17565
* Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT,Dan Winship2002-07-231-185/+19
| | | | | | | | | | | | | | | | | | * acinclude.m4: Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT, EVO_TIMEZONE_CHECK, and EVO_LDAP_CHECK from stuff in configure.in. (This stuff is also used by Connector.) * configure.in: Remove the stuff that was moved to acinclude.m4. * evolution_addressbookConf.sh.in: Remove db3 and ldap references since pas-backend-file and pas-backend-ldap are no longer in libpas, and those flags weren't doing anything useful here before anyway. (Our attempts to force static linking to those libraries end up getting mangled when passed through gnome-config.) * evolution_calendarConf.sh.in: Likewise, remove db3 references. svn path=/trunk/; revision=17531
* Check if we're trying to build with the old libversit module borrowed fromDan Winship2002-07-221-0/+15
| | | | | | | | | | | * configure.in: Check if we're trying to build with the old libversit module borrowed from gnome-pim instead of our own new one, and refuse to build if so. * libversit/Makefile.am: Remove libversit.la stuff since we don't want it and it messes up the build slightly. svn path=/trunk/; revision=17526
* Prepend "$(WERROR)" to all the *_CFLAGS variablesEttore Perazzoli2002-07-191-1/+2
| | | | | | | so you can do `make WERROR=-Werror' to turn all compiler warnings into errors. svn path=/trunk/; revision=17509
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-181-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-07-09 Peter Williams <peterw@ximian.com> * libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so that people compiling against the addressbook can do so successfully. * Makefile.am: create our *Conf.sh files and dist them and install them. * configure.in: Define and subst some variables that the Conf.sh file need. 2002-07-08 Peter Williams <peterw@ximian.com> * backend/ebook/Makefile.am: Install libebook-static.la. Also change --all-static to -all-static, which is the right flag. * backend/pas/Makefile.am: Install the PAS headers in $(includedir)/evolution/pas. Install libpas.a 2002-07-08 Peter Williams <peterw@ximian.com> * cal-util/Makefile.am: Install libcal-util-static.la and fix the -all-static flag to make it install statically. * pcs/Makefile.am: Install libpcs.a and its headers. * pcs/cal-backend-util.h: Same sort of include namespacing fix, but for pcs. * pcs/cal.h: * pcs/query.h: * pcs/cal-factory.h: * pcs/cal-backend.h: * pcs/cal-backend-file.h: Same. 2002-07-17 Peter Williams <peterw@ximian.com> * calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're using libtool as our LD, we can reference .la's and libtool will DTRT for us. * calendar/cal-client/Makefile.am (GTKDOC_LIBS): Same here. 2002-07-03 Peter Williams <peterw@ximian.com> * Makefile.am: Install libeutil, libeconduit, and libedb3util and their headers. 2002-07-08 Peter Williams <peterw@ximian.com> * Makefile.am: Reference the new libefilterbar.a. 2002-07-12 Peter Williams <peterw@ximian.com> * Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical for the generated ical.h (some headers rely on this because they too get installed.) 2002-07-09 Peter Williams <peterw@ximian.com> * e-timezone-dialog/Makefile.am: Add -I$(top_builddir)/libical/src/libical; some headers that we rely on get installed, so they point to the ical.h that gets generated and installed; consequently we need to be able to find the generated ical.h * misc/Makefile.am: Install libemiscwidgets.a and its headers. However, break EFilterBar into a separate libefilterbar.a because we don't want the installed library to depend on libfilter. svn path=/trunk/; revision=17496
* Define a versioned library directory that we can use for things that arePeter Williams2002-07-151-1/+8
| | | | | | | | | | | | | | | | | | | | | 2002-07-10 Peter Williams <peterw@ximian.com> * configure.in (privlibdir): Define a versioned library directory that we can use for things that are ABI-sensitive: camel providers, importers... Define camel_providerder in terms of this, resulting in a new location for the providers. Camel will have to be rebuilt for it to get the new -D flag. mail: 2002-07-10 Peter Williams <peterw@ximian.com> * Makefile.am (importerdir): Define this in terms of the new privlibdir, again resulting in a new directory name. * importers/Makefile.am (importersdir): Here too. svn path=/trunk/; revision=17457
* e-util relies on bonobo-conf in e-passwords.c andPeter Williams2002-07-131-1/+1
| | | | | | | | | | 2002-07-12 Peter Williams <peterw@ximian.com> * configure.in (E_UTIL_LIBS): e-util relies on bonobo-conf in e-passwords.c and e-categories-master-list-wombat.c, so reflect that here. ** And the e-port code needs THREADS_LIBS. ** svn path=/trunk/; revision=17442
* e-util relies on bonobo-conf in e-passwords.c andPeter Williams2002-07-131-1/+1
| | | | | | | | | | 2002-07-12 Peter Williams <peterw@ximian.com> * configure.in (E_UTIL_LIBS): e-util relies on bonobo-conf in e-passwords.c and e-categories-master-list-wombat.c, so reflect that here. svn path=/trunk/; revision=17440
* re-order nss and nspr flags92002-07-101-2/+2
| | | | | | | | 2002-07-09 <jpr@ximian.com> * configure.in: re-order nss and nspr flags svn path=/trunk/; revision=17389
* check for libsoftokn3 if we couldn't link the first timeJP Rosevear2002-06-191-0/+5
| | | | | | | | | 2002-06-18 JP Rosevear <jpr@ximian.com> * configure.in: check for libsoftokn3 if we couldn't link the first time svn path=/trunk/; revision=17220
* Changed the required version of gal to 0.19.99.17.Christopher James Lahey2002-06-061-1/+1
| | | | | | | | 2002-06-05 Christopher James Lahey <clahey@ximian.com> * configure.in: Changed the required version of gal to 0.19.99.17. svn path=/trunk/; revision=17123
* Changed the required version of gal to 0.19.99.16.Christopher James Lahey2002-06-041-1/+1
| | | | | | | | 2002-06-04 Christopher James Lahey <clahey@ximian.com> * configure.in: Changed the required version of gal to 0.19.99.16. svn path=/trunk/; revision=17101
* require gtkhtml-1.1.1.1 aka multicite.Larry Ewing2002-06-031-1/+1
| | | | | | | | 2002-06-02 Larry Ewing <lewing@ximian.com> * configure.in: require gtkhtml-1.1.1.1 aka multicite. svn path=/trunk/; revision=17071
* Ooops missed this earlier.Larry Ewing2002-05-031-1/+1
| | | | | | | | 2002-04-28 Larry Ewing <lewing@ximian.com> * configure.in: require gtkhtml-1.1.1. svn path=/trunk/; revision=16664
* Added Vietnamese po filePablo Saratxaga2002-05-011-2/+2
| | | | svn path=/trunk/; revision=16651
* Bumped the required version number of gal to 0.19.99.15.Christopher James Lahey2002-04-301-1/+1
| | | | | | | | | 2002-04-29 Christopher James Lahey <clahey@ximian.com> * configure.in (EVO_CHECK_LIB): Bumped the required version number of gal to 0.19.99.15. svn path=/trunk/; revision=16636
* Don't generate libibex/Makefile anymore.Jeffrey Stedfast2002-04-271-5/+5
| | | | | | | | | | 2002-04-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Don't generate libibex/Makefile anymore. * Makefile.am: Removed libibex from SUBDIRS. svn path=/trunk/; revision=16613
* Require gal 0.19.99.14.Christopher James Lahey2002-04-231-1/+1
| | | | | | | | 2002-04-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Require gal 0.19.99.14. svn path=/trunk/; revision=16560
* Require GAL 0.19.99.13.Ettore Perazzoli2002-04-181-1/+1
| | | | | | * configure.in: Require GAL 0.19.99.13. svn path=/trunk/; revision=16503
* Bumped required gal version number to 0.19.99.12.Christopher James Lahey2002-04-181-1/+1
| | | | | | | | 2002-04-17 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required gal version number to 0.19.99.12. svn path=/trunk/; revision=16499
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-04-17 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped required gal version number to 0.19.99.11. From addressbook/ChangeLog: 2002-04-17 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c (e_select_names_create_categories): Changed this to use ECategoriesMasterListOptionMenu. * gui/component/select-names/e-select-names.c (section_right_click_cb), gui/widgets/e-addressbook-reflow-adapter.c, gui/widgets/e-addressbook-view.c: Updated these to match the new EPopupMenu. From calendar/ChangeLog: 2002-04-17 Christopher James Lahey <clahey@ximian.com> * gui/e-calendar-table.c, gui/e-day-view.c, gui/e-week-view.c, gui/dialogs/meeting-page.c: Updated these to match the new EPopupMenu. From mail/ChangeLog: 2002-04-17 Christopher James Lahey <clahey@ximian.com> * folder-browser.c, mail-display.c: Updated these to match the new EPopupMenu. From shell/ChangeLog: 2002-04-17 Christopher James Lahey <clahey@ximian.com> * e-activity-handler.c: Updated this to match the new EPopupMenu. svn path=/trunk/; revision=16498
* added cs to ALL_LINGUASRadek Doulik2002-04-171-1/+1
| | | | svn path=/trunk/; revision=16488
* Add checks for gethostbyaddr_rJeffrey Stedfast2002-04-171-2/+35
| | | | | | | | 2002-04-16 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add checks for gethostbyaddr_r svn path=/trunk/; revision=16482
* fixes for socklen_t detectionJeffrey Stedfast2002-04-151-1/+12
| | | | svn path=/trunk/; revision=16467
* Check for socklen_t and if it doesn't exist, define it as unsigned int.Jeffrey Stedfast2002-04-141-0/+2
| | | | | | | | | 2002-04-14 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Check for socklen_t and if it doesn't exist, define it as unsigned int. svn path=/trunk/; revision=16462
* Fix static linking on solaris which doesn't have a static libresolv.JP Rosevear2002-04-051-1/+12
| | | | | | | | | 2002-04-04 JP Rosevear <jpr@ximian.com> * configure.in: Fix static linking on solaris which doesn't have a static libresolv. svn path=/trunk/; revision=16347
* [Some initial broken support for building components as shlib. MostlyEttore Perazzoli2002-03-311-5/+41
| | | | | | | | | | | | | | | | | | | | | | | just a playground for testing the idea.] * Makefile.am: Added support for the ENABLE_SHLIB_COMPONENTS conditional. * GNOME_Evolution_Summary.oaf.in.in: New. * e-summary-mail.c (update_folder_cb): Protect against summary->mail being NULL. * component-factory.c: Add a shlib factory. (create_component): Get a @factory and @data. (component_factory_init): Actually make it use a BonoboGenericFactory again. * configure.in: Add argument `--enable-shlib-components'. New substitutions OAF_SHLIB_LOCATION, OAF_SHLIB_PREFIX, OAF_SHLIB_SUFFIX. svn path=/trunk/; revision=16299
* Check for GConf. Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS.Ettore Perazzoli2002-03-301-1/+6
| | | | | | | * configure.in: Check for GConf. Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. svn path=/trunk/; revision=16281
* Bumped the required version of gal to 0.19.99.10.Christopher James Lahey2002-03-291-1/+1
| | | | | | | | 2002-03-28 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal to 0.19.99.10. svn path=/trunk/; revision=16275
* Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS.Ettore Perazzoli2002-03-281-1/+2
| | | | | | * configure.in: Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. svn path=/trunk/; revision=16259
* add gal.Chris Toshok2002-03-141-1/+1
| | | | | | | | 2002-03-13 Chris Toshok <toshok@ximian.com> * configure.in (EVOLUTION_ADDRESSBOOK_DEPS): add gal. svn path=/trunk/; revision=16155
* Bumped the required version of gal.Christopher James Lahey2002-03-131-1/+1
| | | | | | | | 2002-03-12 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal. svn path=/trunk/; revision=16129
* Allow the user to enable OpenSSL over Mozilla NSS using --enable-opensslJeffrey Stedfast2002-03-071-101/+118
| | | | | | | | | 2002-03-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Allow the user to enable OpenSSL over Mozilla NSS using --enable-openssl or --disable-nss. svn path=/trunk/; revision=15952
* add libglade the to the E_UTIL flags.Larry Ewing2002-02-231-1/+1
| | | | | | | | 2002-02-22 Larry Ewing <lewing@ximian.com> * configure.in: add libglade the to the E_UTIL flags. svn path=/trunk/; revision=15796
* Bumped the required version of gal.Christopher James Lahey2002-02-131-1/+1
| | | | | | | | 2002-02-13 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal. svn path=/trunk/; revision=15706
* Added et to ALL_LINGUAS.Tõivo Leedjärv2002-02-131-1/+1
| | | | | | | | 2002-02-12 Tõivo Leedjärv <leedjarv@interest.ee> * configure.in: Added et to ALL_LINGUAS. svn path=/trunk/; revision=15683
* make sure PISOCK cflags are added where appropriateJP Rosevear2002-02-091-2/+2
| | | | | | | | | 2002-02-09 JP Rosevear <jpr@ximian.com> * configure.in: make sure PISOCK cflags are added where appropriate svn path=/trunk/; revision=15633
* added sounds.Damon Chaplin2002-02-091-0/+1
| | | | | | | | | | | | | | | 2002-02-08 Damon Chaplin <damon@ximian.com> * Makefile.am (SUBDIRS): added sounds. * configure.in (AC_OUTPUT): added sounds/Makefile. * sounds/Makefile.am: new file. * sounds/default_alarm.wav: default alarm sound, currently only used when vCalendar files are imported with audio alarms. We need a better sound. svn path=/trunk/; revision=15627
* Bumped the required version of gal.Christopher James Lahey2002-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-02-07 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the required version of gal. From addressbook/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-view.c (e_addressbook_view_setup_menus): Changed this function to use the new GalViewMenus which takes a GalViewInstance, instead of a GalViewCollection. From calendar/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * gui/e-tasks.c (e_tasks_setup_view_menus), gui/gnome-cal.c (gnome_calendar_setup_view_menus): Made these use the new GalViewMenus stuff. From mail/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * folder-browser.c, folder-browser.h, folder-browser-ui.c, folder-browser-ui.h (folder_browser_ui_setup_view_menus, folder_browser_ui_discard_view_menus): Changed this to use the new GalViewMenus stuff. Made these exported functions. * mail-callbacks.c, message-browser.c: Changed these to not pass the now removed row parameter to message_list_select. * mail-config.c, mail-config.h (mail_config_folder_to_safe_url): Refactored this out of mail_config_folder_to_cachename. * message-list.c, message-list.h (message_list_select): Removed the row argument. Changed this to use the new function in ETree for finding the next cursor row that matches a test. (message_list_construct): Handle a failed construction of the ETree here. (message_list_setup_etree, save_tree_state): Don't load or save the header state. folder-browser-ui.c deals with this now. From views/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * addressbook/galview.xml, calendar/galview.xml, mail/galview.xml, tasks/galview.xml: Added default-view parameters. * mail/As_Sent_Folder.galview: New galview. * mail/Makefile.am, mail/galview.xml: Added As_Sent_Folder galview. From widgets/ChangeLog: 2002-02-07 Christopher James Lahey <clahey@ximian.com> * menus/gal-view-menus.c, menus/gal-view-menus.h (gal_view_menus_new): Made this take a GalViewInstance instead of a GalViewCollection. Reworked most of this to utilize the interfaces provided by GalViewInstance. svn path=/trunk/; revision=15592
* added bonobo to filter flags to avoid compile errorRadek Doulik2002-01-291-1/+1
| | | | | | | | | 2002-01-28 Radek Doulik <rodo@ximian.com> * configure.in: added bonobo to filter flags to avoid compile error svn path=/trunk/; revision=15494
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-116/+110
| | | | svn path=/trunk/; revision=15486
* Require gal 0.19.99.1.Ettore Perazzoli2002-01-261-1/+1
| | | | | | * configure.in: Require gal 0.19.99.1. svn path=/trunk/; revision=15470
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-9/+46
| | | | | | times, causing big libtool 1.4 pain. svn path=/trunk/; revision=15461
* SOUP stuffIain Holmes2002-01-171-0/+6
| | | | svn path=/trunk/; revision=15343
* Added Basque filePablo Saratxaga2002-01-041-1/+1
| | | | svn path=/trunk/; revision=15245
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-181-1/+5
| | | | svn path=/trunk/; revision=15121
* check for alloca.h.Chris Toshok2001-12-141-0/+1
| | | | | | | | 2001-12-13 Chris Toshok <toshok@ximian.com> * configure.in: check for alloca.h. svn path=/trunk/; revision=15032
* use UTF-8 as the char set when testing pilot linkJP Rosevear2001-12-121-1/+1
| | | | | | | | | | | | | | | 2001-12-10 JP Rosevear <jpr@ximian.com> * configure.in: use UTF-8 as the char set when testing pilot link 2001-12-10 JP Rosevear <jpr@ximian.com> * e-pilot-util.c (e_pilot_utf8_to_pchar): use UTF-8 instead of UTF8 as the source char set (e_pilot_utf8_from_pchar): use UTF-8 instead of UTF8 as the destination char set svn path=/trunk/; revision=14995
* Up VERSION to 1.1.0.99.Ettore Perazzoli2001-12-121-1/+1
| | | | | | | | | * configure.in: Up VERSION to 1.1.0.99. (Also, fix the ChangeLog a bit, as Jeff committed some ChangeLog entries that were not supposed to be committed.) svn path=/trunk/; revision=14979
* apparently a merge removed the openssl checks - ugh.Jeffrey Stedfast2001-12-081-0/+67
| | | | svn path=/trunk/; revision=14940
* s/PREVIEW_VERSION/VERSION_COMMENTJeffrey Stedfast2001-12-071-1/+1
| | | | | | | | 2001-12-06 Jeffrey Stedfast <fejj@ximian.com> * configure.in: s/PREVIEW_VERSION/VERSION_COMMENT svn path=/trunk/; revision=14923
* Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will beJeffrey Stedfast2001-12-071-72/+8
| | | | | | | | | 2001-12-04 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will be appended to the X-Mailer header. svn path=/trunk/; revision=14914
* APeteris Krisjanis2001-11-261-1/+1
| | | | svn path=/trunk/; revision=14785
* Re-Re-enabled traditional Chinese translationKwok-Koon Cheung2001-11-211-1/+1
| | | | svn path=/trunk/; revision=14764
* *** empty log message ***Wang Jian2001-11-201-1/+1
| | | | svn path=/trunk/; revision=14759
* Updated.Ettore Perazzoli2001-11-151-2/+2
| | | | | | | | * README: Updated. * configure.in: 0.99.2. Require gtkhtml 0.16.1 and GAL 0.18.1. svn path=/trunk/; revision=14723
* restore cflags and ldflags properlyJP Rosevear2001-11-141-2/+2
| | | | | | | | 2001-11-13 JP Rosevear <jpr@ximian.com> * configure.in: restore cflags and ldflags properly svn path=/trunk/; revision=14695
* save the ldflags properlyJP Rosevear2001-11-131-2/+2
| | | | | | | | 2001-11-12 JP Rosevear <jpr@ximian.com> * configure.in: save the ldflags properly svn path=/trunk/; revision=14675
* Check to make sure pilot-link has the charset conversion stuff enabledJP Rosevear2001-11-121-1/+32
| | | | | | | | | 2001-11-09 JP Rosevear <jpr@ximian.com> * configure.in: Check to make sure pilot-link has the charset conversion stuff enabled svn path=/trunk/; revision=14668
* Re-enable traditional Chinese translation and convert to UTF8Kwok-Koon Cheung2001-11-091-1/+1
| | | | svn path=/trunk/; revision=14643