~vcs-imports/alsa-plugins/trunk

Viewing all changes in revision 344.

  • Committer: Takashi Iwai
  • Date: 2019-03-27 11:36:30 UTC
  • Revision ID: git-v1:a154ac8d3bd23f17a002d7c92599a759b0035862
configure: Fix unexpanded ALSA_DATA_DIR

When no --with-alsadatadir is given, configure scripts takes
$datadir/alsa as the default location, while it's expanded to
$prefix/data/alsa.  Although ALSA_DATA_DIR is set via
AC_DEFINE_UNQUOTED(), this expands only $alsadatadir itself and not
about the $prefix in the content.  For resolving this, we need to do
eval twice.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: