aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* autogen.sh: remove unneded call to autopointJavier Jardón2010-10-081-6/+0
| | | | It's already called in gnome-autogen.sh
* Realli fix srcdir != builddir buildsJavier Jardón2010-10-071-1/+3
|
* Fix srcdir != builddir builds.Javier Jardón2010-10-051-0/+2
|
* Use upstream gettext instead the glib oneJavier Jardón2010-10-011-0/+3
|
* Bug 618578 - Require automake >= 1.10Matthew Barnes2010-05-151-1/+1
|
* Fix mention of CVS in autogen.sh.Jan Holesovsky2010-01-191-1/+1
|
* Bug 595326 - Bump libtool to 2.2 and remove doltH.Habighorst2009-09-231-1/+1
|
* Bug 588018 – NetworkManager & DBUS build check rewriteH.Habighorst2009-07-141-0/+3
|
* Bug 586632 – Require automake 1.9H.Habighorst2009-06-231-1/+1
|
* Rename configure.in to configure.ac.Matthew Barnes2009-05-211-1/+1
| | | | | | | | | | GNU Autoconf manual states (section 3.1): Previous versions of Autoconf promoted the name configure.in, which is somewhat ambiguous (the tool needed to process this file is not described by its extension), and introduces a slight confusion with config.h.in and so on (for which '.in' means "to be processed by configure"). Using configure.ac is now preferred.
* Bug 582168 – Remove duplicated shebang and comment from autogen.shDamien Lespiau2009-05-111-3/+0
|
* Require automake 1.6 or neweer, we already do for libsoup andRodney Dawes2004-04-221-0/+1
| | | | | | | | | 2004-04-21 Rodney Dawes <dobey@ximian.com> * autogen.sh: Require automake 1.6 or neweer, we already do for libsoup and evolution-data-server, there is no reason not to here svn path=/trunk/; revision=25569
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-021-2/+16
| | | | | | | | pretty broken). Weeeeee! svn path=/trunk/; revision=18503
* new class. Will handle all sort of information media (Mime mail messages,bertrand1999-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1999-08-24 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-medium.c (camel_medium_class_init): new class. Will handle all sort of information media (Mime mail messages, Lotus Notes mail messages, postit notes, faxes, who knows .... :) CamelMimePart will inherit from it. * camel/camel-mime-part.c (_set_disposition): (_set_description): description and disposition parameters are now const. * camel/gmime-content-field.c (gmime_content_field_free): added assertion code. * camel/providers/MH/camel-mh-folder.c (_get_message): uses buffered stream. * camel/camel-stream-buffered-fs.c: new stream to accelerate file ops. Thanks to jwz, I've decided to add a level of abstraction to Camel. In the future, it should be able to handle other mail systems, but also non-mail information vehicles. Enough for today. Roller time! svn path=/trunk/; revision=1140
* groomf -> gnome-mailerbertrand1999-04-181-1/+1
| | | | | | | | 1999-04-18 bertrand <Bertrand.Guiheneuf@inria.fr> * autogen.sh (PKG_NAME): groomf -> gnome-mailer svn path=/trunk/; revision=850
* Initial revisionBertrand Guiheneuf1999-04-181-0/+10
svn path=/trunk/; revision=846