From c8b1c4725f90778fa5fe66cbed49b2727592e596 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 08 Oct 2012 23:52:02 -0400 Subject: Improve quoting in configure. --- diff --git a/configure b/configure index 4e8d03a..ab8f749 100755 --- a/configure +++ b/configure @@ -55,18 +55,22 @@ localedir sysconfdir ' -features="${dep_cmds} +features=" +${dep_cmds} ${dep_libs} ${opt_dep_cmds} ${opt_dep_libs} -metadata" +metadata +" -subst_vars="package_name +subst_vars=" +package_name package_version package_description ${long_opts_with_args} libopkbuild -${features}" +${features} +" main() { -- cgit v0.9.1