(srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*.

This commit is contained in:
Roland McGrath 1994-01-16 09:58:31 +00:00
parent 533304f86f
commit dace61c11f

View file

@ -1461,7 +1461,7 @@ changequote(,)dnl The horror, the horror.
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