build: build uname(1) unconditionally
authorJim Meyering <meyering@redhat.com>
Sat, 10 Oct 2009 07:02:26 +0000 (09:02 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 10 Oct 2009 07:03:15 +0000 (09:03 +0200)
commitd74a1b005ca09ea8ac08b3f9f16a5176e240ff28
treedb04f65a36e9138f9161c08c9ce0050690480d31
parent4f1a3eda10608fe444e199477e730d434579f0f7
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.
configure.ac
src/Makefile.am