Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Quotes the content of the REPOS variable so that in case we have multiple kind of repositories supported the internal REPOS variable is correctly set to the for the generation of pkg_repos.h
Baptiste Daroussin committed 10 years ago
commit 52f577223d6175146fe3c8d01be7bee5282ee6be
parent d2760c8
1 file changed +1 -1
modified configure.ac
@@ -500,7 +500,7 @@ AC_CONFIG_COMMANDS([pkg_repos.h], [[
		cp $NMODULES pkg_repos.h
	fi
	rm $NMODULES
-
]], [REPOS=$REPOS])
+
]], [REPOS="$REPOS"])

AC_CONFIG_COMMANDS([mkdir], [$MKDIR_P tests/frontend])