Mercurial > emacs
changeset 5607:b4cec0550c73
(srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sun, 16 Jan 1994 09:58:31 +0000 |
parents | f600a46890d1 |
children | c4c662362d39 |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sun Jan 16 09:34:46 1994 +0000 +++ b/configure1.in Sun Jan 16 09:58:31 1994 +0000 @@ -1461,7 +1461,7 @@ srcdir_undefs="`echo $top_srcdir | sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/ */ -U/g' \ -e 's/ -U$//' -e 's/^[^ ]/-U/' \ - -e 's/-U[0-9][^ ]*//' \ + -e 's/-U[0-9][^ ]*//g' \ `" changequote([,])dnl