Configure: Use automake's conditional to handle icon installation
commit7889c50c3687f359d94a2a7517e9cdd679090554
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 9 Jun 2013 11:49:23 +0000 (9 13:49 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 9 Jun 2013 12:52:26 +0000 (9 13:52 +0100)
treefc21b89cc855a943397722a4fed2ed2d654574ed
parent587a37dc60f48b64d96f88364cc3aa79740573a3
Configure: Use automake's conditional to handle icon installation

The previous method was to use a custom install procedure, which
is a bit complex when automake can handle this for us, and as a
side effect it made 'distcheck' fail on uninstall procedure check.

The new method is to use a simple conditional and autoconf/automake
will do all the work for us.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
WPrefs.app/tiff/Makefile.am
WPrefs.app/xpm/Makefile.am
configure.ac