Bug 2894

Summary: make install fails
Product: Claws Mail (GTK 2) Reporter: Christian Hesse <mail>
Component: OtherAssignee: users
Status: RESOLVED INVALID    
Severity: normal CC: colin
Priority: P3    
Version: 3.9.1   
Hardware: All   
OS: All   

Description Christian Hesse 2013-03-21 17:18:52 UTC
"make DESTDIR=/path/to/dir/ install" fails with:

Making install in po
make[1]: Entering directory `/tmp/claws-mail/po'
/path/to/dir/usr/share
make[1]: /path/to/dir/usr/share: Command not found
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/tmp/claws-mail/po'
make: *** [install-recursive] Error 1
Comment 1 Colin Leroy 2013-03-21 17:28:02 UTC
That seems to be a problem of $(mkdir_p) being undefined, which in turn is a problem in aclocal.m4 (AM_GNU_GETTEXT > AM_PO_SUBDIRS > AM_PROG_MKDIR_P).