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:
William S Fulton 2003-11-16 16:54:08 +00:00
commit 75db1979bc

View file

@ -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