Hi Ben, > When I try to use the Gnulib relocatable-prog module with a program > that has an uninstall-hook, Automake gives a warning like this: > > po/automake.mk:97: warning: uninstall-hook was already defined in > condition RELOCATABLE_VIA_WRAPPER, which is included in condition TRUE > ... > Makefile.am:84: 'po/automake.mk' included from here > gl/automake.mk:2187: ... 'uninstall-hook' previously defined here > Makefile.am:83: 'gl/automake.mk' included from here > Makefile.am:105: warning: uninstall-hook was already defined in > condition RELOCATABLE_VIA_WRAPPER, which is included in condition TRUE > ... > gl/automake.mk:2187: ... 'uninstall-hook' previously defined here > Makefile.am:83: 'gl/automake.mk' included from here
What do these two Makefiles look like: 1) po/automake.mk around line 97 ? 2) gl/automake.mk around line 2187 ? Bruno