summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* build-sys: convert tests/ to moduleKarel Zak2012-06-261-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move partx to disk-utils/Karel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert disk-utils/ to moduleKarel Zak2012-06-261-1/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move getopt to misc-utils/Karel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert misc-utils/ to moduleKarel Zak2012-06-261-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move hwclock to sys-utils/Karel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert sys-utils/ to moduleKarel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup mount stuff in configure.amKarel Zak2012-06-261-12/+10Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (old) remove hybrid libmount codeKarel Zak2012-06-261-13/+0Star
| | | | | | | | | | | | | The hybrid version with old mount and new mtab management from libmount is not more supported. Only two versions are supported: 1/ old mount in mount-deprecated/, --enable-deprecated-mount 2/ new sys-utils/mount.c, enabled by default Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: default to new sys-utils/mount.c, add --enable-deprecated-mountKarel Zak2012-06-261-15/+15
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert mount/ to module, rename to mount-deprecated/Karel Zak2012-06-261-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert login-utils/ to moduleKarel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert term-utils/ to moduleKarel Zak2012-06-261-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert libmount/ to moduleKarel Zak2012-06-261-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert libblkid/ to moduleKarel Zak2012-06-261-6/+0Star
| | | | | | | - create module - remove unused libblkid/src/tst_types.c test Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert libuuid/ to moduleKarel Zak2012-06-261-3/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert schedutils/ to moduleKarel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert lib/ to moduleKarel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert include/ to moduleKarel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-system: enable automake subdir-objectsKarel Zak2012-06-261-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build: fix redundant redeclaration warningsSami Kerola2012-06-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | env.c:24:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] su.c:81:15: warning: redundant redeclaration of 'environ' [-Wredundant-decls] fstab.c:581:14: warning: redundant redeclaration of 'strsignal' [-Wredundant-decls] kill.h:1:13: note: previous declaration of 'get_pids' was here kill.c:152:13: warning: redundant redeclaration of 'get_pids' [-Wredundant-decls] kill.c:142:5: warning: redundant redeclaration of 'main' [-Wredundant-decls] getopt.c:89:5: warning: redundant redeclaration of 'main' [-Wredundant-decls] agetty.c:536:15: warning: redundant redeclaration of 'optarg' [-Wredundant-decls] agetty.c:537:13: warning: redundant redeclaration of 'optind' [-Wredundant-decls] script.c:161:13: warning: redundant redeclaration of 'optind' [-Wredundant-decls] wall.c:96:13: warning: redundant redeclaration of 'optind' [-Wredundant-decls] libmount.h:362:26: note: previous declaration of 'mnt_update_get_fs' was here libmount.h:454:26: note: previous declaration of 'mnt_context_get_fs' was here mountP.h:383:26: warning: redundant redeclaration of 'mnt_context_get_fs' [-Wredundant-decls] mountP.h:398:26: warning: redundant redeclaration of 'mnt_update_get_fs' [-Wredundant-decls] Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: add compiler warningsKarel Zak2012-06-061-0/+15
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move configure login options to one placeKarel Zak2012-05-291-30/+27Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --enable-vipwKarel Zak2012-05-291-7/+6Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --enable-newgrpKarel Zak2012-05-291-1/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-suKarel Zak2012-05-291-0/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --enable-chfn-chshKarel Zak2012-05-291-1/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-loginKarel Zak2012-05-291-9/+17
| | | | | | | ... to implement fine-grained control on what is built from login-utils. Signed-off-by: Karel Zak <kzak@redhat.com>
* arch, eject, elvtune: Gracefully disable on non-Linux platforms.Thomas Schwinge2012-05-291-3/+3
| | | | Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
* kill, raw, rename: Don't explicitly enable for --enable-most-builds.Thomas Schwinge2012-05-291-3/+0Star
| | | | | | They're already dealt with in the default configuration. Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
* kill: Check the correct variable when configuring.Thomas Schwinge2012-05-291-1/+1
| | | | Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
* uuidd: add systemd unit filesPetr Uzel2012-05-041-0/+11
| | | | | | | | Add systemd unit files which use the socket activation mechanism of systemd. The uuidd deamon is started upon first request on the socket and quits after 1 minute of inactivity. Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* uuidd: implement --socket-activation optionPetr Uzel2012-05-041-0/+12
| | | | | | | | | | | | | | Implement --socket-activation option, which is supposed to be used with systemd (or equivalent init system) socket activation mechanism. With this option, the UUID daemon does not create the socket on its own, but instead expect the connection fd to be provided by the calling process. This option is only available if util-linux is configured with --enable-socket-activation option. With this configure option, the uuidd is compiled with sd-daemon.c. Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* build-sys: add BUILD_WDCTL, check for linux/watchdog.hKarel Zak2012-05-041-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: determine availability of __fpending()Sami Kerola2012-04-231-0/+2
| | | | | | | | Needed to for making Cygwin more possible. Reference: http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/5656 Reported-by: Bernhard Voelker <bernhard.voelker@siemens-enterprise.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
| | | | | | | | | | | | | | | The tool misspellings (https://github.com/lyda/misspell-check) detected several typos. Command used: $ git ls-files | grep -v ^po/ | misspellings -f - * isosize: Fix typo in usage string. * configure.ac: Fix typo in help string of --enable-most-builds option. * fdisk: Fix typo in man page. * libblkid, blkid, mount: Likewise. * Fix various typos in docs and in source code comments. Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
* Merge branch 'eject'Karel Zak2012-04-051-0/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eject: (47 commits) tests: use eject --force eject: use BUILD_EJECT, move to sys-utils eject: clean up usage() eject: clean up man page eject: add --force option eject: check for hotplug/removable attribute eject: remove obsolete code, use EXIT_* macros tests: add umount-by-eject tests eject: improve work with partitioned devices lib/sysfs: improve sysfs_is_partition_dirent() eject: call umount <mountpoint> rather than <device> eject: use libmount to detect if cdrom is mounted eject: make the code robust eject: use SG_IO ioctl for scsi eject: support CDIOCEJECT ioctl eject: new close_tray code from Fedora eject: new auto_eject code from Fedora eject: add -X from Fedora eject: add --manualeject from fedora eject: clean up devname usage ...
| * eject: use BUILD_EJECT, move to sys-utilsKarel Zak2012-04-051-2/+1Star
| | | | | | | | Signed-off-by: Karel Zak <kzak@redhat.com>
| * eject: initial merge eject and util-linuxMichal Luscon2012-03-271-0/+10
| | | | | | | | Signed-off-by: Michal Luscon <mluscon@redhat.com>
* | build-sys: disable chkdupexe by default, mark as deprecatedKarel Zak2012-04-041-4/+13
| | | | | | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* | lsblk: use libmount to get mountpoints/swapsKarel Zak2012-04-031-0/+1
|/ | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* fsck: move to disk-utils directoryKarel Zak2012-03-201-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: make the crosscompile path for scanf_cv_alloc_modifier cleverSebastian Andrzej Siewior2012-03-201-1/+17
| | | | | | | | | | | | | | | | | | | | | | | My earlier assumption was that scanf_cv_alloc_modifier is unused. This is not true as pointed out by Karel since it used befoe checking for libmount. Argh. So instead saying no I add a test to check for glibc >= 2.7 which provides %m. As of uClibc v0.9.32-rc3 the situation looks the following: | git grep _M_SPEC__ |libc/stdio/_vfprintf.c:/* #define __UCLIBC_HAS_PRINTF_M_SPEC__ */ |libc/stdio/_vfprintf.c:#ifdef __UCLIBC_HAS_PRINTF_M_SPEC__ |libc/stdio/_vfprintf.c:# ifdef __UCLIBC_HAS_PRINTF_M_SPEC__ |libc/stdio/_vfprintf.c:# endif /* __UCLIBC_HAS_PRINTF_M_SPEC__ */ |libc/stdio/_vfprintf.c:#ifdef __UCLIBC_HAS_PRINTF_M_SPEC__ |libc/stdio/_vfprintf.c:#ifdef __UCLIBC_HAS_PRINTF_M_SPEC__ |libc/stdio/_vfprintf.c:#ifdef __UCLIBC_HAS_PRINTF_M_SPEC__ |libc/stdio/_vfprintf.c:#ifdef __UCLIBC_HAS_PRINTF_M_SPEC__ |libc/stdio/old_vfprintf.c:#ifdef __UCLIBC_HAS_PRINTF_M_SPEC__ |libc/stdio/perror.c:#ifdef __UCLIBC_HAS_PRINTF_M_SPEC__ And other libc user have to bring their own stuff. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
* build-sys: fix chkdupexe regressionSami Kerola2012-03-181-0/+3
| | | | | | | Commit 2897f50a6a6d1aab653c7017f7542d26ac2a8a0b resulted breaking shebang substitution for chkdupexe. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: add --diable-sulogin (enabled by default)Karel Zak2012-03-121-1/+9
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: note sulogin in configure helpKarel Zak2012-03-121-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lslocks: new commandDavidlohr Bueso2012-02-291-0/+5
| | | | | | | | | | | | | | | | | The new lslocks(8) program is meant to replace the deprecated lslk(8). It is designed for simplicity and removes unnecessary Unix legacy outputs and options: - Don't output inode number, whence and maj:min device numbers. - Don't provide nonblocking syscall options stat(2) and readlink(2) - Remove lslk's alternate default kernel name list file path (-k) The option to use nonblocking calls was previously intended for NFS partitions; however this should be transparent to utility programs considering that timeouts can occur generically (fuse - sshfs, NFS, netdevs, etc). Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: s/ruman/ruman1/Karel Zak2012-02-281-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: do not overwrite ddate.1 manualSami Kerola2012-02-281-0/+2
| | | | | | | | | | | | The following warning meant either english manual page overwrote ru version, or otherway around. Neither way that not intented. This patch will change ru version of the manual page to be installed to <prefix><mandir>/ru/man1 directory. man/ru/Makefile.am:4: warning: mandir was already defined in condition TRUE, which includes condition BUILD_DDATE ... configure.ac:1: ... `mandir' previously defined here Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: add a crosscompile path for scanf_cv_alloc_modifierSebastian Andrzej Siewior2012-02-281-0/+2
| | | | | | | This allows to building the package cross again. Since the return value is not used I guess there is little loss. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>