From dace61c11f4ae00b9baf96839846fde3fb733f7f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Jan 1994 09:58:31 +0000 Subject: [PATCH] (srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*. --- configure1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index 22122329682..5d5ac653e73 100755 --- a/configure1.in +++ b/configure1.in @@ -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 -- 2.39.5