install was using mkinstalldirs which is being phased out by the autotools (Automake 1.8). As our home grown installation is not done by Automake and thus the use of mkinstalldirs is not detected by Automake, mkinstalldirs is no longer available. install-sh used instead.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5324 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0d090075b5
commit
75db1979bc
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ distclean-dead:
|
|||
INSTALL = @abs_srcdir@/Tools/config/install-sh -c
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL} -m 755
|
||||
MKINSTDIRS = @abs_srcdir@/Tools/config/mkinstalldirs
|
||||
MKINSTDIRS = @abs_srcdir@/Tools/config/install-sh -m 0755 -d
|
||||
M4_SOURCE_DIR = @abs_srcdir@/Tools/config
|
||||
M4_INSTALL_DIR = @datadir@/aclocal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue