diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-10-10 09:02:26 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-10-10 09:03:15 +0200 |
| commit | d74a1b005ca09ea8ac08b3f9f16a5176e240ff28 (patch) | |
| tree | db04f65a36e9138f9161c08c9ce0050690480d31 /configure.ac | |
| parent | maint: list program names one per line (diff) | |
| download | coreutils-d74a1b005ca09ea8ac08b3f9f16a5176e240ff28.tar.gz coreutils-d74a1b005ca09ea8ac08b3f9f16a5176e240ff28.zip | |
build: build uname(1) unconditionally
Before, on a system without the uname function, the build
system would detect that and not build/install a uname program.
Now that gnulib guarantees a uname function, ...
* configure.ac: Don't check for the uname function.
* src/Makefile.am (build_if_possible__progs): Move uname...
(EXTRA_PROGRAMS): ...to this list.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fa82b4c09..4902fea67 100644 --- a/configure.ac +++ b/configure.ac @@ -118,8 +118,6 @@ fi AC_FUNC_FORK optional_bin_progs= -AC_CHECK_FUNCS([uname], - gl_ADD_PROG([optional_bin_progs], [uname])) AC_CHECK_FUNCS([chroot], gl_ADD_PROG([optional_bin_progs], [chroot])) AC_CHECK_FUNCS([gethostid], |
