Skip to content
Snippets Groups Projects
Commit 5c45a519 authored by Christian Engwer's avatar Christian Engwer
Browse files

[dunecontrol] Correctly handle maintainer entries with whitespace

[[Imported from SVN: r6447]]
parent a6cba03d
Branches
Tags
No related merge requests found
......@@ -770,7 +770,7 @@ m4_define([DUNE_AC_INIT],[
AM_INIT_AUTOMAKE([foreign 1.5 tar-pax])
AC_SUBST([DUNE_MOD_VERSION], [$version])
AC_SUBST([DUNE_MOD_NAME], [$name])
AC_SUBST([DUNE_MAINTAINER_NAME], [$maintainer])
AC_SUBST([DUNE_MAINTAINER_NAME], ["$maintainer"])
DUNE_PARSE_MODULE_VERSION([$name], [$version])
REQUIRES="$requires"
AC_SUBST(REQUIRES, [$REQUIRES])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment