> 2003-01-11 Richard Dawe <[EMAIL PROTECTED]> > > * lib/autoconf/status.m4: Quote constructed paths when IFS=:, > so that DOS absolute paths are not split on the colon.
Unfortunately, this is one place in autoconf where dos paths simply cannot be handled - IFS=: is NEEDED here, as $CONFIG_HEADERS has entries of the form <header>[:<template>] For example: config.h:config.hin I tried adding logic here to cope, but IIRC I failed to make it work.
