* build-aux/prefix-gnulib-mk (prefix_assignment): Don't forget the
_a part of the library name.
+2019-05-26 Akim Demaille <akim@lrde.epita.fr>
+
+ prefix-gnulib-mk: Fix CPPFLAGS migration.
+ * build-aux/prefix-gnulib-mk (prefix_assignment): Don't forget the
+ _a part of the library name.
+
2019-05-24 Paul Eggert <eggert@cs.ucla.edu>
flexmember: update comments again
elsif ($lhs_and_assign_op =~
/^(AM_CFLAGS|AM_CPPFLAGS)\ \+?=/x)
{
- $lhs_and_assign_op =~ s/^AM_(\w+)\ \+?=/${lib_name}_$1 =/;
+ $lhs_and_assign_op =~ s/^AM_(\w+)\ \+?=/${lib_name}_a_$1 =/;
$rhs = " \$(AM_$1)$rhs";
}
# We don't want to inherit gnulib's AUTOMAKE_OPTIONS, comment them.