simplify installation rules, using new Automake
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 Sep 2008 17:53:14 +0000 (19:53 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 10 Sep 2008 11:20:27 +0000 (13:20 +0200)
commitd9903062cf26880a07772b14617196726149d12a
treeea71d64a9dc8dcfe9f58944e4f0de5fb3563a22e
parent9dcebc51be915fb6d0ab2eca36168f3ab12a45c7
simplify installation rules, using new Automake

This relies on development Automake to provide multi-file
installation, and avoids relying on undocumented Automake
interfaces.  It also removes special-casing for `['.
* configure.ac (AM_INIT_AUTOMAKE): Depend on 1.10a.
(CROSS_COMPILING): New Automake conditional.
* src/Makefile.am (install-exec-am, filtered_PROGS)
(d_bindir, cu-install-binPROGRAMS): Remove.
(INSTALL_PROGRAM) [!CROSS_COMPILING]: Set to `./ginstall'.
configure.ac
src/Makefile.am