Skip to content

Commit 5aa08f3

Browse files
author
ripley
committed
tweaks
git-svn-id: https://svn.r-project.org/R/trunk@87933 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent da7fbef commit 5aa08f3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2930,9 +2930,9 @@ dnl This is no longer valid (if it ever was)
29302930
dnl XTRA_INTL_CPPFLAGS=-I/System/Library/Frameworks/CoreFoundation.framework/Headers
29312931
dnl On a macOS build which uses static libraries, libintk_dgettext
29322932
dnl 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

etc/Makeconf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ LIBR0 = @LIBR0@
100100
LIBR1 = @LIBR1@
101101
LIBR = @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.
104104
LIBS = @LIBS@
105105
## needed by R CMD config
106106
LIBnn = @LIBnn@

0 commit comments

Comments
 (0)