summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAge
* udev: always use $(rootprefix)/lib/udev for libexecdirKay Sievers2012-06-10
| | | | | | | | | | | On Sat, Jun 9, 2012 at 12:46 AM, Malte Starostik <lists@malte.homeip.net> wrote: > From: Malte Starostik <m-starostik@versanet.de> > > Rules get installed in $(libexecdir)/udev/, so are keymaps. Helper > binaries go to $(rootprefix)/lib/udev though. Problem is, in the code, > both are referenced via UDEVLIBEXECDIR which is defined to the former > location. Result: systemd-udev can't find e.g. the keymap binary to > apply keymaps.
* build-sys: fix build for folks without gtk-doc installedLennart Poettering2012-05-15
|
* build-sys: move gtk-doc stuff into its own subdir and reindent autogen.shLennart Poettering2012-05-15
| | | | | We moved most other build noise files into their own subdirs, so let's do this for gtk-doc too
* autogen.sh: undef _FORTIFY_SOURCE, which now logs warnings when used with -O0Kay Sievers2012-05-08
|
* build-sys: silence gtk-doc check, remove gtk-doc options from configure and ↵Kay Sievers2012-04-17
| | | | distcheck
* build-sys: make gtk-doc dependency optionalJavier Jardón2012-04-17
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* move imported udev into placeKay Sievers2012-04-04
|
* autogen.sh: detect historic split-system-directories and add root optionsKay Sievers2012-02-07
|
* autogen.sh: diet and sync with udev and kmodKay Sievers2012-01-09
|
* autogen: add --with-rootlibdir= and switch /usr/local to /usrKay Sievers2012-01-05
|
* build-sys: drop colorgccLennart Poettering2012-01-05
|
* build-sys: rename 'rootdir' to 'rootprefix' like udev and kmod usesKay Sievers2012-01-05
|
* libsystemd-daemon: support installation in --with-rootlibdirKay Sievers2011-07-15
|
* build-sys: Add i18n support through intltoolBastien Nocera2011-07-11
| | | | And put the PolicyKit policy files up for translation.
* build-sys: always place user units in /usr/lib/systemdKay Sievers2011-04-05
| | | | ./configure --libexecdir=/usr/lib
* use common names: fixme -> TODO, bootstrap.sh -> autogen.shKay Sievers2010-10-07