summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2010-05-17units: add distribution-specific unitsLennart Poettering
2010-05-16build-sys: provide distro-agnostic defaults for distro-specific settingsLennart Poettering
2010-05-16units: automatically generated syslog.targetLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering
2010-05-16build-sys: use autoconf'igured mkdir/ln/sed programsLennart Poettering
2010-05-16build-sys: update package URL to point to freedesktop.orgTollef Fog Heen
2010-05-16build-sys: point the development/bug report address at the fd.o listTollef Fog Heen
2010-05-16build-sys: support setting path and service names from configureTollef Fog Heen
Allow passing --with switches for SysV init path, SysV rcN.d path, DBus and syslog service names. Also bail out if those are not passed and distro is other
2010-05-16build-sys: rename --with-distro=none to --with-distro=otherTollef Fog Heen
2010-05-15build-sys: slackware supportMalcolm Studd
Attached is a patch for slackware support. If you want it some other way, let me know; I haven't used git before. Slackware doesn't have gnome or vala, and I'm having some issues with the vala programs in systemd. I installed the vala compiler, and the configure script says I have everything required, but compilation fails (log attached). Is there something I'm missing? I installed systemd by commenting out the vala programs in Makefile.am. Malcolm
2010-05-15build-sys: Update Vala configure checkRobert Gerus
2010-05-15man: add some initial man page workLennart Poettering
2010-05-13configure: Allow to disable build of tools that require GTK.Michael Tremer
2010-05-08build-sys: detect GentooFabian Henze
2010-05-06build-sys: fix name of Debian syslog serviceLennart Poettering
2010-05-06build-sys: require at least vala 0.7Lennart Poettering
2010-05-06build-sys: better test for pkg-config/pkg.m4Tollef Fog Heen
In some cases, people will run autoreconf rather than bootstrap.sh, or they will uninstall pkg-config. This is now detected properly rather than relying on bootstrap.sh checking for us.
2010-05-06build-sys: support non-git versions of libcgroupMaarten Lankhorst
2010-05-06we don't actually need libgee anymoreLennart Poettering
2010-05-05build-sys: add Arch Linux supportDave Reisner
2010-04-10build-sys: automatically figure out names of dbus/syslog servicesLennart Poettering
2010-04-07build-sys: fix AC_SUBST for /etc/rcN.dLennart Poettering
2010-04-07build-sys: drop debug outputLennart Poettering
2010-04-07build-sys: automatically detect SysV init dirsLennart Poettering
2010-04-07build-sys: drop -Wunsafe-loop-optimizationsLennart Poettering
2010-03-31cgroup: add cgroupsificationLennart Poettering
2010-02-03build: basic autoconfizationLennart Poettering