common/autoconf/spec.gmk.in
changeset 32460 9e9bffb3029a
parent 30415 c5629d65265d
child 32559 8a1504b43ad8
child 33943 e7c2c3694189
--- a/common/autoconf/spec.gmk.in	Wed Jul 05 20:48:33 2017 +0200
+++ b/common/autoconf/spec.gmk.in	Wed Sep 09 09:36:39 2015 +0200
@@ -30,25 +30,6 @@
 #   (called @OPENJDK_BUILD_AUTOCONF_NAME@ by autoconf)
 # using 'configure @CONFIGURE_COMMAND_LINE@'
 
-# When calling macros, the spaces between arguments are
-# often semantically important! Sometimes we need to subst
-# spaces and commas, therefore we need the following macros.
-X:=
-SPACE:=$(X) $(X)
-COMMA:=,
-DOLLAR:=$$
-HASH:=\#
-LEFT_PAREN:=(
-RIGHT_PAREN:=)
-SQUOTE:='
-#'
-DQUOTE:="
-#"
-define NEWLINE
-
-
-endef
-
 # The command line given to configure.
 CONFIGURE_COMMAND_LINE:=@CONFIGURE_COMMAND_LINE@