summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2012-01-10autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for nowKay Sievers
-O0 [pid 693] mknod("udev-root/sda", 034101566300) = -1 EINVAL (Invalid argument) -O1 [pid 8087] mknod("udev-root/sda", S_IFBLK, makedev(8, 0)) = 0
2012-01-10tabs are as useful as a hole in the headKay Sievers
2012-01-09autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste worksKay Sievers
2012-01-05autogen.sh: enable git pre-commitKay Sievers
2012-01-05build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udevKay Sievers
2011-12-25make: introduce --with-rootprefix=Kay Sievers
2011-12-23autogen.sh: moce CFLAGS from to configure.ac; print common ./configure optionsKay Sievers
2011-12-23builtin: kmod - switch modprobe to builtinKay Sievers
2011-12-23builtin: blkid - add missing newlineKay Sievers
2011-12-05use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentationKay Sievers
2011-11-04make: tweak some autofoo according to Flameeyes' recommendations for libabcKay Sievers
2011-03-19input_id: silent gcc warningsKay Sievers
2009-06-17cleanup ./configure installation directory optionsKay Sievers
2009-06-16autogen.sh: make "CFLAGS=-O0 ./autogen.sh" workingKay Sievers
2009-06-16configure: enable all extras by default, provide --disable-extrasKay Sievers
2009-06-16udev-acl: move from udev-extrasKay Sievers
The build of extras with larger external dependencies is wrapped in: --enable-extras
2009-06-16autogen.sh: simplifyKay Sievers
2009-06-15libudev: add gtk-docKay Sievers
2009-02-05autogen.sh: add more warningsKay Sievers
2008-12-29build: use autoreconf --symlinkKay Sievers
2008-12-19build: just use autoreconf -iKay Sievers
Thanks to Scott for mentioning!
2008-12-06make: do not delete autotools generated file with distcleanKay Sievers
[...] running the command `make maintainer-clean' should not delete `configure' even if `configure' can be remade using a rule in the Makefile. More generally, `make maintainer-clean' should not delete anything that needs to exist in order to run `configure' and then begin to build the program. This is the only exception; `maintainer-clean' should delete everything else that can be rebuilt.
2008-11-18autogen.sh: fix -print-multi-os-directory usageKay Sievers
2008-11-01add "devel" and "install" switches to autogen.shKay Sievers
2008-09-06autogen.sh: add debugKay Sievers
2008-08-30autogen.sh: add --with-selinuxKay Sievers
2008-08-28update INSTALLKay Sievers
2008-08-12add some warningsKay Sievers
2008-08-08build: remove autopoint checkKay Sievers
2008-07-30use autotoolsKay Sievers