File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63696,9 +63696,9 @@ printf "%s\n" "#define HAVE_DCGETTEXT 1" >>confdefs.h
6369663696
6369763697
6369863698 if test -n "$INTL_MACOSX_LIBS"; then
63699- LIBINTL_PKGS =
63699+ LIBINTL_PKGS=
6370063700 else
63701- LIBINTL_PKGS = $(LIBINTL)
63701+ LIBINTL_PKGS= $(LIBINTL)
6370263702 fi
6370363703 echo "Finished configuring src/extra/intl directory"
6370463704 echo
Original file line number Diff line number Diff line change @@ -2930,9 +2930,9 @@ dnl This is no longer valid (if it ever was)
29302930dnl XTRA_INTL_CPPFLAGS=-I/System/Library/Frameworks/CoreFoundation.framework/Headers
29312931dnl On a macOS build which uses static libraries, libintk_dgettext
29322932dnl etc are provided by libR.dylib
2933- LIBINTL_PKGS =
2933+ LIBINTL_PKGS=
29342934 else
2935- LIBINTL_PKGS = $(LIBINTL)
2935+ LIBINTL_PKGS= $(LIBINTL)
29362936 fi
29372937 echo "Finished configuring src/extra/intl directory"
29382938 echo
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ LIBR0 = @LIBR0@
100100LIBR1 = @LIBR1@
101101LIBR = @LIBR0@ @LIBR1@
102102# # FIXME: LIBS is approporiate for building R,
103- # # but not for packages if static libse are used.
103+ # # but not for packages if static libs are used.
104104LIBS = @LIBS@
105105# # needed by R CMD config
106106LIBnn = @LIBnn@
You can’t perform that action at this time.
0 commit comments