Small changes to 'make dist' to allow it work on Solaris, and to use the

result of AC_PROG_LN_S when making links.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2005-10-20 19:48:26 +00:00
parent 162a4f9382
commit 91dea3144c
4 changed files with 1319 additions and 1266 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

61
configure vendored

File diff suppressed because one or more lines are too long

View File

@ -1521,9 +1521,7 @@ dnl needed for making link to setup.h
AC_PROG_LN_S
dnl lndir can be used by "make dist" to save copying files
CP_PR='cp -pR'
AC_CHECK_PROGS(LNDIR, lndir, [$CP_PR])
AC_SUBST(CP_PR)
AC_CHECK_PROGS(LNDIR, lndir, [cp -pR])
dnl ------------------------------------------------------------------------