2013/12/24 Kent R. Spillner <[email protected]>: > configure.ac calls QUILT_COMPAT_PROG_PATH(SED, sed) > allowing users to provide their own path to sed via > --with-sed=. However, nothing was actually using SED.
Did you actually try what quilt does when using --with-sed first? The idea is that quilt runs with a compat/ directory early in $PATH which can contain things like a replacement for sed. Quilt then finds those utilities before the system default utilities in $PATH. This avoids littering the scripts with macro expansions all over the place. Andreas _______________________________________________ Quilt-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
