From d74a1b005ca09ea8ac08b3f9f16a5176e240ff28 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Oct 2009 09:02:26 +0200 Subject: 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. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 681c3939e..b4ff8dad6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,7 +33,6 @@ build_if_possible__progs = \ stdbuf \ stty \ su \ - uname \ uptime \ users \ who @@ -125,6 +124,7 @@ EXTRA_PROGRAMS = \ truncate \ tsort \ tty \ + uname \ unexpand \ uniq \ unlink \ -- cgit v1.2.3-54-g00ecf