]> git.eshelyaron.com Git - emacs.git/commitdiff
(srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*.
authorRoland McGrath <roland@gnu.org>
Sun, 16 Jan 1994 09:58:31 +0000 (09:58 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 16 Jan 1994 09:58:31 +0000 (09:58 +0000)
configure1.in

index 2212232968278807cb82375c809eaab1c4164f0d..5d5ac653e73cc7dcfcfc93a09f0d9b94cea9ad39 100755 (executable)
@@ -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