aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* add wombat and addressbook compile flags, and add wombat and someChris Toshok2002-11-061-5/+13
* change the commented-out soup check to refer to the new soup 2.0 in theDan Winship2002-11-061-1/+2
* use correct libgtkhtml-3.0 for calendar and added generation of calendarRodrigo Moya2002-11-051-1/+5
* enabled libwombat.Rodrigo Moya2002-11-051-3/+4
* added libversit directory to build.Rodrigo Moya2002-11-051-0/+1
* added calendar/idl/Makefile to AC_OUTPUTRodrigo Moya2002-11-041-0/+1
* Add an AM_GLIB_GNU_GETTEXT.Ettore Perazzoli2002-11-041-1/+2
* re-added calendar component (only non-UI stuff).Rodrigo Moya2002-11-041-6/+9
* AC_PROG_INTLTOOL instead ofEttore Perazzoli2002-11-041-1/+1
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-189/+119
* 1.1.90.99.Ettore Perazzoli2002-10-311-2/+2
* Sync for 1.1.90.Ettore Perazzoli2002-10-291-4/+4
* Update dep for GAL to 0.21.0.Chris Toshok2002-10-251-1/+1
* Update version number to 1.1.2.99.Ettore Perazzoli2002-10-081-2/+2
* Sync for 1.1.2.Ettore Perazzoli2002-10-081-5/+5
* added gtkhtml to GNOME_FULL flagsRadek Doulik2002-09-251-1/+1
* add gtkhtml to addressbook flagsRadek Doulik2002-09-251-1/+1
* add gtkhtml flags to shell as wellRadek Doulik2002-09-241-1/+1
* use pkg-config for gtkhtmlRadek Doulik2002-09-241-14/+12
* fix kde applnk test to not test for things if disabledJP Rosevear2002-09-241-27/+69
* New. New. New. New. New. New. New. New. New. New.Ettore Perazzoli2002-09-171-0/+40
* 1.1.1.99.Ettore Perazzoli2002-09-131-2/+2
* Sync for 1.1.1.Ettore Perazzoli2002-09-101-5/+5
* Bump some requirements. Update accordingly.Ettore Perazzoli2002-09-071-4/+4
* Remove this from here.Dan Winship2002-09-051-1/+35
* we need to link with -lgconf-gtk-1 tooJeffrey Stedfast2002-08-291-1/+1
* e-util now requires soup and gconf flags.Jeffrey Stedfast2002-08-291-1/+1
* Need to check for gal 0.19.99.18 for e_xml_save_file().Jeffrey Stedfast2002-08-071-1/+1
* Update Soup information and remove hard spaces.Ettore Perazzoli2002-08-021-1/+1
* Add checks for IPv6 support.Jeffrey Stedfast2002-07-311-1/+37
* added soup to compile flags.Not Zed2002-07-301-1/+1
* If no --with-kde-applnk-path is given, try toEttore Perazzoli2002-07-241-4/+7
* Move EVO_CHECK_LIB into here, and also create EVO_PURIFY_SUPPORT,Dan Winship2002-07-231-185/+19
* Check if we're trying to build with the old libversit module borrowed fromDan Winship2002-07-221-0/+15
* Prepend "$(WERROR)" to all the *_CFLAGS variablesEttore Perazzoli2002-07-191-1/+2
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-181-0/+14
* Define a versioned library directory that we can use for things that arePeter Williams2002-07-151-1/+8
* e-util relies on bonobo-conf in e-passwords.c andPeter Williams2002-07-131-1/+1
* e-util relies on bonobo-conf in e-passwords.c andPeter Williams2002-07-131-1/+1
* re-order nss and nspr flags92002-07-101-2/+2
* check for libsoftokn3 if we couldn't link the first timeJP Rosevear2002-06-191-0/+5
* Changed the required version of gal to 0.19.99.17.Christopher James Lahey2002-06-061-1/+1
* Changed the required version of gal to 0.19.99.16.Christopher James Lahey2002-06-041-1/+1
* require gtkhtml-1.1.1.1 aka multicite.Larry Ewing2002-06-031-1/+1
* Ooops missed this earlier.Larry Ewing2002-05-031-1/+1
* Added Vietnamese po filePablo Saratxaga2002-05-011-2/+2
* Bumped the required version number of gal to 0.19.99.15.Christopher James Lahey2002-04-301-1/+1
* Don't generate libibex/Makefile anymore.Jeffrey Stedfast2002-04-271-5/+5
* Require gal 0.19.99.14.Christopher James Lahey2002-04-231-1/+1
* Require GAL 0.19.99.13.Ettore Perazzoli2002-04-181-1/+1
* Bumped required gal version number to 0.19.99.12.Christopher James Lahey2002-04-181-1/+1
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-1/+1
* added cs to ALL_LINGUASRadek Doulik2002-04-171-1/+1
* Add checks for gethostbyaddr_rJeffrey Stedfast2002-04-171-2/+35
* fixes for socklen_t detectionJeffrey Stedfast2002-04-151-1/+12
* Check for socklen_t and if it doesn't exist, define it as unsigned int.Jeffrey Stedfast2002-04-141-0/+2
* Fix static linking on solaris which doesn't have a static libresolv.JP Rosevear2002-04-051-1/+12
* [Some initial broken support for building components as shlib. MostlyEttore Perazzoli2002-03-311-5/+41
* Check for GConf. Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS.Ettore Perazzoli2002-03-301-1/+6
* Bumped the required version of gal to 0.19.99.10.Christopher James Lahey2002-03-291-1/+1
* Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS.Ettore Perazzoli2002-03-281-1/+2
* add gal.Chris Toshok2002-03-141-1/+1
* Bumped the required version of gal.Christopher James Lahey2002-03-131-1/+1
* Allow the user to enable OpenSSL over Mozilla NSS using --enable-opensslJeffrey Stedfast2002-03-071-101/+118
* add libglade the to the E_UTIL flags.Larry Ewing2002-02-231-1/+1
* Bumped the required version of gal.Christopher James Lahey2002-02-131-1/+1
* Added et to ALL_LINGUAS.Tõivo Leedjärv2002-02-131-1/+1
* make sure PISOCK cflags are added where appropriateJP Rosevear2002-02-091-2/+2
* added sounds.Damon Chaplin2002-02-091-0/+1
* Bumped the required version of gal.Christopher James Lahey2002-02-071-1/+1
* added bonobo to filter flags to avoid compile errorRadek Doulik2002-01-291-1/+1
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-281-116/+110
* Require gal 0.19.99.1.Ettore Perazzoli2002-01-261-1/+1
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-9/+46
* SOUP stuffIain Holmes2002-01-171-0/+6
* Added Basque filePablo Saratxaga2002-01-041-1/+1
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-181-1/+5
* check for alloca.h.Chris Toshok2001-12-141-0/+1
* use UTF-8 as the char set when testing pilot linkJP Rosevear2001-12-121-1/+1
* Up VERSION to 1.1.0.99.Ettore Perazzoli2001-12-121-1/+1
* apparently a merge removed the openssl checks - ugh.Jeffrey Stedfast2001-12-081-0/+67
* s/PREVIEW_VERSION/VERSION_COMMENTJeffrey Stedfast2001-12-071-1/+1
* Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will beJeffrey Stedfast2001-12-071-72/+8
* APeteris Krisjanis2001-11-261-1/+1
* Re-Re-enabled traditional Chinese translationKwok-Koon Cheung2001-11-211-1/+1
* *** empty log message ***Wang Jian2001-11-201-1/+1
* Updated.Ettore Perazzoli2001-11-151-2/+2
* restore cflags and ldflags properlyJP Rosevear2001-11-141-2/+2
* save the ldflags properlyJP Rosevear2001-11-131-2/+2
* Check to make sure pilot-link has the charset conversion stuff enabledJP Rosevear2001-11-121-1/+32
* Re-enable traditional Chinese translation and convert to UTF8Kwok-Koon Cheung2001-11-091-1/+1
* Up to 0.99.1 for snapshot purposes.Ettore Perazzoli2001-11-071-1/+1
* 0.99.0.Ettore Perazzoli2001-11-061-4/+4
* Syncing up for the 0.16.100 internal release.Ettore Perazzoli2001-11-011-1/+1
* Add oaf to MAILER_CFLAGS and MAILER_LIBS too.Ettore Perazzoli2001-10-311-2/+2
* Add oaf to the BONOBO_VFS_GNOME_CFLAGS too.Ettore Perazzoli2001-10-311-2/+2
* Add oaf to the BONOBO_GNOME_LIBS, BONOBO_GNOME_CFLAGS,Ettore Perazzoli2001-10-311-4/+4
* Require GAL version 0.15.99.10. I know you all love this.Federico Mena Quintero2001-10-311-1/+1
* require gtkhtml version 0.15.99.2Radek Doulik2001-10-311-1/+1
* Added en_AU.po, a copy of en_GB.poDamon Chaplin2001-10-301-1/+1
* Require gal 0.15.99.9.Christopher James Lahey2001-10-301-1/+1
* Fix last checkin.Michael Zucci2001-10-301-2/+2
* Move the configure version number check down a bit for gtkhtml/gal, c'ause02001-10-301-4/+5
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* require gtkhtml version 0.15.99.1Radek Doulik2001-10-301-1/+1
* added calendar/importers/MakefileRodrigo Moya2001-10-301-0/+1
* Bumped required version of gal to 0.15.99.7.Christopher James Lahey2001-10-291-1/+1
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-281-1/+1
* Change the help string on "--enable-nntp" to mention the fact that NNTPDan Winship2001-10-281-22/+13
* GAL 0.15.99.5.Ettore Perazzoli2001-10-271-1/+1
* Bump gal requirement.62001-10-261-1/+1
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-231-1/+1
* bumped required GAL to 0.15.99.2.Damon Chaplin2001-10-231-1/+1
* HAVE_KDE_APPLNK.Ettore Perazzoli2001-10-231-2/+3
* Install `evolution.desktop' in the `KDE_APPLNK_DIR'.Ettore Perazzoli2001-10-211-0/+19
* Bumped the required version of gal to 0.15.99.1 for use inChristopher James Lahey2001-10-191-1/+1
* *** empty log message ***Wang Jian2001-10-181-1/+1
* Fix the order of the help/ subdirs. These must be sorted as a preorderFederico Mena Quintero2001-10-121-1/+1
* 0.16.99.Ettore Perazzoli2001-10-101-2/+2
* 0.16.Ettore Perazzoli2001-10-101-7/+7
* add libart to list of libraries to use in EXTRA_GNOME_CFLAGS/LIBS, whichRodrigo Moya2001-10-101-2/+2
* AC_OUTPUT(default_user/local/Makefile) before AC_OUTPUT()ing the otherEttore Perazzoli2001-10-091-1/+1
* Remove movemail check, since it's not relevant any more.Dan Winship2001-10-091-31/+0
* Bumped required version of gtkhtml to 0.14.99.1Larry Ewing2001-10-061-1/+1
* Bumped required version of gal to 0.13.99.1.Christopher James Lahey2001-10-051-1/+1
* 0.15.99.Ettore Perazzoli2001-10-021-2/+2
* 0.15.Ettore Perazzoli2001-10-021-5/+5
* Order the linkline to be the same as the order in Mozilla (it is suggestedJeffrey Stedfast2001-10-021-3/+3
* Remove references to the "compose" program, since that functionality wentDan Winship2001-09-271-71/+60
* Added a flag to enable pedantic PGP/MIME - this is not recommended forJeffrey Stedfast2001-09-271-0/+10
* make sure the solaris network libs get added to the LDAP link line beforeChris Toshok2001-09-261-0/+2
* Bumped the required version of gal to 0.12.99.0.Christopher James Lahey2001-09-251-1/+1
* Changed to 99. (VERSION): Added ".$EVOLUTION_MICRO_VERSION" suffix.Nat Friedman2001-09-221-2/+2
* Sync for 0.14.Ettore Perazzoli2001-09-221-5/+5
* Remove dead directory from AC_OUTPUTJP Rosevear2001-09-201-1/+0
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-171-1/+1
* use install hook instead of install rule to guarantee we run afterJP Rosevear2001-09-151-3/+0
* Added bg to ALL_LINGUAS.Yanko Kaneti2001-09-141-1/+1
* temporarily disable zh_TWJP Rosevear2001-09-111-1/+1
* New traditional Chinese translation from Joe Man <trmetal@yahoo.com.hk>.Kwok-Koon Cheung2001-09-101-1/+1
* one-line OpenSSL fix from Yanko Kaneti <yaneti@declera.com>Dan Winship2001-09-071-1/+1
* [Fixes by Neil Conway <neilconway@home.com, as per #8090.]Ettore Perazzoli2001-09-051-1/+1
* Only check for OpenSSL if we were not able to find Mozilla's NSSJeffrey Stedfast2001-09-051-60/+62
* Bumped the required version of gal to 0.11.99.2.Christopher James Lahey2001-09-021-1/+1
* Bumped required version of GAL to 0.11.3 (for g_utf8_collate)Chyla Zbigniew2001-09-011-1/+1
* [Patch from Nike Gerdts <michael.gerdts@usa.alcatel.com> forEttore Perazzoli2001-08-251-2/+2
* We don't need to check for both bonobo-conf 0.11 AND bonobo-conf 0.2.Dan Winship2001-08-251-1/+0
* 0.13.99.Ettore Perazzoli2001-08-231-2/+2
* Bump requirements to GAL 0.11, bonobo-conf 0.11, GtkHTML 0.12. Don'tEttore Perazzoli2001-08-231-7/+6
* Require gal 0.10.99.5.Jon Trowbridge2001-08-211-1/+1
* omf-install/Makefile.am (scrollkeeper_localstate_dir) useChris Toshok2001-08-201-4/+7
* Startup assistant stuffIain Holmes2001-08-171-0/+1
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-171-1/+1
* Adjust for the move of the user docs.Kjartan Maraas2001-08-161-2/+3
* Addded missing dirs to the build. Add checks for scrollkeeper and jw toKjartan Maraas2001-08-161-0/+20
* Remove an obvious typo reported by MilesDan Winship2001-08-141-1/+1
* if libldap.la is there, default to static linking of openldap. if it'sChris Toshok2001-08-111-10/+41
* link statically with OpenLDAP.Chris Toshok2001-08-101-2/+4
* Require GAL 0.10.99.2.Jon Trowbridge2001-08-091-1/+1
* Don't link to libnssckbi3 when linking to nss.Jeffrey Stedfast2001-08-091-1/+1
* Require gal 0.10.99.1 or greater.Ettore Perazzoli2001-08-081-1/+1
* Bump version number to 0.12.99.Ettore Perazzoli2001-08-011-2/+2
* Ooops. We want GAL >= 0.10.0 and GtkHTML >= 0.11.0.Ettore Perazzoli2001-08-011-2/+2
* Remove `$EVOLUTION_MICRO_VERSION' from `VERSION'.Ettore Perazzoli2001-08-011-1/+1
* Bump version number to 0.12.0.Ettore Perazzoli2001-08-011-2/+2
* Added info about the shell changes and slightly changed the formatting forEttore Perazzoli2001-08-011-2/+2
* bump required version of gtkhtml to 0.10.99.Larry Ewing2001-07-311-1/+1
* Bump to 0.11.99JP Rosevear2001-07-211-1/+1
* Fix up the "exactly version N" case of EVO_CHECK_LIBDan Winship2001-07-181-2/+6
* Changed to use test -h instead of -L for checking /var/mail vsNot Zed2001-07-161-1/+1
* Fix nss include check to work.Peter Williams2001-07-111-4/+6
* Added option --with-broken-spool for solaris mbox spool format.Not Zed2001-07-111-0/+16
* Added ro (Romanian) to ALL_LINGUAS addedMarius Andreiana2001-07-111-1/+1
* Make sure /var/mail isn't a symbolic link such as on Red Hat 7.Peter Williams2001-07-061-1/+1
* Upped the required version of gal.Christopher James Lahey2001-07-051-1/+1
* use bonobo-conf everywhereDietmar Maurer2001-07-041-0/+6
* remove a no-longer-relevant commentDan Winship2001-07-031-3/+0
* added bonobo_conf.Damon Chaplin2001-07-031-2/+2
* Made evolution depend on bonobo-conf 0.2.Christopher James Lahey2001-07-031-0/+6
* i2001-07-02 Larry Ewing <lewing@ximian.com>Larry Ewing2001-07-031-1/+1
* Check for libGal 0.8.99.7.Jeffrey Stedfast2001-07-031-1/+1
* s,AC_DEFINE,AC_DEFINE_UNQUOTED to make these not totally useless.Peter Williams2001-07-021-3/+3
* Require GAL 0.8.99.6.Ettore Perazzoli2001-06-301-1/+1
* Adding `camel/tests/mime-filter/Makefile' to the `AC_OUTPUT()' list inEttore Perazzoli2001-06-291-2/+2
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-281-1/+1
* add addressbook/gui/contact-list-editor, and correct path ofChris Toshok2001-06-251-1/+2
* added new directory for the libwombat library, which will contain theRodrigo Moya2001-06-211-0/+1
* Fix the OpenLDAP check to default to "no" if you don't specify anything.Dan Winship2001-06-211-12/+17
* Change --enable-ldap to --with-openldap, allow a path prefix as anDan Winship2001-06-201-31/+46
* Tweak the db3 header check to like our RH7 build machine again.Dan Winship2001-06-201-1/+1
* Sync - FedericoFederico Mena Quintero2001-06-201-8/+30
* oops. typoeDan Winship2001-06-191-1/+1
* Add "--with-db3" to fill in both --with-db3-includes and --with-db3-libs.Dan Winship2001-06-191-164/+97
* Check the modes on $system_mail_dir and set up variables forDan Winship2001-06-191-1/+34
* One slight db3 check correctionJP Rosevear2001-06-121-1/+3
* fix typo in -ldb3 check.Chris Toshok2001-06-121-1/+1
* Update db3 configure checks for RedHat. /me beats a sleep cat to deathJP Rosevear2001-06-121-2/+37
* Bumped required version of gal to 0.8.99.2.Christopher James Lahey2001-06-091-1/+1
* Added addressbook/gui/merging/Makefile.Christopher James Lahey2001-06-091-0/+1
* More pruningIain Holmes2001-06-091-1/+0
* Committing the new My Evolution.Iain Holmes2001-06-091-5/+1
* Bump version to 0.10.99JP Rosevear2001-06-061-3/+3
* Included information about db3.Christopher James Lahey2001-06-011-5/+151
* Use --moddatadir to derive this.Christopher James Lahey2001-06-011-37/+2
* Bump gal dependency to 0.8.99.1Dan Winship2001-05-311-1/+1
* Remove reference to verify-evolution-install.sh since it doesn't work anyDan Winship2001-05-241-21/+46
* Create MAILER_CFLAGS and MAILER_LIBS so that we don't have the same libsJeffrey Stedfast2001-05-231-0/+5
* Create CAMEL_CFLAGS and CAMEL_LIBS so that we don't have to link in allJeffrey Stedfast2001-05-161-0/+5
* add the nspr includes to the list of includes used to test for NSSChris Toshok2001-05-101-4/+9
* OpenSSL LDFLAGS also needs to include -lcryptJeffrey Stedfast2001-05-101-2/+4
* Importer changesIain Holmes2001-05-091-0/+1
* Bumped check for gal to 0.7.99.3.Christopher James Lahey2001-05-081-1/+1
* undef HAVE_SSL and HAVE_OPENSSLJeffrey Stedfast2001-05-081-2/+69
* upped required gtkhtml version to 0.9.3, even that is not enough for idlGediminas Paulauskas2001-05-061-3/+5
* Merge fix from the 0.10 branch:Ettore Perazzoli2001-04-271-1/+0
* Check for gethostbyname_r so e_gethostbyname_r will DTRT.Dan Winship2001-04-271-1/+2
* We no longer depend on libunicode.Dan Winship2001-04-271-19/+11
* Bump up the gal requirementDan Winship2001-04-251-1/+1
* Documentation building fixes merged from the evolution-0-10-branch:Ettore Perazzoli2001-04-241-1/+0
* We need to link in more than just libnspr4, we also need libpthread.Jeffrey Stedfast2001-04-231-3/+3
* Merge fix from the 0.10 branch:Ettore Perazzoli2001-04-171-1/+1
* Pull up fix from the branch:Ettore Perazzoli2001-04-161-4/+20
* Updated the required version of gal to 0.6.99.0.Christopher James Lahey2001-04-131-1/+1
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+32
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-4/+4
* create the makefile in camel/tests/smimeJeffrey Stedfast2001-04-101-0/+1
* Bump this to 10. (We forgot to do this before branching *again*...)Dan Winship2001-03-311-1/+1
* oops libunicode isn't quite dead yetDan Winship2001-03-291-0/+14
* add a bit mentioning that if configure claims you don't have somethingDan Winship2001-03-291-201/+57
* create camel/misc/MakefileRadek Doulik2001-03-261-0/+1
* Bumped gal requirement to 0.5.99.11.Christopher James Lahey2001-03-221-3/+3
* Require bison, not yacc (for vcc.y)Dan Winship2001-03-221-0/+5
* More fixes for NSPR and NSS checks - use fixed it to use AC_CHECK_HEADERSJeffrey Stedfast2001-03-211-13/+24
* Fix ettore's fix ;-)Jeffrey Stedfast2001-03-201-2/+2
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-3/+3
* Make sure we never define `NSPR_CFLAGS' or `NSS_CFLAGS' as just "-I".Ettore Perazzoli2001-03-201-4/+4
* Updated the checks for NSS and NSPRJeffrey Stedfast2001-03-191-2/+4
* Added directions on how to build with SSL support.Jeffrey Stedfast2001-03-171-19/+39
* Bump gal requirement to 0.5.99.7Dan Winship2001-03-161-3/+3
* Added Azeri language filePablo Saratxaga2001-03-151-2/+1
* create doc/devel/executive-summary/MakefileGediminas Paulauskas2001-03-151-0/+1
* Updated to AC_SUBST the NSPR/NSS flags.Jeffrey Stedfast2001-03-151-2/+12
* add -lresolv to LDAP_LIBS if it's there.Chris Toshok2001-03-141-3/+5
* All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-131-0/+1
* Hm... probably would be clever to be calling this 0.9 rather than 0.8,Dan Winship2001-03-101-1/+1
* Removed --enable-assbarn-security and replaced it with the real options:Jeffrey Stedfast2001-03-081-101/+80
* Require GAL 0.5.99.6.Ettore Perazzoli2001-03-081-1/+1
* Don't try to generate a Makefile in camel/providers/vee as it's empty.Kjartan Maraas2001-03-081-1/+0
* Check for gal 0.5.99.4.Christopher James Lahey2001-03-061-3/+3
* Reorganize a bit to get rid of warnings about AC_TRY_COMPILE being usedDan Winship2001-03-051-11/+12