summaryrefslogtreecommitdiff
path: root/bootstrap.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-08-22Solaris: bootstrap portabilityFinn Thain1-3/+3
On Fri, 21 Aug 2009, Colin Guthrie wrote: > > Just put an echo statement in there too. Should cover the bases for everyone. Something like this?
2009-08-03build-sys: take preset CFLAGS into accountLennart Poettering1-1/+1
2009-07-17Further simplify on Daniel's patch for bootstrap.sh.Diego Elio 'Flameeyes' Pettenò1-8/+2
Instead of having further indirections, stick to POSIX command options for cp and chmod. This leaves just the LIBTOOL handling to be Darwin-specific.
2009-07-17make bootstrap.sh aware of Darwin environmentDaniel Mack1-2/+14
Signed-off-by: Daniel Mack <daniel@caiaq.de>
2009-06-29bootstrap: Ship git-version-gen with the tarball.Colin Guthrie1-0/+5
bootstrap.sh is already shipped and when rebootstrapping, it will call git-version-gen internally when processing configure.ac. In order to know when someone has rebootstrapped, we modify the tarball version to mark it as rebootstrapped. Not 100% sure this later stage is desired or if we should remove the .tarball-version file instead.
2009-06-22build-sys: dropo shave support, depend on automake's new silent build ↵Lennart Poettering1-2/+2
support instead
2009-05-11git: activate default commit hookLennart Poettering1-0/+6
2009-03-03revive solaris moduleFinn Thain1-1/+1
Hi All, This patch fixes the solaris audio device source and sink, and fixes some portability issues that break the build on solaris. Questions and comments welcomed. I've tested this patch only with OpenSolaris Express snv 103. Eventually I hope to be able to test a few older releases and older hardware (though it is hard to say whether there is much interest in those). This is my first brush with pulseaudio and so I read the wiki docs and some of the source code but I'm still unsure of a few things. In particular I'm wondering about rewind processing, corking and what (if anything) the module needs for those. I'm also unclear on the implications of thread_info.buffer_size, .fragment_size and .max_request, and whether my code is correct or not. This patch disables link map/library versioning unless ld is GNU ld. Another approach for solaris would be to use that linker's -M option, but I couldn't make that work (due to undefined mainloop, browse and simple symbols when linking pacat. I can post the errors if anyone is intested.) Thanks, Finn Thain
2009-02-24build: shave it!Marc-André Lureau1-1/+5
http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/
2009-01-23drop --ltdl from the libtoolize invocation, since we don't ship ltdl anymoreLennart Poettering1-1/+1
2009-01-22Move the safety check about pkg-config in bootstrap.sh.Diego E. 'Flameeyes' Pettenò1-0/+9
Don't check twice for pkg-config during configure, since the undefined macro would be possibly caused on a different system.
2009-01-22require autoconf 2.63Lennart Poettering1-2/+2
2008-12-16libtool 2.2 updatesLennart Poettering1-1/+1
2008-08-19require ac 2.62 in bootstrap.shLennart Poettering1-2/+2
2008-08-08Create an m4 directory for common macros and use it.Diego 'Flameeyes' Pettenò1-1/+1
Split acinclude.m4 in multiple macro files. Let it be known to autoconf and aclocal to use the m4 directory. Ignore macro files copied or linked by libtool and intltool.
2008-08-06add i18n supportLennart Poettering1-6/+13
2008-06-18remove remaining $Lennart Poettering1-1/+0
2008-04-13Let bootstrap.sh require version 1.10 of the various autofoo bits. Otherwise ↵Sjoerd Simons1-1/+1
things will break during compilation git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2263 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-3/+4
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
2006-07-19* add new --system command line parameter to the daemon for running ↵Lennart Poettering1-1/+1
PulseAudio as system-wide instance * add PA_ prefixes to all global #defines * modify auth-by-creds: define a new group "pulse-access" which is used for authentication * add proper privilige dropping when running in --system mode * create runtime directory once on startup and not by each module seperately git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1105 fefdeb5f-60dc-0310-8127-8f9354f1896f
2006-06-19big s/polyp/pulse/gLennart Poettering1-4/+4
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f
2006-04-22remove superfluous "set -ex" lineLennart Poettering1-2/+0
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@780 fefdeb5f-60dc-0310-8127-8f9354f1896f
2006-04-13make --enable-force-preopen the default for SVN buildsLennart Poettering1-1/+1
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@701 fefdeb5f-60dc-0310-8127-8f9354f1896f
2006-04-10unbreak fresh SVN buildsLennart Poettering1-1/+1
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@681 fefdeb5f-60dc-0310-8127-8f9354f1896f
2006-01-10build system updates, including support for some newer GCC optionsLennart Poettering1-10/+28
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@446 fefdeb5f-60dc-0310-8127-8f9354f1896f
2004-11-21* add some missing "static"sLennart Poettering1-1/+1
* include libltdl in distribution git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@302 fefdeb5f-60dc-0310-8127-8f9354f1896f
2004-11-14Make the whole stuff LGPL onlyLennart Poettering1-2/+2
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@284 fefdeb5f-60dc-0310-8127-8f9354f1896f
2004-07-20sample cache workLennart Poettering1-3/+11
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@98 fefdeb5f-60dc-0310-8127-8f9354f1896f
2004-06-23main part of the native protocolLennart Poettering1-1/+1
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@31 fefdeb5f-60dc-0310-8127-8f9354f1896f
2004-06-11autoconfLennart Poettering1-0/+39
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@5 fefdeb5f-60dc-0310-8127-8f9354f1896f