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:
parent
162a4f9382
commit
91dea3144c
1260
Makefile.in
1260
Makefile.in
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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 ------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user