forked from lix-project/lix
Revert "Escape square brackets in configure.ac"
This reverts commit 80f464d9d7
.
This commit is contained in:
parent
c7bf1cdb4e
commit
7af5f70139
|
@ -275,7 +275,7 @@ test "$prefix" = NONE && prefix=$ac_default_prefix
|
|||
test "$exec_prefix" = NONE && exec_prefix='${prefix}'
|
||||
for name in $ac_subst_vars; do
|
||||
for _ in 1 2 3; do
|
||||
if printf '%s' "${name}" | egrep '^[[_[[:alpha:]]]][[_[[:alnum:]]]]*$'
|
||||
if printf '%s' "${name}" | egrep '^[_[:alpha:]][_[:alnum:]]*$'
|
||||
then
|
||||
eval "${name}"="$(eval echo "\${${name}}")"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue