maint: simplify declaration of "libexec" programs
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 31 Aug 2012 23:46:54 +0000 (01:46 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 1 Sep 2012 19:28:12 +0000 (21:28 +0200)
commite6bd4e79139801fbf45a6eb381f105d826e75ca5
treebacad6c804204c0d043cb2e76d376d7f74a006ca
parent10e7c73a6b4ae248d2e0c561c43febef901f8406
maint: simplify declaration of "libexec" programs

* configure.ac: No need to use 'gl_ADD_PROG' and an indirection
variable '$optional_pkglib_progs' to declare the 'libstdbuf.so'
"libexec" program; the decision to whether compile that program
is not up to the user, but it only and simply depends on whether
the 'stdbuf' "bin" program is to be built or not.
configure.ac