diff options
author | Roland McGrath <roland@gnu.org> | 1994-01-16 09:58:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-01-16 09:58:31 +0000 |
commit | dace61c11f4ae00b9baf96839846fde3fb733f7f (patch) | |
tree | ec181dc9e06d7a7264ce696a362669e12846ab04 /configure1.in | |
parent | 533304f86f7761058f922c20704ae3eaae772d43 (diff) | |
download | emacs-dace61c11f4ae00b9baf96839846fde3fb733f7f.tar.gz |
(srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |