Changes between Version 1 and Version 2 of Ticket #2746


Ignore:
Timestamp:
09/03/2010 05:39:13 PM (14 years ago)
Author:
bdubbs@…
Comment:

For small changes, I prefer a sed. Here we only need to add [] in two places.

How about:

{{{ sed -i -e 's/XT])dnl/XT])[]dnl/' \

-e 's/\.])dnl/.])[]dnl/' pkg.m4

}}}

I tried to combine the expression into one, but that makes it even more complicated.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2746 – Description

    v1 v2  
    1 The pkg.m4 macro in pkg-config-0.25 causes autoconf-0.66 and newer to die.with
     1The pkg.m4 macro in pkg-config-0.25 causes autoconf-2.66 and newer to die.with
    22error: possibly undefined macro: AS_MESSAGE_LOG_FDdnl
    33