Paolo Bonzini <bonzini <at> gnu.org> writes: > > > You probably wanted something like this: > > I committed it. In fact, it's very close to reversing the "use simpler > regex" part of your change, but not really.
Thanks for the fix, and sorry that I didn't fully test on include files not in the current directory. > - m4_bpatsubst(/__file__, [/\([^/]*\)$], > + m4_bpatsubst(__file__, [^.*/\([^/]*\)$], > [[\1]]))])])dnl Bah. If I had switched to m4_bregexp instead of m4_bpatsubst, this wouldn't have happened. -- Eric Blake
