Fix MKINSTALLDIRS substitution
All checks were successful
Source release / source-package (push) Successful in 2m24s
All checks were successful
Source release / source-package (push) Successful in 2m24s
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -9598,7 +9598,7 @@ fi
|
||||
|
||||
|
||||
|
||||
MKINSTALLDIRS='$(mkdir_p)'
|
||||
MKINSTALLDIRS='mkdir -p'
|
||||
|
||||
|
||||
ac_config_files="$ac_config_files Make.rules Makefile lib/Makefile man/Makefile util/Makefile sutil/Makefile ipx-1.0/Makefile ipx-1.0/Samples/Makefile ipxdump/Makefile contrib/tknwmsg/Makefile contrib/testing/Makefile contrib/testing/pp/Makefile contrib/tcl-utils/Makefile contrib/tests/Makefile intl/Makefile po/Makefile.in contrib/pam/Makefile contrib/php/Makefile.in"
|
||||
|
||||
@@ -1091,7 +1091,7 @@ fi
|
||||
AC_SUBST(shlibext)
|
||||
AC_SUBST(libext)
|
||||
|
||||
MKINSTALLDIRS='$(mkdir_p)'
|
||||
MKINSTALLDIRS='mkdir -p'
|
||||
AC_SUBST(MKINSTALLDIRS)
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
|
||||
Reference in New Issue
Block a user