summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: various build-system beautificationsLennart Poettering2010-06-131-1/+1
|
* build-sys: drop duplicate conditionalLennart Poettering2010-06-131-1/+0
|
* build-sys: bump versionLennart Poettering2010-06-131-2/+2
|
* build-sys: properly create gtk3 module linkLennart Poettering2010-06-131-0/+1
|
* gtk: optionally build for both gtk2 and gtk3Lennart Poettering2010-06-101-1/+50
|
* update READMEv0.24Lennart Poettering2010-04-191-1/+0
|
* build-sys: bump sonames for v0.24Lennart Poettering2010-04-191-4/+4
|
* Compile with -DGSEAL_ENABLE. Fixes bug 27048.Andre Klapper2010-04-191-1/+1
|
* build-sys: prepare v0.23v0.23Lennart Poettering2010-02-201-2/+2
|
* new releaseLennart Poettering2009-10-201-2/+2
|
* new release 0.21v0.21Lennart Poettering2009-10-161-2/+2
|
* new release 0.20v0.20Lennart Poettering2009-10-151-1/+1
|
* build-sys: bump version and sonameLennart Poettering2009-10-141-2/+2
|
* build-sys: bump version and soname in preparation for releaseLennart Poettering2009-09-191-2/+2
|
* build-sys: prepare release 0.17Lennart Poettering2009-09-121-3/+3
|
* prepare 0.16 releaseLennart Poettering2009-08-271-2/+2
|
* build-sys: use silent automake build rulesLennart Poettering2009-08-271-0/+2
|
* prepare release 0.15v0.15Lennart Poettering2009-08-051-3/+3
|
* Bump versionLennart Poettering2009-07-021-1/+1
|
* build-sys: bump so versionsLennart Poettering2009-06-231-2/+2
|
* build-system: introduce macros PA_MAJOR, PA_MINOR, PA_CHECK_VERSIONLennart Poettering2009-05-261-1/+9
| | | | | | | This is mostly based on Christian Persch's work but moves the version macros into the main header file. https://bugs.freedesktop.org/show_bug.cgi?id=21655
* build-system: don't do gconf if gtk is disabledDaniel Macks2009-04-191-1/+2
| | | | | | | | libcanberra.schemas is the gconf hook for canberra-gtk-module, so it shouldn't be installed if gtk is disabled in the libcanberra build ("no canberra-gtk-module" should propagate "no pointers to it"). Closes bz #20926
* build-system: drop AM_ICONV since we don't need itDaniel Macks2009-04-191-4/+0
|
* bump version and sonameLennart Poettering2009-04-141-3/+3
|
* Remove libltdl, similarly to what has been done on PulseAudio.Diego Elio 'Flameeyes' Pettenò2009-01-311-3/+25
| | | | | | | Get rid of the internal copy of libltdl and instead use the system copy, requiring that to be available. It does not make sense to duplicate this further, and it's especially a bad idea to use an internal older copy of the library for distributors and final users.
* autoupdate: fix quoting.Diego Elio 'Flameeyes' Pettenò2009-01-311-1/+1
|
* Remove AC_TYPE_SIGNAL which is now deprecated.Diego Elio 'Flameeyes' Pettenò2009-01-311-1/+0
| | | | | | Not only the REGSIGTYPE definition that it created was never used, but also C89 require that the return is void. Since we already assume C99 support, we don't need to check for this.
* autoupdate: AC_HELP_STRING -> AS_HELP_STRING.Diego Elio 'Flameeyes' Pettenò2009-01-311-8/+8
|
* Move the safety check about pkg-config in bootstrap.sh.Diego Elio 'Flameeyes' Pettenò2009-01-311-8/+0
| | | | | Don't check twice for pkg-config during configure, since the undefined macro would be possibly caused on a different system.
* bump version/sonameLennart Poettering2009-01-211-2/+2
|
* update to libtool 2.2Lennart Poettering2009-01-211-13/+11
|
* fix OSS checkLennart Poettering2008-10-261-1/+1
|
* bump release and sonamev0.10Lennart Poettering2008-10-061-3/+3
|
* call AM_GCONF_SOURCE_2 unconditionallyLennart Poettering2008-10-051-1/+2
|
* minor build system fixesLennart Poettering2008-10-051-0/+1
|
* require gconf only if we build against gtkLennart Poettering2008-09-261-5/+3
|
* Enable canberra-gtk-module via GConfMatthias Clasen2008-09-261-0/+5
| | | | | | | | The most recent version of gnome-settings-daemon now supports activating Gtk+ modules via a GConf setting. We should be using this to activate our Gtk+ module automatically on install. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* prepare new releaseLennart Poettering2008-09-091-2/+2
|
* add tdb based shared lookup cacheLennart Poettering2008-09-021-0/+60
|
* bump verson infoLennart Poettering2008-08-281-1/+1
|
* bump versionLennart Poettering2008-08-281-1/+1
|
* make compiler warnings a bit less fascistLennart Poettering2008-08-271-1/+1
|
* driver: GStreamer using decodebin2Marc-André Lureau2008-08-271-1/+65
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* OSS driver take 3Joe Marcus Clarke2008-08-211-1/+84
| | | | | | | This adds the necessary error checking, and fixes the s/alsa/oss/ problem in configure.ac. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Implement ca_strdup for platforms that lack it nativelyJoe Marcus Clarke2008-08-201-0/+3
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* fix urlLennart Poettering2008-08-141-1/+1
|
* enable a few additional gcc warnings and fix all problems foundLennart Poettering2008-08-141-1/+1
|
* add proper documentationLennart Poettering2008-08-141-0/+25
|
* move gtkdoc docs to gtkdoc subdirLennart Poettering2008-08-141-1/+1
|
* correct dependency on gtk 2.13.4 instead of 2.14Lennart Poettering2008-08-131-1/+1
|